aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core-utils/lumina-xconfig/ScreenSettings.cpp
Commit message (Collapse)AuthorAge
* A bunch of CLI updates to lumina-xconfig:Ken Moore2018-03-27
| | | | | | 1. Add option to list all profiles from CLI 2. Add option to apply a profile from the CLI 3. Add an option to setup all monitors in a "mirror" arrangement from the CLI
* Start adding a new option to lumina-xconfig:Ken Moore2018-03-22
| | | | --mirror-monitors : This will be used to setup the session as a single output display across all monitors.
* Add a few quick safety checks to ensure that lumina-xconfig never disables ↵Ken Moore2017-09-21
| | | | the last active screen.
* Fix a list which was not getting populated properly.Ken Moore2017-08-22
|
* 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 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.
* 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.
* 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)
* Ensure that when re-loading previous screen settings it also puts the ↵Ken Moore2016-07-22
| | | | monitors in the same relative position to each other.
* Oops, forgot to add in a couple new files for lumina-xconfig.Ken Moore2016-06-08
bgstack15