summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-app-desktop.c
Commit message (Expand)AuthorAgeFilesLines
* Do not save the 'X-' prefixed keys to the AppStream metadataRichard Hughes2016-07-151-9/+33
* Fix missing keywords in the previous commitJoaquim Rocha2016-07-121-2/+2
* Add external (X-*) keys of an app's desktop file as metadata AsAppJoaquim Rocha2016-07-121-0/+10
* trivial: Remove the X- hack from parsing the category listRichard Hughes2016-07-121-4/+0
* trivial: Get rid of useless internal-only gtk-doc markupRichard Hughes2016-06-281-18/+0
* Ignore desktop files with X-AppStream-IgnoreRichard Hughes2016-04-041-0/+10
* Always veto anything with X-Unity-Settings-PanelRichard Hughes2016-03-311-0/+12
* Rename a symbol to reflect realityRichard Hughes2016-02-251-2/+2
* Move the blacklisted application list to the front-end clientRichard Hughes2016-01-171-4/+0
* Detect web-apps which are added as .desktop filesRichard Hughes2016-01-151-0/+13
* Return the correct error when the desktop file has no [Desktop Entry] groupRichard Hughes2015-11-021-0/+10
* trivial: Fix a typo in commentKalev Lember2015-10-141-1/+1
* Try harder to deal with icons that have extension or full path listedKalev Lember2015-10-141-3/+14
* trivial: Remove a now-unused veto ruleRichard Hughes2015-09-171-9/+0
* trivial: Drop as-cleanup.h include where not neededKalev Lember2015-09-081-1/+0
* Use GLib's cleanup functions instead of libgsystem'sKalev Lember2015-09-081-13/+13
* Drop the unused _len arguments on many functionsRichard Hughes2015-08-031-26/+24
* When building metadata with the use-fallback flag accept legacy icon namesRichard Hughes2015-06-161-1/+27
* Add a flag to use non-optimal data sources when building metadataRichard Hughes2015-06-161-0/+49
* Fix a potential crash spotted by clangRichard Hughes2015-05-281-1/+1
* trivial: Split off the desktop file parsing to it's own source fileRichard Hughes2015-03-091-0/+385