aboutsummaryrefslogtreecommitdiff
path: root/libLumina/LuminaXDG.cpp
Commit message (Expand)AuthorAge
* Add a new option in luminaDesktop.conf for auto-generating desktop icons/laun...Ken Moore2015-06-23
* Adjust/verify all the XDG routines which touch a file based on the desktop na...Ken Moore2015-06-22
* Add a fix for loading icons for Wine applications.Ken Moore2015-05-20
* Finish cleaning up the new XDG autostart write-support and enable it in lumin...Ken Moore2015-05-12
* Large update to the XDG autostart spec - Add full write support in libLumina.Ken Moore2015-05-12
* Have lumina assign an internal "non-mimetype" to files that do not have a mat...Ken Moore2015-05-12
* improve the decision regarding valid desktop files by check if Name and Type ...wi2015-04-30
* Don't add the "LUMINA" tag to the name of Lumina-specific applications.Ken Moore2015-04-15
* Add usage support for the XDG autostart specifications. This is currently on ...Ken Moore2015-03-30
* Make the XDG Exec= field code substitutions a bit more robust for missing fie...Ken Moore2015-03-12
* Tweak the fallback behavior of the %c field code replacement routine for a *....Ken Moore2015-03-12
* Just a bit of cleanup in libLumina and adjust the deskopview plugin a bit for...Ken Moore2015-03-11
* Oops, apparently I forgot the line which copies a *.desktop "Path=" value int...Ken Moore2015-03-04
* Update how lumina-open detects applications which are registered on the syste...Ken Moore2015-02-27
* Make sure that the second round of mimetype filters is performed case-insensi...Ken Moore2015-02-19
* Clean up the XGD mime-types detection routine quite a but. Now it should be m...Ken Moore2015-02-19
* Clean up a few things in Lumina:Ken Moore2015-02-17
* Commit a couple loose changes to libLuminaXDGKen Moore2015-01-16
* Be a little bit more careful about the handling of the "Exec=" field codes in...Ken Moore2014-12-31
* Commit some more XLib->XCB conversions (everything for the task manager), and...Ken Moore2014-12-30
* Commit a checkpoint on the conversion of Lumina to Qt5.Ken Moore2014-12-18
* Finish up the new Mime type default app usage in lumina-config and lumina-ope...Ken Moore2014-11-17
* Update the XDG MIME inplementation to support the draft standards for registe...Ken Moore2014-11-17
* Update the XDG categories that are supported, as well as the add a new "Wine"...Ken Moore2014-11-14
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2014-09-16
|\
| * Updated fix to make sure first Exec entry in a .desktop file is taken.Jesse Smith2014-09-15
| * Merge remote-tracking branch 'upstream/master'Jesse Smith2014-09-15
| |\
| * | Select the first exec entry from a .desktop file rather than the last.Jesse Smith2014-09-15
* | | Make sure to sort applications by name case-insensitively.Ken Moore2014-09-16
| |/ |/|
* | Fix a bug in the *.desktop parsing for luminaXDG. It was previously mixing th...Ken Moore2014-09-15
|/
* Move all the OS-specific path PREFIX settings into LuminaOS so that we don't ...Ken Moore2014-09-12
* Update the *.desktop "Exec=" compliance to the standards as of 9/9/2014 in Lu...Ken Moore2014-09-09
* Initial import of the lumina code from pcbsd git repoKris Moore2014-09-04
bgstack15