aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop
Commit message (Expand)AuthorAge
* Finish converting libLumina to XCB-only and finish replacing any LX11 functio...Ken Moore2015-08-05
* Add the XCB versions of the system tray start/stop routines, and setup LSessi...Ken Moore2015-08-04
* Add "DESTDIR" build option support to the Lumina project files (needed for Fe...Ken Moore2015-07-31
* Oops, fix a typo in the LDesktop conversion to XCBKen Moore2015-07-31
* Move all the X11 usage in LDesktop.cpp to XCBKen Moore2015-07-31
* Fix up the issues with some apps which re-configure the Xsession/screens to m...Ken Moore2015-07-30
* Oops, forgot to translate the internal QPoint to a global point before showin...Ken Moore2015-07-28
* Add some work that make the Lumina desktop/panels appear in the proper locati...Ken Moore2015-07-28
* 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
* Fix up a calculation of the new window geometry - add in checks for those str...Ken Moore2015-07-17
* Commit some quick fixes:Ken Moore2015-07-17
* Update the default fluxbox-keys file to exclude window modification commands ...Ken Moore2015-07-17
* Update all the *.pro files to add a new NO_I18N config option which prevents ...Ken Moore2015-07-14
* Final cleanup of debugging messages and temporary changes prior to release. A...Ken Moore2015-07-10
* Adjust the window check/resize routine a bit more. Now it seems to workmuch b...Ken Moore2015-07-10
* Ok, NOW the desktop plugins layout methodology is consistent/reliable. Had to...Ken Moore2015-07-10
* Finish cleaning up the arrangement/placement of desktop plugins with the new ...Ken Moore2015-07-09
* Remove the old "forcing" of a panel with particular settings on the default/f...Ken Moore2015-07-09
* Clean up some extra debugging in the lumina-desktopKen Moore2015-07-09
* 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
* Fix up the clipping/sizing issues with the applauncher desktop icons.Ken Moore2015-07-08
* Update how the desktop icons (applaunchers or desktopview) are created/arrang...Ken Moore2015-07-08
* Some quick cleanup in the LSession.cpp file and update the port filesKen Moore2015-06-26
* Add a new option in luminaDesktop.conf for auto-generating desktop icons/laun...Ken Moore2015-06-23
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-06-22
|\
| * Fix up the adjustment of new windows to account for the frame (in the vertica...Ken Moore2015-06-20
* | Ensure that "Lumina" is used for the XDG registrations instead of "LUMINA" (p...Ken Moore2015-06-22
|/
* Adjust the new window adjustment routine a bit - make it use the center of th...Ken Moore2015-06-20
* Clean up the desktop plugin/container interactions quite a bit to ensure cons...Ken Moore2015-06-20
* Disable some debugging and fix up the context menu on the applauncher plugins.Ken Moore2015-06-14
* 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
* Oops, forgot to save/commit the new fields in the luminaDesktop.conf gile.Ken Moore2015-06-11
* Update the luminaDesktop.conf file format/syntax a bit. Now it uses "_" as th...Ken Moore2015-06-11
* Add a new function to LuminaOS: DiskUsage()Ken Moore2015-06-10
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-06-10
|\
| * A couple quick adjustments to the LSession:Ken Moore2015-06-08
* | Clean up the border/spacing for the system tray container - remove the frame ...Ken Moore2015-06-09
|/
* Add a new function to "restart" the window manager, and run this if something...Ken Moore2015-06-08
* Finish up the desktop re-scaling routines for ensure the same interface if yo...Ken Moore2015-06-05
* Add the ability to remove directories from the desktop via the user button as...Ken Moore2015-05-28
* Allow the desktopview plugin the ability to remove directories as well (not j...Ken Moore2015-05-28
* Add new options to the system-wide settings configuration file:Ken Moore2015-05-28
* Add a new LUtils::imageExtensions() function, and setup the lumina-desktop pl...Ken Moore2015-05-28
bgstack15