summaryrefslogtreecommitdiff
path: root/libappstream-builder/asb-task.c
Commit message (Expand)AuthorAgeFilesLines
* 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-18/+0
* Add yast2-branding-openSUSE if an app depends on yast2Dominique Leuenberger2016-05-191-0/+9
* trivial: Add a work-around for the new libreoffice in the builderRichard Hughes2016-04-291-0/+5
* Only use the package license when not provided by the AppData fileRichard Hughes2015-12-091-1/+2
* Use AsStoreCab to read .cab files when building metadataRichard Hughes2015-10-071-0/+36
* Require AppData files to be present in the AppStream metadataRichard Hughes2015-09-161-12/+0
* Do not overwrite the AppData URL with the one from the packageRichard Hughes2015-09-161-1/+2
* 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-5/+5
* 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-7/+5
* Remove the batch output option from the builderRichard Hughes2015-04-071-49/+7
* Speed up adding extra packagesRichard Hughes2015-02-041-4/+6
* Fix a builder crash where a package depends on itselfRichard Hughes2015-02-021-0/+2
* Also clear the filelist and deplist of the extra packageRichard Hughes2015-02-021-0/+7
* Clear the dep list and the file list if we've finished with the packageRichard Hughes2015-02-021-0/+3
* Close the packages after they have been processedRichard Hughes2015-02-021-0/+2
* Add the extra child deps to the main packageRichard Hughes2015-01-301-19/+32
* Make the failed AppStream metadata optionalRichard Hughes2015-01-241-3/+3
* trivial: Fix potential builder crash when a package has no depsRichard Hughes2015-01-221-1/+1
* Add the VCS information to the AppStream metadataRichard Hughes2014-12-171-0/+8
* trivial: Don't show warnings when doing distcheckRichard Hughes2014-11-041-3/+3
* Save the screenshots as soon as possibleRichard Hughes2014-10-231-0/+8
* Write the application XML after all the vetos have been addedRichard Hughes2014-10-201-5/+0
* Do not leak applications when building if more than one plugin returns resultsRichard Hughes2014-10-151-2/+8
* Only save application resources after the application have been mergedRichard Hughes2014-10-151-21/+0
* Only detect missing data after the application have been mergedRichard Hughes2014-10-151-12/+0
* Add asb_context_set_embedded_icons()Richard Hughes2014-10-011-0/+8
* Use AsIcon to represent an abstract iconRichard Hughes2014-10-011-1/+1
* Only get the package data when requiredRichard Hughes2014-08-281-15/+43
* Rename as_app_get_id_full() to as_app_get_id()Richard Hughes2014-08-221-2/+2
* trivial: Rename an internal methodRichard Hughes2014-08-211-2/+2
* trivial: Show the full application ID in more placesRichard Hughes2014-08-191-1/+1
* Store vetos in the XML itselfRichard Hughes2014-08-181-3/+0
* trivial: Demote 'Adding extra package' to a debugRichard Hughes2014-08-151-1/+1
* Add dummy failed applicationsRichard Hughes2014-08-151-19/+2
* Do not write the builder-id in the cache-idRichard Hughes2014-08-151-2/+2
* Add a dummy application for all packagesRichard Hughes2014-08-151-12/+22
* Add as_app_add_veto()Richard Hughes2014-08-091-5/+5
* trivial: Only write the <source_pkgname> if different to the <pkgname>Richard Hughes2014-07-291-9/+8
* Add support for <source_pkgname> which will be in AppStream 0.8Richard Hughes2014-07-291-0/+9
* Add asb_app_set_veto_description()Richard Hughes2014-07-291-22/+1
* Show the builder progress in a ncurses-style panelRichard Hughes2014-07-171-4/+31
* Add oxygen-icon-theme when an application depends on kde-runtimeRichard Hughes2014-07-161-5/+27
* trivial: Show the name of the plugin that failed in the logsRichard Hughes2014-07-151-2/+2
* trivial: Be more useful when explaining the 'No Comment' errorRichard Hughes2014-07-111-2/+2
* trivial: Always write valid XML even for failed.htmlRichard Hughes2014-07-101-1/+4
* Write metadata of the failed applicationsRichard Hughes2014-07-101-31/+25
* Remove asb_context_set_extra_checks()Richard Hughes2014-07-101-32/+0