aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core-utils/lumina-xconfig/MainUI.cpp
Commit message (Collapse)AuthorAge
* Add some better success/error reporting when saving screen configuration.Ken Moore2018-03-06
|
* 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.
* Fix up some tiling issues in lumina-xconfig.Ken Moore2017-08-17
|
* 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 the lumina-xconfig monitor settings all up and working again.Ken Moore2017-08-15
| | | | | | 1) Add 2D placement options for screens 2) Add Rotation options for screens 3) Add Fluxbox restart fix for session changes.
* 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).
* LARGE UPDATE:Ken Moore2016-11-07
| | | | | | | 1) Dismantle the Lumina library completely. 2) Setup lots of small subproject files (.pri) for the individual classes within the old library. 3) Move all the Lumina binaries to use the new subproject files 4) Split up the LuminaUtils class/files into LUtils and LDesktopUtils (generic utilities, and desktop-specific utilities)
* 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