aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/defaults
Commit message (Collapse)AuthorAge
* Get the Clock plugin cleaned up a bit so it better supports multi-line panels.Ken Moore2018-05-15
|
* Get some more of Lumina 2 cleaned up:Ken Moore2018-01-19
| | | | | | 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
* Another large checkpoint commit for Lumina 2:Ken Moore2018-01-13
| | | | | | * 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
* Get the panels all setup and functional.Ken Moore2018-01-11
| | | | The screen-dependent panels need to be moved to the RootDesktop QML object so the z-ordering is respected (panels on top), but other than that it seems to be working fine.
* Get more of the new QML interface working for Lumina 2.Ken Moore2017-11-16
| | | | | | * simple context menu is now functional (lock/logout) * Screensaver is now working again (default setting was wrong) * Unlock functionality is working again (using the more secure temporary file method)
* Turn off the custom theme engine for the 1.x desktop itself, and use the ↵Ken Moore2017-09-14
| | | | | | lthemeengine styles for everything now. Also commit a few simple fixes for the lthemeengine styles page and a couple other random tweaks.
* A large amount of cleanup:Ken Moore2017-08-31
| | | | | | | | | 1) Fix the screen-alignment in a number of screensavers 2) Fix the restart-interval for screensavers (60 seconds by default) 3) Fix the cleanup of old screensaver objects between rotations 4) Add a default settings file for screensavers 5) Fix the prioritization of the settings files within DesktopSettings. 6) Turn off some event filter debugging
* Make sure the context menu label is center-alignedKen Moore2017-08-29
|
* 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
|
* 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