summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* tests: Fix make-test-bundles.shAlexander Larsson2016-05-101-2/+2
| | | | This had bitrotted
* Update .gitignoreAlexander Larsson2016-05-091-0/+3
|
* Split out permission store from session helperAlexander Larsson2016-05-091-0/+2
| | | | This is now available as org.freedesktop.impl.portal.PermissionStore
* Rename everything but the on-disk location to flatpakAlexander Larsson2016-05-091-19/+19
|
* Rename library to libflatpakAlexander Larsson2016-05-091-1/+1
|
* Add some missing files from the testsAlexander Larsson2016-05-021-0/+1
|
* Remove xdg-app-helperAlexander Larsson2016-04-291-1/+0
|
* Build bwrapAlexander Larsson2016-04-291-0/+1
|
* tests: Add a basic test that just runs an appAlexander Larsson2016-04-271-0/+10
|
* Support installed testsAlexander Larsson2016-04-271-1/+2
|
* Add make-test-bundles.shAlexander Larsson2016-02-251-0/+6
|
* .gitignore: ignore tests and their resultsSimon McVittie2016-01-291-0/+8
|
* Generate the API reference for libxdg-appEmmanuele Bassi2015-12-041-0/+1
| | | | We use the good old gtk-doc.
* Add introspection support to libxdg-appEmmanuele Bassi2015-12-041-0/+2
| | | | We may want to use it from non-C languages.
* Initial version of libxdg-appAlexander Larsson2015-12-031-0/+4
| | | | | | This is a highlevel library for working with xdg-app without using the commandline interface. The primary usecase for this is for creating a graphical frontend for app installation/update.
* Add xdg-app-builderAlexander Larsson2015-11-251-0/+1
| | | | | This is a tool that makes it easy to build applications and their dependecies by automating the configure && make && make install steps.
* Add check-valgrind targetAlexander Larsson2015-09-071-4/+4
|
* Initial tests of the dbAlexander Larsson2015-08-251-0/+1
|
* Import xdg-document-portal from github repoAlexander Larsson2015-07-101-0/+5
| | | | | | | This pulls in the daemon code from: https://github.com/alexlarsson/xdg-document-portal/ We need this in xdg-app because we need to set up the mounts correctly.
* Restructure directories and buildAlexander Larsson2015-07-101-0/+3
| | | | | | | | | This moves a all source code into separate subdirs per binary. The helper and the generic stuff goes into lib/ which is then used by all the others. For now this is a completely internal library, but at some point we will probably clean it up and expose some subset. Also, we move the dbus proxy to libexecdir.
* Add a simple profile.d snippet for XDG_DATA_DIRSDavid King2015-05-151-0/+1
| | | | https://github.com/alexlarsson/xdg-app/issues/74
* Make xdg-dbus-proxy talk command line args and install itAlexander Larsson2015-05-061-1/+2
|
* Run each app in a custom systemd user scope (if available)Alexander Larsson2015-03-041-0/+1
|
* Add xdg-app-session-helperAlexander Larsson2015-01-281-0/+5
| | | | | | | This is a small app that makes copies of various system files to a directory in /run so that the app sandbox can receive updates to these. This solves the issue that we can't generally bind-mount say /etc/resolv.conf, because it will be replaced with rename-over.
* Add manpages to gitignoreAlexander Larsson2015-01-151-0/+1
|
* Initial versionAlexander Larsson2014-12-171-0/+28