| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-28 | Close child windows and dialogs with main window | ||
| Most child windows should be closed with the main application window otherwise if left open and if making specific modifictions could potentially cause a SIGSEGV. To solve that we mark all custom windows/dialogs with the Qt::WA_QuitOnClose attribute on instance creation. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
| 2013-06-24 | Add an 'About' dialog for the Qt UI | ||
| The dialog is similar to the one in the GTK version Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||