summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release version 0.1.2appstream_glib_0_1_2Richard Hughes2014-03-263-3/+26
* Add as_node_get_tag() and only store the name when the tag is unknownRichard Hughes2014-03-266-20/+46
* Add as_tag_from_string_full()Richard Hughes2014-03-263-11/+41
* Use screenshots.debian.net for app-install contentRichard Hughes2014-03-251-0/+39
* Load the Ubuntu app-install dataRichard Hughes2014-03-253-6/+133
* trivial: Do not use AsNodeError in AsAppRichard Hughes2014-03-252-2/+35
* trivial: Explicitly choose which files are scanned by g-ir-scannerRichard Hughes2014-03-251-2/+19
* trivial: Always return the correct error domain from AsStoreRichard Hughes2014-03-251-11/+68
* Use the full ID for the AsStore hashRichard Hughes2014-03-252-7/+7
* Add as_store_load() to load system and user locationsRichard Hughes2014-03-253-1/+288
* Add an error quark for AsStoreRichard Hughes2014-03-252-2/+33
* trivial: Fix build for the non-gperf caseRichard Hughes2014-03-241-3/+3
* Use gperf to generate a perfect hash for the tag namesRichard Hughes2014-03-245-23/+90
* trivial: Use a getter and setter for setting the node data nameRichard Hughes2014-03-241-12/+33
* Reduce the number of small attr key allocationsRichard Hughes2014-03-241-3/+2
* Add as_node_take_attribute() to reduce allocations during parseRichard Hughes2014-03-244-18/+70
* Do not use GHashTable to store node attributesRichard Hughes2014-03-241-79/+75
* Add as_app_parse_file() which parses a .desktop file into an AsAppRichard Hughes2014-03-215-0/+382
* trivial: Fixes to the spec file from FedoraRichard Hughes2014-03-211-5/+3
* trivial: post release version bumpRichard Hughes2014-03-212-5/+5
* Release version 0.1.1appstream_glib_0_1_1Richard Hughes2014-03-212-2/+20
* trivial: Include in version control some sample v4 metadataRichard Hughes2014-03-213-4/+4
* Add the new AsUrlKind's in API 0.6Richard Hughes2014-03-202-0/+18
* Add an 'api-version' property to AsStore to generate old-style metadataRichard Hughes2014-03-2014-56/+263
* Add as_store_from_xml()Richard Hughes2014-03-202-38/+117
* trivial: Actually accept deprecated tags againRichard Hughes2014-03-202-0/+12
* Clarify the icon_root paramter in as_store_from_file()Richard Hughes2014-03-202-16/+24
* Support the 'origin' attribute on the root nodeRichard Hughes2014-03-1911-4/+221
* trivial: Remove three compiler warnings from clangRichard Hughes2014-03-191-7/+2
* Use GQuarks for matching tag string to AsTag enumsRichard Hughes2014-03-191-70/+14
* Return correct results from as_tag_to_string()Richard Hughes2014-03-192-3/+22
* Don't crash when using getting an unset descriptionRichard Hughes2014-03-192-3/+7
* Fix parsing incompletely translated AppData filesRichard Hughes2014-03-182-11/+13
* Add <architectures> supportRichard Hughes2014-03-185-0/+77
* Speed up as_tag_to_string() by using a table and a single lookupRichard Hughes2014-03-181-61/+35
* Support old-style markup-less <description> tagsRichard Hughes2014-03-182-6/+58
* The 'appcategories' tag is now deprecated for 'categories'Richard Hughes2014-03-184-13/+16
* trivial: Update README to reflect realityRichard Hughes2014-03-181-1/+2
* Do not depend on functions introduced in Glib 2.39.1Richard Hughes2014-03-182-10/+42
* trivial: post release version bumpRichard Hughes2014-03-182-5/+5
* Release version 0.1.0appstream_glib_0_1_0Richard Hughes2014-03-181-0/+13
* trivial: Update some build files for the impending releaseRichard Hughes2014-03-182-2/+5
* Add a simple HTML project pageRichard Hughes2014-03-184-1/+192
* Add gtk-doc file headers and flesh out the documentationRichard Hughes2014-03-1816-64/+315
* Add the ability to convert the AsStore to a fileRichard Hughes2014-03-183-14/+181
* Rename some types that should not be under the AsApp namespaceRichard Hughes2014-03-188-200/+266
* Add a AsNodeFromXmlFlags bitfield to allow future API additionsRichard Hughes2014-03-185-12/+32
* Unexport things we don't want to keep stableRichard Hughes2014-03-1821-52/+280
* trivial: Update README to reflect realityRichard Hughes2014-03-175-35/+79
* If locale is unspecified use the default user LANG choiceRichard Hughes2014-03-177-23/+51