aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/LuminaXDG.cpp
Commit message (Expand)AuthorAge
* Cleanup some fallback routines for loading icons from the Qt theme methods.Ken Moore2017-08-03
* Get the icon loading routines all switched over to the old QIcon::fromTheme()...Ken Moore2017-08-03
* Speed up the SVG icon loading routine.Ken Moore2017-04-27
* Another few changes to icons and such for Lumina.Ken Moore2017-04-14
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-04-13
|\
| * Turn on the new icon theme for Lumina, and use it by default as the fallback ...Ken Moore2017-04-12
| * Add an additional icon search fallback for mimetype icons (use the *-x-generi...Ken Moore2017-04-12
* | Commit some small changes I still had on my main workstation:Ken Moore2017-04-13
|/
* Clean up some of the applauncher context menu functionality:Ken Moore2017-03-02
* Clean up a couple more compile warnings about unused variables.Ken Moore2017-02-27
* Quick fix for the "Directory" XDG desktop type detection/verification.Ken Moore2017-02-24
* Adjust the LuminaXDG wildcard replacement routines a bit (%i, %c, etc..) so t...Ken Moore2017-01-17
* Add a new function to the XDGDesktop class:Ken Moore2016-12-29
* Commit another small fix for the mimetype systems.Ken Moore2016-12-19
* Fix the mimetype matching routine to support multiple-extension formats bette...Ken Moore2016-12-16
* LARGE UPDATE:Ken Moore2016-11-07
* Add PulseAudio support into the FreeBSD backend if a PICO session is detected.Ken Moore2016-10-25
* Fix a bug in LFileInfo, and update lumina-fileinfo to show the size of the im...Ken Moore2016-10-11
* Add an additional default-valued constructor for LFileInfo.Ken Moore2016-09-28
* Make sure that the extra lumina utilities check/set the XDG_* environment var...Ken Moore2016-09-26
* Add a new file to be distributed with Lumina:Ken Moore2016-09-23
* Finish up the depretiation of the old systemapps fetching function.Ken Moore2016-09-23
* Large update to how XDGDesktop files are created/used.Ken Moore2016-09-22
* Fix the memory usage issue with Lumina and the application list on the system...Ken Moore2016-09-21
* Have the internal QHash run "squeeze" after every update run - just to ensure...Ken Moore2016-09-21
* Another small fix to try and correct the memory leak.Ken Moore2016-09-21
* Another quick fix to try and track down where Lumina is leaking memory within...Ken Moore2016-09-21
* Commit a small cleanup for the auto-loading of the apps list on the system.Ken Moore2016-09-21
* Clean up how the system app finder/parser is saved in memory a bit. Trying to...Ken Moore2016-09-16
* Fix up the "launch in terminal" functionality to use whatever the currently-r...Ken Moore2016-09-08
* When saving autostart preferences, make sure the local autostart directory ex...Ken Moore2016-08-26
* Another small fix for the application auto-update routine.Ken Moore2016-08-24
* Fix up the auto-creation/removal of application symlinks when apps are instal...Ken Moore2016-08-23
* Add some extra checks to the LuminaXDG application listing routine for when i...Ken Moore2016-08-22
* Setup the desktop to use the new XDGDesktopList directly (disables a lot of t...Ken Moore2016-08-18
* Adjust the XDGDesktopList static creation routine so that the static object i...Ken Moore2016-08-18
* Update the new XDGDesktopList class a bit more:Ken Moore2016-08-18
* Revamp how the system applications are parsed/updated.Ken Moore2016-08-18
* Make sure that wildard mimetype matches are given lower priority than exact m...Ken Moore2016-06-09
* Add the ability to specify mimetype defaults within luminaDesktop.conf, and a...Ken Moore2016-06-09
* Fix a bug with detecting/using KDE applications as the defaults for particula...Ken Moore2016-06-08
* Fix the loading of icons where the theme uses pure numbers instead of the <nu...Ken Moore2016-05-09
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
bgstack15