summaryrefslogtreecommitdiff
path: root/demo
Commit message (Collapse)AuthorAgeFilesLines
...
* demo,where-am-i: Units after the numberZeeshan Ali (Khattak)2015-04-091-4/+4
| | | | | Instead of specifying units before the number, lets show them as part of the number, like its usually done.
* demo,where-am-i: Print speed & headingAnkit2015-04-081-1/+9
| | | | | | | Now that speed and heading are reported on Location interface, let's print them. https://bugs.freedesktop.org/show_bug.cgi?id=89395
* demo,where-am-i: Cmdline option to tweak accuracy levelZeeshan Ali (Khattak)2014-06-291-10/+23
|
* demo,where-am-i: Cmdline option to tweak timeoutZeeshan Ali (Khattak)2014-06-281-2/+26
|
* demo: Exit if geoclue deactivates us automaticallyZeeshan Ali (Khattak)2014-06-031-0/+29
| | | | | This mostl likely means that user disabled geolocation (globally or for the client specifically) so there is no point in keeping it running.
* where-am-i: Print altitude infoZeeshan Ali (Khattak)2014-04-111-1/+5
|
* demo: Don't distribute .desktop.in filesZeeshan Ali (Khattak)2014-04-101-2/+2
| | | | | | These are generated by configure. https://bugs.freedesktop.org/show_bug.cgi?id=77026
* demo: Agent prints 'geolocation in use' infoZeeshan Ali (Khattak)2014-03-211-0/+42
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=76268
* demo: Move demo apps under libexecdirZeeshan Ali (Khattak)2014-03-013-5/+5
| | | | | | | That is a lot more appropriate location than datadir, which is supposed to be for arch-independent files. https://bugs.freedesktop.org/show_bug.cgi?id=75640
* agent: Correct binary path in desktop fileZeeshan Ali (Khattak)2014-03-011-1/+1
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=75641
* agent: Fixed object pathZeeshan Ali (Khattak)2014-02-241-5/+4
| | | | | There is no need for object paths to be unique on the bus and having a fixed path will allow us to use it in DBus policy.
* demo,agent: Set max accuracy levelZeeshan Ali (Khattak)2014-02-241-0/+3
| | | | | Otherwise its set to 0 by default and that means geoclue will deny location access to all clients.
* agent: Move generated agent code to its own directoryZeeshan Ali (Khattak)2014-02-131-14/+3
|
* demo,build: Include agent xml from srcdirZeeshan Ali (Khattak)2014-01-301-1/+1
| | | | rather than builddir.
* Move public API to a subdirZeeshan Ali (Khattak)2014-01-291-1/+2
| | | | | | | This is so that we can just point our docs to that directory and it doesn't complain about all the internal API that we don't want it to scan anyway. Currently without this patch, the build actually breaks on doc system parsing the internalized geocode-glib sources.
* agent: Recognize agents by desktop IDsZeeshan Ali (Khattak)2014-01-281-1/+2
| | | | | rather than binary paths. The rationale is the same as for commit 0d96468f88e4a8f39da521952a21f27d700542df.
* demo: Add desktop file for agentZeeshan Ali (Khattak)2014-01-282-1/+17
|
* demo: Set RequestedAccuracyLevel on clientZeeshan Ali (Khattak)2014-01-191-4/+44
|
* demo: Allow some time to get most accurate locationZeeshan Ali (Khattak)2014-01-191-7/+18
|
* build: Correct clean-up rules for desktop.in[.in]Zeeshan Ali (Khattak)2014-01-171-2/+3
|
* agent: Let agents decide level of location accuracyZeeshan Ali (Khattak)2014-01-172-4/+14
| | | | | | We don't know for sure how the agent UIs will look like in the end but better to already have the needed API in place if agents want to somehow let users choose the accuracy they are confirtable with.
* demo,agent: Make use of desktop id from appsZeeshan Ali (Khattak)2014-01-151-7/+21
|
* demo: Install a desktop file for demo appZeeshan Ali (Khattak)2014-01-153-3/+28
|
* demos: Install the demo applicationsZeeshan Ali (Khattak)2014-01-151-2/+4
|
* agent: No need to pass bus_name to agentsZeeshan Ali (Khattak)2014-01-141-6/+2
| | | | | Agents can gather all needed info about the app from the desktop_id so bus_name becomes redundant.
* agent,service-client: Require desktop file IDZeeshan Ali (Khattak)2014-01-142-15/+16
| | | | | | | Instead of getting a generic title from apps, we now require them to provide a desktop file id. This will allow agents to add some more checks and be able to get all info about the app themselves, including a human-readable title.
* build: Don't disable rules for building demo agentZeeshan Ali (Khattak)2014-01-141-3/+1
| | | | | | | If demo agent build is disabled, we should only stop it from building and not completely disable all rules to build the files from Makefile. This fixes one of the issue in distcheck.
* demo/agent: Drop now redundant requirementZeeshan Ali (Khattak)2014-01-131-6/+0
| | | | Demo agent can now be launched from anywhere.
* build: Use git.mk to auto-generate the .gitignore filePhilip Withnall2013-12-041-0/+2
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=67858
* build: Fix build without demo agent enabledColin Walters2013-09-261-1/+3
|
* service: Add 'Title' property to Client interfaceZeeshan Ali (Khattak)2013-09-261-5/+64
| | | | | Localized human-readable title for the client that is presented to the user for authorizing the app for location access.
* Add a demo user-authorization agentZeeshan Ali (Khattak)2013-09-264-1/+607
| | | | | It uses libnotify to ask user to authorize the app for access to geolocation info.
* Enable compiler warnings by defaultKalev Lember2013-09-091-0/+1
| | | | | | | | Drop the --enable-strict-cc configure option and replace it with --enable-compile-warnings from gnome-common. This is enabled by default to make sure warnings show up during development. https://bugs.freedesktop.org/show_bug.cgi?id=69102
* demo: Fix compiler warningsKalev Lember2013-09-031-2/+2
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=68532
* Location: All D-Bus prop names capitalizedZeeshan Ali (Khattak)2013-08-251-4/+4
| | | | | This is the general D-Bus convention and this properties should have been correctly named from the beginning.
* demo: Port to direct use of GDBusZeeshan Ali (Khattak)2013-08-232-54/+98
| | | | The Geoclue library is about to be dropped.
* demo: Update license headerZeeshan Ali (Khattak)2013-08-231-10/+11
| | | | Forgot to update this file in commit 8ed3419.
* Move system D-BusZeeshan Ali (Khattak)2013-08-051-3/+3
| | | | Sorry all existing apps (if any, other than Maps).
* demo: Fix srcdir != builddir, and use libtool for linkingColin Walters2013-08-041-2/+2
| | | | libtool knows how to handle the .la file, don't use -L manually.
* Fix ASCII being sent out instead of UTF-8Bastien Nocera2013-06-121-0/+1
|
* demo: Add missing null checkZeeshan Ali (Khattak)2013-05-301-1/+1
|
* demo: Display location infoZeeshan Ali (Khattak)2013-05-291-5/+49
|
* demo: Use async APIZeeshan Ali (Khattak)2013-05-281-34/+83
|
* First commitZeeshan Ali (Khattak)2013-05-282-0/+98