aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-open
Commit message (Collapse)AuthorAge
* Translated using Weblate (lumina_OPEN@ja (generated))YAMASHIRO Jun2016-10-03
| | | | Currently translated at 100.0% (39 of 39 strings)
* Translated using Weblate (lumina_OPEN@hu (generated))J Darabos2016-10-03
| | | | Currently translated at 100.0% (39 of 39 strings)
* Translated using Weblate (lumina_OPEN@el (generated))George Ember2016-09-24
| | | | Currently translated at 100.0% (39 of 39 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_OPEN@sv (generated))Luna Jernberg2016-09-23
|/ | | | Currently translated at 100.0% (39 of 39 strings)
* Translated using Weblate (lumina_OPEN@ru (generated))Koljasha2016-09-22
| | | | Currently translated at 100.0% (39 of 39 strings)
* Merge branch 'master' of https://github.com/trueos/luminaWeblate2016-09-20
|\
| * 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).
* | Translated using Weblate (lumina_OPEN@ru (generated))Koljasha2016-09-16
| | | | | | | | Currently translated at 100.0% (39 of 39 strings)
* | Translated using Weblate (lumina_OPEN@fi (generated))Tommi Nieminen2016-09-16
| | | | | | | | Currently translated at 100.0% (39 of 39 strings)
* | Translated using Weblate (lumina_OPEN@fi (generated))Tommi Nieminen2016-09-14
|/ | | | Currently translated at 100.0% (39 of 39 strings)
* 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 a new optional flag to lumina-open: "-terminal"Ken Moore2016-09-08
| | | | This flag will have lumina open automatically launch whatever the default terminal is for the user.
* Fix a bug in lumina-open where the directory handling was not working.Ken Moore2016-08-24
|
* Oops: *Now* lumina-open will handle binary names as inputs just fine (if ↵Ken Moore2016-08-18
| | | | they exist).
* A couple quick fixes:Ken Moore2016-08-17
| | | | | 1) Ensure that lumina-open is used to open the default terminal app (additional binary verification/checking) 2) Add some additional verification of the binary to run within lumina-open, and warn the user about a missing binary as needed.
* Add in the possibility of a "nowatch" file/flag for lumina-open to avoid ↵Ken Moore2016-08-01
| | | | | | watching processes for crash reports and such. This is a reimplementation of the pull request sent in by slicer69 (issue #244) which looks at the correct file location all the time.
* 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).
* Have the lumina-open dialog show applications on the main list which also ↵Ken Moore2016-06-16
| | | | have the hidden flag set (since this is for using the app to launch something else - these apps are now valid to show).
* 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.
* Move the lumina-open.conf file over to the standard XDG location ↵Ken Moore2016-06-08
| | | | (~/.config/lumina-desktop/lumina-open.conf normally)
* Fix up the detection/usage of the "mailto:" option in lumina-open. This also ↵Ken Moore2016-06-08
| | | | changes the default mimetype used for email applications to "application/email"
* Fix a bug with detecting/using KDE applications as the defaults for ↵Ken Moore2016-06-08
| | | | particular mimetypes.
* Set a minimum size for the program selection box so it will not squish if a ↵JoshDW192016-04-26
| | | | filename is too long.
* 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