aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/panel-plugins
Commit message (Expand)AuthorAge
* Fix up all the window activation detection/management within the lumina sessi...Ken Moore2015-09-16
* Ensure that the screen brightness slider in the system dashboard only goes do...Ken Moore2015-09-16
* Finally fix up the system tray updates:Ken Moore2015-09-15
* Adjust the tooltip for the applications tab of the user button.Ken Moore2015-09-11
* Merge pull request #155 from harcobbit/issue/11400Ken Moore2015-09-11
|\
| * Several changesCarlos Bohórquez2015-09-11
* | Add a new panel plugin: systemstartKen Moore2015-09-10
|/
* Clean up a couple new bugs in the userbutton:Ken Moore2015-08-20
* Update the arrangement of the available time zones in the clock plugin. Now i...Ken Moore2015-08-18
* Completely overhaul the Clock plugin for the panel:Ken Moore2015-08-18
* Turn off some debugging within the system tray plugin, cleanup the message lo...Ken Moore2015-08-07
* Fix up the file/dir removal options within the userbutton.Ken Moore2015-08-05
* Finish converting libLumina to XCB-only and finish replacing any LX11 functio...Ken Moore2015-08-05
* Fix up the issues with some apps which re-configure the Xsession/screens to m...Ken Moore2015-07-30
* Finish cleaning up the submenu open/close checks for the userbutton. Now the ...Ken Moore2015-07-24
* Fix up the active re-loading of icons in the desktop interface when the icon ...Ken Moore2015-07-24
* Finish up the XDG "Actions" specification for *.desktop files, and integrate ...Ken Moore2015-07-22
* Make sure that all the interface elements in lumina-desktop actively re-load ...Ken Moore2015-07-22
* Finish cleaning up the new localization configuration settings in libLumina, ...Ken Moore2015-07-21
* Oops, forgot that when browsing the ~/Desktop directory some special rules ne...Ken Moore2015-07-09
* Large update to the usermanager:Ken Moore2015-07-09
* Update how the desktop icons (applaunchers or desktopview) are created/arrang...Ken Moore2015-07-08
* Clean up the desktop plugin/container interactions quite a bit to ensure cons...Ken Moore2015-06-20
* Re-work quite a bit of the background procedures for desktop plugins and watc...Ken Moore2015-06-14
* Add a QtQuick sample plugin and disable the new panel container for QtQuick p...Ken Moore2015-06-12
* Add two new plugins for Lumina: QuickPPlugin, QuickDPlugin (panel/desktop res...Ken Moore2015-06-11
* Clean up the border/spacing for the system tray container - remove the frame ...Ken Moore2015-06-09
* Add the ability to remove directories from the desktop via the user button as...Ken Moore2015-05-28
* Add a new LUtils::imageExtensions() function, and setup the lumina-desktop pl...Ken Moore2015-05-28
* Fix up the display of directories in the user button plugin.Ken Moore2015-05-28
* Remove the extra painting check/update routine for the system tray - send it ...Ken Moore2015-05-21
* Add a routine to ensure that all the tray icons get repainted when the main t...Ken Moore2015-05-21
* Very minor clean-up to avoid compiler warnings.Jesse Smith2015-05-21
* A couple quick updates to the system tray:Ken Moore2015-05-13
* When using the time/date or date/time clock formats, put a newline instead of...Ken Moore2015-05-13
* Add a button to the userbutton "home dir" section for starting a search of th...Ken Moore2015-04-28
* Oops, forgot to change over the userbutton to use the new favorites system fo...Ken Moore2015-04-27
* Setup the lumina-desktop to use the new favorites system:Ken Moore2015-04-27
* Add (but disable by default) some additional debuggin information. Also turn ...Ken Moore2015-04-25
* Fix a bug where the clicking on the currently-active window on the taskmanage...Ken Moore2015-04-22
* Move the initial screen brightness and volume setting routines into the sessi...Ken Moore2015-04-22
* Make sure to check the list of watched files and reset it if something was re...Ken Moore2015-04-20
* Remove the last libX11 usage in the sytem tray protocols. Move the damage ID ...Ken Moore2015-04-20
* Merge pull request #91 from Nanolx/lumina-panel-dateKen Moore2015-04-20
|\
| * 4 time display modes for panel clock:Christopher Roy Bratusek2015-04-19
* | Adjust te brightness control labelling a bit in the sytem dashboard. Now the ...Ken Moore2015-04-19
|/
* Update the system dashboard behavior a bit:Ken Moore2015-04-17
* Clean up a *lot* of the general XCB warnings that sometimes occur, and also t...Ken Moore2015-04-15
* Update the system tray to use the QScreen->grabWindow() routine instead of th...Ken Moore2015-03-27
* Update the system tray Embed/Unembed routines to use the XCB library instead ...Ken Moore2015-03-27
bgstack15