summaryrefslogtreecommitdiff
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* trivial: Add a query-installed command to appstream-utilRichard Hughes2016-08-251-0/+59
|
* trivial: Do not hang when using 'appstream-util search foo --verbose'Richard Hughes2016-08-251-2/+1
|
* trivial: Show the installed state in the appstream-util search outputRichard Hughes2016-08-231-3/+12
|
* trivial: Fix several -Wsign-conversion issues on ARMRichard Hughes2016-08-221-1/+1
|
* Make upgrade check for SPDX license string (#131)Kai Willadsen2016-08-211-2/+2
| | | | | The project license can be any valid SPDX license string, so instead of checking for a single license, the upgrade command should treat e.g., dual licenses as valid.
* trivial: Add some more search debugging when run with --verboseRichard Hughes2016-08-171-0/+22
|
* trivial: Don't add a duplicate <developer_name> when it exists alreadyRichard Hughes2016-08-101-0/+2
| | | | This is _optionally_ translated.
* trivial: Fix the comment text for 'help' when upgradingRichard Hughes2016-08-101-2/+2
|
* Add the TRANSLATE URL kindRichard Hughes2016-08-091-0/+20
|
* Support merge componentsRichard Hughes2016-08-041-1/+61
| | | | | This allows us to match soon-to-be-specified merge components to every component in the store.
* Allow multiple components with the same AppStream ID in the AsStoreRichard Hughes2016-08-011-0/+1
| | | | | | By using the 'unique-id' to de-duplicate the objects in the store we can support cases where there are multiple flatpak remotes providing the same app, or where a remote provides two different branches of the same application.
* trivial: Show the unique ID when using 'appstream-util search'Richard Hughes2016-07-311-1/+1
|
* Be more careful choosing warning flagsRichard Hughes2016-07-251-3/+3
|
* Add two new GCC warnings and fix up signed/unsigned issuesRichard Hughes2016-07-253-23/+23
|
* trivial: Get rid of useless internal-only gtk-doc markupRichard Hughes2016-06-283-223/+0
|
* Load metainfo files if presentRichard Hughes2016-06-131-2/+11
| | | | | | /usr/share/appdata is the old location, but will be supported for a long time. Replaces https://github.com/hughsie/appstream-glib/pull/112
* trivial: Do not load Flatpak repos when searchingRichard Hughes2016-06-081-9/+0
|
* Rename the xdg-app support to the new name: FlatpakRichard Hughes2016-05-111-6/+4
|
* trivial: Add some more debugging to debug an issueRichard Hughes2016-05-111-1/+1
|
* Add search-pkgname to appstream-glibRichard Hughes2016-04-071-0/+49
|
* Add a merge-appstream command to appstream-utilRichard Hughes2016-03-281-1/+62
| | | | This allows us to merge multiple source AppStream files into a new file.
* Add a 'markup-import' command to appstream-util for testing text importRichard Hughes2016-03-031-0/+54
|
* Add as_utils_string_replace()Richard Hughes2016-03-031-41/+1
| | | | This is used all over the place both in and out of tree.
* trivial: When searching look in the user app-info dirs tooRichard Hughes2016-03-021-1/+5
|
* Add a 'split-appstream' command to appstream-utilRichard Hughes2016-02-261-0/+66
| | | | This allows us to split an AppStream file into AppData or MetaInfo files.
* trivial: Display the search sort key in hexRichard Hughes2016-02-261-1/+1
|
* Add AS_APP_KIND_OS_UPDATERichard Hughes2016-02-261-1/+2
| | | | Also, namespace the OS upgrade kind to be the same.
* Add AS_APP_KIND_DISTRO_UPGRADERichard Hughes2016-02-251-0/+1
|
* Rename a symbol to reflect realityRichard Hughes2016-02-252-29/+29
| | | | | | | This has not been an ID kind since spec version 0.5, and it's confusing to have two things in GNOME Software. The old symbols and enumerated types are left to maintain ABI compatibility.
* Return results from 'appstream-util search' in relevance orderRichard Hughes2016-02-241-3/+34
|
* Remove the --api-version parameter from client toolsRichard Hughes2016-02-182-22/+2
| | | | | We're only support writing 0.6+ API these days and anything older than this is backwards compatible.
* trivial: Add some more debugging around the HiDPI icon findingRichard Hughes2016-02-171-3/+10
|
* trivial: Actually save HiDPI icons when using appstream-composeRichard Hughes2016-02-171-1/+1
|
* Escape data before writing to an HTML fileRichard Hughes2016-02-021-1/+3
| | | | Fixes https://github.com/hughsie/appstream-glib/issues/84
* Show the source of the 'appstream-util check-root' failureRichard Hughes2016-02-011-5/+8
| | | | Using just the app ID is confusing if we're loading from an AppData file.
* trivial: Do not require icons for generic or runtime kindsRichard Hughes2016-02-011-0/+2
|
* Move the kudo and provides autodetection to libappstream-glibRichard Hughes2016-01-311-0/+22
|
* Add a flag for skipping invalid AppStream filesRichard Hughes2016-01-271-0/+3
| | | | Fixes https://github.com/hughsie/appstream-glib/issues/83
* Support the QT translation systemRichard Hughes2016-01-261-40/+7
| | | | Fixes: https://github.com/hughsie/appdata-tools/issues/26
* Add AsTranslation to support <translation> tags in AppData filesRichard Hughes2016-01-252-10/+37
| | | | | This allows upstream to specify the translation domain so we can calculate the language statistics automatically without using hacky heuristics.
* Add a modify command to appstream-utilRichard Hughes2016-01-251-0/+67
|
* Add support for per-user and system-wide xdg-app installed storesRichard Hughes2016-01-251-0/+8
|
* trivial: Fix linking error when building appstream-composeRichard Hughes2016-01-241-0/+1
|
* Use heuristics when building metadata with an AppData fileRichard Hughes2016-01-241-1/+1
|
* Only load supported icon kinds when using appstream-composeRichard Hughes2016-01-221-0/+1
|
* Remove all traces of ostreeAlexander Larsson2016-01-221-84/+1
|
* Add appstream-composeAlexander Larsson2016-01-222-0/+503
| | | | | | | This is a simple app that takes a prefix (default /usr) and a set of app names. It looks for appdata, desktop and icon files with that basename in $prefix/share/[appdata|applications|icons] and generates appstream xml files + icons in (by default) $prefix/share/app-info.
* ostree: Allow specifying a particular arch onlyAlexander Larsson2016-01-151-3/+10
|
* Allow dumping inf files using appstream-utilRichard Hughes2016-01-131-0/+1
|
* trivial: Mark some more strings as translatableRichard Hughes2016-01-031-9/+20
| | | | | | | The remaining strings are either low-level things that wouldn't be useful to translate IMHO, or things that have to remain in the C locale. Fixes: https://github.com/hughsie/appstream-glib/issues/74