| 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>
|
|
|
|
| |
Make sure they are all man1 instead of man8
|
|
|
|
| |
Also adjust the "community support" shortcut to point to gitter rather than IRC.
|
| |
|
| |
|
| |
|
|
|
|
| |
Currently translated at 100.0% (28 of 28 strings)
|
|\ |
|
| | |
|
| | |
|
|/
|
|
| |
Currently translated at 96.4% (27 of 28 strings)
|
|\ |
|
| |
| |
| |
| | |
Ensure the translation files are all in sync as well.
|
|/
|
|
| |
Currently translated at 100.0% (28 of 28 strings)
|
| |
|
|
|
|
| |
LUtils::openSettings() function.
|
| |
|
|
|
|
| |
Currently translated at 100.0% (28 of 28 strings)
|
| |
|
|
|
|
| |
Currently translated at 100.0% (28 of 28 strings)
|
|
|
|
| |
Currently translated at 100.0% (28 of 28 strings)
|
|
|
|
| |
Currently translated at 100.0% (28 of 28 strings)
|
|
|
|
| |
Currently translated at 100.0% (28 of 28 strings)
|
|
|
|
| |
Currently translated at 92.8% (26 of 28 strings)
|
|
|
|
| |
Currently translated at 100.0% (28 of 28 strings)
|
| |
|
|
|
|
| |
Currently translated at 100.0% (28 of 28 strings)
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
1) Ensure the background search process gets stopped when the app is closed.
2) Add a limit of 100 items to the search results (any more than that and the user should refine their search term)
3) Make sure that any "proc" directory on the system is always excluded from the search. This directory heirarchy is highly recursive in nature and should never really be used for searches anyway.
4) Increase the time delay before starting any live search to 1/2 second (used to be 1/3 second).
|
| |
| |
| |
| | |
Clean up the libLumina classes needed by the core-utils.
|
| |
| |
| |
| |
| |
| |
| | |
1) Dismantle the Lumina library completely.
2) Setup lots of small subproject files (.pri) for the individual classes within the old library.
3) Move all the Lumina binaries to use the new subproject files
4) Split up the LuminaUtils class/files into LUtils and LDesktopUtils (generic utilities, and desktop-specific utilities)
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
This impacts almost all tools/utilities within Lumina - please test (passed internal tests so far).
This cleans up a lot of the backend XDG compliance class, moving lots of functionality into child functions of the XDGDesktop class and ensuring that they get cleaned up more regularly/properly. This *seems* to make the desktop startup a lot faster, even if the overall memory savings are slight (so far).
|
| |
| |
| |
| | |
Currently translated at 100.0% (28 of 28 strings)
|
| |
| |
| |
| | |
Currently translated at 100.0% (28 of 28 strings)
|
| |
| |
| |
| | |
Currently translated at 100.0% (28 of 28 strings)
|
|/
|
|
| |
Currently translated at 96.4% (27 of 28 strings)
|
|\ |
|
| |
| |
| |
| | |
small script for doing this on a regular basis to the src-qt5 directory (dev only - no need to run this prior to building Lumina).
|
|/
|
|
| |
Currently translated at 96.4% (27 of 28 strings)
|
|
|
|
|
|
| |
main lumina repo.
Now we can hook up weblate in the main lumina repo, and have everything in sync all the time.
|
|
|
|
|
|
| |
(accounts for the change to SHARE/lumina-desktop rather than SHARE/Lumina-DE).
Also fix the wallpaper dir detection routine within lumina-config (same issue - install dir change broke the path detection).
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
1) Move from "NO_I18N" to "WITH_I18N". This will ensure that the source version of the localizations are not installed unless explicitly requested (since the "real" localization files are in the lumina-i18n repo - these source files are theauto-generated ones before getting sent up to the pootle localization system).
2) Add a few more .desktop files for the various Lumina utilities.
|
|
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.
|