aboutsummaryrefslogtreecommitdiff
path: root/lumina-config
Commit message (Expand)AuthorAge
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
* Moved common application defaults to their own tab. This should be more intu...JoshDW192016-04-21
* Significant update to mime-type handling.Ken Moore2016-03-11
* Cleanup all the DESTDIR usage within the project files. Now this can be easil...Ken Moore2016-03-04
* Add dutch translation for i18n/lumina-configZyixc2016-02-22
* Change the icon used for the "show desktop" plugin to match the icon the plug...Ken Moore2016-02-05
* Cleanup lumina-config a bit:Ken Moore2016-02-05
* Disable the quickwidget desktop plugin. The QML embedding systems are still n...Ken Moore2016-02-02
* Large cleanup of the Lumina project files and OS-detection/support systems.Ken Moore2016-01-11
* 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
* Replace the "KeyCatch" dialog with a QKeySequenceEdit (added in Qt 5.2). The ...Ken Moore2015-12-03
* Change teh lumina-config window title to "Lumina Settings"Ken Moore2015-11-25
* Fix a typo in the backend variable name for custom panel colors.Ken Moore2015-11-23
* When loading a wallpaper file - allow any of the currently-supported image fo...Ken Moore2015-10-21
* Update the widget used for panel information: Now it is quite a bit easier to...Ken Moore2015-10-08
* Add the new "line" panel plugin to lumina-configKen Moore2015-10-08
* Revert the debug/release flag change to all the *.pro files. This causes issu...Ken Moore2015-09-30
* Update all the project files to allow for "make debug" to create a binary wit...Ken Moore2015-09-30
* Oops - make sure the STARTAPPS variable is saved within the private MainUI cl...Ken Moore2015-09-28
* Add support for local Fluxbox theme files (~/.fluxbox/styles) into lumina-con...Ken Moore2015-09-28
* Fix a rogue empty zorder assignment in the mainUI.ui file (something left beh...Ken Moore2015-09-17
* Change the names of a couple panel plugins:Ken Moore2015-09-16
* Have lumina-config only load the thumbnail for the wallpaper image when that ...Ken Moore2015-09-16
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-09-11
|\
| * Merge pull request #155 from harcobbit/issue/11400Ken Moore2015-09-11
| |\
| | * Several changesCarlos Bohórquez2015-09-11
* | | Add the option for wallpaper layout/format to lumina-config.Ken Moore2015-09-11
|/ /
* / Add the new systemstart panel plugin to lumin-config.Ken Moore2015-09-10
|/
* Add a quick check to ensure that a panel number is never less than zero.Ken Moore2015-09-02
* Adjust the "desktop icons" checkbox in lumina-config to make it a bit easier ...Ken Moore2015-08-21
* Fix a bug in the color dialog title, it can be used for more than just panels...Ken Moore2015-08-20
* Update the lumina theme engine/class so that custom environment variables may...Ken Moore2015-08-18
* Add an extension to the Lumina theme engine/class for specifying a mouse curs...Ken Moore2015-08-12
* Add "DESTDIR" build option support to the Lumina project files (needed for Fe...Ken Moore2015-07-31
* Clean up the display of some Fluxbox Keyboard shortcuts.Ken Moore2015-07-29
* Expose the new "InitLocale" session options in lumina-config, and also fix a ...Ken Moore2015-07-28
* Update all the *.pro files to add a new NO_I18N config option which prevents ...Ken Moore2015-07-14
* Clean up a few last things in lumina-config:Ken Moore2015-07-10
* Update lumina-config to list all desktop plugins on the screen, and only make...Ken Moore2015-07-09
* Add knownledge of QtQuick plugins to lumina-configKen Moore2015-07-09
* Remove the context menu on the toolbar in lumina-configKen Moore2015-07-09
* fix build with qt 5.5rezso2015-07-05
* Add a new PanelWidget to lumina-config. This allows the user to add more than...Ken Moore2015-06-26
* Add a checkbox for allowing the auto-creation of desktop icons on each indivi...Ken Moore2015-06-18
* Ensure that the "change User icon" button in lumina-config only makes the cah...Ken Moore2015-05-22
* Finish cleaning up the new CPU/Memory desction routines in libLumina, and add...Ken Moore2015-05-22
* Add the ability to set solid-color backgrounds within Lumina, and add this op...Ken Moore2015-05-20
* Fix a bug in lumina-config where saving settings during a screen change was s...Ken Moore2015-05-15
bgstack15