aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add a configuration option to lumina-config for enabling/disabling the automa...Ken Moore2016-08-18
* Add the ability for Lumina to automatically add/remove symlinks from the ~/De...Ken Moore2016-08-18
* Setup the desktop to use the new XDGDesktopList directly (disables a lot of t...Ken Moore2016-08-18
* Adjust the XDGDesktopList static creation routine so that the static object i...Ken Moore2016-08-18
* Update the new XDGDesktopList class a bit more:Ken Moore2016-08-18
* Revamp how the system applications are parsed/updated.Ken Moore2016-08-18
* Oops: *Now* lumina-open will handle binary names as inputs just fine (if they...Ken Moore2016-08-18
* A couple quick fixes:Ken Moore2016-08-17
* Merge pull request #247 from Nanolx/masterKen Moore2016-08-17
|\
| * remove left-over fileChristopher Roy Bratusek2016-08-09
| * update debian packaging scriptsChristopher Roy Bratusek2016-08-09
|/
* Fix pkg-plist and cleanup MakefileKris Moore2016-08-09
* Move the new port files for FreeBSD over into the proper directory and adjust...Ken Moore2016-08-08
* Add a prompt about reloading a file when it changes by some other utility.Ken Moore2016-08-08
* Tag version 1.0.1 in the source tree (Base version 1.0, minor update 1).Ken Moore2016-08-08
* Tag version 1.0.0-Release in source.Ken Moore2016-08-08
* Fix a small typo in a disabled line in luminaDesktop.conf (so if people uncom...Ken Moore2016-08-08
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-08-08
|\
| * Add the missing Makefile, and fix missing USE_GL in meantimeKris Moore2016-08-05
| * Pull from port-files-masterKris Moore2016-08-05
| * Don't need to sanity check repo firstKris Moore2016-08-05
| * Update mkport.shKris Moore2016-08-05
| * Add mkport.sh and port-files-master so we can automate building latestKris Moore2016-08-05
* | Add a simple check to the panel update routine to verify that the "_NET_WM_ST...Ken Moore2016-08-08
|/
* use a static_cast from signed->unsigned integer in LuminaX11.cpp to silence a...Ken Moore2016-08-05
* Add file watching capabilities to lumina-textedit, so the file will automatic...Ken Moore2016-08-05
* Update the RSS feeds for FreeBSD to point to the TrueOS news feed instead of ...Ken Moore2016-08-05
* Another large update to syntax highlighting for .rst files (and some overall ...Ken Moore2016-08-04
* 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 to...Ken Moore2016-08-02
* 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 - does...Ken Moore2016-08-01
* Add in the possibility of a "nowatch" file/flag for lumina-open to avoid watc...Ken Moore2016-08-01
* 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
* Move the lumian-fileinfo desktop file into the "Utility" category instead of ...Ken Moore2016-08-01
* Update the TrueOS defaults a bit.Ken Moore2016-08-01
* Add in a terminal rule for qterminal to "open here" on a directory (does not ...Ken Moore2016-07-29
* Add a bit of debugging output for when fluxbox/compton get prompted to reload...Ken Moore2016-07-29
* 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 poi...Ken Moore2016-07-28
* 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 tha...Ken Moore2016-07-26
* Update the defaults for lumina a tiny bit (compton settings, Glass colors, fl...Ken Moore2016-07-25
* 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
bgstack15