summaryrefslogtreecommitdiff
path: root/libappstream-builder
Commit message (Expand)AuthorAgeFilesLines
* trivial: Don't show warnings when doing distcheckRichard Hughes2014-11-0416-34/+34
* Fix FTBFS on GNU/HurdMatthias Klumpp2014-11-042-9/+11
* Fix extraction of hardlinksRichard Hughes2014-10-301-29/+82
* trivial: Split out asb_utils_sanitise_path() as a helperRichard Hughes2014-10-301-7/+21
* trivial: Add some protection in asb_glob_value_search()Richard Hughes2014-10-301-0/+3
* Do not create a hardlink when the target does not existRichard Hughes2014-10-301-0/+4
* Do not generate metadata with an icon prefixRichard Hughes2014-10-291-5/+5
* Add BLUR and SHARPEN values for AsImageSaveFlagsRichard Hughes2014-10-241-1/+2
* Save the screenshots as soon as possibleRichard Hughes2014-10-234-10/+40
* trivial: Time out after 5 seconds, not 5000 secondsRichard Hughes2014-10-231-1/+1
* Do not composite an app with its duplicateRichard Hughes2014-10-231-0/+5
* Add --veto-ignore to appstream-builderRichard Hughes2014-10-233-6/+28
* Release version 0.3.1appstream_glib_0_3_1Richard Hughes2014-10-211-0/+2
* trivial: Fix the builder when extra appstream uses local iconsRichard Hughes2014-10-211-6/+5
* Write the screenshot priority in the XML fileRichard Hughes2014-10-202-6/+2
* Write the application XML after all the vetos have been addedRichard Hughes2014-10-204-31/+35
* trivial: Do not try to run the font plugin as a primary pluginRichard Hughes2014-10-201-9/+0
* Sort the screenshots with a priority valueRichard Hughes2014-10-202-4/+33
* Never allow more than one default screenshotRichard Hughes2014-10-201-2/+2
* Only process fonts with valid metainfo filesRichard Hughes2014-10-152-148/+142
* trivial: Show the unified diff for test failuresRichard Hughes2014-10-151-9/+35
* Do not leak applications when building if more than one plugin returns resultsRichard Hughes2014-10-152-3/+42
* Never absorb applications into vetoed parentsRichard Hughes2014-10-151-0/+5
* Only save application resources after the application have been mergedRichard Hughes2014-10-152-21/+53
* Only detect missing data after the application have been mergedRichard Hughes2014-10-152-12/+27
* trivial: Allow fonts to ship metainfo filesRichard Hughes2014-10-151-2/+3
* Add some locking when outputting logs from multiple threadsRichard Hughes2014-10-151-0/+6
* trivial: Output UTF-8 from the self test programRichard Hughes2014-10-151-0/+2
* trivial: Use a lowercase log index nameRichard Hughes2014-10-131-1/+1
* trivial: Don't put 2600 log files in the same directoryRichard Hughes2014-10-131-3/+7
* Allow application with NoDisplay=true and an AppData fileRichard Hughes2014-10-121-1/+1
* Do not subsume vetoed fonts into the parent componentRichard Hughes2014-10-071-0/+4
* Include the icon path in the <icon> dataRichard Hughes2014-10-014-21/+27
* Include the width and height in the <icon> tagRichard Hughes2014-10-011-3/+3
* trivial: Ignore REMOTE icon types tooRichard Hughes2014-10-011-0/+2
* Add asb_context_set_embedded_icons()Richard Hughes2014-10-014-0/+47
* Use AsIcon to represent an abstract iconRichard Hughes2014-10-017-51/+81
* trivial: Do not write an icon tarball if it would be emptyRichard Hughes2014-10-011-0/+2
* trivial: Fix 'make check' after the PaddedIcon metadata additionRichard Hughes2014-09-301-0/+3
* Save HiDPI screenshots if --enable-hidpi is usedRichard Hughes2014-09-292-32/+84
* trivial: Only add the icon if no problem was foundRichard Hughes2014-09-291-27/+46
* Add a kudo for a HiDPI iconRichard Hughes2014-09-291-0/+1
* Allow using 256x256 as the HiDPI and LoDPI iconsRichard Hughes2014-09-291-10/+5
* Add a 'PaddedIcon' metadata item for small iconsRichard Hughes2014-09-291-5/+8
* Correctly set the icon path when using --old-metadata and --enable-hidpi toge...Richard Hughes2014-09-292-9/+20
* Add asb_app_set_hidpi_enabled()Richard Hughes2014-09-269-3/+27
* Never return small HiDPI iconsRichard Hughes2014-09-261-17/+14
* trivial: Do the ICO,GIF,XPM check after the icon has been foundRichard Hughes2014-09-261-11/+15
* Add an --enable-hidpi argument to appstream-builderRichard Hughes2014-09-264-12/+73
* Never return a smaller HiDPI icon than a LoDPI iconRichard Hughes2014-09-261-0/+3