| Commit message (Collapse) | Author | Age |
|\
| |
| | |
Debian updates
|
|/
|
|
|
|
| |
- display 'Not available' if cpu temp can not be read
- add support for disk i/o in system monitor
- update luminaDesktop.conf to new format
|
|
|
|
| |
pluins. It appears that there is a fundamental issue with embedding QML objects into a panel/window with the "always on top" flag set - it never finishes painting the QML object and prevents the rest of the panel from being updated as well.
|
|
|
|
| |
highlighted desktopview items.
|
|
|
|
|
|
| |
respectively).
These are QtQuick "containers" which allow the loading of user/system supplied QML scripts for non-compiled plugin support. These plugins must be single *.qml files located in <Lumina Share>/quickplugins/*.qml or ~/.lumina/quickplugins/*.qml
|
| |
|
|
|
|
|
|
| |
the separation character in variables instead of ".", allowing compatibility with libUCL. (Note: it will still detect the "." separation in variables for backwards compatibility at the moment - might remove this compat once we get ready for 1.0-release in the distant future).
Also add a couple new panel options (pinlocation, edgepercent) allowing the panel to bet setup in a particular location on the designated screen edge.
|
|
|
|
|
| |
This returns the current stats about the available disks on the system (current read/write rates on FreeBSD - not implemented on other OS's yet).
Also use this new function in the systemmonitor desktop plugin.
|
|
|
|
| |
desktop plugin shaders/backgrounds. This ensures a uniformity with the panel appearance (when the panel is following the theme). Also add an entry for the new systemmonitor plugin.
|
|
|
|
| |
directly instead of running top (much faster).
|
|\ |
|
| |
| |
| |
| |
| | |
1) Ensure that the settings file never has the saved version go "backwards", only forward so that we know what version the settings correspond with.
2) Have the WM reset wait a second before starting off (X is sometimes still swamped when the event happens - give it a moment first).
|
| |
| |
| |
| | |
Now it will directly use the sysctls from the kernel instead of using an external monitoring utility. This makes it much more accurate and much faster
|
|/
|
|
| |
entirely and make the spacing between tray icons 0 pixels. (prevents the occasional 1px lines since the frame does not refresh as often)
|
|
|
|
| |
something changed with regards to the available monitors/displays (such as when adding/removing a monitor). This forces Fluxbox to reload completely so it picks up on the new display layout.
|
|
|
|
| |
you switch out monitors/systems with a different resolution. Also add a quick check to ensure that we don't create duplicate desktops in the same location on the X screen.
|
|\ |
|
| |\
| | |
| | | |
Updated Linux dependency list
|
| |/
| |
| |
| |
| | |
Updated Linux package dependencies for Debian/Ubuntu systems now that
Lumina uses Qt5.
|
| |
| |
| |
| | |
as well.
|
|/
|
|
| |
just files)
|
|
|
|
|
|
| |
favorites.add: add an entry into the favorites system for a file/dir
favorites.remove: remove an entry from the favorites system for a file/dir (for backwards compat later if necessary)
favorites.add.ifexists: add an entry but only if the file/dir currently exists
|
|
|
|
| |
plugins to all use that for checking whether a thumbnail can be shown. Also add thumbnail support into the user button for favorite files.
|
| |
|
|
|
|
| |
This was causing issues if an icon was too small to display at the requested size.
|
|
|
|
| |
isValidBinary() function.
|
|
|
|
| |
*.desktop files.
|
|
|
|
| |
teh additional process events calls the menus needs to be ready before desktop elements start trying to use them.
|
|
|
|
| |
initialization. Something about the addition processEvents() call is screwing up the init procedures.
|
| |
|
|
|
|
| |
(only able to reproduce on a 11.x VM).
|
|\ |
|
| |\
| | |
| | | |
Debian updates
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
- new snapshot
- add runtime-dependency on top
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- LOS::userHasShutdownAccess -- proper return [fix compiler warning]
- LOS::systemCanSuspend -- proper return [fix compiler warning]
- LOS::CPUTemperatures -- get cpu temp [XXX untested as my FX-8350 doesn't talk to me]
- LOS::CPUUsagePercent -- get cpu usage
- LOS::MemoryUsagePercent -- get memory usage
|
| | |
| | |
| | |
| | | |
different formats of output in different locales (eg. colon vs. point as decimal delimiters)
|
| |\ \
| | |/
| |/| |
Make sure disabled numlock stays off. Updated Linux shutdown command.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This patch primarily fixes two minor issues.
1. When number lock is disabled in the session settings, it should now turn off when Lumina starts.
2. In the Linux portion of libLumina, the shutdown command has been updated.
3. A minor typo was fixed in the dependency list.
|
|/ /
| |
| |
| | |
using yet.
|
| | |
|
| |
| |
| |
| | |
cahnge pending until the user clicks the save button.
|
|/ |
|
|
|
|
| |
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.
|
|
|
|
| |
into a loop and causes high Xorg/CPU usage.
|
|
|
|
| |
tray plugin gets repainted. This should ensure that when there is a visibility event (such as the screensaver turning off), all the tray icons should be updated immediately.
|
|\
| |
| | |
Very minor clean-up to avoid compiler warnings.
|
|/
|
|
|
|
|
| |
On a clean compile of the code I found two compiler warnings,
both indicating declarations of unused variables. In both cases
I think these variables were used for debugging, originally, and
are no longer needed. Their declarations have been removed.
|
| |
|