aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/LuminaOS-FreeBSD.cpp
Commit message (Collapse)AuthorAge
* 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
|
* Update the FreeBSD OS class a tiny bit:Ken Moore2016-07-06
| | | | | 1) Update the control panel link to point to SysAdm-client (old control panel is obsolete). 2) Ensure the system validity checks during the screen brightness routine are only run once per session rather than every time (since the type of system will not change over time)
* Change references to PC-BSD to TrueOSq5sys2016-06-23
|
* Another significant update:Ken Moore2016-06-14
| | | | | 1) Change the install directory where Lumina puts all it's files at install time (L_SHAREDIR/lumina-desktop/ instead of L_SHAREDIR/Lumina-DE/) This required some adjustments to the LuminaOS templates just to mirror the change.
* Another large batch of updates:Ken Moore2016-06-14
| | | | | 1) Move the "runtime" directory in the users home to the XDG_CONFIG_HOME/lumina-desktop rather than ~/.lumina 2) Update the Glass theme a bit more.
* A couple minor tweaks to the new RSS stuff. Fix the URL for the PC-BSD blog ↵Ken Moore2016-06-02
| | | | and such.
* Add a new OS function: RSSFeeds()Ken Moore2016-06-02
| | | | This will return any OS-specific RSS feeds so that users can easily subscribe to get news about updates and such.
* Adjust the FreeBSD appstore shortcut to use the new "appcafe.desktop" entry ↵Ken Moore2016-04-26
| | | | (sysadm client).
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
bgstack15