aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/LuminaRandR.h
Commit message (Collapse)AuthorAge
* A few more changes to LuminaRandR.Ken Moore2017-06-23
|
* Get the LuminaRandR framework able to enable/resize/move a monitor as requested.Ken Moore2017-06-22
| | | | NOTE: The automatic resolution routine picks the larges one available for the monitor, but some monitors lie and don't actually support all the listed resolutions (probably because I am using an HDMI->VGA converter on my Laptop output right now).
* Add enable/disable functionality to LuminaRandR (untested)Ken Moore2017-06-22
|
* Get the LuminaRandR class all finished up for *information purposes only*.Ken Moore2017-06-22
| | | | | 1. All the information retrieval systems are now in place and functional (much easier to use than parsing xrandr output manually). 2. Also get the "setPrimaryMonitor" functionality all setup and working. This *does* change the running X session in an atomic fashion.
* Start a large update to LuminaRandR info retrieval routine.Ken Moore2017-06-21
| | | | | **DOES NOT COMPILE** Nothing should be using this class yet, so there should be no pkg fallout from it.
* Oops - forgot to add the changes to the LuminaRandR files.Ken Moore2017-06-21
|
* Commit a bit more work on the LuminaRandR class - still not ready yet.Ken Moore2017-06-20
|
* Commit some more work-in-progress for the new LuminaRandR class (replacement ↵Ken Moore2017-06-07
| | | | for xrandr using the XCB libraries)
* Another update to the LuminaRandR class - start writing up the non-active ↵Ken Moore2017-02-13
| | | | device detection routines.
* Large update to the new LuminaRandR class. Still not quite ready, but ↵Ken Moore2017-02-10
| | | | | | getting there. Also commit a simple "test" app which can be modified/used to test out individual library classes as needed.
* Add the beginnings of the new RandR xcb backend to LuminaKen Moore2016-10-27
bgstack15