summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-store.c
Commit message (Expand)AuthorAgeFilesLines
* Add as_store_load_path()Richard Hughes2014-07-071-0/+20
* Promote DESKTOP sources to APPDATA if we subsume an appdata.xml fileRichard Hughes2014-07-021-10/+17
* trivial: Fix recently introduced crash when using AS_STORE_ADD_FLAG_PREFER_LOCALRichard Hughes2014-07-011-6/+9
* Add as_app_set_state()Richard Hughes2014-07-011-0/+4
* Always check for duplicate screenshots when using as_app_subsume()Richard Hughes2014-07-011-1/+3
* Add AS_STORE_ADD_FLAG_PREFER_LOCAL to allow the client to prefer local filesRichard Hughes2014-07-011-33/+65
* Add as_store_set_add_flags()Richard Hughes2014-07-011-0/+34
* Do not parse the .desktop file if the ID already exists in the XML metadataRichard Hughes2014-06-261-0/+5
* 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
* trivial: Supress warning when either desktop or appdata paths have subfoldersRichard Hughes2014-06-261-0/+2
* trivial: Only set the icon kind to stock when using as_store_load()Richard Hughes2014-06-261-0/+1
* Allow AsStore to load directories of AppData and desktop filesRichard Hughes2014-06-261-7/+73
* trivial: Use more _cleanup_ functionsRichard Hughes2014-06-111-5/+2
* Add <extends> from the draft AppStream 0.7 specificationRichard Hughes2014-06-111-0/+41
* trivial: Use systemd-style cleanup functionsRichard Hughes2014-06-041-31/+31
* trivial: Use a common style where the _cleanup is done last in the blockRichard Hughes2014-06-031-6/+6
* Use __attribute__(cleanup) to simplify memory cleanupRichard Hughes2014-06-011-206/+113
* Do not log a critical warning in as_store_to_xml()Richard Hughes2014-05-281-2/+2
* Sort the applications by app-id when exporting to XMLRichard Hughes2014-05-281-0/+14
* When adding a duplicate AppStream application merge the entriesRichard Hughes2014-04-231-0/+9
* Do not try to parse non-application tags as applicatonsRichard Hughes2014-04-231-0/+2
* Do not crash if an AppStream entry has no IDRichard Hughes2014-04-231-0/+4
* Read AppStream metadata from the per-machine locationRichard Hughes2014-04-221-0/+2
* Add as_app_get_source_kind()Richard Hughes2014-04-201-0/+1
* Allow writing AppStream entries with an unknown typeRichard Hughes2014-04-171-8/+0
* Add as_store_get_apps_by_metadata()Richard Hughes2014-04-171-0/+35
* Load AppStream files assuming literal text stringsRichard Hughes2014-04-081-2/+2
* Only set app-install icons to cached if not already stockRichard Hughes2014-03-271-1/+2
* Use screenshots.debian.net for app-install contentRichard Hughes2014-03-251-0/+39
* Load the Ubuntu app-install dataRichard Hughes2014-03-251-6/+104
* trivial: Always return the correct error domain from AsStoreRichard Hughes2014-03-251-11/+68
* Use the full ID for the AsStore hashRichard Hughes2014-03-251-5/+5
* Add as_store_load() to load system and user locationsRichard Hughes2014-03-251-0/+264
* Add an error quark for AsStoreRichard Hughes2014-03-251-2/+18
* Add an 'api-version' property to AsStore to generate old-style metadataRichard Hughes2014-03-201-5/+56
* Add as_store_from_xml()Richard Hughes2014-03-201-38/+112
* Clarify the icon_root paramter in as_store_from_file()Richard Hughes2014-03-201-15/+23
* Support the 'origin' attribute on the root nodeRichard Hughes2014-03-191-4/+64
* Add gtk-doc file headers and flesh out the documentationRichard Hughes2014-03-181-2/+18
* Add the ability to convert the AsStore to a fileRichard Hughes2014-03-181-12/+131
* Rename some types that should not be under the AsApp namespaceRichard Hughes2014-03-181-2/+2
* Add a AsNodeFromXmlFlags bitfield to allow future API additionsRichard Hughes2014-03-181-1/+4
* Unexport things we don't want to keep stableRichard Hughes2014-03-181-0/+1
* Add a lot of Gtk-Doc markup and generate a valid GIR fileRichard Hughes2014-03-171-7/+56
* Add AsStoreRichard Hughes2014-03-171-0/+232