aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core-utils/lumina-config/LPlugins.cpp
Commit message (Collapse)AuthorAge
* Add a new menu plugin: "lockdesktop".Ken Moore2016-11-21
| | | | This just adds a shortcut to the context menu for locking the desktop session.
* Add knowledge of the new jsonmenu panel plugin to lumina-config.Ken Moore2016-11-15
|
* Make lumina-config aware of the new "audioplayer" panel plugin.Ken Moore2016-11-10
|
* 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)
* Update Lumina plugin names/descriptionsMrt1342016-07-05
| | | | - Altered names and descriptions for some of the Lumina desktop/menu/panel plugins.
* Add the new jsonmenu menu plugin to lumina-config, with a new dialog for ↵Ken Moore2016-06-30
| | | | setting it up.
* Fix the RSS reader plugin setting within lumina-config. Now it can ↵Ken Moore2016-06-09
| | | | add/detect the plugin properly.
* Add the new RSS reader to the known plugins in lumina-config.Ken Moore2016-06-02
|
* 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