aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop
Commit message (Expand)AuthorAge
...
* | | | | Clean up the new suspend support in Lumina, and add it to the system "log out...Ken Moore2015-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
* | | | Fix the session chimes (and possible stability issue) by removing the special...Ken Moore2015-04-16
| |_|/ |/| |
* | | Clean up a *lot* of the general XCB warnings that sometimes occur, and also t...Ken Moore2015-04-15
| |/ |/|
* | return the DE's version with 'Lumina-DE --version'darealshinji2015-03-30
* | Make the initial system application query happen during the initialization ph...Ken Moore2015-03-30
* | Update the internal version number handling for backwards compatibility check...Ken Moore2015-03-30
* | Add usage support for the XDG autostart specifications. This is currently on ...Ken Moore2015-03-30
* | Add thumbnail support for image files in the desktopview plugin.Ken Moore2015-03-27
* | 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
* Add support for the older WM_NAME and WM_ICON_NAME standards in addition to t...Ken Moore2015-03-15
* Add the ability to increase/decrease the icon size for the applauncher deskto...Ken Moore2015-03-14
* 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
* Add a couple more checks to the notepad plugin so that it does not update/cha...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
* Ensure that on session-start the audio volume is reset back to the previously...Ken Moore2015-03-10
* Make sure that Fluxbox get prompted to reload configs as well after the Lumin...Ken Moore2015-03-03
* Add lumina-xconfig shortcuts into the desktop interface (userbutton, settings...Ken Moore2015-02-25
* Make sure to kill any leftover windows that did not close properly during the...Ken Moore2015-02-18
* Use the XCB CloseWindow routine instead of the old XLib routine during the se...Ken Moore2015-02-17
* Have the clock panel plugin try to use vertical space rather than horizontal ...Ken Moore2015-02-17
* Clean up how the lumina-desktop closes down:Ken Moore2015-02-17
* Clean up some more debugging output from the LPanel class (make it switchable...Ken Moore2015-02-17
* Remove some temporary debugging statements.Ken Moore2015-02-17
* Fix some panel interactions.Ken Moore2015-02-17
* Oops, fix another crash with desktop plugins: forgot to disable the synctimer...Ken Moore2015-02-16
* 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
* Add the ability to distinguish between desktop plugins that should be transpa...Ken Moore2015-02-03
* Make sure that the panel has the "sticky" flag set. This ensures that it is c...Ken Moore2015-02-02
* Merge pull request #45 from Nanolx/lumina-x11Ken Moore2015-01-30
|\
| * proper initialization of lumina-panelChristopher Roy Bratusek2015-01-30
* | Oops, make sure that if brightness controls are not available, that the syste...Ken Moore2015-01-30
|/
* Clean up how Lumina loads the startapps files. Now it will combine any files ...Ken Moore2015-01-28
* read /etc/luminaStartapps aswellChristopher Roy Bratusek2015-01-28
* Add knowledge of the lumina-info utility to the Lumina desktop (userbutton, c...Ken Moore2015-01-28
* Quick fix for the desktop plugins system: too many different lock flags causi...Ken Moore2015-01-21
bgstack15