aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-open/LFileDialog.cpp
Commit message (Collapse)AuthorAge
* Fixed issue with setting defaults in lumina-open and cleaned up main.cppZackaryWelch2017-10-23
|
* Commit some minor updates to whitespace and the python syntax file name.Ken Moore2017-06-19
|
* Clean up how the default application for a mimetype is displayed within the ↵Ken Moore2017-02-06
| | | | lumina-open file dialog. Now it will always be listed in the preferred applications list, and with the "[default]" tag at the beginning of the name.
* 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).
* 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.
* Move the lumina-open.conf file over to the standard XDG location ↵Ken Moore2016-06-08
| | | | (~/.config/lumina-desktop/lumina-open.conf normally)
* Fix a bug with detecting/using KDE applications as the defaults for ↵Ken Moore2016-06-08
| | | | particular mimetypes.
* 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