| Commit message (Collapse) | Author | Age |
|
|
|
| |
add a new desktop plugin for monitoring system statistics (CPU/Mem usage, CPU temps).
|
|
|
|
|
|
|
|
|
| |
1) CPUTemperatures()
2) CPUUsagePercent()
3) MemoryUsagePercent()
These functions have been filled out for the LuminaOS-FreeBSD implementation, but not for any of the others yet. The FreeBSD implementation has also not been tested yet.
Also add a new "DisplayNumberToBytes()" function into LuminaUtils for converting sizes in a string format (50M or 50MB for example) into a double with the number of bytes for calculations.
|
| |
|
| |
|
|
|
|
| |
(remember case sensitivity!)
|
|
|
|
|
|
| |
lumina-config. Now Lumina use the XDG spec entirely for auto-starting applications/utilities.
NOTE: The conversion routine from the old->new autostart spec has not been implemented yet, so the old file will still be used for a short while (just not changeable through lumina-config).
|
|
|
|
| |
This still needs to be tested/integrated into lumina-config for full access.
|
|
|
|
|
|
| |
match in the system mimetype database. This allows backend system to function normally on these types of files.
Internal designation: "unknown/[lowercase extension or lowercase filename]"
|
|
|
|
| |
unintendeded aftereffects. Also move those new modifications into the "None" theme (since it impacts the desktop and not generic applications).
|
|\
| |
| | |
New icon layout for the icons on the desktop
|
| | |
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
| |
GCC warning helped to spot a real bug: near line 1185 of
libLumina/LuminaX11.cpp there is a call: `free(&hints);`, - but the
"hints" is allocated on the stack a few lines above. This looks
like a copy-paste error, since other free(&hints) instances look
like sane (unless I've missed something, of course).
|
|
|
|
| |
are well present.
|
|
|
|
| |
(since 0.8.4-release was just branched/released).
|
| |
|
|
|
|
|
|
|
| |
luminaDesktop.conf file.
New Values:
session.default.[terminal, filemanager, webbrowser, email]=<binary name or path to *.desktop file>
|
|
|
|
| |
ready for use in the session/plugins.
|
|
|
|
| |
off the debugging for the session/desktop/panel classes by default.
|
|\ |
|
| | |
|
|/
|
|
| |
the screen brightness checks on FreeBSD. This prevents issues with incomplete installations (it will just skip brightness controls).
|
|\ |
|
| | |
|
|/
|
|
| |
session initialization (out of the system dashboard plugin).
|
|
|
|
|
|
|
|
|
|
| |
percent of screen width, %H for percent of screen height), as well as a percentage of the screen height for the font size (<number>%, gets converted to a pixel metric)
Some standard percentages for examples:
panel height (top/bottom): between 3%H to 4.5%H
font height: between 1.5% to 2.5%
Also update the default config file to reflect these changes.
|
|
|
|
|
| |
1)Require the xcb-damage library
2) Verify the existance of "lsb_release" before trying to use it (Linux/Debian distinction utility).
|
|
|
|
| |
creation to XCB, and place it within the embedding routine in LuminaX11 instead.
|
|\
| |
| | |
Debian: runtime dependencies
|
| | |
|
| |
| |
| |
| | |
out" menu as an option (if supported on that system).
|
|/ |
|
|
|
|
| |
works consistently.
|
|
|
|
|
|
| |
special audio thread and using the QMediaPlayer within the main thread (no stuttering/delays in my initial tests so far).
Add a PC-BSD specific routine for setting brightness so that hardware brightness controls are attempted (through pc-sysconfig) before the software brightness is modified (using xbrightness)
|
|
|
|
| |
tinker with the session cleanup routine quite a bit to streamline the order in which things are closed down (particularly with system tray apps).
|
| |
|
| |
|
| |
|
|
|
|
| |
top of the older Lumina autostart specification, until I can get the writing support for the XDG spec in place as well - at which time I will convert any Lumina-spec entries to the XDG spec (for backwards compat).
|
|
|
|
| |
properly for some reason on FreeBSD11, and using the QScreen->grabWindow(ID) routine *does* work properly for some reason, so just use the Qt function instead from now on (maybe it has better fallback routines?).
|
|
|
|
| |
fix FreeBSD 11, but it is a lot more reliable now.
|
|
|
|
| |
of XLib. This bahaves exactly the same on my FreeBSD 10.x system - still need to test a FreeBSD 11.x system.
|
| |
|
|\
| |
| |
| |
| | |
Conflicts:
libLumina/LuminaOS-Debian.cpp
|
| |
| |
| |
| | |
directory is quoted within the command (could be spaces in the path).
|
|/
|
|
|
| |
- checksums for LuminaOS-Debian and LuminaOS-Linux
- capacity for LuminaOS-Debian
|
| |
|
| |
|
| |
|