aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/src-WM
Commit message (Collapse)AuthorAge
* Continue the re-assembly of the desktop backend.Ken Moore2017-01-06
| | | | | Move the system tray registration/management into the XCB Event Filter class itself (since it needs access to the XCB library functions to work). This should restrict almost all use of the XCB classes to the EventFilter instance itself. Also continue moving around the source files as they are evaluated and tied into the project file. The src-screensaver and src-eventfilter directories are used now, but the src-DE and src-WM directories are still just holding cells for the files from the old lumina-desktop and lumina-wm subprojects that are not yet evaluated.
* Get some more stuff merged over. Starting to glue the various global ↵Ken Moore2017-01-05
| | | | structures together.
* 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