aboutsummaryrefslogtreecommitdiff
path: root/lumina-config/LPlugins.cpp
Commit message (Collapse)AuthorAge
* Add the new "line" panel plugin to lumina-configKen Moore2015-10-08
|
* Change the names of a couple panel plugins:Ken Moore2015-09-16
| | | | | 1) Desktop Switcher -> Workspace Switcher 2) Home Button -> Show Desktop
* Add the new systemstart panel plugin to lumin-config.Ken Moore2015-09-10
|
* Add knownledge of QtQuick plugins to lumina-configKen Moore2015-07-09
|
* Finish cleaning up the new CPU/Memory desction routines in libLumina, and ↵Ken Moore2015-05-22
| | | | add a new desktop plugin for monitoring system statistics (CPU/Mem usage, CPU temps).
* Add a new panel plugin: applauncherKen Moore2015-03-16
| | | | This is a quick shortcut for launching a single application - effectively "pinning" an application to a panel.
* Add the new appmenu (Start Menu) plugin to lumina-config.Ken Moore2015-01-21
|
* Add the new home button plugin to lumina-config.Ken Moore2015-01-19
|
* Add the new audioplayer desktop plugin to lumina-config as well.Ken Moore2015-01-16
|
* Make the taskmanager plugin capable of two modes:Ken Moore2014-12-31
| | | | | | 1) The normal mode/behaviour is to group windows by application (backwards compatible) 2) The "-nogroups" mode ensures that every window gets it's own button (uses a lot more space on the panel since it need to put part of the window title on each button too) This two modes are treated as distinct plugins via lumina-config for simplification purposes.
* Add a new desktop plugin: notepadKen Moore2014-11-04
| | | | This is a plugin for taking/saving simple text notes right on your desktop.
* Add a new desktop plugin: desktopviewKen Moore2014-11-03
| | | | This plugin provides an area of the screen for automatically displaying icons for anything in the ~/Desktop folder. An icon can be opened/run via a double-click of the mouse.
* Add a new menu plugin:Ken Moore2014-10-23
| | | | The "Window List" will show a menu of all the current windows, and activate the one that the user clicks on.
* Finish up the rest of the new Lumina Theme engine and the utilities for ↵Ken Moore2014-10-14
| | | | editing those themes in lumina-config. Also tag Lumina version 0.7.0 with this change.
* Initial import of the lumina code from pcbsd git repoKris Moore2014-09-04
bgstack15