summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't expect an enum when really passing a bitfieldwip/hughsie/introspection-fixesRichard Hughes2018-01-175-77/+71
* Add more GObject Introspection annotations for PythonRichard Hughes2018-01-174-20/+20
* Fix a crash when calling as_release_add_location() directlyRichard Hughes2018-01-171-0/+1
* trivial: Add missing types from the IntrospectionRichard Hughes2018-01-171-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
* trivial: post release version bumpRichard Hughes2017-11-092-5/+5
* Release version 0.7.4appstream_glib_0_7_4Richard Hughes2017-11-091-0/+10
* trivial: Disable the fonts self tests in the builderRichard Hughes2017-11-031-2/+19
* Only try to set the file permissions on regular filesRichard Hughes2017-11-031-1/+4
* trivial: Show a useful error message if decompressing a package failsRichard Hughes2017-11-032-2/+4
* Add the 'hardware' requires typeRichard Hughes2017-10-313-1/+13
* trivial: post release version bumpRichard Hughes2017-10-232-5/+5
* Release version 0.7.3appstream_glib_0_7_3Richard Hughes2017-10-2327-50/+68
* Add support for URL launchable typesRichard Hughes2017-10-232-0/+6
* trivial: Fix up the documentation for the SERVICE launchable typesRichard Hughes2017-10-231-2/+4
* Prefer /usr/share/metainfo as default path for metainfo filesJeremy Bicha2017-10-231-1/+1
* Fix the inode mode to be sane on extracted filesRichard Hughes2017-10-201-0/+1
* Add new launchable types from the 0.11 series of the specMarius Vollmer2017-10-162-0/+10
* trivial: Use a helper macro to make the bit-shifting easier to readRichard Hughes2017-10-131-3/+5
* Add AS_VERSION_PARSE_FLAG_USE_BCD when formatting version stringsRichard Hughes2017-10-123-0/+26
* Add as_app_get_screenshot_default()Richard Hughes2017-10-093-1/+21
* Write XML for newer AppStream specification versionsRichard Hughes2017-10-096-53/+32
* trivial: Fix a possible out-of-bounds read in as_markup_import()Richard Hughes2017-10-091-3/+4
* lib/app-validate: Fix typo in variable namePhilip Withnall2017-10-021-4/+4
* Add as_app_get_release_by_version()Richard Hughes2017-09-143-0/+30
* trivial: Fix the path replacement in the installed testsRichard Hughes2017-09-141-2/+9
* Do not assign "flatpak" as an app's origin when no origin was foundJoaquim Rocha2017-09-061-2/+5
* trivial: post release version bumpRichard Hughes2017-08-212-5/+5
* Release version 0.7.2appstream_glib_0_7_2Richard Hughes2017-08-212-5/+17
* libappstream-glib/self-test: Add some additional checksPhilip Withnall2017-08-201-1/+3
* libappstream-builder/utils: Drop an unreachable branchPhilip Withnall2017-08-201-4/+0
* libappstream-glib: Use g_ascii_strcasecmp() instead of strcasecmp()Philip Withnall2017-08-151-1/+1
* build: Define _XOPEN_SOURCE in order to expose realpath() in headersPhilip Withnall2017-08-151-0/+3
* build: Enable C99 support in meson.buildPhilip Withnall2017-08-151-1/+1