aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-fm
Commit message (Collapse)AuthorAge
...
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2016-10-04
| |\
| * | Fis the stylesheet for the "active/non-active" treewidget browser.Ken Moore2016-10-04
| | |
* | | Translated using Weblate (lumina_FM@de (generated))Sven Putze2016-10-11
| |/ |/| | | | | Currently translated at 97.6% (207 of 212 strings)
* | Merge remote-tracking branch 'origin/master'Weblate2016-10-03
|\|
| * Re-enable all the keyboard shortcuts for lumina-fm (and a few extras). All ↵Ken Moore2016-10-03
| | | | | | | | the shortcuts are also listed within the context menus as appropriate.
* | Translated using Weblate (lumina_FM@ja (generated))YAMASHIRO Jun2016-10-03
|/ | | | Currently translated at 100.0% (212 of 212 strings)
* Translated using Weblate (lumina_FM@ja (generated))YAMASHIRO Jun2016-10-03
| | | | Currently translated at 100.0% (212 of 212 strings)
* Oops - fix the activation signal for the second column in the dirWidget2.Ken Moore2016-09-30
|
* Oops, forgot to add a couple new files.Ken Moore2016-09-30
|
* Commit a large update to lumina-fm:Ken Moore2016-09-30
| | | | | | | | | | The entire backend has been rewritten around multi-threading, and is much faster and more responsive now. The entire browsing widget has been redesigned for a better workflow and cleaner UI. The tabs/columns "group modes" have been removed. Instead, tabs are always used, but each browser supports a single/dual columns *within* each tab (via a couple simple buttons on the toolbar). Each column within a tab will share the same interface buttons (toolbar actions, ZFS snapshot slider,etc) - and they will reflect the settings on the "Active" column (with appropriate visual changes to indicate which one is active). The icon size options have also been removed from the menu bar and are now a couple small "zoom" buttons on the browsing widgets instead. KNOWN REGRESSION: Keyboard shortcuts have not been tested and re-added as necessary yet.
* More work on the new backend: still disabled for now.Ken Moore2016-09-27
|
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-09-27
|\
| * Merge remote-tracking branch 'origin/master'Weblate2016-09-27
| |\
| * | Translated using Weblate (lumina_FM@ca (generated))Davidmp2016-09-27
| | | | | | | | | | | | Currently translated at 100.0% (212 of 212 strings)
* | | 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