index
:
lumina
debianize
master
The BSD-original Lumina desktop environment
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libLumina
/
LuminaXDG.cpp
Commit message (
Expand
)
Author
Age
*
Make sure that the user's local icon heirarchy is added to the fallback icon ...
Ken Moore
2015-10-07
*
Another batch of small fixes:
Ken Moore
2015-10-07
*
Fix an issues with possible seg-faults when saving a *.desktop structure to f...
Ken Moore
2015-08-31
*
Make sure the *pointer* to the XDGDesktop structure is constant, not the stru...
Ken Moore
2015-08-31
*
Move the LFileInfo class into libLumina/LuminaXDG - this is very useful for f...
Ken Moore
2015-08-28
*
Add the XDG_DATA_* path support for relative application paths given in the m...
Ken Moore
2015-08-19
*
Just a minor update to some debugging (when turned on) for checking icons wit...
Ken Moore
2015-07-24
*
Finish up the XDG "Actions" specification for *.desktop files, and integrate ...
Ken Moore
2015-07-22
*
Add support into libLumina for additional "Actions" listed in *.desktop files.
Ken Moore
2015-07-22
*
Add a new option in luminaDesktop.conf for auto-generating desktop icons/laun...
Ken Moore
2015-06-23
*
Adjust/verify all the XDG routines which touch a file based on the desktop na...
Ken Moore
2015-06-22
*
Add a fix for loading icons for Wine applications.
Ken Moore
2015-05-20
*
Finish cleaning up the new XDG autostart write-support and enable it in lumin...
Ken Moore
2015-05-12
*
Large update to the XDG autostart spec - Add full write support in libLumina.
Ken Moore
2015-05-12
*
Have lumina assign an internal "non-mimetype" to files that do not have a mat...
Ken Moore
2015-05-12
*
improve the decision regarding valid desktop files by check if Name and Type ...
wi
2015-04-30
*
Don't add the "LUMINA" tag to the name of Lumina-specific applications.
Ken Moore
2015-04-15
*
Add usage support for the XDG autostart specifications. This is currently on ...
Ken Moore
2015-03-30
*
Make the XDG Exec= field code substitutions a bit more robust for missing fie...
Ken Moore
2015-03-12
*
Tweak the fallback behavior of the %c field code replacement routine for a *....
Ken Moore
2015-03-12
*
Just a bit of cleanup in libLumina and adjust the deskopview plugin a bit for...
Ken Moore
2015-03-11
*
Oops, apparently I forgot the line which copies a *.desktop "Path=" value int...
Ken Moore
2015-03-04
*
Update how lumina-open detects applications which are registered on the syste...
Ken Moore
2015-02-27
*
Make sure that the second round of mimetype filters is performed case-insensi...
Ken Moore
2015-02-19
*
Clean up the XGD mime-types detection routine quite a but. Now it should be m...
Ken Moore
2015-02-19
*
Clean up a few things in Lumina:
Ken Moore
2015-02-17
*
Commit a couple loose changes to libLuminaXDG
Ken Moore
2015-01-16
*
Be a little bit more careful about the handling of the "Exec=" field codes in...
Ken Moore
2014-12-31
*
Commit some more XLib->XCB conversions (everything for the task manager), and...
Ken Moore
2014-12-30
*
Commit a checkpoint on the conversion of Lumina to Qt5.
Ken Moore
2014-12-18
*
Finish up the new Mime type default app usage in lumina-config and lumina-ope...
Ken Moore
2014-11-17
*
Update the XDG MIME inplementation to support the draft standards for registe...
Ken Moore
2014-11-17
*
Update the XDG categories that are supported, as well as the add a new "Wine"...
Ken Moore
2014-11-14
*
Merge branch 'master' of github.com:pcbsd/lumina
Ken Moore
2014-09-16
|
\
|
*
Updated fix to make sure first Exec entry in a .desktop file is taken.
Jesse Smith
2014-09-15
|
*
Merge remote-tracking branch 'upstream/master'
Jesse Smith
2014-09-15
|
|
\
|
*
|
Select the first exec entry from a .desktop file rather than the last.
Jesse Smith
2014-09-15
*
|
|
Make sure to sort applications by name case-insensitively.
Ken Moore
2014-09-16
|
|
/
|
/
|
*
|
Fix a bug in the *.desktop parsing for luminaXDG. It was previously mixing th...
Ken Moore
2014-09-15
|
/
*
Move all the OS-specific path PREFIX settings into LuminaOS so that we don't ...
Ken Moore
2014-09-12
*
Update the *.desktop "Exec=" compliance to the standards as of 9/9/2014 in Lu...
Ken Moore
2014-09-09
*
Initial import of the lumina code from pcbsd git repo
Kris Moore
2014-09-04
bgstack15