aboutsummaryrefslogtreecommitdiff
path: root/src-qt5
Commit message (Collapse)AuthorAge
* Adjust the LuminaXDG wildcard replacement routines a bit (%i, %c, etc..) so ↵Ken Moore2017-01-17
| | | | they block off the replacement within double quotes instead of single-quotes.
* Add an internal icon cache for the standardized mimetype icons. This seems ↵Ken Moore2017-01-17
| | | | to speed up the loading of individual items quite a bit (something in Qt is not re-using previously loaded QIcons any more?)
* Get rid of a random context menu when right-clicking on the menu barKen Moore2017-01-17
|
* Cleanup the lumina-screenshot interface again (with q5sys). This seems to be ↵Ken Moore2017-01-17
| | | | the best way to compress the UI elements without making it too cumbersome.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-01-17
|\
| * Translated using Weblate (lumina_OPEN@pt_br (generated))José Danzicourt2017-01-17
| | | | | | | | Currently translated at 100.0% (39 of 39 strings)
| * Merge remote-tracking branch 'origin/master'Weblate2017-01-17
| |\
| | * Translated using Weblate (l_TE@pt_br (generated))José Danzicourt2017-01-17
| | | | | | | | | | | | Currently translated at 100.0% (54 of 54 strings)
| * | Translated using Weblate (lumina_CONFIG@pt_br (generated))Diego2017-01-17
| |/ | | | | | | Currently translated at 100.0% (394 of 394 strings)
| * Translated using Weblate (lumina_CONFIG@pt_br (generated))José Danzicourt2017-01-16
| | | | | | | | Currently translated at 100.0% (394 of 394 strings)
| * Merge remote-tracking branch 'origin/master'Weblate2017-01-16
| |\
| | * Translated using Weblate (l_SCREENSHOT@pt_br (generated))José Danzicourt2017-01-16
| | | | | | | | | | | | Currently translated at 100.0% (24 of 24 strings)
| * | Translated using Weblate (lumina_CONFIG@af (generated))José Danzicourt2017-01-16
| |/ | | | | | | Currently translated at 35.7% (141 of 394 strings)
| * Merge remote-tracking branch 'origin/master'Weblate2017-01-16
| |\
| | * Translated using Weblate (l_TERMINAL@pt_br (generated))José Danzicourt2017-01-16
| | | | | | | | | | | | Currently translated at 100.0% (7 of 7 strings)
| * | Translated using Weblate (lumina_CONFIG@af (generated))José Danzicourt2017-01-16
| |/ | | | | | | Currently translated at 35.0% (138 of 394 strings)
| * Merge remote-tracking branch 'origin/master'Weblate2017-01-16
| |\
| | * Translated using Weblate (l_FILEINFO@pt_br (generated))José Danzicourt2017-01-16
| | | | | | | | | | | | Currently translated at 100.0% (43 of 43 strings)
| * | Translated using Weblate (lumina_CONFIG@af (generated))José Danzicourt2017-01-16
| |/ | | | | | | Currently translated at 31.7% (125 of 394 strings)
* / Fix up some of the focus issues with the terminal and multiple tabsKen Moore2017-01-17
|/
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-01-16
|\
| * Merge remote-tracking branch 'origin/master'Weblate2017-01-16
| |\
| | * Merge remote-tracking branch 'origin/master'Weblate2017-01-16
| | |\
| | * | Translated using Weblate (lumina_CONFIG@af (generated))Joseph D2017-01-16
| | | | | | | | | | | | | | | | Currently translated at 25.8% (102 of 394 strings)
| * | | Merge remote-tracking branch 'origin/master'Weblate2017-01-16
| |\ \ \ | | | |/ | | |/|
| * | | Translated using Weblate (l_TERMINAL@hu (generated))rezso2017-01-16
| | |/ | |/| | | | | | | Currently translated at 100.0% (7 of 7 strings)
* | | Quick fix for running files with the executable bit set: Only run them if ↵Ken Moore2017-01-16
| |/ |/| | | | | they have no extension or a ".sh" extension (can extend later to check if there is no known mimetype as another valid use-case).
* | Merge branch 'master' of github.com:trueos/luminaKen Moore2017-01-16
|\|
| * Translated using Weblate (l_SCREENSHOT@ru (generated))Koljasha2017-01-15
| | | | | | | | Currently translated at 75.0% (18 of 24 strings)
| * Translated using Weblate (lumina_OPEN@ru (generated))Koljasha2017-01-15
| | | | | | | | Currently translated at 97.4% (38 of 39 strings)
| * Translated using Weblate (lumina_FM@ru (generated))Koljasha2017-01-15
| | | | | | | | Currently translated at 67.5% (150 of 222 strings)
| * Translated using Weblate (lumina_DESKTOP@ru (generated))Koljasha2017-01-15
| | | | | | | | Currently translated at 79.6% (247 of 310 strings)
| * Merge remote-tracking branch 'origin/master'Weblate2017-01-15
| |\
| | * Translated using Weblate (lumina_CONFIG@ru (generated))Koljasha2017-01-15
| | | | | | | | | | | | Currently translated at 93.1% (367 of 394 strings)
| * | Translated using Weblate (lumina_DESKTOP@lt (generated))Moo2017-01-15
| |/ | | | | | | Currently translated at 90.3% (280 of 310 strings)
* / Adjust the browser backend a bit so only image files and *.desktop files are ↵Ken Moore2017-01-16
|/ | | | loaded within a separate thread. This seems to make no speed difference on my system, but should help prevent slowdowns on systems with a lower limit on the number of concurrent threads which can be run.
* Add support to lumina-config to show all applications which register ↵Ken Moore2017-01-12
| | | | themselves under the "Settings" cateory on the system. These will all be put under the "system settings" category, and will launch the external tool on demand.
* Add add the option to watch a "/tmp/.autofs_change" file which will prompt ↵Ken Moore2017-01-12
| | | | for re-reading the /media directory as well.
* Add the ability to show "/media/*" shortcuts on the Lumina desktop. This ↵Ken Moore2017-01-12
| | | | will be very useful for systems that auto-create dirs in /media when devices are attached to the system, and mount-on-demand when browsing into that directory (*SPOILERS*).
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-01-11
|\
| * Merge remote-tracking branch 'origin/master'Weblate2017-01-11
| |\
| * | Translated using Weblate (lumina_CONFIG@cs (generated))Pavel Fric2017-01-11
| | | | | | | | | | | | Currently translated at 100.0% (394 of 394 strings)
* | | Add a new OSInterface class to libLumina. This will eventually replace most ↵Ken Moore2017-01-11
| |/ |/| | | | | of the LuminaOS class, but is not hooked in to be used yet.
* | Remove the "detach" option from the ExternalProcess class. Need to find out ↵Ken Moore2017-01-11
|/ | | | the exact function to call to detach a live process from a QProcess.
* Translated using Weblate (lumina_CONFIG@cs (generated))Pavel Fric2017-01-11
| | | | Currently translated at 100.0% (394 of 394 strings)
* Translated using Weblate (l_SCREENSHOT@cs (generated))Pavel Fric2017-01-11
| | | | Currently translated at 100.0% (24 of 24 strings)
* Translated using Weblate (lumina_FM@cs (generated))Pavel Fric2017-01-11
| | | | Currently translated at 100.0% (222 of 222 strings)
* Translated using Weblate (lumina_DESKTOP@cs (generated))Pavel Fric2017-01-11
| | | | Currently translated at 100.0% (310 of 310 strings)
* Translated using Weblate (l_TE@cs (generated))Pavel Fric2017-01-11
| | | | Currently translated at 100.0% (54 of 54 strings)
* A few more code changes for Lumina2.Ken Moore2017-01-10
|
bgstack15