aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/src-desktop/src-cpp/NativeWindowObject.cpp
Commit message (Collapse)AuthorAge
* Checkpoint commit for some uncommitted changed to lumina-desktop-unifiedKen Moore2018-09-06
|
* Get more of the tray icon reading put together.Ken Moore2018-06-06
| | | | Cleanup some whitespace and turn off some debugging
* Commit a bunch more work on the Lumina 2 screen reservations.Ken Moore2018-04-26
|
* Some more work on the Widget-base NativeWindow.Ken Moore2018-03-20
| | | | While the frame itself looks nice, a number of key functionality changes are still in-progress
* Get some more of Lumina 2 cleaned up:Ken Moore2018-01-19
| | | | | | 1. Ensure window visibility is managed on the QML side 2. Have all panels (even ones pinned to a screen) get created by the root window QML (for layering purposes) 3. Change the default panel setting to include partial-transparency
* Another large checkpoint commit for Lumina 2:Ken Moore2018-01-13
| | | | | | * Integrate the new window geometry manager class * Get the new OSInterface framework tied in * Start getting the various system monitoring solutions tied into the OSInterface
* Fix up the saving of the current window positions in the backend objects.Ken Moore2018-01-11
|
* Get a lot more of the Native Window embed routine up and running. Actually ↵Ken Moore2018-01-11
| | | | usable now.
* Get the window compositing/painting routine finished up with a seamless ↵Ken Moore2018-01-10
| | | | image provider system.
* Get the QML reading the raw QImage data using the HTML data format (base64).Ken Moore2018-01-09
| | | | This results in a usable image, but it flickers quite badly when the image changes. Might need to look into a QImageProvider that allows QML to read/use the raw image data rather than base64 as the transport medium.
* Another large update to Lumina 2:Ken Moore2018-01-08
| | | | Starting to hook up the new QML window frame with the C++ backend.
* Get a lot more of the NativeWindowObject QML-ified.Ken Moore2018-01-04
|
* Add the new-ish NativeWindowObject class to Lumina2Ken Moore2018-01-03
This is a copy of the old QtWidgets class (NativeWindow) but converted over to allow QML to access/use it as well.
bgstack15