aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core-utils/lumina-config/AppDialog.h
Commit message (Collapse)AuthorAge
* Change all instances of "nullptr" to use "0" instead - fixed compilation ↵Ken Moore2017-03-03
| | | | issues on random platforms, and prevents using a possible system/OS specific setting.
* Add defaultPath parameter to set what app is selected by default.Arnar Mar Sig2017-02-04
|
* Change the app selection comboBox to list and add search feature.Arnar Mar Sig2017-02-03
| | | | Allow double clicking the app to select it.
* 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).
* Add the new jsonmenu menu plugin to lumina-config, with a new dialog for ↵Ken Moore2016-06-30
| | | | setting it up.
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
bgstack15