summaryrefslogtreecommitdiff
path: root/libappstream-glib
Commit message (Expand)AuthorAgeFilesLines
* trivial: Add another application to the blacklistRichard Hughes2014-12-111-0/+1
* Always return errors from the correct domain when parsing broken AppData filesRichard Hughes2014-12-111-8/+22
* Do not veto applications with NoDisplay=falseRichard Hughes2014-12-111-1/+6
* trivial: Add one more application to the blacklistRichard Hughes2014-11-101-0/+1
* Add another 'application' to the blacklistRichard Hughes2014-11-101-0/+1
* Add AS_ICON_KIND_LOCALRichard Hughes2014-10-212-0/+6
* Do not write provides with an unknown kindRichard Hughes2014-09-121-1/+3
* trivial: Add some asserts for as_node_insert()Richard Hughes2014-09-121-0/+6
* Do not crash when doing as_tag_from_string(NULL)Richard Hughes2014-09-122-0/+5
* Revert "trivial: When parsing the extra AppStream file, use the filename in t...Richard Hughes2014-09-091-2/+2
* Add three more applications to the blacklistRichard Hughes2014-09-091-0/+3
* trivial: When parsing the extra AppStream file, use the filename in the errorRichard Hughes2014-09-091-2/+2
* Update the SPDX license list to v1.20Richard Hughes2014-09-011-4/+95
* Add two more applications to the blacklistRichard Hughes2014-09-011-0/+2
* Add more things to the blacklist that are not applicationsRichard Hughes2014-09-011-0/+3
* Blacklist two configuration dialogs from icedtea-webRichard Hughes2014-09-011-0/+2
* trivial: Relax the <li> length requirement some moreRichard Hughes2014-08-291-1/+1
* trivial: Tiny search optimisationRichard Hughes2014-08-221-0/+2
* A keyword search match is better than the project nameRichard Hughes2014-08-221-1/+1
* Add a veto if a .desktop file has NoDisplay=trueRichard Hughes2014-08-223-4/+8
* Ignore localized keywordsRichard Hughes2014-08-181-0/+3
* Add as_store_remove_all()Richard Hughes2014-08-183-0/+29
* Add as_store_set_builder_id()Richard Hughes2014-08-182-0/+50
* Add some validation rules for metainfo filesRichard Hughes2014-08-182-0/+67
* trivial: Warn when discarding addons because of API versionRichard Hughes2014-08-181-1/+4
* Allow desktop->addon demotion with an AppData fileRichard Hughes2014-08-183-1/+60
* Never add duplicate <extends> tagsRichard Hughes2014-08-181-0/+4
* Allow different source roots to define addonsRichard Hughes2014-08-181-0/+4
* trivial: Correctly subsume the id kindRichard Hughes2014-08-181-0/+4
* trivial: Correctly subsume extends dataRichard Hughes2014-08-181-0/+6
* Add as_utils_is_spdx_license()Richard Hughes2014-08-113-0/+36
* trivial: Convert single legacy licenses tooRichard Hughes2014-08-111-1/+1
* Metadata licenses like 'CC0 and CC-BY-3.0' are valid content licensesRichard Hughes2014-08-113-49/+34
* Add as_utils_spdx_license_detokenize()Richard Hughes2014-08-113-0/+35
* Fix up legacy license IDs when tokenizingRichard Hughes2014-08-112-2/+34
* Check the icon size when checking the installed rootRichard Hughes2014-08-101-0/+6
* Add AS_STORE_LOAD_FLAG_ALLOW_VETORichard Hughes2014-08-092-8/+18
* Add AS_APP_PARSE_FLAG_ALLOW_VETORichard Hughes2014-08-092-22/+23
* Add as_utils_find_icon_filename()Richard Hughes2014-08-093-0/+175
* Add as_app_add_veto()Richard Hughes2014-08-092-0/+47
* trivial: Fix various GObject Introspection markup problemsRichard Hughes2014-08-066-2/+24
* Ignore AppData screenshots with xml:lang attributesRichard Hughes2014-08-061-0/+3
* Do not require sentence case when validating with relaxed settingsRichard Hughes2014-08-062-12/+25
* trivial: Do not use the local AppData files for the speed testRichard Hughes2014-08-051-0/+6
* trivial: Fix a tiny leak in the last commitRichard Hughes2014-08-051-0/+1
* Markup errors should not be fatal when assembling a storeRichard Hughes2014-08-052-2/+47
* trivial: Add AS_NODE_ERROR_INVALID_MARKUP for a less fatal errorRichard Hughes2014-08-052-4/+6
* trivial: Set the source file before parsingRichard Hughes2014-08-051-3/+3
* Do not treat app-install metadata as installedRichard Hughes2014-08-012-0/+40
* Add as_store_set_destdir() so we can use a different rootRichard Hughes2014-08-012-8/+52