aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/desktop-plugins/notepad
Commit message (Collapse)AuthorAge
* Fix up the context menu policies for the notepad desktop plugin.Ken Moore2017-03-10
|
* Speed up the initial loading of the desktop at start, and delay the ↵Ken Moore2016-11-12
| | | | auto-started apps by 1/2 second.
* Add pass-through for context menu requests on many desktop plugins.Ken Moore2016-11-10
| | | | This should allow the user to click almost anywhere on the plugin to actually see the menu for managing the plugin itself.
* LARGE UPDATE:Ken Moore2016-11-07
| | | | | | | 1) Dismantle the Lumina library completely. 2) Setup lots of small subproject files (.pri) for the individual classes within the old library. 3) Move all the Lumina binaries to use the new subproject files 4) Split up the LuminaUtils class/files into LUtils and LDesktopUtils (generic utilities, and desktop-specific utilities)
* 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