aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/LSession.h
Commit message (Collapse)AuthorAge
* Start putting the new statusTray plugin together.Ken Moore2018-01-30
| | | | The networking status button is working now, need to finish the others.
* A few couple other attempts at the layering issue.Ken Moore2018-01-30
| | | | | Tie-in the new OSInterface class to the QML data store (RootObject). This will allow the new system status functions to be accessible to the QML interface.
* Get a lot of the root context menu up and running. Now the application list ↵Ken Moore2017-08-29
| | | | is available and functional, plus the beginnings of the task manager plugin for the menu.
* Start adding the application launch functionality to the session (untested)Ken Moore2017-07-21
|
* Start adding some default keyboard shortcuts/files to Lumina 2.Ken Moore2017-07-11
|
* Another large batch of re-organization for lumina-desktop-unified.Ken Moore2017-06-27
| | | | This gets the new "NativeWindowSystem" and associated Native* classes all integrated (untested)
* 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.
* Finish up the new RootWindow class, and tie it into the ↵Ken Moore2017-01-26
| | | | lumina-desktop-unified build. Also finish cleaning up the compilation of the lumina-desktop-unified project - still not ready for actual testing yet.
* A few more code changes for Lumina2.Ken Moore2017-01-10
|
* 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