aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/main.cpp
Commit message (Collapse)AuthorAge
* Get more of the tray icon reading put together.Ken Moore2018-06-06
| | | | Cleanup some whitespace and turn off some debugging
* Add the new "DesktopManager" class into lumina2 sources.Ken Moore2018-01-02
| | | | This is the class that watches for settings file changes and/or converts settings into interface object values.
* Come more work on compositing. Seems like there is a significant difference ↵Ken Moore2017-08-28
| | | | between my nvidia-based desktop and the Intel laptop.
* Setup the Lumina 1.x desktop to use the new theme engine by defaultKen Moore2017-08-03
|
* Fix up some multi-monitor issues with Lumina2 (Qt auto-scaling is a really ↵Ken Moore2017-07-21
| | | | bad idea)
* Another checkpoint in the compositing saga. Got most of it working, but ↵Ken Moore2017-07-19
| | | | still getting random artifacting *outside* of the window that we are painting from time to time.
* Some more debuggingKen Moore2017-06-27
|
* Add some debugging to the unified processKen Moore2017-06-27
|
* Another large batch of work on the new unified desktop.Ken Moore2017-01-26
| | | | | | 1) Get the RootWindow up and functional. 2) Get the lumina-desktop-unified binary functional for starting to test the various pieces (not ready yet for general use) 3) Get the start-lumina-desktop binary setup to launch the new unified binary for testing if the "--unified" flag is used.
* Create a new "lumina-desktop-unified" core subproject (DO NOT USE)Ken Moore2017-01-04
This is just a staging area for the merging of the desktop, window manager, etc.. into a single unified application. It is highly fragmented right now and will not build *AT ALL* for a while.
bgstack15