https://bugs.kde.org/show_bug.cgi?id=495530
Igor Kushnir <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Igor Kushnir <[email protected]> --- Created attachment 175338 --> https://bugs.kde.org/attachment.cgi?id=175338&action=edit Prototype shutdown info dialog patch An excellent improvement idea! Just tested and this turns out easy to implement. See the attached prototype patch - the dialog disappears when KDevelop's cleanup and destruction is over. Works when Core::shutdown() is called from ~MainWindow() (normal app exit). Also works when Core::shutdown() is invoked via this connection in Core(): connect(QCoreApplication::instance(), &QCoreApplication::aboutToQuit, this, &Core::shutdown); - can be triggered by starting KDevelop from the command line, waiting a little (to prevent a crash) and pressing Ctrl+C. Not sure when I'll find the time to clean up the prototype patch and make it production-ready. Feel free to adopt the patch, finish it and create a merge request. -- You are receiving this mail because: You are watching all bug changes.
