aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make sure to round the generated panel size to the nearest pixel rather than ...Ken Moore2015-12-28
* Remove the "Browse Files" link from the application menu (does not fit well h...Ken Moore2015-12-28
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-12-28
|\
| * Merge pull request #173 from Conan-Kudo/rpmpkgspecKen Moore2015-12-28
| |\
| | * Massive refactor of Fedora/CentOS RPM specNeal Gompa (ニール・ゴンパ)2015-12-23
| |/
| * Fix up the loading of theme colors on first-run. Also find/fix a typo in the ...Ken Moore2015-12-17
* | Fix a bug with the snap session selection when other options were also selected.Ken Moore2015-12-28
|/
* 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
* Make the Fluxbox theme listing case-insensitive.Ken Moore2015-12-16
* Add support for single-file Fluxbox themes.Ken Moore2015-12-16
* Fix a bug where the "+" in the Qt display was not getting replaced with a space.Ken Moore2015-12-11
* Add the size hints to libLumina X11, and enable the usage of it within teh WM.Ken Moore2015-12-08
* Ensure that when a desktop item opens it's context menu it hides the main des...Ken Moore2015-12-04
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-12-03
|\
| * Merge pull request #169 from krytarowski/netbsd-1Ken Moore2015-12-03
| |\
| | * Preliminary NetBSD supportKamil Rytarowski2015-12-01
* | | Replace the "KeyCatch" dialog with a QKeySequenceEdit (added in Qt 5.2). The ...Ken Moore2015-12-03
|/ /
* | 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
* | Add a link to the Lumina IRC channel in the lumina-info utility, and also cre...Ken Moore2015-12-01
* | Add a link in lumina-info to the webclient for the #lumina-desktop channel on...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
* | Add the ability to change monitor resolutions in lumina-xconfig.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
* Clean up the new intel_backlight support in LuminaOS-FreeBSD. Now it should w...Ken Moore2015-11-26
* Merge pull request #167 from mike-pt/masterKen Moore2015-11-26
|\
| * - Add support for intel_backlight on FreeBSDmike-pt2015-11-26
|/
* Update LuminaX11.cpp to compile with GCC (found/fixed by Jesse Smith).Ken Moore2015-11-25
* Change teh lumina-config window title to "Lumina Settings"Ken Moore2015-11-25
* 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
|\
| * Fix up the sorting of the favorites items in the start menu. Now the applicat...Ken Moore2015-11-23
| * Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-11-23
| |\
| * | Fix a typo in the backend variable name for custom panel colors.Ken Moore2015-11-23
* | | Change the desktop icon text color to white by default: This just looks a lot...Ken Moore2015-11-23
* | | A few fixes for the desktop:Ken Moore2015-11-23
| |/ |/|
* | Fix up the window minimization routines and the window margins for the embedd...Ken Moore2015-11-20
bgstack15