aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core-utils/lumina-xconfig/MainUI.h
Commit message (Collapse)AuthorAge
* Get 90% of the work for adding profiles to lumina-xconfig finished.Ken Moore2017-08-22
| | | | Still need to work out a few small issues when loading a profile into the preview pane.
* Clean up more of the lumina-xconfig tiling options. much nicer now.Ken Moore2017-08-17
|
* Get the tiling options all working for lumina-xconfig. All good to go now.Ken Moore2017-08-17
|
* Get rudimentary y-dimension tiling working.Ken Moore2017-08-16
|
* Fix up a bit more of the new lumina-xconfig.Ken Moore2017-08-16
|
* More updates for lumina-xconfig:Ken Moore2017-08-16
| | | | 1) Unify the enable/disable routines.
* Add the option to save settings as the user's defaults.Ken Moore2017-08-15
|
* Get most of lumina-xconfig updated so screens can be moved around on a ↵Ken Moore2017-08-15
| | | | | | canvas, rather than forcing a horizontal arrangement. Not quite finished yet - almost though.
* Hotpatch to lumina-xconfig.Ken Moore2017-06-21
| | | | If the screens do not exactly line up next to each other, just put them in the list anyway. Also list the origin point for each monitor in the details as well (just in case).
* Update lumina-xconfig (and lumina-session) so that it saves/reloads the ↵Ken Moore2016-06-06
| | | | previous display configuration on Lumina start.
* 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