aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/test
Commit message (Collapse)AuthorAge
* Large amount of whitespace cleanup, and almost get the LuminaRandR class ↵Ken Moore2017-06-23
| | | | finished (one last calculation to do)
* Clean up some more of the new LuminaRandR class.Ken Moore2017-06-23
|
* Flesh out the public functions which can be used for an OutputDevice in ↵Ken Moore2017-06-22
| | | | | | | | | | | | LuminaRandR. There is now: enable(QRect) changeResolution(QSize) move(QPoint) setGeometry(QRect) All of these run the same inline/backend function for turning on and configuring the monitor
* Cleanup some debugging information.Ken Moore2017-06-22
|
* 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).
* Test the connected but not-enabled monitor probing functionality (minor ↵Ken Moore2017-06-22
| | | | tweak to adjust the routine), and test/confirm that the "disable" monitor routine works beautifully.
* 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.
* Get a lot more of the LuminaRandR class functional. The "set" routines are ↵Ken Moore2017-06-21
| | | | not working for some reason (even when using the same XLib function as xrandr for disabling a monitor)
* 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.
bgstack15