summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* build-update-repo: Add --generate-static-deltas optionAlexander Larsson2016-02-251-0/+9
|
* Support --filesystem=xdg-run/fooAlexander Larsson2016-02-253-3/+3
|
* Allow specifying subdir of xdg dir, like: --filesytem=xdg-download/subdirAlexander Larsson2016-02-253-3/+6
|
* docs: Add docs for shell sourcesAlexander Larsson2016-02-221-0/+16
|
* builder: Support separating out locale dataAlexander Larsson2016-02-181-0/+4
|
* Add docs for appstream-compose option.Alexander Larsson2016-02-181-0/+4
|
* builder: Support tagsAlexander Larsson2016-02-171-0/+4
|
* build-init: Support --tag=FOOAlexander Larsson2016-02-171-0/+8
|
* builder: Support local archives with path propertyAlexander Larsson2016-02-171-1/+5
|
* builder: Add support for --run to start a command in the build dirAlexander Larsson2016-02-171-0/+10
|
* Add xdg-app info commandAlexander Larsson2016-02-021-0/+177
|
* builder: Use non-parallel-make option instead of looking at .NONPARALLELAlexander Larsson2016-02-011-0/+4
|
* Disable gtkdoc-check by default for nowSimon McVittie2016-01-291-1/+1
| | | | | | | | | | We know the documentation is incomplete, so there seems little value in having 'make check' tell us that. Everything except the documentation check is expected to succeed, so it's now more useful to report test failures in continuous integration systems, making functional regressions more visible. Signed-off-by: Simon McVittie <smcv@debian.org>
* Support a proxy on the system bus similar to the one on the session busAlexander Larsson2016-01-291-0/+21
|
* Document the structs in libxdg-appSam Thursfield2016-01-281-0/+1
|
* docs: Fix gtk-doc documentationSam Thursfield2016-01-272-1/+59
| | | | | | | | We need to explicitly tell gtk-doc about the XDG_APP_EXTERN macro, otherwise it will ignore all of the function definitions. Full docs are now produced. There are plenty of warnings which can be fixed later.
* Always build libxmlappAlexander Larsson2016-01-221-4/+1
|
* update: Make both branch and name optionalAlexander Larsson2016-01-221-5/+7
| | | | | We know what is installed, so we just update everything that you don't specify the details for.
* builder: Add platform-extensionsAlexander Larsson2016-01-201-0/+4
|
* builder: Support sdk-extensionsAlexander Larsson2016-01-201-1/+5
|
* build-init: Add --sdk-extensionAlexander Larsson2016-01-201-0/+8
|
* build-update-repo: Add --prune and --prune-depth optionsAlexander Larsson2016-01-191-0/+16
|
* Add support to gpg sign summaries and appstreamAlexander Larsson2016-01-182-0/+24
|
* Builder: Support commiting a platformAlexander Larsson2016-01-182-0/+32
|
* builder: Allow building runtime sdks (based on existing sdk)Alexander Larsson2016-01-181-3/+13
| | | | | | | | | | | | This includes a few different changes: * Add build-runtime boolean property * Rename "app-id" property to "id" * Add metadata property to use a custom base metadata file * Default to writable-sdk to TRUE for runtimes * Default prefix to /usr for runtimes * Put manifest in usr for runtimes * Pick up debuginfo from usr for runtimes * Make build-finish work on runtimes, but only export appdata
* build-export: Add --include optionAlexander Larsson2016-01-181-0/+8
|
* docs: Add missing full stops in xdg-app-builder manpageSam Thursfield2016-01-171-2/+2
|
* remote-ls: Regularize --runtime and --app userAlexander Larsson2016-01-131-2/+2
|
* Merge list-apps and list-runtimes into single list commandAlexander Larsson2016-01-133-148/+28
|
* docs: Update for the new command namesAlexander Larsson2016-01-1315-612/+183
|
* builder: Add support for rename-appdata-file optionAlexander Larsson2016-01-121-0/+4
|
* builder: Pass --body, --subject and --gpg-sign to build-exportAlexander Larsson2016-01-121-1/+47
|
* builder: Add option to enable ccache use in buildAlexander Larsson2016-01-121-0/+8
|
* build: Add --bind-mount and --build-dir argumentsAlexander Larsson2016-01-121-0/+16
|
* run: Be more flexible with --runtime option, and add --runtime-versionAlexander Larsson2016-01-121-1/+13
| | | | | This makes it easier to experiment with running an app with a different runtime.
* export: Add docs for the new command line argumentsAlexander Larsson2016-01-121-0/+20
|
* export: Support --excludeAlexander Larsson2016-01-111-0/+8
|
* builder: Add support for separating out debuginfoAlexander Larsson2016-01-111-4/+8
|
* build-export: Add --runtime commit supportAlexander Larsson2015-12-211-0/+8
|
* build-finish: Add --no-exportsAlexander Larsson2015-12-211-0/+8
|
* builder: Add --disable-updatesAlexander Larsson2015-12-211-2/+11
| | | | Download sources, but never update existing sources (like git or bzr).
* lib/app: Add support for repo prioritiesAlexander Larsson2015-12-213-1/+19
| | | | | | New repos default to prio 1, bundle repos default to prio 0. Listing repos returns in sorted order, with add order as secondary sort key.
* app: Support --no-pull and --no-deploy in the install and update commandsAlexander Larsson2015-12-184-0/+64
| | | | | | This adds general support for the local app branch to be further ahead of the active deployement, including showing this in list-app and list-runtime commands.
* ls-remote: Support showing remote commit idsAlexander Larsson2015-12-181-1/+2
|
* apps: Use "branch", not "version" when talking about app branchesAlexander Larsson2015-12-171-2/+2
|
* Add --enable-libxdgapp configure flag and disable lib by defaultAlexander Larsson2015-12-161-1/+4
|
* builder: Add cleanup-command propertyAlexander Larsson2015-12-161-0/+4
| | | | This allows you to do some custom cleanup operations
* builder: Support writable-sdk optionAlexander Larsson2015-12-151-0/+4
|
* build-init: Allow writable sdkAlexander Larsson2015-12-151-0/+12
|
* builder: Allow specifying custom prefixAlexander Larsson2015-12-151-0/+4
|