aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core-utils/lumina-config/pages/page_defaultapps.cpp
Commit message (Collapse)AuthorAge
* Read the default app desktop files from full path to fix settings ↵ZackaryWelch2017-10-09
| | | | persistance bug
* Clean up another couple "nullptr" uses.Ken Moore2017-04-10
|
* Clean up the compilation warnings with the separate "getPage" routines in ↵Ken Moore2017-02-27
| | | | lumina-config.
* Fix memory leak.Arnar Mar Sig2017-02-06
|
* * Remove code duplication from LoadSettings() and fix indentation (tab to space)Arnar Mar Sig2017-02-04
| | | | * Select current app when AppDialog is shown, this works both for basic and advanced but only for a single type.
* Large update to how XDGDesktop files are created/used.Ken Moore2016-09-22
| | | | | | This impacts almost all tools/utilities within Lumina - please test (passed internal tests so far). This cleans up a lot of the backend XDG compliance class, moving lots of functionality into child functions of the XDGDesktop class and ensuring that they get cleaned up more regularly/properly. This *seems* to make the desktop startup a lot faster, even if the overall memory savings are slight (so far).
* Get the default apps page all converted over to the new UI.Ken Moore2016-06-27
bgstack15