aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/LDesktop.h
Commit message (Collapse)AuthorAge
* Add in New Dir, New File, and Paste functionality to the desktop itself (if ↵Ken Moore2017-05-24
| | | | it represents the desktop folder), and also verify that the monitor ID migrator works properly when the single-monitor id changes between sessions.
* Commit some cleanup of the monitor layout change detection/handling again.Ken Moore2016-12-22
|
* Add a new menu plugin: "lockdesktop".Ken Moore2016-11-21
| | | | This just adds a shortcut to the context menu for locking the desktop session.
* Large update/refactor of desktop widgets.Ken Moore2016-10-18
| | | | This reduces the number of widgets in the stack by 1, and seems to help performance a bit.
* Move background processing into LDesktopBackground classHenry Hu2016-05-12
| | | | Generate a QPixmap and use it during paintEvent
* 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