summaryrefslogtreecommitdiff
path: root/libappstream-glib
Commit message (Expand)AuthorAgeFilesLines
* Prefer stock icons when using as_app_get_icon_default()Richard Hughes2016-01-142-4/+36
* trivial: Fix the self tests after the blacklist cullRichard Hughes2016-01-141-2/+1
* Automatically add missing .inf types as requiredRichard Hughes2016-01-131-0/+21
* Always blacklist desktop files for uninstalling softwareRichard Hughes2016-01-131-0/+1
* trivial: Fix the Since: value on as_utils_is_spdx_license()Richard Hughes2016-01-131-1/+1
* Set a validation failure for files using <updatecontact> when being strictRichard Hughes2016-01-113-0/+13
* Cull the application blacklist now we depend on AppData files for the builderRichard Hughes2016-01-051-86/+2
* Check name uniqueness when validating AppStream dataRichard Hughes2016-01-031-0/+39
* Check the project_group when validatingRichard Hughes2015-12-302-1/+14
* libappstream-glib: Add the runtime ID kindRichard Hughes2015-12-222-0/+6
* Accept various 'or later' metadata content licensesRichard Hughes2015-12-181-19/+39
* Fix a crash when tokenizing a NULL stringRichard Hughes2015-12-163-2/+40
* trivial: Fix a compiler warningKalev Lember2015-12-101-1/+1
* Add as_utils_license_to_spdx()Richard Hughes2015-12-093-0/+111
* Add the package name as another application search tokenRichard Hughes2015-11-301-0/+4
* Allow update_contact to be output in very limited conditionsRichard Hughes2015-11-263-1/+37
* Add a AS_APP_STATE_UPDATABLE_LIVE constant so we can support live updatesRichard Hughes2015-11-242-0/+4
* trivial: Correct the name of the uuid Requires.private additionRichard Hughes2015-11-161-1/+1
* Generate GUID values according to RFC4122Richard Hughes2015-11-154-45/+58
* Add as_utils_version_from_uint16()Richard Hughes2015-11-122-0/+21
* Return the correct error when the desktop file has no [Desktop Entry] groupRichard Hughes2015-11-021-0/+10
* Strip Win32 and Linux paths when decompressing firmwareRichard Hughes2015-10-291-6/+13
* Use a wildcard in the self tests to ignore GCab-generated hash differencesRichard Hughes2015-10-271-3/+10
* Do not attempt to parse the version in as_release_set_version()Richard Hughes2015-10-273-6/+7
* libappstream-glib: Do not parse ISO dates as uint32 version numbersRichard Hughes2015-10-262-0/+7
* Use a MS-style version number when parsing a hex versionRichard Hughes2015-10-183-34/+49
* Do not use the DriverVersion for the inf file versionRichard Hughes2015-10-182-7/+24
* Only accept UNIX paths for files in cab filesRichard Hughes2015-10-151-1/+8
* trivial: Fix a typo in commentKalev Lember2015-10-141-1/+1
* Try harder to deal with icons that have extension or full path listedKalev Lember2015-10-141-3/+14
* Revert "Switch to the Microsoft dotted-decimal version encoding"Richard Hughes2015-10-122-21/+17
* Use as_utils_vercmp() to be correctly check versions for equalityRichard Hughes2015-10-121-2/+3
* Switch to the Microsoft dotted-decimal version encodingRichard Hughes2015-10-092-17/+21
* Do not fail to install firmware if DriverVer is not setRichard Hughes2015-10-091-1/+2
* Fix crash in validator when processing '<li></li>'Richard Hughes2015-10-081-0/+8
* trivial: Fix typo to return error on XML failureRichard Hughes2015-10-071-1/+1
* Do not write a checksum 'type' for unknown checksum kindsRichard Hughes2015-10-071-1/+8
* Add the ability to parse .cab archives as AppStream storesRichard Hughes2015-10-079-13/+659
* Revert "Support the experimental <filename> tag for releases"Richard Hughes2015-10-075-55/+0
* Add the ability to attach blobs of data to AsRelease objectsRichard Hughes2015-10-072-0/+49
* trivial: Fix distcheck by searching the built filesRichard Hughes2015-10-072-5/+11
* trivial: Fix tests after a3c4fa9c5f97dffdd747657dfc1e59fa42185b54Richard Hughes2015-10-061-5/+5
* Support the experimental <filename> tag for releasesRichard Hughes2015-10-065-0/+53
* dep11: Adapt to spec changeMatthias Klumpp2015-10-051-3/+2
* Add support for <size>Richard Hughes2015-10-028-3/+153
* Always escape AppStream descriptions when doing passthroughRichard Hughes2015-10-022-4/+8
* Allow as_markup_convert() to ignore errorsRichard Hughes2015-10-013-25/+113
* Add as_markup_validate() to check descriptionsRichard Hughes2015-10-013-2/+90
* Monitor /usr/share/applications for apps without AppData when using watch flagsRichard Hughes2015-09-291-8/+33
* Add as_profile_set_autodump()Richard Hughes2015-09-282-0/+53