summaryrefslogtreecommitdiff
path: root/libappstream-glib
Commit message (Expand)AuthorAgeFilesLines
* Collect certain errors when parsing file-backed AsApp'sRichard Hughes2014-04-212-0/+28
* Add as_node_set_name() internal methodRichard Hughes2014-04-212-0/+30
* Add AsProblem to report non-critical problems with dataRichard Hughes2014-04-215-0/+373
* trivial: Add methods for getting AsApp translation sizesRichard Hughes2014-04-202-0/+54
* Support <screenshot> sections without <image>'sRichard Hughes2014-04-201-1/+14
* Add a flag to as_node_to_xml() so it can process all childrenRichard Hughes2014-04-204-2/+21
* Add as_app_get_source_kind()Richard Hughes2014-04-205-17/+103
* Add as_app_get_update_contact()Richard Hughes2014-04-192-0/+49
* Add as_app_get_metadata_license()Richard Hughes2014-04-195-0/+53
* Support translated <ul> and <ol> tags when normalizingRichard Hughes2014-04-172-24/+202
* Do not add a 'type' attribute if the component type is unknownRichard Hughes2014-04-171-4/+8
* Allow writing AppStream entries with an unknown typeRichard Hughes2014-04-171-8/+0
* Add as_store_get_apps_by_metadata()Richard Hughes2014-04-173-0/+74
* Do not save metadata keys with an 'x-test' localeRichard Hughes2014-04-111-0/+2
* Add as_node_reflow_text() to reflow XML text properlyRichard Hughes2014-04-113-25/+94
* Do not write xml:lang key versions when the same as the 'C' versionRichard Hughes2014-04-106-11/+98
* Load AppStream files assuming literal text stringsRichard Hughes2014-04-084-29/+46
* trivial: Fix the search tokenisation for old versions of GlibRichard Hughes2014-04-081-1/+5
* Use the legacy names when using as_node_get_tag()Richard Hughes2014-04-081-0/+10
* Add mimetype data to the AsApp objectRichard Hughes2014-04-082-3/+13
* trivial: Fix up the gtk-doc markup for the last commitRichard Hughes2014-04-082-4/+4
* Add as_app_search_matches_all()Richard Hughes2014-04-083-0/+35
* Do not allow applications without iconsRichard Hughes2014-03-271-0/+11
* Only set app-install icons to cached if not already stockRichard Hughes2014-03-271-1/+2
* Set the icon kind to stock if it matches any stock iconRichard Hughes2014-03-262-2/+12
* Add as_utils_is_stock_icon_name()Richard Hughes2014-03-266-3/+385
* Ignore settings panels when parsing desktop filesRichard Hughes2014-03-262-0/+25
* 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-243-17/+82
* 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-213-0/+366
* trivial: Include in version control some sample v4 metadataRichard Hughes2014-03-211-4/+3
* 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