aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/RootWindow.pri
Commit message (Collapse)AuthorAge
* Another checkpoint commit for Lumina 2Ken Moore2017-10-13
| | | | Almost have the QML-based desktop canvas working - still tracking down some QML syntax issues.
* Start adding the window arrangement framework to Lumina2.Ken Moore2017-07-26
|
* Add a window animation framework, with 7 visibility animations for starters.Ken Moore2017-07-20
|
* Get the RootSubWindow loading/using icons for the various buttons now.Ken Moore2017-06-29
|
* Add a new "NativeWindow" class to the library. This is a pure Qt container ↵Ken Moore2017-02-01
| | | | | | class for setting/announcing changes to native windows on the system. This allows the WM class (XCB/Wayland-specific) to simply adjust each window object as needed, and the interface (pure Qt) will automatically adjust as needed. NOTE: Still need to adjust the LXCBEventFilter to use this new class, but the root window and rootsubwindow classes are all setup to use it.
* Get a lot more of Lumina2 working. Now the window embed systems are ↵Ken Moore2017-01-31
| | | | functional, with 2-way create/show/hide/close detection. Windows do not detect/resize as needed yet though.
* Finish up the new RootWindow class, and tie it into the ↵Ken Moore2017-01-26
| | | | lumina-desktop-unified build. Also finish cleaning up the compilation of the lumina-desktop-unified project - still not ready for actual testing yet.
* Add the beginnings of a new RootWindow class for providing the multi-monitor ↵Ken Moore2017-01-24
virtual root functionality with all wallpaper painting routines embedded within.
bgstack15