summaryrefslogtreecommitdiff
path: root/libappstream-builder/asb-app.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the --enable-hidpi option completelyRichard Hughes2022-06-081-17/+0
* libappstream-builder: Fix file paths in icon tarballFabian Vogt2022-02-161-1/+4
* Use the SPDX-License-Identifier in all source filesRichard Hughes2019-02-091-15/+1
* trivial: Ignore missing converted cached iconsRichard Hughes2018-05-241-10/+5
* Don't abort the build if pngquant failsRichard Hughes2018-03-011-2/+7
* Use pngquant to make the application icons take up less spaceRichard Hughes2017-11-141-0/+5
* trivial: Get rid of useless internal-only gtk-doc markupRichard Hughes2016-06-281-9/+0
* trivial: Fix building firmware after the ostree removalRichard Hughes2016-01-221-1/+2
* Remove all traces of ostreeAlexander Larsson2016-01-221-9/+1
* Use g_set_object() to fix potential crash when adding pixbufsRichard Hughes2015-09-231-3/+1
* Require AppData files to be present in the AppStream metadataRichard Hughes2015-09-161-87/+35
* trivial: Drop as-cleanup.h include where not neededKalev Lember2015-09-081-1/+0
* Use GLib's cleanup functions instead of libgsystem'sKalev Lember2015-09-081-3/+3
* libappstream-builder: Port to G_DECLARE_DERIVABLE_TYPE macroKalev Lember2015-09-081-3/+2
* trivial: Remove the unused asb_app_add_screenshot_source()Richard Hughes2015-08-041-90/+0
* Drop the unused _len arguments on many functionsRichard Hughes2015-08-031-4/+4
* Remove all networking support when building metadataRichard Hughes2015-04-071-159/+1
* Use the correct image URL for HiDPI screenshotsRichard Hughes2015-03-191-1/+1
* Create firmware AppStream components from .cab filesRichard Hughes2015-03-041-4/+10
* Make the icon tarball optionalRichard Hughes2015-01-261-2/+1
* Add OSTree supportRichard Hughes2015-01-231-2/+10
* Check screenshots are a reasonable sizeRichard Hughes2014-12-121-0/+14
* trivial: Don't show warnings when doing distcheckRichard Hughes2014-11-041-2/+2
* Add BLUR and SHARPEN values for AsImageSaveFlagsRichard Hughes2014-10-241-1/+2
* Save the screenshots as soon as possibleRichard Hughes2014-10-231-7/+10
* trivial: Fix the builder when extra appstream uses local iconsRichard Hughes2014-10-211-6/+5
* Write the application XML after all the vetos have been addedRichard Hughes2014-10-201-25/+0
* Include the icon path in the <icon> dataRichard Hughes2014-10-011-15/+4
* trivial: Ignore REMOTE icon types tooRichard Hughes2014-10-011-0/+2
* Add asb_context_set_embedded_icons()Richard Hughes2014-10-011-0/+2
* Use AsIcon to represent an abstract iconRichard Hughes2014-10-011-26/+23
* Save HiDPI screenshots if --enable-hidpi is usedRichard Hughes2014-09-291-24/+57
* Add asb_app_set_hidpi_enabled()Richard Hughes2014-09-261-3/+18
* Add an --enable-hidpi argument to appstream-builderRichard Hughes2014-09-261-9/+19
* Rename asb_app_set_pixbuf() to asb_app_add_pixbuf()Richard Hughes2014-09-251-12/+17
* trivial: Do not try to save screenshots if no ScreenshotDir setRichard Hughes2014-09-101-0/+2
* Rename as_app_get_id_full() to as_app_get_id()Richard Hughes2014-08-221-4/+4
* Rename as_app_get_id() to as_app_get_id_filename()Richard Hughes2014-08-221-1/+1
* Store vetos in the XML itselfRichard Hughes2014-08-181-45/+0
* Add as_app_add_veto()Richard Hughes2014-08-091-45/+5
* Add asb_app_set_veto_description()Richard Hughes2014-07-291-0/+43
* Do not allow RequiresAppdata to become true with AppDataRichard Hughes2014-07-111-0/+6
* Save in the logs when icons are padded with alphaRichard Hughes2014-07-101-7/+0
* Do not embed my home directory in the log filesRichard Hughes2014-07-101-3/+9
* Deallocate the pixbuf data when the AsbApp has been savedRichard Hughes2014-07-081-0/+3
* Use as_image_get_alpha_flags() when validating and building metadataRichard Hughes2014-07-041-0/+16
* Add --screenshot-dir to appstream-builderRichard Hughes2014-07-021-2/+1
* Always write a 'source' screenshot imageRichard Hughes2014-07-021-11/+7
* Add some useful image size constantsRichard Hughes2014-07-011-1/+4
* Add as_app_set_trust_flags()Richard Hughes2014-06-301-0/+5