| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
|
|
|
| |
- the WM handles that.
|
|
|
|
| |
should always be (0,0) relative to the parent.
|
|
|
|
| |
other property
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
embedded window.
Also make a new "geometry()" function in NativeWindow to return the full window+frame geometry.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
special property used only for seeing which Window ID's are also associated with a given window.
|
|
|
|
| |
properly getting registered for the session.
|
| |
|
|
|
|
| |
start testing and see if windows respond to the EWMH hints.
|
|
|
|
| |
class.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This gets the new "NativeWindowSystem" and associated Native* classes all integrated (untested)
|
| |
|
| |
|
|
|
|
| |
Ensure the translation files are all in sync as well.
|
|
|
|
| |
(for now - needs more testing).
|
|
|
|
| |
finished (one last calculation to do)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
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).
|
|\ |
|
| |
| |
| |
| | |
Currently translated at 100.0% (325 of 325 strings)
|
|/
|
|
| |
tweak to adjust the routine), and test/confirm that the "disable" monitor routine works beautifully.
|
| |
|
|
|
|
|
| |
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.
|