summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-store.c
Commit message (Expand)AuthorAgeFilesLines
* Set the xdg-app origin using the filenameRichard Hughes2016-01-251-2/+19
* Add support for per-user and system-wide xdg-app installed storesRichard Hughes2016-01-251-23/+121
* trivial: Use G_DEFINE_QUARKKalev Lember2016-01-211-8/+1
* Check name uniqueness when validating AppStream dataRichard Hughes2016-01-031-0/+39
* trivial: Fix typo to return error on XML failureRichard Hughes2015-10-071-1/+1
* Add the ability to parse .cab archives as AppStream storesRichard Hughes2015-10-071-0/+42
* Monitor /usr/share/applications for apps without AppData when using watch flagsRichard Hughes2015-09-291-8/+33
* trivial: Show the path when profiling as_store_load_installed()Richard Hughes2015-09-241-1/+1
* Add AsProfile for speed profilingRichard Hughes2015-09-241-0/+29
* Use the typedef'd name in the code to help readabilityRichard Hughes2015-09-141-7/+7
* Use specific types to remove the last _cleanup_free usageRichard Hughes2015-09-141-4/+3
* Use glib's cleanup functions for GStringKalev Lember2015-09-101-1/+1
* Use GLib's cleanup functions instead of libgsystem'sKalev Lember2015-09-081-48/+48
* libappstream-glib: Port to G_DECLARE_DERIVABLE_TYPE macroKalev Lember2015-09-081-3/+2
* Add another GNOME application that changed IDsRichard Hughes2015-09-071-0/+1
* Add a few KDE applications that have changed desktop IDRichard Hughes2015-09-071-0/+8
* Ignore empty AppStream XML filesRichard Hughes2015-08-271-0/+5
* Find the application in a store by the provide valueRichard Hughes2015-08-101-0/+43
* Remove support for lower than AppStream 0.6Richard Hughes2015-08-031-7/+3
* Remove another length argumentRichard Hughes2015-08-031-3/+1
* Drop the unused _len arguments on many functionsRichard Hughes2015-08-031-7/+7
* Emit the AsStore::changed signal if files or directories changeRichard Hughes2015-07-271-78/+296
* trivial: Set the source_file when using as_store_from_file()Richard Hughes2015-07-251-2/+5
* Ignore the prefix when loading system-wide AppStream informationRichard Hughes2015-07-011-0/+8
* trivial: One more desktop name changeRichard Hughes2015-06-291-0/+1
* trivial: Do not check the localstate dirs multiple timesRichard Hughes2015-06-291-4/+6
* trivial: One more KDE app has renamed its AppIDRichard Hughes2015-06-221-0/+1
* Look for all package names when incorporating metadataRichard Hughes2015-06-171-0/+29
* trivial: California is not GNOME CalendarRichard Hughes2015-06-171-1/+0
* Allow getting an application from the store with an old desktop IDRichard Hughes2015-06-171-0/+107
* Add the source-only tags when outputting AppData filesRichard Hughes2015-03-301-0/+1
* Add as_store_add_filter()Richard Hughes2015-03-111-0/+54
* Create a AsNodeContext object for parsing stateRichard Hughes2015-01-211-3/+10
* trivial: Don't show warnings when doing distcheckRichard Hughes2014-11-041-4/+4
* trivial: Set the source kind when loading YAML filesRichard Hughes2014-10-291-0/+1
* trivial: Set the icon path for apps loaded from a YAML fileRichard Hughes2014-10-291-1/+15
* Support getting the origin from .yml files tooRichard Hughes2014-10-291-1/+3
* Add as_app_set_origin()Richard Hughes2014-10-241-0/+3
* trivial: Make compression optional in as_store_to_file()Richard Hughes2014-10-211-1/+23
* trivial: Spelling fix in validation warningRichard Hughes2014-10-211-18/+18
* Monitor the XML and icons path for changesRichard Hughes2014-10-101-4/+7
* Add as_store_convert_icons()Richard Hughes2014-10-011-0/+28
* Use AsIcon to represent an abstract iconRichard Hughes2014-10-011-4/+12
* trivial: Remove invalid gtk-doc markupRichard Hughes2014-10-011-2/+0
* Ignore translations for non-translatable tagsRichard Hughes2014-09-251-0/+17
* Add AS_APP_VALIDATE_FLAG_ALL_APPSRichard Hughes2014-09-241-10/+12
* When validating AppStream files also validate the application objectsRichard Hughes2014-09-121-0/+17
* trivial: When parsing the extra AppStream file, use the filename in the errorRichard Hughes2014-09-071-2/+2
* Rename as_app_get_id_full() to as_app_get_id()Richard Hughes2014-08-221-9/+9
* Add a veto if a .desktop file has NoDisplay=trueRichard Hughes2014-08-221-1/+1