aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/LuminaXDG.cpp
Commit message (Expand)AuthorAge
* Ensure that the theme engine and Qt-no-glib environment variables are always ...Ken Moore2019-03-16
* Two fixes for icons:Ken Moore2019-02-28
* Try to fix the start menu search lockup.Ken Moore2019-01-26
* A few fixes for Lumina:Ken Moore2018-08-22
* Fix up the icons for lumina-fmKen Moore2018-05-02
* Turn off the libreoffice icon fix for non-material-design icon themes.Ken Moore2018-04-27
* Quick update for the icon finder routine.Ken Moore2018-02-13
* Tag version 1.4.1Ken Moore2017-12-07
* Quick adjustment for the finding of icons.Ken Moore2017-11-21
* Fix up the visibility of the archive options in lumina-fm.Ken Moore2017-11-17
* Split the LFileInfo class into it's own files.Ken Moore2017-11-15
* Fix up some whitespace in luminaxdg.cppKen Moore2017-11-01
* fix for XDG processingq5sys2017-10-31
* Ensure that "Exec" and "TryExec" strings with quotes are handled properly.Ken Moore2017-10-27
* Fix a few places where /net/ files are still checked for existance (pauses/de...Ken Moore2017-10-26
* Another quick checkpoint for Lumina 2 files. Nothing too spectacular yet - st...Ken Moore2017-10-18
* Added video file detection and correct desktop file translationZackaryWelch2017-09-11
* Get a lot of the root context menu up and running. Now the application list i...Ken Moore2017-08-29
* Start getting the Root context menu all moved over from Lumina 1 to 2.Ken Moore2017-08-29
* 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
bgstack15