Hi, I'm sending a status report about what would be needed for a KF6 / Qt6 release. The current git master mostly works correctly, except the following items:
- a newly created circuit or flowcode document cannot be saved, the Save button is disbled for it. After the focus is changed away from it and back, then the document can be save, the Save button is enabled - when closing document tabs, I have observed some crashes on non-ASAN [1] builds. The crashes might be related to a warning in terminal [2]. - there are many warnings about shortcuts not set with proper methods [3]. Not sure about the impact, it should be investigated. There is the known issue by me of KTechLab and Microbe leaking memory ; I'm not planning to tacle that before a new relaese ; fixing all the memory leaks might require significant internal rework of the application. Feel free to test the current git master, and signal any issues you find. Have fun, Zoltan [1] ASAN - Address Sanitizer ; enabled for example by the build-developer.sh script [2] ./src/kxmlguiclient.cpp : 85 warning KXMLGUIClient::~KXMLGUIClient -- 0x5110008fa128 deleted without having been removed from the factory first. This will leak standalone popupmenus and could lead to crashes. [3] ./src/kxmlguifactory.cpp : 359 critical KXMLGUIFactoryPrivate::saveDefaultActionProperties -- Shortcut for action "edit_delete" "Delete" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead. _______________________________________________ Ktechlab-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ktechlab-devel
