aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-fm
Commit message (Collapse)AuthorAge
* Get the new backend functional.Ken Moore2016-09-27
| | | | 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.
* Commit some more work on a new backend/frontend to the lumina-fm browser.Ken Moore2016-09-26
|
* Disable the Completer used within lumina-fm to speed up loading.Ken Moore2016-09-23
| | | | Also add the beginnings of a new backend for directory browsing.
* Translated using Weblate (lumina_FM@ca (generated))Davidmp2016-09-23
| | | | Currently translated at 89.1% (189 of 212 strings)
* Translated using Weblate (lumina_FM@lt (generated))Moo2016-09-23
| | | | Currently translated at 100.0% (212 of 212 strings)
* Merge remote-tracking branch 'origin/master'Weblate2016-09-23
|\
| * Large update to how XDGDesktop files are created/used.Ken Moore2016-09-22
| | | | | | | | | | | | 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).
* | Translated using Weblate (lumina_FM@sv (generated))Luna Jernberg2016-09-23
|/ | | | Currently translated at 92.9% (197 of 212 strings)
* Re-sync all the translation files for Lumina with the source code, and add a ↵Ken Moore2016-09-19
| | | | 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).
* Get the progress reporting all setup for the git clone. Now it is all set ↵Ken Moore2016-09-15
| | | | and ready for use!
* Get the Git clone functionality all functional. The last thing missing is a ↵Ken Moore2016-09-15
| | | | graphical dialog showing the status of the download.
* Fix a couple compile errors in lumina-fm.Ken Moore2016-09-15
|
* Add in the new Git Cloning Wizard. Now fully finished yet, but almost there.Ken Moore2016-09-15
|
* Add the new Git cloning wizard to the source tree. This has not been tied ↵Ken Moore2016-09-14
| | | | into the build/interface yet.
* Add the beginnings of git integration within lumina-fm. Currently it can ↵Ken Moore2016-09-13
| | | | detect whether the user is looking at a git repo or not, and can probe/show the status of the repo if within one.
* Merge in all the translation files from the lumina-i18n repository into the ↵Ken Moore2016-09-12
| | | | | | main lumina repo. Now we can hook up weblate in the main lumina repo, and have everything in sync all the time.
* Add the backend class/functions for using GIT within lumina-fm.Ken Moore2016-09-07
|
* Added Ctrl+L Shortcut to focus the Line-DirAndreas Sinz2016-09-06
|
* Add keyboard shortcut for showing/hiding hidden filesq5sys2016-06-23
|
* Fix where localization files get installed via the main source tree ↵Ken Moore2016-06-20
| | | | | | (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).
* Another large batch of updates:Ken Moore2016-06-14
| | | | | 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.
* Large update to the project files:Ken Moore2016-06-14
| | | | | 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.
* Remove the initialization of a (now) unused settings file.Ken Moore2016-06-08
|
* Adjust the last couple utilities to use the new application/[terminal/email] ↵Ken Moore2016-06-08
| | | | mimetypes.
* Make sure that lumina-fm will also remove broken symlinks when deleting a ↵Ken Moore2016-06-06
| | | | directory.
* Fix a bunch of little things with the desktop:Ken Moore2016-06-02
| | | | | | | | | 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.
* Oops - forgot to "git add" the new lumina-session files.Ken Moore2016-04-26
|
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
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.
bgstack15