summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do not parse firmware fileswip/hughsie/nofirmwareRichard Hughes2018-06-1124-961/+34
* its: Extract release descriptions and agreement sections for translationPiotr Drąg2018-06-101-1/+4
* trivial: post release version bumpRichard Hughes2018-06-043-7/+5
* Release version 0.7.9appstream_glib_0_7_9Richard Hughes2018-06-0429-1609/+1629
* trivial: Fix a potential crash when parsing corrupt .qm filesRichard Hughes2018-06-041-0/+7
* trivial: Fix a potential crash in the newly added version comparison codeRichard Hughes2018-06-041-0/+10
* trivial: Fix font generation regression in appstream-builderRichard Hughes2018-05-253-13/+4
* trivial: Ignore missing converted cached iconsRichard Hughes2018-05-241-10/+5
* trivial: Do not strdup keywords when parsing the XMLRichard Hughes2018-05-221-32/+37
* trivial: Load all XML tags using the gperf lookup tableRichard Hughes2018-05-224-24/+48
* trivial: Do not duplicate each <category> or <project_group> tagRichard Hughes2018-05-211-4/+5
* trivial: Do not duplicate tiny strings for each <lang> and <caption> tagRichard Hughes2018-05-212-6/+9
* trivial: Only build the AsIcon private path when requiredRichard Hughes2018-05-211-31/+33
* trivial: Always store the locale of 'C' as a static stringRichard Hughes2018-05-211-2/+2
* trivial: Do not store hundreds of duplicate AsIcon prefix stringsRichard Hughes2018-05-213-1/+11
* trivial: Do not reallocate all the AsImage URL stringsRichard Hughes2018-05-213-3/+13
* trivial: Do not store hundreds of duplicate AsApp origin stringsRichard Hughes2018-05-213-1/+10
* trivial: Return the enums as static AsRefString objectsRichard Hughes2018-05-212-25/+27
* trivial: Don't duplicate the locale when unwrapping a localized nodeRichard Hughes2018-05-211-11/+12
* trivial: Assume that all strings are AsRefString objects when using subsumeRichard Hughes2018-05-211-12/+6
* trivial: Store the locale as an interned stringRichard Hughes2018-05-213-13/+45
* trivial: Do not store hundreds of duplicate AsApp icon path stringsRichard Hughes2018-05-213-1/+10
* trivial: Do not use deprecated API internallyRichard Hughes2018-05-214-11/+11
* trivial: Allow showing only one type of AsRefString statsRichard Hughes2018-05-211-3/+10
* Remove the refcounted string interning featureRichard Hughes2018-05-213-72/+76
* trivial: Do less strcmp'ing when not keeping commentsRichard Hughes2018-05-211-5/+7
* trivial: Fix up the Since tag for the last commitRichard Hughes2018-05-211-1/+1
* Add ability to store signature filename and checksumRichard Hughes2018-05-212-2/+8
* trivial: Don't crash when validating <id/>Richard Hughes2018-05-211-0/+7
* trivial: Don't crash when validating <description/>Richard Hughes2018-05-211-0/+2
* trivial: Don't crash when validating <image/>Richard Hughes2018-05-211-1/+1
* Remove the wrapper for MesonRichard Hughes2018-05-211-182/+0
* Convert local icons found in metainfo fileswip/hughsie/icons-in-metainfoRichard Hughes2018-05-039-164/+281
* trivial: Sort the plugins in the correct order, i.e. ABC, not CBARichard Hughes2018-05-031-1/+1
* trivial: Allow specifying <icon> tags in metainfo filesRichard Hughes2018-05-031-6/+0
* Use the launchable to find the desktop filename when using appstream-builderRichard Hughes2018-05-021-1/+13
* Follow the Debian tilde usage when ordering versionsRichard Hughes2018-04-302-3/+32
* trivial: post release version bumpRichard Hughes2018-04-202-5/+5
* Release version 0.7.8appstream_glib_0_7_8Richard Hughes2018-04-2029-1895/+2054
* trivial: Don't include the brackets in the version stringRichard Hughes2018-04-191-3/+3
* trivial: Prefer the timestamp if set when ordering releasesRichard Hughes2018-04-191-6/+7
* Add as_version_string() for fwupdRichard Hughes2018-04-193-0/+56
* trivial: Do not show a critical warning using appstream-compose on an unknown IDRichard Hughes2018-04-181-1/+8
* Never add more than one component to the AppStream store when composingRichard Hughes2018-04-181-0/+6
* If the launchable is specified don't guess it when composingRichard Hughes2018-04-181-6/+13
* Add as_store_get_app_by_launchable()Richard Hughes2018-04-182-0/+40
* Veto apps that have empty OnlyShowIn=Kalev 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