summaryrefslogtreecommitdiff
path: root/libappstream-glib
Commit message (Expand)AuthorAgeFilesLines
* Support components with merge=replace rulesRichard Hughes2016-09-024-31/+146
* Add a hash function specifically designed for unique-idsRichard Hughes2016-08-253-1/+112
* trivial: Fix the self tests after the dedupe fix in 7cd80fbRichard Hughes2016-08-251-0/+2
* Ignore system datadirs that are actually per-userRichard Hughes2016-08-251-0/+4
* trivial: Don't show some applications as installed when they are notRichard Hughes2016-08-251-2/+4
* trivial: Restrict the bundle kind when parsing local filesRichard Hughes2016-08-231-0/+7
* trivial: Restrict the scope when parsing local filesRichard Hughes2016-08-231-0/+1
* trivial: Use correct autoptr cleanup on yaml error when loading from a file. ...Mario Limonciello2016-08-221-1/+1
* Remove the inf parsing from appstream-glibRichard Hughes2016-08-228-1472/+35
* Revert "as-app-desktop: Fix association between icon names and types (#128)"Richard Hughes2016-08-221-7/+27
* as-app-desktop: Fix association between icon names and types (#128)Philip Withnall2016-08-221-27/+7
* trivial: Fix several -Wsign-conversion issues on ARMRichard Hughes2016-08-226-23/+26
* trivial: Fix a -Wcast-align issue on ARMRichard Hughes2016-08-221-7/+8
* Don't use the prefix check when parsing YAMLRichard Hughes2016-08-211-15/+0
* trivial: Use the correct autoptr cleanup on yaml errorRichard Hughes2016-08-211-1/+1
* Add AS_BUNDLE_KIND_CABINETRichard Hughes2016-08-192-0/+6
* as-app-validate: Check if icon_name is NULL (#130)Justin J. Kim2016-08-191-2/+4
* trivial: Fix some introspection markupRichard Hughes2016-08-181-1/+1
* Invalidate the unique-id if any of the parts are changedRichard Hughes2016-08-181-1/+25
* trivial: Add another quirk for firmwareRichard Hughes2016-08-181-0/+2
* Return proper warnings when using libyamlRichard Hughes2016-08-182-18/+163
* trivial: Fix a small memory leak in as_markup_import()Richard Hughes2016-08-181-1/+1
* trivial: Fix a small memory leak in AsStoreRichard Hughes2016-08-181-1/+1
* trivial: Fix a small memory leak in AsReviewRichard Hughes2016-08-181-0/+1
* Pay attention to errors from yaml_parser_parse (#129)Anders Kaseorg2016-08-171-2/+1
* Sanity check YAML files before parsingRichard Hughes2016-08-172-0/+33
* Fix gcc shift warnings on 32 bit platformsKalev Lember2016-08-171-35/+35
* trivial: Don't require screenshots for valid langpacksRichard Hughes2016-08-151-1/+2
* Don't merge LangPack entriesRichard Hughes2016-08-151-3/+11
* trivial: Merge some gtk-doc fixupsRichard Hughes2016-08-122-3/+3
* trivial: Fix validation of console-application componentsRichard Hughes2016-08-111-4/+1
* Add console-app component typeMatthias Klumpp2016-08-112-0/+5
* yaml: Read all component types, not just desktop-appsMatthias Klumpp2016-08-111-3/+3
* Make asglib read current component-type namesMatthias Klumpp2016-08-111-2/+11
* Add support for application suggestionsRichard Hughes2016-08-1111-0/+556
* Support AppStream merge componentsRichard Hughes2016-08-114-2/+119
* Ensure predictable output order of XML attributesRichard Hughes2016-08-102-49/+73
* trivial: Allow setting the output trusted mode using an environment variableRichard Hughes2016-08-101-0/+6
* Print max caption length when validatingRichard Hughes2016-08-101-2/+6
* trivial: Be a bit more helpful when reporting validation warningsRichard Hughes2016-08-091-80/+87
* No validation failure for lots of releasesRichard Hughes2016-08-091-5/+0
* trivial: Fix some gtk-doc markupRichard Hughes2016-08-091-4/+4
* Add the TRANSLATE URL kindRichard Hughes2016-08-092-0/+6
* Add SUSE-Public-Domain to License map (#126)Dominique Leuenberger2016-08-091-0/+1
* Allow subsuming each property individuallyRichard Hughes2016-08-094-146/+303
* Don't include the architecture in the unique IDRichard Hughes2016-08-096-45/+33
* Don't include the version in the unique IDRichard Hughes2016-08-097-89/+37
* Only subsume a safe subset from merge componentsRichard Hughes2016-08-054-84/+100
* trivial: Check if the flatpak ID is valid before usingRichard Hughes2016-08-051-6/+30
* trivial: Parse the unique_id correctly when searchingRichard Hughes2016-08-052-4/+34