aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core-utils/lumina-config/mainWindow.h
Commit message (Collapse)AuthorAge
* Clean up the compilation warnings with the separate "getPage" routines in ↵Ken Moore2017-02-27
| | | | lumina-config.
* add quit keyboard shortcutq5sys2017-01-05
|
* Add the ability to specify "--page <page_id>" when running lumina-config to ↵Ken Moore2016-11-21
| | | | go to a particular page.
* Add in the new autostart services UI page. Also cleanup a bit more of the ↵Ken Moore2016-06-27
| | | | shortcuts and page interactions.
* 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