summaryrefslogtreecommitdiff
path: root/libappstream-glib
Commit message (Expand)AuthorAgeFilesLines
* Allow comments on the root XML nodeRichard Hughes2014-06-192-5/+11
* trivial: Double space the XML intents to match best practicesRichard Hughes2014-06-192-2/+2
* Return the URL in the validation error when screenshots fail to be loadedRichard Hughes2014-06-181-10/+17
* Add as_app_to_file()Richard Hughes2014-06-182-0/+43
* Support parsing .desktop.in filesRichard Hughes2014-06-181-2/+6
* Add as_node_remove_attribute()Richard Hughes2014-06-183-0/+34
* trivial: Export some more useful API from AsNodeRichard Hughes2014-06-184-16/+17
* Add as_node_to_file()Richard Hughes2014-06-182-0/+40
* Add as_app_get_mimetypes()Richard Hughes2014-06-182-0/+18
* Add as_app_get_pkgname_default()Richard Hughes2014-06-172-0/+20
* trivial: Actually use the flags when parsing MetaInfo filesRichard Hughes2014-06-171-1/+1
* Accept slightly truncated SPDX IDsRichard Hughes2014-06-171-0/+2
* Add a AsAppParseFlags flag to be able to append non-duplicate dataRichard Hughes2014-06-172-27/+49
* Allow any SPDX license when validating in relaxed modeRichard Hughes2014-06-161-7/+22
* trivial: Tiny cleanup in AsNodeRichard Hughes2014-06-161-2/+1
* Inherit search tokens from the addon to the main applicationRichard Hughes2014-06-162-3/+26
* Validate the <developer_name> tag valuesRichard Hughes2014-06-161-0/+39
* trivial: Use as_app_guess_source_kind() in more placesRichard Hughes2014-06-132-10/+3
* Add as_app_guess_source_kind()Richard Hughes2014-06-132-0/+30
* Fix a strict validation failure when parsing .xml.in filesRichard Hughes2014-06-133-11/+43
* Add <developer_name> from the draft AppStream 0.7 specificationRichard Hughes2014-06-136-3/+98
* Allow as_node_get_attribute_as_int() to parse negative numbersRichard Hughes2014-06-134-12/+12
* Allow validating metainfo.xml.in filesRichard Hughes2014-06-131-1/+2
* Add support for the 'dbus' AsProvideKindRichard Hughes2014-06-122-0/+6
* Add support for validating metainfo.xml filesRichard Hughes2014-06-114-25/+102
* trivial: Use more _cleanup_ functionsRichard Hughes2014-06-111-5/+2
* Add <extends> from the draft AppStream 0.7 specificationRichard Hughes2014-06-119-0/+190
* Fail to validate AppData files with URLs in the descriptionsRichard Hughes2014-06-102-4/+39
* trivial: Also unintltoolize <_ul> and <_ol>Richard Hughes2014-06-101-0/+4
* Correctly use convert-translatable when the source kind is already setRichard Hughes2014-06-101-4/+6
* trivial: Fix up some gtk-doc markup to not explode for old versionsRichard Hughes2014-06-101-1/+1
* Support the non-standard X-Ubuntu-Software-Center-NameRichard Hughes2014-06-061-0/+19
* Do not write a screenshot type of 'normal' as it's the default valueRichard Hughes2014-06-062-3/+8
* trivial: Use systemd-style cleanup functionsRichard Hughes2014-06-0410-151/+151
* trivial: Use a common style where the _cleanup is done last in the blockRichard Hughes2014-06-038-64/+64
* Use __attribute__(cleanup) to simplify memory cleanupRichard Hughes2014-06-0111-822/+498
* Fix a crash when we try to validate <p></p>Richard Hughes2014-06-011-0/+8
* Don't include the filename in the error outputRichard Hughes2014-05-301-1/+1
* Automatically demangle the update contactRichard Hughes2014-05-282-3/+43
* Do not log a critical warning in as_store_to_xml()Richard Hughes2014-05-282-3/+23
* Only require <project_licence> when being strictRichard Hughes2014-05-281-2/+2
* Sort the applications by app-id when exporting to XMLRichard Hughes2014-05-281-0/+14
* Also support validating .appdata.xml.in filesRichard Hughes2014-05-273-2/+89
* Add @AS_TAG_FLAG_USE_TRANSLATEDRichard Hughes2014-05-272-1/+20
* Only autodetect the AsAppSourceKind when unknownRichard Hughes2014-05-241-12/+30
* Export as_app_set_source_kind()Richard Hughes2014-05-242-2/+2
* Retain comments in .desktop and .appdata.xml files when requiredRichard Hughes2014-05-232-4/+10
* Add as_node_get_comment()Richard Hughes2014-05-234-5/+128
* Fix validation of old-style AppData files without screenshot sizesRichard Hughes2014-05-221-4/+7
* Add validation for <releases>Richard Hughes2014-05-212-9/+121