aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop
Commit message (Expand)AuthorAge
* 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
* Fix up the display of directories in the user button plugin.Ken Moore2015-05-28
* Move the desktop initialization after the menu's initialization. With all teh...Ken Moore2015-05-23
* Remove the extra bootsplash show between the apps/settings menu initializatio...Ken Moore2015-05-23
* Add a new "phase" into the boot splash - system applications loading.Ken Moore2015-05-23
* Fix the random issue with desktop crashes when removing a desktop plugin (onl...Ken Moore2015-05-23
* Merge pull request #125 from pcbsd/linuxKen Moore2015-05-22
|\
| * Make sure disabled numlock stays off. Updated Linux shutdown command.Jesse Smith2015-05-22
* | Fix a missing icon in the new system monitor plugin.Ken Moore2015-05-22
|/
* Finish cleaning up the new CPU/Memory desction routines in libLumina, and add...Ken Moore2015-05-22
* 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
* Add a new boot splash screen to be used during the Lumina initialization phas...Ken Moore2015-05-21
* Add the ability to set solid-color backgrounds within Lumina, and add this op...Ken Moore2015-05-20
* A couple adjustments to the session startup procedures:Ken Moore2015-05-14
* A couple quick updates to the system tray:Ken Moore2015-05-13
bgstack15