aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/panel-plugins
Commit message (Expand)AuthorAge
* 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
* Update some panel plugins so that they minimize empty space when only an icon...Ken Moore2015-03-19
* Oops, forgot to add the new applauncher plugin files to GIT.Ken Moore2015-03-17
* Add a new panel plugin: applauncherKen Moore2015-03-16
* Revert the previous update with regards to the removal of broken "favorite" s...Ken Moore2015-03-14
* Add the ability to set/use custom timezones on the system - defaulting to the...Ken Moore2015-03-14
* Make sure to clean up any broken sym-links in the favorites directory when th...Ken Moore2015-03-13
* Make sure that files visible in the userbutton have the appropriate icons bas...Ken Moore2015-03-13
* Update a bunch of icons in the desktop session, and also add a few abilities ...Ken Moore2015-03-12
* Adjust the QPixmap::grabWindow routine to work better on Qt5 (that function w...Ken Moore2015-03-12
* Add some debugging to the system tray image painting routine.Ken Moore2015-03-12
* Just a bit of cleanup in libLumina and adjust the deskopview plugin a bit for...Ken Moore2015-03-11
* Convert the windowImage routine to XCB from XLib, and set the desktop (system...Ken Moore2015-03-11
* Add lumina-xconfig shortcuts into the desktop interface (userbutton, settings...Ken Moore2015-02-25
* Have the clock panel plugin try to use vertical space rather than horizontal ...Ken Moore2015-02-17
* Clean up some more debugging output from the LPanel class (make it switchable...Ken Moore2015-02-17
* Clean up some plugin interactions (including an OpenBSD crash with desktop pl...Ken Moore2015-02-12
* Add the ability to set different date/time formats on a session-wide scale, a...Ken Moore2015-02-05
* Finish cleaning up that last bits of hard-coded stylesheets, and tie them in ...Ken Moore2015-02-05
* Oops, make sure that if brightness controls are not available, that the syste...Ken Moore2015-01-30
* Add knowledge of the lumina-info utility to the Lumina desktop (userbutton, c...Ken Moore2015-01-28
* Add a new panel-plugin: appmenuKen Moore2015-01-21
* Clean up the active window detection/usage for the task manager.Ken Moore2015-01-19
* Add a new panel plugin: HomeButtonKen Moore2015-01-19
* Update the theming of the Lumina desktop:Ken Moore2015-01-19
* Update the user button to recognize the existance of a customized user icon f...Ken Moore2015-01-19
* Have the user button automatically perform the long application listings in t...Ken Moore2015-01-16
* Clean up the Panel/Taskmanager XCB usage quite a bit. Now the panel is "seen"...Ken Moore2015-01-05
* Quick checkpoint of additional XCB improvements/fixes. Still having an issue ...Ken Moore2015-01-05
* Large update of XLib -> XCB usageKen Moore2015-01-01
* Make the taskmanager plugin capable of two modes:Ken Moore2014-12-31
* Commit some more XLib->XCB conversions (everything for the task manager), and...Ken Moore2014-12-30
* Clean up all the Qt5 *.pro files a bit. Now they should always work.Ken Moore2014-12-23
* Fix up the sticky status-setting routine for the Lumina Panel. Now the WM wil...Ken Moore2014-12-19
* Commit a checkpoint on the conversion of Lumina to Qt5.Ken Moore2014-12-18
* Oops, forgot to add knowledge of the new "Wine" app category to the userbutton.Ken Moore2014-11-19
* Update the desktopbar panel plugin to recognize the alternate favorites direc...Ken Moore2014-11-12
* Large quality of life update to Lumina:Ken Moore2014-10-30
* For the system tray, only have it make changes when doing the whole check: do...Ken Moore2014-10-29
* Make sure to put a max length on the text in the user button items (180 pixel...Ken Moore2014-10-27
bgstack15