aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/src-cpp
Commit message (Collapse)AuthorAge
* Re-arrange the 2.0 desktop sources (QML + associated C++ files).Ken Moore2017-10-25
| | | | Also another checkpoint commit with some of the QML desktop stuff (have a working context menu, wallpapers not working yet though)
* Another quick checkpoint for Lumina 2 files. Nothing too spectacular yet - ↵Ken Moore2017-10-18
| | | | still in the experimental stage for the QML usage.
* Another checkpoint commit for Lumina 2Ken Moore2017-10-13
| | | | Almost have the QML-based desktop canvas working - still tracking down some QML syntax issues.
* Another checkpoint commit - almost ready to start running tests with QML for ↵Ken Moore2017-10-13
| | | | the desktop background/wallpapers
* Add the beginnings of the root desktop QML system. Not finished yet.Ken Moore2017-10-12
|
* Add a new screensaver: WarpKen Moore2017-10-12
| | | | | This is a starfield "warping" effect screensaver. Also turn off a bunch of debugging within the C++ screensaver plugin system
* Get the Lumina2 screensaver system converted over to the new QML-backed ↵Ken Moore2017-10-11
| | | | | | plugin system. Still need to clean up some old files within the source tree, but it all works right now.
* Write up the new ScreenSaver plugins management class (untested)Ken Moore2017-10-10
Also cleanup a bit more of the documentation for the new plugin system.
bgstack15