summaryrefslogtreecommitdiff
path: root/libappstream-builder/asb-context.c
Commit message (Expand)AuthorAgeFilesLines
* Allow non-desktop components to be extendedRichard Hughes2019-04-091-2/+0
* Use the SPDX-License-Identifier in all source filesRichard Hughes2019-02-091-15/+1
* Recognise uncompressed Arch packagesRichard Hughes2019-02-061-1/+2
* Fix regression when building component types without iconsRichard Hughes2017-06-141-0/+3
* Remove functionality processing an old metadata fileRichard Hughes2017-06-011-90/+1
* trivial: Remove the ability to run threadedRichard Hughes2017-06-011-60/+13
* Remove the cache-id functionalityRichard Hughes2017-05-161-88/+6
* Fix dep extraction when multiple versions are availableKalev Lember2017-01-031-0/+2
* Fix building metadata on repos with mixed architecture contentRichard Hughes2016-09-131-22/+35
* Add a component kind of 'driver'Richard Hughes2016-09-021-0/+1
* trivial: Fix a -Wundef compiler warningKalev Lember2016-08-311-2/+2
* Don't require an icon from LOCALIZATION kindRichard Hughes2016-08-221-0/+1
* Add two new GCC warnings and fix up signed/unsigned issuesRichard Hughes2016-07-251-1/+1
* trivial: Get rid of useless internal-only gtk-doc markupRichard Hughes2016-06-281-57/+0
* trivial: Do not require icons for generic component typesRichard Hughes2016-02-261-2/+7
* Rename a symbol to reflect realityRichard Hughes2016-02-251-4/+4
* Use AsStoreCab to read .cab files when building metadataRichard Hughes2015-10-071-1/+2
* Simplify veto messages for missing <name> and <summary>Kalev Lember2015-09-181-2/+2
* trivial: Fix display of vetos in the summary pageRichard Hughes2015-09-181-2/+2
* trivial: Remove dead codeRichard Hughes2015-09-181-2/+0
* Use glib's cleanup functions for GStringKalev Lember2015-09-101-2/+1
* Use GLib's cleanup functions instead of libgsystem'sKalev Lember2015-09-081-43/+43
* libappstream-builder: Port to G_DECLARE_DERIVABLE_TYPE macroKalev Lember2015-09-081-3/+2
* Drop the unused _len arguments on many functionsRichard Hughes2015-08-031-4/+4
* Include <pkgname> when writing the ignored metadataRichard Hughes2015-06-171-0/+1
* Remove the batch output option from the builderRichard Hughes2015-04-071-11/+0
* Remove the extra screenshots and appdata options from the builderRichard Hughes2015-04-071-40/+0
* Remove all networking support when building metadataRichard Hughes2015-04-071-81/+28
* trivial: Remove some unused codeRichard Hughes2015-04-021-51/+0
* Remove --extra-appstream from the builderRichard Hughes2015-04-011-34/+0
* Put all the screenshots in a file rather than just writing to the upload pathRichard Hughes2015-03-251-0/+30
* Add --batch-output to be able to disable the progress panel when buildingRichard Hughes2015-03-131-0/+4
* Do not disable packages without an architectureRichard Hughes2015-03-041-2/+9
* Create firmware AppStream components from .cab filesRichard Hughes2015-03-041-7/+17
* trivial: If guessing the NEVRA failed, fall back to opening the packageRichard Hughes2015-03-021-0/+7
* Do not run with a helper thread if --max-threads=1 is usedRichard Hughes2015-02-041-3/+8
* Only open the package when requiredRichard Hughes2015-02-021-2/+1
* Make the icon tarball optionalRichard Hughes2015-01-261-9/+36
* Make the failed AppStream metadata optionalRichard Hughes2015-01-241-119/+39
* trivial: Add asb_context_add_package()Richard Hughes2015-01-221-2/+17
* Add an --origin option to appstream-builderRichard Hughes2014-12-171-29/+40
* Detect missing parents in the old metadataRichard Hughes2014-11-141-0/+3
* trivial: Don't show warnings when doing distcheckRichard Hughes2014-11-041-6/+6
* Save the screenshots as soon as possibleRichard Hughes2014-10-231-3/+5
* Add --veto-ignore to appstream-builderRichard Hughes2014-10-231-5/+10
* Write the application XML after all the vetos have been addedRichard Hughes2014-10-201-0/+35
* Only save application resources after the application have been mergedRichard Hughes2014-10-151-0/+53
* Only detect missing data after the application have been mergedRichard Hughes2014-10-151-0/+27
* Add asb_context_set_embedded_icons()Richard Hughes2014-10-011-0/+34
* Save HiDPI screenshots if --enable-hidpi is usedRichard Hughes2014-09-291-8/+27