summaryrefslogtreecommitdiff
path: root/libappstream-glib/appstream-glib.gresource.xml
Commit message (Collapse)AuthorAgeFilesLines
* Move the blacklisted application list to the front-end clientRichard Hughes2016-01-171-1/+0
| | | | | | | | | At the moment the blacklist list is being used to filter applications that have an AppData file, and also installed desktop files. I agree it's wrong to filter applications with valid AppData files from the metadata, and the various runtime blacklist entries are better suited to the front-end application which can adjust it as the design dictates.
* Only add registered projects and categories to the metadataRichard Hughes2014-07-291-0/+2
|
* Add as_utils_is_blacklisted_id()Richard Hughes2014-06-261-0/+1
| | | | | This moves the data to libappstream-glib where we can use it to prevent parsing desktop files that should not be shown in the software center.
* Check the project_license against the list of SPDX IDs when validatingRichard Hughes2014-04-301-0/+1
|
* Add as_utils_is_stock_icon_name()Richard Hughes2014-03-261-0/+6
This means we add 8k to the library size as we use an embedded GResource.