summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-app.c
Commit message (Expand)AuthorAgeFilesLines
* AsApp: Subsume more propertiesRichard Hughes2014-05-131-0/+10
* Add as_app_get_names()Richard Hughes2014-05-131-1/+69
* Add as_app_has_category()Richard Hughes2014-05-061-0/+27
* LXDE uses X-LXDE-Settings for settings panelsRichard Hughes2014-05-061-0/+1
* Be less strict with the case of the XML headerRichard Hughes2014-05-011-0/+2
* Use SPDX license IDs in <metadata_license>Richard Hughes2014-04-301-2/+40
* Support AppData version 0.6 files tooRichard Hughes2014-04-301-0/+2
* Return -1 from as_app_get_language() if the language is not foundRichard Hughes2014-04-241-5/+14
* Add as_app_subsume_full()Richard Hughes2014-04-231-17/+95
* Sort the application languages by name so they are predictableRichard Hughes2014-04-231-0/+10
* Support the AppStream 0.6.1 property attributeRichard Hughes2014-04-221-1/+9
* Parse AppData files when using as_app_parse_file()Richard Hughes2014-04-211-0/+79
* Collect certain errors when parsing file-backed AsApp'sRichard Hughes2014-04-211-0/+18
* trivial: Add methods for getting AsApp translation sizesRichard Hughes2014-04-201-0/+51
* Add a flag to as_node_to_xml() so it can process all childrenRichard Hughes2014-04-201-1/+2
* Add as_app_get_source_kind()Richard Hughes2014-04-201-16/+75
* Add as_app_get_update_contact()Richard Hughes2014-04-191-0/+45
* Add as_app_get_metadata_license()Richard Hughes2014-04-191-0/+45
* Do not add a 'type' attribute if the component type is unknownRichard Hughes2014-04-171-4/+8
* Do not write xml:lang key versions when the same as the 'C' versionRichard Hughes2014-04-101-6/+14
* trivial: Fix the search tokenisation for old versions of GlibRichard Hughes2014-04-081-1/+5
* Add mimetype data to the AsApp objectRichard Hughes2014-04-081-3/+7
* trivial: Fix up the gtk-doc markup for the last commitRichard Hughes2014-04-081-3/+3
* Add as_app_search_matches_all()Richard Hughes2014-04-081-0/+29
* Do not allow applications without iconsRichard Hughes2014-03-271-0/+11
* Set the icon kind to stock if it matches any stock iconRichard Hughes2014-03-261-1/+10
* Ignore settings panels when parsing desktop filesRichard Hughes2014-03-261-0/+17
* Add as_node_get_tag() and only store the name when the tag is unknownRichard Hughes2014-03-261-13/+9
* Load the Ubuntu app-install dataRichard Hughes2014-03-251-0/+11
* trivial: Do not use AsNodeError in AsAppRichard Hughes2014-03-251-2/+18
* Add as_node_take_attribute() to reduce allocations during parseRichard Hughes2014-03-241-10/+11
* Add as_app_parse_file() which parses a .desktop file into an AsAppRichard Hughes2014-03-211-0/+307
* Add an 'api-version' property to AsStore to generate old-style metadataRichard Hughes2014-03-201-25/+67
* Add <architectures> supportRichard Hughes2014-03-181-0/+60
* Support old-style markup-less <description> tagsRichard Hughes2014-03-181-5/+13
* The 'appcategories' tag is now deprecated for 'categories'Richard Hughes2014-03-181-4/+3
* Do not depend on functions introduced in Glib 2.39.1Richard Hughes2014-03-181-9/+41
* Add gtk-doc file headers and flesh out the documentationRichard Hughes2014-03-181-2/+15
* Rename some types that should not be under the AsApp namespaceRichard Hughes2014-03-181-155/+20
* Unexport things we don't want to keep stableRichard Hughes2014-03-181-3/+5
* If locale is unspecified use the default user LANG choiceRichard Hughes2014-03-171-9/+3
* Define an enumerated type of AsAppUrlKindRichard Hughes2014-03-171-7/+49
* Add a lot of Gtk-Doc markup and generate a valid GIR fileRichard Hughes2014-03-171-9/+396
* trivial: Fix up two small memory leaksRichard Hughes2014-03-171-0/+1
* Reduce the amount of string copying when parsing a GNode treeRichard Hughes2014-03-171-17/+44
* trivial: Speed up parsing of AsAppRichard Hughes2014-03-131-44/+47
* Add a 'priority' property on AsAppRichard Hughes2014-03-131-0/+28
* Make as_app_add_language() more friendly for expat-style parsersRichard Hughes2014-03-131-16/+45
* trivial: Remove dead codeRichard Hughes2014-03-131-3/+0
* Add as_app_get_compulsory_for_desktops()Richard Hughes2014-03-131-8/+18