| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
Cleanup some whitespace and turn off some debugging
|
| |
|
|
|
|
| |
While the frame itself looks nice, a number of key functionality changes are still in-progress
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
| |
usable now.
|
|
|
|
| |
image provider system.
|
|
|
|
| |
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.
|
|
|
|
| |
Starting to hook up the new QML window frame with the C++ backend.
|
| |
|
|
This is a copy of the old QtWidgets class (NativeWindow) but converted over to allow QML to access/use it as well.
|