aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/LuminaOS-FreeBSD.cpp
Commit message (Collapse)AuthorAge
* Add PulseAudio support into the FreeBSD backend if a PICO session is detected.Ken Moore2016-10-25
|
* Oops - forgot to save the fallback CPU temperature reading into the variable.Ken Moore2016-10-14
|
* Adjust the FreeBSD CPU temperature routine to use the dev.cpu.* values if ↵Ken Moore2016-10-11
| | | | available, and fall back on the hw.acpi values otherwise (direct readings seem to be more accurate in some instances).
* Change the CPU temperature finder a bit:Ken Moore2016-09-19
| | | | Avoid using "sysctl -a" in favor of using "sysctl hw." for doing the initial search for CPU temperature sysctls. This makes it touch a lot less of the system sysctl's, and might prevent a random kernel panic we are seeing on some systems when some particular sysctl is probed.
* Add in pending update detection/skipping ability to the main logout window ↵Ken Moore2016-08-18
| | | | (not the start menu options yet).
* Update the RSS feeds for FreeBSD to point to the TrueOS news feed instead of ↵Ken Moore2016-08-05
| | | | the PC-BSD feed.
* Reset the "Control Panel" entry for FreeBSD back to pccontrol.desktop.Ken Moore2016-07-28
|
* 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