summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fwip/hughsie/dotted-decimalRichard Hughes2015-09-244-53/+89
* Always use a dotted-decimal representation of the versionRichard Hughes2015-09-233-4/+31
* Add functionality to convert a uint32 version to dotted-decimal versionRichard Hughes2015-09-233-0/+52
* 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-233-18/+7
* Support super-HiDPI icons like shipped in HedgewarsRichard Hughes2015-09-211-0/+2
* Merge pull request #62 from mitya57/masterIgor Gnatenko2015-09-201-1/+1
|\
| * Fix a typo in command nameDmitry Shachnev2015-09-201-1/+1
|/
* Simplify veto messages for missing <name> and <summary>Kalev Lember2015-09-182-3/+3
* Use a sensible warning when processing desktop files with NoDisplay=trueRichard Hughes2015-09-182-1/+8
* trivial: Fix display of vetos in the summary pageRichard Hughes2015-09-182-3/+3
* trivial: Remove dead codeRichard Hughes2015-09-183-8/+0
* trivial: Fix make distcheckRichard Hughes2015-09-181-1/+1
* trivial: Remove a now-unused veto ruleRichard Hughes2015-09-171-9/+0
* trivial: Remove some now-obsolete veto rulesRichard Hughes2015-09-171-49/+0
* trivial: Remove the blacklist plugin as it's not used anymoreRichard Hughes2015-09-172-144/+0
* trivial: Remove now-defunct parts of the HTML status pageRichard Hughes2015-09-171-42/+0
* Require AppData files to be present in the AppStream metadataRichard Hughes2015-09-1617-1417/+328
* 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
* trivial: Remove unused test filesRichard Hughes2015-09-163-26/+0
* Be less vocal when processing AppData filesRichard Hughes2015-09-161-49/+0
* Do not overwrite the AppData URL with the one from the packageRichard Hughes2015-09-162-2/+3
* trivial: post release version bumpRichard Hughes2015-09-152-5/+5
* Release version 0.5.1appstream_glib_0_5_1Richard Hughes2015-09-153-4/+27
* trivial: Fix gcab generated checksumsRichard Hughes2015-09-151-4/+4
* trivial: Fix --enable-ostree buildRichard Hughes2015-09-151-1/+2
* Use the typedef'd name in the code to help readabilityRichard Hughes2015-09-146-153/+153
* Use specific types to remove the last _cleanup_free usageRichard Hughes2015-09-1410-71/+21
* Merge pull request #61 from kalev/malloc-vs-g_mallocRichard Hughes2015-09-133-23/+2
|\
| * Don't reallocate malloc'd memory with g_mallocKalev Lember2015-09-123-23/+2
|/
* Add support for release urgencyRichard Hughes2015-09-116-4/+133
* Use glib's cleanup functions for GStringKalev Lember2015-09-1015-52/+37
* Use glib's cleanup functions for libsoup as wellKalev Lember2015-09-105-10/+7
* Do not fail to validate firmware in AppStream with no screenshotsRichard Hughes2015-09-081-1/+5
* trivial: Drop as-cleanup.h include where not neededKalev Lember2015-09-0821-22/+0
* trivial: Remove any support for installed appdata-extra filesRichard Hughes2015-09-081-5/+0
* trivial: Fix the buildKalev Lember2015-09-081-1/+1
* Use GLib's cleanup functions instead of libgsystem'sKalev Lember2015-09-0849-802/+769
* libappstream-builder: Port to G_DECLARE_DERIVABLE_TYPE macroKalev Lember2015-09-0818-185/+36
* libappstream-glib: Port to G_DECLARE_DERIVABLE_TYPE macroKalev Lember2015-09-0823-201/+45
* Add another GNOME application that changed IDsRichard Hughes2015-09-071-0/+1
* Don't show mangled version numbers as negativesRichard Hughes2015-09-071-0/+4
* Add a few KDE applications that have changed desktop IDRichard Hughes2015-09-071-0/+8
* Ignore empty AppStream XML filesRichard Hughes2015-08-272-0/+19
* Revert "Allow a filter filename to be used with the builder"Richard Hughes2015-08-261-38/+3
* Merge pull request #59 from pinotree/path_maxRichard Hughes2015-08-263-8/+13
|\
| * Avoid using PATH_MAXPino Toscano2015-08-252-8/+8
| * Introduce _cleanup_free_libc_ cleanup attributePino Toscano2015-08-251-0/+5
|/