| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
| |
Fixes e.g:
| /bin/sh: line 0: cd: i18n: No such file or directory
| Makefile:955: recipe for target 'install_dotrans' failed
| make[3]: *** [install_dotrans] Error 1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
|
|
|
|
|
|
| |
Fixes e.g:
| gzip: lumina-info.1: No such file or directory
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
|\ |
|
| | |
|
| |\ |
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Currently translated at 12.1% (4 of 33 strings)
Translation: lumina/lumina-calculator
Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-calculator/hu/
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Currently translated at 100.0% (33 of 33 strings)
Translation: lumina/lumina-calculator
Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-calculator/ru/
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes:
| cp: cannot stat 'defaults/desktop-background.jpg': No such file or directory
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
| | | |
|
| |\ \ |
|
| | | |
| | | |
| | | | |
Quick fix of the minimum Qt version for lumina-core
|
| |/ / |
|
| | |
| | |
| | |
| | | |
Only use the fallback icon *after* the more expansive routine also fails.
|
| | |
| | |
| | |
| | | |
This breaks the consistency of keyboard shortcuts between presentation mode and normal viewing, but the up/down arrows will properly scroll the window now if a partial-page view mode is selected.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
1. Ensure setting paths are converted to absolute paths before comparisons
2. Get rid of the buttonbox in mainwindow and replace it with a couple toolbuttons with icons (same functionality)
|
| | |
| | |
| | |
| | | |
If nothing is specified, try to load the PREFIX/share/wallpapers/lumina-nature directory. If that does not exist, it will use the original fallback of the defaultBackground.jpg file in the share directory.
|
| | |
| | |
| | |
| | | |
Make sure they are all man1 instead of man8
|
| | |
| | |
| | |
| | | |
Also ensure the lumina-theme-engine uses the same versioning system.
|
| | |
| | |
| | |
| | | |
Also add the current workspace to the panel button for the workspace switcher.
|
| | |
| | |
| | |
| | | |
Also adjust the "community support" shortcut to point to gitter rather than IRC.
|
| | | |
|
| | |
| | |
| | |
| | | |
visible/invisible
|
| | |
| | |
| | |
| | | |
Remove pc-sysconfig as an option for brightness control on FreeBSD
|
| | |
| | |
| | |
| | |
| | |
| | | |
current desktop wallpaper.
Caveats: This only is an option when the Lumina desktop is running, and the entire selection is valid image files.
|
| | |
| | |
| | |
| | | |
use the highlight color/text so it gets a bit more attention.
|
| | | |
|
| | | |
|
| |\ \ |
|
| | | | |
|
| |/ /
| | |
| | |
| | | |
Replace it with an extra "reboot w/ updates" button in both the start menu and the system logout window.
|
| | |
| | |
| | |
| | |
| | | |
Wallpaper files are installed by the lumina-themes package now.
Also remove the old "color" files (pre-theme-engine)
|
| | | |
|
| | |
| | |
| | |
| | | |
Also fix the OpenWith launching of applications.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
* simple context menu is now functional (lock/logout)
* Screensaver is now working again (default setting was wrong)
* Unlock functionality is working again (using the more secure temporary file method)
|
| | |
| | |
| | |
| | |
| | |
| | | |
QML Note:
The "Repeater" class cannot iterate over objects, just items.
To work around this, provide a QStringList instead of a QList<Object*>, and implement a callback function to return the Object* based on the String ID.
|
| | | |
|
| | |
| | |
| | |
| | | |
Also utilize this ZFS info in lumina-fileinfo (if appropriate)
|
| | |
| | |
| | |
| | | |
Make lumina-fm show dir contents a *lot* faster now.
|
| | |
| | |
| | |
| | | |
This prevents it from delaying the UI from updating.
|