EugeneZelenko
EugeneZelenko
Yes. I use Ubuntu 18, your build for Ubuntu 18 (0.27.9) and custom build on Red Hat (0.26.4).
Looks like it's GNOME: `XDG_CURRENT_DESKTOP=ubuntu:GNOME` `GDMSESSION=ubuntu` Eugene.
Other nice addition would be Apply button in dialog boxes as well as selection+closure of dialog box by double-click on item in list of styles.
@CarloWood: Could you please provide crash details?
Could you please try 15 or `main` branch? https://godbolt.org should be helpful.
@DanielNoord: Thank you!
Address Sanitizer (as well as other sanitizers) comes with GCC and LLVM/Clang. Complete instrumentation requires `-fsanitize=address` in compiler command line. To detect issues that originates in incorrect standard API usage...
Only missing piece is icon. Looks like KLayout is in the middle of refactoring icons handling, so I'll need guidance on that. Icon I have in mind: https://fonts.gstatic.com/s/i/short-term/release/materialsymbolsoutlined/menu/default/48px.svg.
Your branch looks OK for me. `QTabBar/QTabWidget` switch was not trivial because of life-time management, but somehow `QTabWidget` worked for me :-) I noticed that you added context menu for...
Just build and tested your branch. Looks OK for me, except there is different between KLayout and VS Code/Firefox how to treat context menu. In KLayout currently selected tab is...