aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/SystemWindow.h
Commit message (Collapse)AuthorAge
* Remove some old comments, and also remove the old savedScreens variable that ↵Ken Moore2015-08-07
| | | | I was using for Xinerama testing.
* Make sure that all the interface elements in lumina-desktop actively re-load ↵Ken Moore2015-07-22
| | | | their text/icons when the system locale is changed.
* Update the system window a bit and how it is used in the session. Now there ↵Ken Moore2015-04-28
| | | | is only a single system window per session, and it is simply shown/hidden as necesary. This allow it to become visible *much* faster than creating the window from scratch every time.
* Clean up the new suspend support in Lumina, and add it to the system "log ↵Ken Moore2015-04-19
| | | | out" menu as an option (if supported on that system).
* Clean up how the lumina-desktop closes down:Ken Moore2015-02-17
| | | | Now it is run through a "CleanSession" function beforehand to try and safely close down any applications/trays. Als reduce the number of filesystem watchers: only have one in the session itself, which sends out a signal when the desktop settings config file changes (instead of a watcher in every desktop class).
* Add the ability to lock the screen from the log out menu in lumina-desktop.Ken Moore2014-09-19
|
* Initial import of the lumina code from pcbsd git repoKris Moore2014-09-04
bgstack15