summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* trivial: Fix 'make distcheck' after the bash completion file was added0_1_XRichard Hughes2014-06-171-0/+2
|
* Add a AsAppParseFlags flag to be able to append non-duplicate dataRichard Hughes2014-06-172-27/+49
|
* Allow any SPDX license when validating in relaxed modeRichard Hughes2014-06-161-7/+22
|
* trivial: Tiny cleanup in AsNodeRichard Hughes2014-06-161-2/+1
|
* trivial: Do not add an extra newline when using 'appstream-util dump foo.xmlRichard Hughes2014-06-161-1/+1
| | | | Resolves part of https://github.com/hughsie/appstream-glib/issues/4
* Inherit search tokens from the addon to the main applicationRichard Hughes2014-06-162-3/+26
|
* Validate the <developer_name> tag valuesRichard Hughes2014-06-161-0/+39
|
* Merge pull request #5 from ignatenkobrain/bash-completionRichard Hughes2014-06-141-2/+5
|\ | | | | Bash completion
| * bash-completion: add helper for 'status-html'Igor Gnatenko2014-06-141-1/+1
| | | | | | | | Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
| * bash-completion: add helper for 'non-package-yaml'Igor Gnatenko2014-06-141-0/+3
| | | | | | | | Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
| * bash-completion: update helpers after last changesIgor Gnatenko2014-06-141-2/+2
|/ | | | | | | https://github.com/hughsie/appstream-glib/commit/f32a4e4c10e9f6b6bfb2a6a671d6d1802d4efe41 https://github.com/hughsie/appstream-glib/commit/c243914070240335e846a1a39e9c1855d43568be Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* trivial: Add the bash completion file to the example spec fileRichard Hughes2014-06-131-0/+2
|
* Merge pull request #3 from ignatenkobrain/masterRichard Hughes2014-06-133-0/+97
|\ | | | | improve bash-completion
| * improve bash-completionIgor Gnatenko2014-06-133-0/+97
| | | | | | | | Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* | Include the number of addons with MetaInfo in the status summaryRichard Hughes2014-06-131-4/+14
| |
* | Allow dumping .desktop, .appdata.xml and .metainfo.xml files in appstream-utilRichard Hughes2014-06-131-12/+46
| |
* | trivial: Use as_app_guess_source_kind() in more placesRichard Hughes2014-06-133-32/+29
| |
* | Add as_app_guess_source_kind()Richard Hughes2014-06-132-0/+30
|/
* Allow validating AppStream files using appstream-utilRichard Hughes2014-06-131-0/+14
|
* Allow installing AppData and MetaInfo files using appstream-utilRichard Hughes2014-06-131-7/+10
|
* Add a hidden command 'list-commands' for bash-completionRichard Hughes2014-06-131-0/+12
|
* Fix a strict validation failure when parsing .xml.in filesRichard Hughes2014-06-133-11/+43
| | | | | | | In this mode, treat translatable tags like <_name> as an indication the tag is already translated. Fixes: https://github.com/hughsie/appstream-glib/issues/2
* Add <developer_name> from the draft AppStream 0.7 specificationRichard Hughes2014-06-136-3/+98
|
* Allow as_node_get_attribute_as_int() to parse negative numbersRichard Hughes2014-06-134-12/+12
| | | | | | | | | This was failing as the gint64 value was being pushed into a guint64, so negative numbers were being pushed above G_MAXINT and hence an error was being returned. Additionally, return G_MAXINT rather than G_MAXUINT, else we can't actually parse the '-1' value.
* Allow validating metainfo.xml.in filesRichard Hughes2014-06-131-1/+2
|
* Check everything when validating multiple filesRichard Hughes2014-06-121-55/+40
| | | | Resolves: https://github.com/hughsie/appstream-glib/issues/1
* trivial: post release version bumpRichard Hughes2014-06-122-5/+5
|
* Release version 0.1.7appstream_glib_0_1_7Richard Hughes2014-06-122-1/+21
|
* Add support for the 'dbus' AsProvideKindRichard Hughes2014-06-122-0/+6
|
* Allow 'appstream-util validate' to validate multiple filesRichard Hughes2014-06-121-19/+112
| | | | Also add the commands validate-strict and validate-relax.
* Add support for validating metainfo.xml filesRichard Hughes2014-06-116-25/+115
|
* trivial: Use more _cleanup_ functionsRichard Hughes2014-06-111-5/+2
|
* Add <extends> from the draft AppStream 0.7 specificationRichard Hughes2014-06-119-0/+190
|
* Fail to validate AppData files with URLs in the descriptionsRichard Hughes2014-06-102-4/+39
|
* trivial: Also unintltoolize <_ul> and <_ol>Richard Hughes2014-06-101-0/+4
|
* Correctly use convert-translatable when the source kind is already setRichard Hughes2014-06-101-4/+6
|
* trivial: Fix up some gtk-doc markup to not explode for old versionsRichard Hughes2014-06-101-1/+1
|
* Support the non-standard X-Ubuntu-Software-Center-NameRichard Hughes2014-06-061-0/+19
| | | | This allows us to use the non-generic form in the metadata.
* Do not write a screenshot type of 'normal' as it's the default valueRichard Hughes2014-06-062-3/+8
|
* trivial: Use systemd-style cleanup functionsRichard Hughes2014-06-0411-181/+181
| | | | There's no point creating yet another format...
* trivial: Use a common style where the _cleanup is done last in the blockRichard Hughes2014-06-039-77/+77
|
* Use __attribute__(cleanup) to simplify memory cleanupRichard Hughes2014-06-0113-1038/+605
|
* Fix a crash when we try to validate <p></p>Richard Hughes2014-06-011-0/+8
|
* Don't include the filename in the error outputRichard Hughes2014-05-301-1/+1
| | | | This changes the log output if we use a random temp directory.
* Automatically demangle the update contactRichard Hughes2014-05-282-3/+43
|
* Do not log a critical warning in as_store_to_xml()Richard Hughes2014-05-282-3/+23
|
* trivial: post release version bumpRichard Hughes2014-05-282-5/+5
|
* Release version 0.1.6appstream_glib_0_1_6Richard Hughes2014-05-282-2/+31
|
* Only require <project_licence> when being strictRichard Hughes2014-05-281-2/+2
|
* Sort the applications by app-id when exporting to XMLRichard Hughes2014-05-281-0/+14
| | | | This means we maintain the order when applications are updated.