summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Veto apps that have empty OnlyShowIn=wip/kalev/veto-empty-onlyshowinKalev Lember2018-04-171-1/+4
* trivial: Add the missing <requires> enum typesRichard Hughes2018-04-122-0/+18
* Add support for component agreementsRichard Hughes2018-04-1118-2/+1562
* Correctly compare version numbers like '1.2.3' and '1.2.3a'Richard Hughes2018-04-092-33/+28
* Don't include the path component in the name when parsing the package filenameRichard Hughes2018-03-272-5/+17
* Add as_utils_unique_id_match()Richard Hughes2018-03-153-7/+78
* trivial: post release version bumpRichard Hughes2018-03-132-5/+5
* Release version 0.7.7appstream_glib_0_7_7Richard Hughes2018-03-1330-552/+1080
* Use shell-extensions::uuid for custom shell extensions metadata keyKalev Lember2018-03-131-1/+1
* trivial: Fix the introspection for as_app_get_metadata()Richard Hughes2018-03-121-1/+1
* Always resize AppStream icons to fit the destination sizeRichard Hughes2018-03-092-1/+3
* Add AS_IMAGE_LOAD_FLAG_ALWAYS_RESIZE to always resize the pixbufRichard Hughes2018-03-092-0/+13
* trivial: Fix up a build warning from a recent commitRichard Hughes2018-03-081-1/+1
* Correctly validate files using OR in the metadata_licenseRichard Hughes2018-03-081-10/+38
* Update the SPDX license list to v3.0Richard Hughes2018-03-083-116/+164
* trivial: Add missing 'fur' translationRichard Hughes2018-03-011-0/+1
* Don't abort the build if pngquant failsRichard Hughes2018-03-012-4/+9
* trivial: Never add duplicated <requires> nodes for componentsRichard Hughes2018-02-233-0/+46
* Add custom metadata key for shell extension uuidKalev Lember2018-02-221-1/+2
* Do not fail to validate if the timestamps are out of orderRichard Hughes2018-02-212-24/+2
* Treat pngquant exit code of 98 (nothing done) as successRichard Hughes2018-02-211-1/+1
* trivial: post release version bumpRichard Hughes2018-02-092-5/+5
* Release version 0.7.6appstream_glib_0_7_6Richard Hughes2018-02-092-1/+13
* Never include '&' in attribute valuesRichard Hughes2018-01-302-4/+9
* Add support for release typesRichard Hughes2018-01-253-4/+115
* Fix an invalid read when using as_app_parse_data() from PythonRichard Hughes2018-01-244-22/+79
* as-app-desktop: don't deference invalid listsMarco Trevisan (Treviño)2018-01-231-4/+4
* trivial: post release version bumpRichard Hughes2018-01-222-5/+5
* Release version 0.7.5appstream_glib_0_7_5Richard Hughes2018-01-2228-174/+711
* Don't expect an enum when really passing a bitfieldRichard Hughes2018-01-225-77/+71
* Add more GObject Introspection annotations for PythonRichard Hughes2018-01-224-20/+20
* Fix a crash when calling as_release_add_location() directlyRichard Hughes2018-01-221-0/+1
* trivial: Add missing types from the IntrospectionRichard Hughes2018-01-221-0/+2
* Explicitly require a new enough json-glibRichard Hughes2018-01-151-1/+1
* trivial: Fix regression when parsing XML AppData filesRichard Hughes2017-12-191-1/+1
* Do not use an 'enable' prefix for meson argumentsRichard Hughes2017-12-1814-89/+84
* Describe connection problems/HTTP errors when validating imagessuve2017-12-171-3/+11
* Add as_app_parse_data()Richard Hughes2017-12-152-37/+63
* Add as_store_get_apps_by_provide()Richard Hughes2017-12-143-0/+55
* Fix compile with GCab v1.0Richard Hughes2017-12-142-1/+4
* trivial: Check for duplicate content ratings sections with the same kindRichard Hughes2017-12-093-0/+19
* Support OARS v1.1 additionsRichard Hughes2017-12-091-1/+35
* Never change the default screenshot when processing AppDataRichard Hughes2017-12-092-0/+31
* Fix appstream-compose when using new-style desktop IDsRichard Hughes2017-12-071-6/+10
* Don’t fall back to en if other languages are available.Peter Oliver2017-11-301-3/+1
* Generate icons and samples for emoji fonts.Peter Oliver2017-11-211-0/+2
* Trivial: Set minimal required version for pngquant in the sample .spec fileDominique Leuenberger2017-11-161-1/+1
* Use pngquant to make the application icons take up less spaceRichard Hughes2017-11-144-0/+42
* Do not try to extract duplicate files in the icon theme packagesRichard Hughes2017-11-131-0/+5
* Fix the arithmetic when fitting an image in 16:9Joaquim Rocha2017-11-101-1/+3