summaryrefslogtreecommitdiff
path: root/libappstream-glib
Commit message (Expand)AuthorAgeFilesLines
* trivial: Make as_profile_dump() threadsafeRichard Hughes2016-09-141-0/+1
* Add as_profile_set_autoprune() for automatically limiting the profiling outputRichard Hughes2016-09-142-0/+23
* Add as_profile_prune() for limiting the profiling outputRichard Hughes2016-09-142-0/+34
* trivial: Make as_profile_clear() threadsafeRichard Hughes2016-09-141-0/+1
* trivial: Allow detailed profiling when using as_store_from_file()Richard Hughes2016-09-141-8/+5
* Add as_store_add_apps()Richard Hughes2016-09-132-0/+33
* Add support for AppImage bundlesRichard Hughes2016-09-122-0/+6
* Convert the built unknown icons to the correct kind depending on the actionRichard Hughes2016-09-052-2/+11
* trivial: Do not write <icon type=unknown> for unknown typesRichard Hughes2016-09-051-3/+5
* Refactor the desktop file icon loading codeRichard Hughes2016-09-041-26/+46
* Add a component kind of 'driver'Richard Hughes2016-09-023-0/+7
* 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