summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #161 from smcv/spellingAlexander Larsson2016-05-177-9/+9
|\ | | | | Fix various spelling mistakes
| * Fix various spelling mistakesSimon McVittie2016-05-177-9/+9
| | | | | | | | | | | | Mostly detected by Debian's Lintian tool. Signed-off-by: Simon McVittie <smcv@debian.org>
* | Add some new api to the docsMatthias Clasen2016-05-162-0/+25
| |
* | Add new FlatpakRemote apis to the docsMatthias Clasen2016-05-161-1/+10
|/
* remote-delete: Move to FlatpakDir and add checks for installed refsAlexander Larsson2016-05-131-0/+8
| | | | | You can't remove a remote unless you --force or there are no installs from it.
* Remove references to --gpg-key= as it never workedAlexander Larsson2016-05-112-22/+2
|
* Builder: Support disabled=true to not build a moduleAlexander Larsson2016-05-091-0/+4
| | | | This is a simple way to "comment out" a module.
* Rename everything but the on-disk location to flatpakAlexander Larsson2016-05-0928-347/+347
|
* Rename library to libflatpakAlexander Larsson2016-05-093-19/+19
|
* Rename all non-autogenerated symbols to flatpakAlexander Larsson2016-05-091-97/+97
|
* build-export: Add --arch optionTristan Van Berkom2016-05-031-0/+8
| | | | | | | | | | This patch adds the --arch option to the build-export builtin command. Previously build-export derives this from the metadata and then falls back to xdg_app_get_arch(), except that this does not work when the metadata does not specify an arch (such as with extensions like .Debug or .Locale). https://bugs.freedesktop.org/show_bug.cgi?id=95226
* xdg-app-builder: Add --arch command line optionTristan Van Berkom2016-05-021-0/+8
| | | | | | This is only useful for building for architectures which are compatible with the build host, e.g. building i686 binaries on an x86_64 build host.
* Add support for disabled remotesAlexander Larsson2016-04-273-0/+32
| | | | | If this is set we don't list them by default, and we don't automatically update apps from them.
* docs: Fix typoAlexander Larsson2016-04-261-1/+1
|
* Expands docs around dbus policy optionsMatthias Clasen2016-04-202-2/+29
| | | | | | We should mention that the NAME may end with .* to match multiple names. Also, add the --system- variants of these options to the xdg-app run man page where they were missing.
* Add --ref to build-import-bundle to override branch nameAlexander Larsson2016-04-201-0/+8
|
* Add build-import-bundle commandAlexander Larsson2016-04-194-0/+107
|
* Merge branch 'typo-fix' of https://github.com/matthiasclasen/xdg-app into ↵Alexander Larsson2016-04-161-1/+0
|\ | | | | | | matthiasclasen-typo-fix
| * Fix a typoMatthias Clasen2016-04-161-1/+1
| | | | | | | | s/extention/extension/
| * Remove a duplicate {Matthias Clasen2016-04-161-1/+0
| |
* | Document field typesMatthias Clasen2016-04-161-75/+75
|/ | | | This is not entirely clear for all fields from the documentation.
* Merge pull request #128 from matthiasclasen/run-fixesAlexander Larsson2016-04-151-1/+10
|\ | | | | Some fixes for xdg-app-builder --run
| * Document --run betterMatthias Clasen2016-04-141-1/+10
| | | | | | | | | | The xdg-app-builder commandline with --run looks a bit different, spell this out in the docs.
* | Document --force-cleanMatthias Clasen2016-04-141-0/+9
|/ | | | We shouldn't allow new options to be added without documentation.
* docs: Move generic options up topMatthias Clasen2016-04-141-17/+17
| | | | | It is nicer if --help, --version and --verbose are together at the top of the options list.
* Document --log-session-bus and --log-system-busMatthias Clasen2016-04-141-0/+18
|
* Explain --repo-url a bit betterMatthias Clasen2016-04-131-1/+4
| | | | | | Make it clearer that this must be accessible from the systems where the bundle is installed, it is not useful to specify your local repository here.
* docs: Mention bundle installation in overviewMatthias Clasen2016-04-131-1/+1
|
* Trivial doc fixesMatthias Clasen2016-04-131-2/+2
| | | | Just add some punctuation.
* Document the --bundle optionMatthias Clasen2016-04-131-1/+29
| | | | | I was looking for information on how to install bundles, and found nothing, since the --bundle option wasn't documented.
* Merge pull request #123 from matthiasclasen/doc-builder-detailsAlexander Larsson2016-04-131-0/+17
|\ | | | | doc: Explain .xdg-app-builder
| * doc: Explain .xdg-app-builderMatthias Clasen2016-04-131-0/+17
| | | | | | | | | | This directory can grow quite large (my local example here is 900M), so we should document that it is safe to remove.
* | Merge pull request #124 from matthiasclasen/typo-fixAlexander Larsson2016-04-131-1/+1
|\ \ | | | | | | Fix a possibly confusing doc typo
| * | Fix a possibly confusing doc typoMatthias Clasen2016-04-131-1/+1
| |/
* | doc: Clarify the cleanup docsMatthias Clasen2016-04-131-2/+2
|/ | | | | Mention explicitly that full paths are not expected to have the /app prefix. I was confused about this, so others might too.
* Add xdg-app build-sign to sign a single commitAlexander Larsson2016-04-134-0/+163
|
* doc: Add build-args to xdg-app-builder man pageMatthias Clasen2016-04-121-0/+4
| | | | This option was missing from the "Build Options" section.
* Improve the xdg-app-builder man pageMatthias Clasen2016-04-121-16/+16
| | | | | Fix some inconsistencies, and update the example to not not use app-id.
* doc: Make xdg-app-build-init man page match realityMatthias Clasen2016-04-121-1/+1
| | | | | The order of arguments did not match what the tool expects. DIRECTORY comes first.
* Add support for subpath limited installsAlexander Larsson2016-04-072-0/+19
| | | | | | This allows you to install e.g. org.freedesktop.Platform.Locale but only the /sv subdir, and replaces using separate branches for each locale.
* More class hidingMatthias Clasen2016-03-251-2/+2
|
* doc: Add xdg_app_installation_install_bundleMatthias Clasen2016-03-251-0/+1
|
* docs: Hide class structsMatthias Clasen2016-03-251-3/+3
| | | | | There is no intention to let any of these be subclasses, so don't show the classes.
* docs: Exclude more private headersMatthias Clasen2016-03-251-0/+1
| | | | This reduces the noise in the gtk-doc output.
* docs: No need for a deprecated indexMatthias Clasen2016-03-251-0/+2
| | | | No deprecated APIs yet - knock on wood!
* docs: Pick up the version number automaticallyMatthias Clasen2016-03-253-2/+6
| | | | This is copied from what GTK+ does for its docs.
* doc: Minor reshufflingMatthias Clasen2016-03-252-19/+19
|
* Add xdg-app info to docsMatthias Clasen2016-03-223-1/+9
| | | | | Add the info command in xdg-app(1), and build the existing man page for it.
* Align contents of xdg-app.1 with xdg-app --helpMatthias Clasen2016-03-221-41/+48
|
* Document xdg-app-build-bundleMatthias Clasen2016-03-222-0/+148
|