aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-fm
Commit message (Collapse)AuthorAge
...
| * Fixed spacing error in UI fileZackaryWelch2017-07-12
| |
| * Update the "open-with" menu for lumina-fm so that is shows recommendations ↵Ken Moore2017-07-12
| | | | | | | | directly in the menu.
| * update readmeq5sys2017-07-06
| |
| * update readme with CLI argumentsq5sys2017-07-06
| |
| * Add a bunch more README.md files for the rest of the lumina desktop-utilities.Ken Moore2017-07-05
| |
| * Have the lumina-fm "browserWidget" show the "name" property of XDG desktop ↵Ken Moore2017-06-30
| | | | | | | | entries rather than the filename.
| * Re-enable the "Open With" option for selected items (accidentally commented out)Ken Moore2017-06-28
| |
| * Tag Version 1.3.0 in sourceKen Moore2017-06-26
| | | | | | | | Ensure the translation files are all in sync as well.
| * Finish up all the new TreeWidget stuff from JT:Ken Moore2017-06-26
| | | | | | | | | | | | | | | | | | 1. Save/load the size of the tree widget between sessions (sync size across all tabs as well). 2. Sync the tree widget with the browser with regards to whether hidden files should be shown or not. 3. Tie the tree widget "dir model" to the line edit so we get auto-completions again. 4. Make sure the tree widget shows the "normalized" directory path (does not show ZFS snapshot dirs and such). 5. Clean up a lot of debugging messages and comment out unused variable declarations. 6. Change the Browser thumbnail loading/scaling routine to always run based on image resolution rather than file size.
* | Translated using Weblate (Spanish)Zackary Welch2017-07-11
| | | | | | | | Currently translated at 75.3% (168 of 223 strings)
* | Translated using Weblate (French)Zackary Welch2017-07-11
| | | | | | | | Currently translated at 66.8% (149 of 223 strings)
* | Translated using Weblate (Simplified Chinese)Zackary Welch2017-07-11
| | | | | | | | Currently translated at 100.0% (223 of 223 strings)
* | Translated using Weblate (Czech)Pavel Borecki2017-07-11
| | | | | | | | Currently translated at 100.0% (223 of 223 strings)
* | Translated using Weblate (Czech)Pavel Borecki2017-07-03
| | | | | | | | Currently translated at 100.0% (223 of 223 strings)
* | Translated using Weblate (Catalan)Davidmp2017-07-03
|/ | | | Currently translated at 100.0% (223 of 223 strings)
* Fixed nullReceiver error in Lumina-fmZackaryWelch2017-06-22
|
* resolving OCD - one whitespace block at a timeq5sys2017-06-20
|
* Clean up some whitespace.Ken Moore2017-06-20
|
* clean up unneeded comment formattingq5sys2017-06-16
|
* set properties for treeviewq5sys2017-06-16
|
* Get the new side-pane TreeView up and running with q5sys's input.Ken Moore2017-06-16
|
* Speed up the loading of thumbnails in lumina-fm. Now all the scaling and ↵Ken Moore2017-06-16
| | | | such is done in the external thread - so images appear as they are ready instead of bogging down the main thread..
* Minor debugging change in lumina-fmKen Moore2017-06-16
|
* Clean up the auto-extract functionality in lumina-fmKen Moore2017-06-16
|
* fix file manage autoextract menu methodq5sys2017-06-16
|
* add prototype for autoextract menu entryq5sys2017-06-16
|
* another crack at openwith menuq5sys2017-06-16
|
* add dirtreepane connection logicq5sys2017-06-16
|
* fix dirtreepane bugs and deactive from menuq5sys2017-06-13
|
* redo dirtreepane to work the same as other optionsq5sys2017-06-13
|
* add dirtreepane prototype codeq5sys2017-06-13
|
* Add "back" in the option to show/skip image file previews.Ken Moore2017-06-08
|
* Try to streamline the item loading routine in lumina-fm a bit more. No ↵Ken Moore2017-06-08
| | | | discernable difference on my system but it might impact other/slower systems.
* Re-sync the translation files with the latest sources.Ken Moore2017-06-07
|
* Make all the desktop utilities use the new LUtils::openSettings() function ↵Ken Moore2017-06-07
| | | | so they can be launched as the root user without clobbering the user-permissioned settings file.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-05-30
|\
| * Cleanup how the QtConcurrent thread is run in the Browser class a bit - no ↵Ken Moore2017-05-26
| | | | | | | | real difference, just more formally-correct.
* | Quick fix for the single-instance stuff in lumina-fm - automatically raise ↵Ken Moore2017-05-30
|/ | | | the window again when it opens a new tab.
* Translated using Weblate (lumina_FM@da (generated))scootergrisen2017-05-12
| | | | Currently translated at 100.0% (223 of 223 strings)
* Translated using Weblate (lumina_FM@zh_cn (generated))玉堂白鹤2017-05-10
| | | | Currently translated at 99.5% (222 of 223 strings)
* Translated using Weblate (lumina_FM@ru (generated))Koljasha2017-05-04
| | | | Currently translated at 100.0% (223 of 223 strings)
* Translated using Weblate (lumina_FM@ca (generated))Davidmp2017-05-02
| | | | Currently translated at 100.0% (223 of 223 strings)
* Translated using Weblate (lumina_FM@ca (generated))Davidmp2017-05-02
| | | | Currently translated at 100.0% (223 of 223 strings)
* Translated using Weblate (lumina_FM@lt (generated))Moo2017-05-01
| | | | Currently translated at 100.0% (223 of 223 strings)
* Quick sync of all the translation files with the sources.Ken Moore2017-05-01
|
* Translated using Weblate (lumina_FM@de (generated))Ettore Atalan2017-05-01
| | | | Currently translated at 99.0% (220 of 222 strings)
* Another few icon changesKen Moore2017-04-13
|
* Clean up which icons are used within lumina-fm.Ken Moore2017-04-13
|
* Translated using Weblate (lumina_FM@sv (generated))Luna Jernberg2017-04-13
| | | | Currently translated at 86.4% (192 of 222 strings)
* Add a tray popup message when the tray first becomes visible.Ken Moore2017-04-06
| | | | This ensures that the user is notified when a file operation is currently running via the tray.
bgstack15