aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core-utils/lumina-config/mainWindow.cpp
Commit message (Collapse)AuthorAge
* 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).
* Make sure that going "back" to the main page automatically ↵Ken Moore2016-09-06
| | | | exapands/highlights the page that the user was just on.
* Finish up the switch over to the new UI for lumina-configKen Moore2016-06-28
|
* Add in the new autostart services UI page. Also cleanup a bit more of the ↵Ken Moore2016-06-27
| | | | shortcuts and page interactions.
* Switch back to the old UI for now (new one still not finished yet).Ken Moore2016-06-24
| | | | Also have the monitor selection on the new UI hidden if there is only one monitor available.
* Get the new "wallpaper" page all setup and functional, as well as finish ↵Ken Moore2016-06-24
| | | | testing the new page loading and monitor-changing systems.
* Get a lot more of the new lumina-config layout all setup. Now the main page ↵Ken Moore2016-06-22
| | | | has all the loading/parsing routines built in, and the main window will perform the button actions as needed.
* Get the general page loading system all setup for the new mainWindow class.Ken Moore2016-06-22
|
* Get the new lumina-config UI all setup and tied into the build for ↵Ken Moore2016-06-22
compilation checks (old UI still actually used at the moment though)
bgstack15