| Commit message (Collapse) | Author | Age |
|
|
|
| |
This is still disabled for the moment, but the initial tests seem to indicate that the new backend is faster and more stable than the current system.
|
| |
|
|
|
|
| |
Also add the beginnings of a new backend for directory browsing.
|
|
|
|
| |
Currently translated at 89.1% (189 of 212 strings)
|
|
|
|
| |
Currently translated at 100.0% (212 of 212 strings)
|
|\ |
|
| |
| |
| |
| |
| |
| | |
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 92.9% (197 of 212 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).
|
|
|
|
| |
and ready for use!
|
|
|
|
| |
graphical dialog showing the status of the download.
|
| |
|
| |
|
|
|
|
| |
into the build/interface yet.
|
|
|
|
| |
detect whether the user is looking at a git repo or not, and can probe/show the status of the repo if within one.
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
mimetypes.
|
|
|
|
| |
directory.
|
|
|
|
|
|
|
|
|
| |
1) Reset which dirs are watched for apps to be installed into every time the watcher updates (fixes the detection of KDE apps getting installed/removed)
2) Add a new LuminaUtils function for converting a .desktop or binary name into a full path (searching all the various system dirs until it finds the file)
3) Convert the luminaDesktop.conf parser to allow relative paths/filenames for favorite/default apps
4) Update the default luminaDesktop.conf file quite a bit so there are app actually setup out of box.
5) Update the luminaDesktop.conf parser to properly set mimetypes as needed.
6) Fix the install location of the lumina-fm icon.
|
| |
|
|
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.
|