index
:
lumina
debianize
master
The BSD-original Lumina desktop environment
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lumina-desktop
/
panel-plugins
/
systemtray
Commit message (
Expand
)
Author
Age
*
Find/switch a bunch of other "delete" calls on QWidgets to the Qt deleteLater...
Ken Moore
2016-02-18
*
Cleanup how auto-start apps are launched a bit (start them via a single lumin...
Ken Moore
2015-10-30
*
Another batch of small fixes:
Ken Moore
2015-10-07
*
Add quicklaunch ability to the systemstart panel plugin.
Ken Moore
2015-10-03
*
Add a 1 pixel margin around the panel plugins - this helps a lot with hidden ...
Ken Moore
2015-10-02
*
Finally fix up the system tray updates:
Ken Moore
2015-09-15
*
Add a new panel plugin: systemstart
Ken Moore
2015-09-10
*
Turn off some debugging within the system tray plugin, cleanup the message lo...
Ken Moore
2015-08-07
*
Fix up the file/dir removal options within the userbutton.
Ken Moore
2015-08-05
*
Finish converting libLumina to XCB-only and finish replacing any LX11 functio...
Ken Moore
2015-08-05
*
Fix up the issues with some apps which re-configure the Xsession/screens to m...
Ken Moore
2015-07-30
*
Re-work quite a bit of the background procedures for desktop plugins and watc...
Ken Moore
2015-06-14
*
Clean up the border/spacing for the system tray container - remove the frame ...
Ken Moore
2015-06-09
*
Remove the extra painting check/update routine for the system tray - send it ...
Ken Moore
2015-05-21
*
Add a routine to ensure that all the tray icons get repainted when the main t...
Ken Moore
2015-05-21
*
Very minor clean-up to avoid compiler warnings.
Jesse Smith
2015-05-21
*
A couple quick updates to the system tray:
Ken Moore
2015-05-13
*
Add (but disable by default) some additional debuggin information. Also turn ...
Ken Moore
2015-04-25
*
Remove the last libX11 usage in the sytem tray protocols. Move the damage ID ...
Ken Moore
2015-04-20
*
Clean up a *lot* of the general XCB warnings that sometimes occur, and also t...
Ken Moore
2015-04-15
*
Update the system tray to use the QScreen->grabWindow() routine instead of th...
Ken Moore
2015-03-27
*
Update the system tray Embed/Unembed routines to use the XCB library instead ...
Ken Moore
2015-03-27
*
Adjust the QPixmap::grabWindow routine to work better on Qt5 (that function w...
Ken Moore
2015-03-12
*
Add some debugging to the system tray image painting routine.
Ken Moore
2015-03-12
*
Just a bit of cleanup in libLumina and adjust the deskopview plugin a bit for...
Ken Moore
2015-03-11
*
Convert the windowImage routine to XCB from XLib, and set the desktop (system...
Ken Moore
2015-03-11
*
Update the theming of the Lumina desktop:
Ken Moore
2015-01-19
*
Fix up the sticky status-setting routine for the Lumina Panel. Now the WM wil...
Ken Moore
2014-12-19
*
Commit a checkpoint on the conversion of Lumina to Qt5.
Ken Moore
2014-12-18
*
For the system tray, only have it make changes when doing the whole check: do...
Ken Moore
2014-10-29
*
Fix another possible crash in the system tray: when a tray icon fails to get ...
Ken Moore
2014-10-22
*
Fix the system tray checking to once run one at a time (to prevent possible c...
Ken Moore
2014-10-22
*
Adjust how the backend for the system tray works:
Ken Moore
2014-10-17
*
Initial import of the lumina code from pcbsd git repo
Kris Moore
2014-09-04
bgstack15