summaryrefslogtreecommitdiff
path: root/libappstream-glib
Commit message (Expand)AuthorAgeFilesLines
* 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
* trivial: Symbolic stock icons are validRichard Hughes2015-09-251-0/+6
* as_profile: Non-void function should return a valueignatenko/patch1Ting-Wei Lan2015-09-251-2/+2
* trivial: Show the path when profiling as_store_load_installed()Richard Hughes2015-09-241-1/+1
* Add AsProfile for speed profilingRichard Hughes2015-09-245-0/+449
* Always use a dotted-decimal representation of the versionRichard Hughes2015-09-244-14/+144
* Accept a '0x' hexidecimal prefix when parsing a componentRichard Hughes2015-09-232-6/+17
* trivial: Do not subsume vetos if AS_APP_SUBSUME_FLAG_PARTIAL is usedRichard Hughes2015-09-231-6/+6
* Use g_set_object() to fix potential crash when adding pixbufsRichard Hughes2015-09-232-15/+6
* Support super-HiDPI icons like shipped in HedgewarsRichard Hughes2015-09-211-0/+2
* Use a sensible warning when processing desktop files with NoDisplay=trueRichard Hughes2015-09-181-0/+6
* trivial: Remove a now-unused veto ruleRichard Hughes2015-09-171-9/+0
* Require AppData files to be present in the AppStream metadataRichard Hughes2015-09-161-0/+8
* Do not ever store the KDE x-test locale dataRichard Hughes2015-09-163-29/+44
* trivial: Accept single quoted versions of the XML headerRichard Hughes2015-09-161-0/+2
* Use the typedef'd name in the code to help readabilityRichard Hughes2015-09-145-149/+149
* Use specific types to remove the last _cleanup_free usageRichard Hughes2015-09-149-68/+20
* Don't reallocate malloc'd memory with g_mallocKalev Lember2015-09-122-15/+1
* Add support for release urgencyRichard Hughes2015-09-116-4/+133
* Use glib's cleanup functions for GStringKalev Lember2015-09-108-29/+17
* Use glib's cleanup functions for libsoup as wellKalev Lember2015-09-103-7/+3