aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop
Commit message (Expand)AuthorAge
* use relative icon paths in desktop filesrezso2016-03-11
* Update the window movement routine to use an alternate ICCCM WM request for f...Ken Moore2016-03-08
* Cleanup all the DESTDIR usage within the project files. Now this can be easil...Ken Moore2016-03-04
* Add dutch translation for i18n/lumina-desktopZyixc2016-02-22
* Ensure that on logout all the desktop elements (except the wallpaper) gets hi...Ken Moore2016-02-19
* Fix up a couple other small bugs:Ken Moore2016-02-19
* Remove the 80-pixel limit to the text shown on task manager buttons (non-grou...Ken Moore2016-02-18
* Make sure the new windows are registeres with the Lumina session so we can se...Ken Moore2016-02-18
* For the clock plugin, add a smarter minimum width based on the time format ch...Ken Moore2016-02-18
* Find/switch a bunch of other "delete" calls on QWidgets to the Qt deleteLater...Ken Moore2016-02-18
* Change a lot of "delete" calls on QWidgets to the safer "->deleteLater()" Qt ...Ken Moore2016-02-12
* Oops - Looks like the Lumina-DE.desktop files was accidentally removed from t...Ken Moore2016-02-10
* Don't try to pull screen geom in debug output when we dont validateKris Moore2016-02-10
* Re-enable the timer for checkDesktop()Kris Moore2016-02-10
* Run the updateDesktops() immediately instead of on delayKris Moore2016-02-08
* Disable DEBUGKris Moore2016-02-07
* Further cleanup of updateDesktops(), fix spacing / indentation andKris Moore2016-02-07
* Increase the delay before checkingDesktop setup, since we can getKris Moore2016-02-06
* Fix a bug with Lumina-DE segfaulting during wakeup on some specificKris Moore2016-02-06
* A few small fixes to lumina-desktop:Ken Moore2016-02-05
* Cleanup how the ~/Desktop/* shortcuts are removed a bit. Now it catches these...Ken Moore2016-02-04
* Quick patch to skip the desktop removal routine if the number of available X ...Ken Moore2016-02-04
* Fix a bug linking when an older libLumina is installed on theKris Moore2016-02-03
* Disable the quickwidget desktop plugin. The QML embedding systems are still n...Ken Moore2016-02-02
* Ken changed theming to be more specific for Lumina on my system so I can begi...JoshDW192016-02-01
* Large cleanup of the Lumina project files and OS-detection/support systems.Ken Moore2016-01-11
* Start the work of abstracting out the OS-detection/build system from the indi...Ken Moore2016-01-08
* Remove the "Browse Files" link from the application menu (does not fit well h...Ken Moore2015-12-28
* Fix up the loading of theme colors on first-run. Also find/fix a typo in the ...Ken Moore2015-12-17
* Adjust the initial Lumina theming a bit: Use the "bora_black" fluxbox theme, ...Ken Moore2015-12-17
* Add a better watcher/change fallback for ensuring that no files are removed f...Ken Moore2015-12-16
* Update the default Lumina setting on non-PCBSD systems a bit.Ken Moore2015-12-16
* Ensure that when a desktop item opens it's context menu it hides the main des...Ken Moore2015-12-04
* Oops, forgot to append the ".note" suffix before running the new name through...Ken Moore2015-12-02
* Change the notepad plugin a bit:Ken Moore2015-12-02
* Fix up the context menu actions for the desktop a bit.Ken Moore2015-12-02
* Fix up the loading of locales through the StartMenu/Session. Now it will prop...Ken Moore2015-12-01
* Change the text of the app menu plugin to have the button now say "Applicatio...Ken Moore2015-12-01
* Oops - fix an issue with opening the home dir from the new appmenu.Ken Moore2015-12-01
* Re-do the "App Menu" plugin a bit. Now it uses a self-contained menu with a "...Ken Moore2015-12-01
* Adjust the main lumina-desktop session a bit:Ken Moore2015-12-01
* Fixed minor type in lumina-desktop/WMProcess.cpp that was preventing compilin...Jesse Smith2015-11-30
* Add a couple process checks into the WM restart procedures, and add a log mes...Ken Moore2015-11-30
* make the userbutton sort items case-insensitively.Ken Moore2015-11-25
* Change the icon for the individual items in the workspace switcher plugin (so...Ken Moore2015-11-25
* Adjust some more text on the "settings" menu.Ken Moore2015-11-24
* Unify some text in various menus: "Browse Files" for instance.Ken Moore2015-11-24
* Change the "quick settings" button to now say "Preferences" instead. Also rem...Ken Moore2015-11-24
* Adjust the start menu to show the "genericName" instead of the comment undern...Ken Moore2015-11-23
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-11-23
|\
bgstack15