| Commit message (Collapse) | Author | Age |
|
|
|
| |
adjust the theme files accordingly.
|
|
|
|
| |
possible relative path to an absolute path (for input path validation/checking).
|
| |
|
|
|
|
| |
possible to save the translator for use later (instead of always installing a new QTranslator).
|
| |
|
| |
|
|
|
|
| |
finding/probing QML scripts/plugins.
|
|
|
|
|
|
| |
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
|
|
|
|
| |
plugins to all use that for checking whether a thumbnail can be shown. Also add thumbnail support into the user button for favorite files.
|
|
|
|
| |
*.desktop files.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
ready for use in the session/plugins.
|
|
|
|
| |
things easier to add/change as necessary in the future (not tied into any of the display classes yet).
|
|
|
|
| |
adjust the port plist, and add options to reset the system settings to default to lumina-config.
|
|
|
|
| |
apply the relative path fixes to all LSingleApplication's forwarded inputs.
|
|
|
|
| |
It is functional at the moment, but still has a few rough edges with regards to the X11 background interface (due to the move from XLib to XCB in Qt5). This reulst in some of the window manager interactions not behaving properly (such as sticky status on panels).
|
|
|
|
| |
"Wine" category for internal recognition/use (since the wine apps do not usually list a category in the *.desktop file).
|
| |
|
|
|