aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina
Commit message (Expand)AuthorAge
* Fix up the "launch in terminal" functionality to use whatever the currently-r...Ken Moore2016-09-08
* Add a special case check to the cursor theme settings - don't allow "default"...Ken Moore2016-08-30
* When saving autostart preferences, make sure the local autostart directory ex...Ken Moore2016-08-26
* Another small fix for the application auto-update routine.Ken Moore2016-08-24
* Fix up the auto-creation/removal of application symlinks when apps are instal...Ken Moore2016-08-23
* Add some extra checks to the LuminaXDG application listing routine for when i...Ken Moore2016-08-22
* Add in pending update detection/skipping ability to the main logout window (n...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
* 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
* use a static_cast from signed->unsigned integer in LuminaX11.cpp to silence a...Ken Moore2016-08-05
* Update the RSS feeds for FreeBSD to point to the TrueOS news feed instead of ...Ken Moore2016-08-05
* Add in a terminal rule for qterminal to "open here" on a directory (does not ...Ken Moore2016-07-29
* Reset the "Control Panel" entry for FreeBSD back to pccontrol.desktop.Ken Moore2016-07-28
* 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
* Fix up the screen brightness detection on FreeBSD (found a logic reversal).Ken Moore2016-07-22
* Minor tweak to the FreeBSD OS backend for screen brightness.Ken Moore2016-07-22
* Fix the xterm title gibberish issue.Ken Moore2016-07-07
* Update the FreeBSD OS class a tiny bit:Ken Moore2016-07-06
* Ensure that the quick command run routine will never hang the system for more...Ken Moore2016-06-30
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-06-30
|\
| * A minor tweak to the "Glass" theme.Ken Moore2016-06-29
| * Fix up the resizeMenu's mouse event handling to ensure it keeps control of th...Ken Moore2016-06-29
* | Tag version 1.0.0-Devel on the source tree (master branch)Ken Moore2016-06-28
|/
* Tag version 0.9.1-Release.Ken Moore2016-06-28
* Change references to PC-BSD to TrueOSq5sys2016-06-23
* Add the ability for custom, system-wide environment variable settings within ...Ken Moore2016-06-21
* Add support for running generic user setup scripts/tools after parsing lumina...Ken Moore2016-06-21
* Quick adjust of the locale loading methods.Ken Moore2016-06-20
* Another round of small bug fixes/tweaks:Ken Moore2016-06-16
* Another update to the Glass theme. I think this theme is just about done now.Ken Moore2016-06-16
* Another few fixes for the new Glass theme.Ken Moore2016-06-15
* Another significant update:Ken Moore2016-06-14
* Another large batch of updates:Ken Moore2016-06-14
* A few changes:Ken Moore2016-06-13
* Change the name of the main desktop binary from "Lumina-DE" to "lumina-deskto...Ken Moore2016-06-11
* Hide duplicate favorite entries.Ken Moore2016-06-10
* Make sure that wildard mimetype matches are given lower priority than exact m...Ken Moore2016-06-09
* Add the ability to specify mimetype defaults within luminaDesktop.conf, and a...Ken Moore2016-06-09
* Move to using the "application/[email/terminal]" mimetypes for registering/fi...Ken Moore2016-06-08
* Fix a bug with detecting/using KDE applications as the defaults for particula...Ken Moore2016-06-08
* Update lumina-xconfig (and lumina-session) so that it saves/reloads the previ...Ken Moore2016-06-06
* Fix a bunch of little things with the desktop:Ken Moore2016-06-02
* A couple minor tweaks to the new RSS stuff. Fix the URL for the PC-BSD blog a...Ken Moore2016-06-02
* Add a new OS function: RSSFeeds()Ken Moore2016-06-02
* initialize struct before using itHenry Hu2016-05-15
bgstack15