summaryrefslogtreecommitdiff
path: root/libappstream-glib
Commit message (Expand)AuthorAgeFilesLines
* trivial: Add AS_URL_KIND_MISSINGRichard Hughes2014-07-011-0/+2
* Add as_app_set_state()Richard Hughes2014-07-014-0/+116
* Always check for duplicate screenshots when using as_app_subsume()Richard Hughes2014-07-013-1/+23
* trivial: Allow zero width and height for as_screenshot_get_image()Richard Hughes2014-07-011-2/+0
* Add some useful image size constantsRichard Hughes2014-07-011-0/+8
* Add as_screenshot_get_image()Richard Hughes2014-07-013-2/+53
* Add AS_STORE_ADD_FLAG_PREFER_LOCAL to allow the client to prefer local filesRichard Hughes2014-07-013-33/+119
* Add as_store_set_add_flags()Richard Hughes2014-07-012-0/+49
* Assume local files are untrusted when parsingRichard Hughes2014-06-301-0/+5
* Add as_app_set_trust_flags()Richard Hughes2014-06-302-8/+282
* trivial: Add several more non-applicationsRichard Hughes2014-06-271-1/+6
* Do not parse the .desktop file if the ID already exists in the XML metadataRichard Hughes2014-06-262-0/+70
* trivial: Show the source kinds to allow debugging duplicate entriesRichard Hughes2014-06-261-2/+20
* trivial: Log why a desktop file is being ignoredRichard Hughes2014-06-261-0/+2
* Add as_app_source_kind_to_string()Richard Hughes2014-06-262-0/+50
* trivial: Supress warning when either desktop or appdata paths have subfoldersRichard Hughes2014-06-261-0/+2
* Add as_utils_is_blacklisted_id()Richard Hughes2014-06-267-2/+100
* trivial: Only set the icon kind to stock when using as_store_load()Richard Hughes2014-06-262-4/+1
* Prefix the filename if as_app_parse_appdata_file() failsRichard Hughes2014-06-261-1/+5
* trivial: Add some speed profiling for AppData and desktop filesRichard Hughes2014-06-261-2/+46
* Add as_app_get_source_file() to return the file that created the AsAppRichard Hughes2014-06-263-0/+50
* Allow AsStore to load directories of AppData and desktop filesRichard Hughes2014-06-262-7/+77
* When parsing .desktop files always set the icon kindRichard Hughes2014-06-261-0/+3
* Copy the icon kind when removing duplicatesRichard Hughes2014-06-261-0/+2
* Validate screenshot captionsRichard Hughes2014-06-251-0/+34
* Allow empty URL sectionsRichard Hughes2014-06-241-0/+2
* Include a newline before XML comments to help them stand outRichard Hughes2014-06-241-0/+4
* Add AS_NODE_TO_XML_FLAG_SORT_CHILDRENRichard Hughes2014-06-243-1/+52
* Add as_node_find_with_attribute()Richard Hughes2014-06-243-4/+62
* Add AS_NODE_INSERT_FLAG_MARK_TRANSLATABLERichard Hughes2014-06-243-11/+36
* Fix generation of AppStream 0.41 metadataRichard Hughes2014-06-201-3/+14
* Do not include <metadata> for pre-0.4 metadataRichard Hughes2014-06-201-1/+1
* trivial: Fix up some GObjectIntrospection markupRichard Hughes2014-06-206-8/+8
* Do not ship Addons in metadata version less than 0.7Richard Hughes2014-06-201-0/+4
* trivial: Fix a silly compile typo in the last commitRichard Hughes2014-06-201-1/+1
* Fix the API versions for Fedora 20Richard Hughes2014-06-201-3/+3
* trivial: Fix up some function prefixes in the self test programRichard Hughes2014-06-191-102/+102
* 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