aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Get a lot more of the .rst file syntax highlighting functional.Ken Moore2016-08-03
|
* Start cleaning up the rst syntax highlighting.Ken Moore2016-08-02
|
* Add a quick existance check to the userbutton plugin when adding favorites ↵Ken Moore2016-08-02
| | | | to the menu.
* Add application/pdf mimetype defaults to the TrueOS settings.Ken Moore2016-08-02
|
* Cleanup the sizing of the new QToolButtons a bit (ensure uniform sizes - ↵Ken Moore2016-08-01
| | | | does not touch screenshots since they are recessed by default).
* Add in the possibility of a "nowatch" file/flag for lumina-open to avoid ↵Ken Moore2016-08-01
| | | | | | watching processes for crash reports and such. This is a reimplementation of the pull request sent in by slicer69 (issue #244) which looks at the correct file location all the time.
* Move lumina-xonfig's desktop entry over to the "Settings" category.Ken Moore2016-08-01
|
* Move the lumina-config desktop entry over to the "Settings" category instead ↵Ken Moore2016-08-01
| | | | of Utility.
* Move the lumian-fileinfo desktop file into the "Utility" category instead of ↵Ken Moore2016-08-01
| | | | system.
* Update the TrueOS defaults a bit.Ken Moore2016-08-01
| | | | | 1) Remove peazip from the "tar" mimetypes 2) Add phototonic to the images/* mimetypes.
* Add in a terminal rule for qterminal to "open here" on a directory (does not ↵Ken Moore2016-07-29
| | | | work properly with the standard -e flag).
* Add a bit of debugging output for when fluxbox/compton get prompted to ↵Ken Moore2016-07-29
| | | | reload configs.
* Reset the "Control Panel" entry for FreeBSD back to pccontrol.desktop.Ken Moore2016-07-28
|
* Hide duplicate entries in the desktopbar plugin (Desktop/Favorites can be ↵Ken Moore2016-07-28
| | | | pointing to same file).
* Disable the translation of the blank HTML text for the QTextBrowser.Ken Moore2016-07-27
|
* Fix up the panel numbering in the new lumina-config interface.Ken Moore2016-07-26
|
* Fix up the "save" button activation for cursor theme changes.Ken Moore2016-07-26
|
* Fix up the y-coordinate offsets for the panels and desktop plugin area so ↵Ken Moore2016-07-26
| | | | that vertical arrangements of monitors are better supported.
* Update the defaults for lumina a tiny bit (compton settings, Glass colors, ↵Ken Moore2016-07-25
| | | | fluxbox theme, etc..)
* Update the "Glass" theme and colors a bit.Ken Moore2016-07-25
|
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-07-25
|\
| * Update the TrueOS defaults to include qterminal if it is installed.Ken Moore2016-07-22
| |
* | Setup the copy over of the default compton.conf as needed.Ken Moore2016-07-25
| |
* | Ensure that a default compton.conf file is distributed with Lumina.Ken Moore2016-07-25
| |
* | Fix a bug in the compton page: allow overwriting the settings file on save.Ken Moore2016-07-25
|/
* Fix up the screen brightness detection on FreeBSD (found a logic reversal).Ken Moore2016-07-22
|
* Ensure that when re-loading previous screen settings it also puts the ↵Ken Moore2016-07-22
| | | | monitors in the same relative position to each other.
* Minor tweak to the FreeBSD OS backend for screen brightness.Ken Moore2016-07-22
|
* [INTERFACE CHANGE]Ken Moore2016-07-20
| | | | As recommended by docs team, the lumina-info interface has been streamlined a bit so there are individual buttons for each of the external links instead of the label/URL pairings.
* Fix up *when* changes are detected on the general user options page of ↵Ken Moore2016-07-20
| | | | lumina-config.
* Ensure that Desktop files which are symlinks to known favorites do not show ↵Ken Moore2016-07-19
| | | | up as duplicates within the "favorites" tab in the user menu.
* Add an "enableCompositing" flag to the sessionsettings.conf file which ↵Ken Moore2016-07-18
| | | | | | | | | determines if the compositor (compton, xcompmgr) is supposed to be started or not. NOTE: This is a hidden option (not available in lumina-config). To disable the compositor the user will need to edit ~/.config/lumina-desktop/sessionsettings.conf by hand and add the following line: enableCompositing=false Then restart Lumina for the changes to take effect.
* [INTERFACE CHANGE]Ken Moore2016-07-18
| | | | Adjust the text for the menu plugins page for consistency within the documentation.
* Also ensure that the XDG_CONFIG_HOME replacement happens on the fluxbox-init ↵Ken Moore2016-07-18
| | | | file as well.
* Don't embed the fluxbox config files into the lumina-desktop binary (using ↵Ken Moore2016-07-18
| | | | the pre-installed files instead).
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-07-18
|\
| * Merge pull request #241 from Nanolx/masterKen Moore2016-07-18
| |\ | | | | | | update Debian packaging scripts
| | * Debian: new wrapper fileChristopher Roy Bratusek2016-07-12
| | |
| | * update Debian packaging scriptsChristopher Roy Bratusek2016-07-12
| |/
* / Fix up the copy/adjustment of the fluxbox config files when initializing the ↵Ken Moore2016-07-18
|/ | | | user's settings for Lumina.
* Fix the xterm title gibberish issue.Ken Moore2016-07-07
|
* Ensure the checkbox for loading desktop icons properly reflects the setting ↵Ken Moore2016-07-07
| | | | in the file.
* Fix a crash when right-clicking a non-applauncher desktop plugin and ↵Ken Moore2016-07-07
| | | | removing it.
* Remove the "requires restart" message on the Compton page. Active re-loading ↵Ken Moore2016-07-07
| | | | of the compton configs was already added.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-07-07
|\
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2016-07-06
| |\
| * | Enable starting fluxbox within the start-lumina-desktop utility ↵Ken Moore2016-07-06
| | | | | | | | | | | | (lumina-session).
* | | Fix up the loading of non-integer values for the panel height.Ken Moore2016-07-07
| |/ |/|
* | Merge branch 'master' of github.com:trueos/luminaKen Moore2016-07-06
|\|
| * Fix up the reloading of compton when the config file changes.Ken Moore2016-07-06
| |
bgstack15