aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-fm
Commit message (Collapse)AuthorAge
* 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