aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/LSession.h
Commit message (Collapse)AuthorAge
* Some more updates to the desktop.Ken Moore2020-04-24
| | | | Get the screensaver checks working
* Initial merge of the screensaver into the main lumina-desktop buildsKen Moore2020-04-24
|
* A little bit of cleanup for Lumina 1, try to get better detection of when ↵Ken Moore2018-05-23
| | | | the screen session was resized.
* Cleanup the icon loading routines for battery status.Ken Moore2018-04-27
| | | | This should make it generic enough to support all XDG icon themes.
* lumina-desktop: add basic clipboard supportOle-André Rodlie2018-04-14
|
* Clean up the session file-init routine.Ken Moore2017-10-16
| | | | Now the user files are scanned/created from within the start-lumina-desktop process, not the desktop process. This fixes the loading of the theme engine for the desktop process on first-run situations, and also ensures that the desktop process does not need to make any major changes to it's configs while it is still running.
* Fix up the loading of the theme settings before the session is started in ↵Ken Moore2017-09-21
| | | | Lumina 1, and also fix the pkg plist so it includes the qss files.
* Couple quick updates to LSession - not enabled at the moment.Ken Moore2017-08-15
|
* Try to detect/fix the fullscreen/background window issue on Fluxbox.Ken Moore2017-05-25
|
* Add the ability to show "/media/*" shortcuts on the Lumina desktop. This ↵Ken Moore2017-01-12
| | | | will be very useful for systems that auto-create dirs in /media when devices are attached to the system, and mount-on-demand when browsing into that directory (*SPOILERS*).
* Make the start menu open faster by only loading the favorites *when the ↵Ken Moore2016-12-02
| | | | file/list changes*.
* A few changes to the desktop:Ken Moore2016-09-29
| | | | | | 1) Randomize the background image *every time* it changes. 2) Add support for per-workspace wallpaper image settings (background/filelist-workspace-<number>, where <number> is 0+ ) 3) Add detection of workspace changes to the session, and update the background wallpaper on change as needed.
* Add in pending update detection/skipping ability to the main logout window ↵Ken Moore2016-08-18
| | | | (not the start menu options yet).
* Disable fluxbox initialization within the lumina-desktop binary. (moved to ↵Ken Moore2016-07-06
| | | | start-lumina-desktop).
* Get the lumina desktop all setup with a registration system for ↵Ken Moore2016-06-11
| | | | start-menu-like plugins to determine whether they should respond to a show command, and setup all the systemstart plugins to use this system (will expand later to the appmenu and userbutton plugins as well).
* Have lumina listen to the X root window property changes directly - and ↵Ken Moore2016-04-28
| | | | update the screen numbers/geometries 50ms after the WM changes the _NET_DESKTOP_GEOMETRY or _NET_WORKAREA properties on it. This bypasses a bug in the QDesktopWidget class where it might not send out the changed() signals when something really did change (noticed this in virtualbox instances in particular).
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
bgstack15