- May 29, 2017
-
-
Zeeshan Ali Khan authored
-
Zeeshan Ali Khan authored
-
- Apr 26, 2017
-
-
Zeeshan Ali Khan authored
-
Zeeshan Ali Khan authored
We were requiring altitude from NMEA GGA sentences and that later ends up in a crash cause we return a NULL location without setting an error.
-
- Mar 27, 2017
-
-
Zeeshan Ali Khan authored
-
- Mar 18, 2017
-
-
gnome-shell now uses Geoclue to show weather information in the calendar drop-down. While it can easily bypass the authorization dialog (being the agent itself), the location indicator loses its usefulness when permanently visible, so add it to the other system components in the whitelist. https://bugs.freedesktop.org/show_bug.cgi?id=100263
-
- Mar 13, 2017
-
-
This fixes a leak. https://bugs.freedesktop.org/show_bug.cgi?id=100175
-
Correct a copy&paste mistake in a doc comment. https://bugs.freedesktop.org/show_bug.cgi?id=100176
-
- Feb 28, 2017
-
-
Bastien Nocera authored
The gnome-settings-daemon color plugin uses Geoclue to guess the current location and deduce the sunset and sunrise times. Make sure that the functionality does not require a dialogue on startup when enabled. See https://bugzilla.gnome.org/show_bug.cgi?id=779343 https://bugs.freedesktop.org/show_bug.cgi?id=100008
-
- Jan 27, 2017
-
-
Zeeshan Ali Khan authored
-
Zeeshan Ali Khan authored
-
- Dec 19, 2016
-
-
Zeeshan Ali Khan authored
We were unrefing an object that didn't belong to us.
-
- Sep 06, 2016
-
-
This fixes cross-builds.
-
Rather then asking build system to link to libgeoclue. This fixes cross-builds.
-
- Jul 01, 2016
-
-
If the time since the last update is below the threshold, it won't emit the LocationUpdated signal. The default value is 0. When TimeThreshold is zero, it always emits the signal. https://bugs.freedesktop.org/show_bug.cgi?id=94460
-
Add a debug log when the distance from previous location is below distance_threshold. https://bugs.freedesktop.org/show_bug.cgi?id=94460
-
We're about to introduce time-based threshold so let's rename *threshold* to *distance_threshold*. https://bugs.freedesktop.org/show_bug.cgi?id=94460
-
The default value of DistanceThreshold is zero. https://bugs.freedesktop.org/show_bug.cgi?id=94460
-
- Jun 24, 2016
- Jun 23, 2016
-
-
Bastien Nocera authored
Now that xdg-app has been renamed, we also need to check for the "flatpak-" prefix for the cgroup. https://bugs.freedesktop.org/show_bug.cgi?id=96655
-
- May 30, 2016
-
-
This ensures g-ir-scanner uses the configured compiler. Fixes the build in GContinuous, which is currently somewhat broken in that `/usr/bin/cc` is a cross compiler by default. But this propagation is the correct thing to do always. A similar patch landed in GStreamer.
-
- May 25, 2016
-
-
It's not required to unref for the return of gclue_location_get_timestamp. https://bugs.freedesktop.org/show_bug.cgi?id=96178
-
- May 19, 2016
-
-
Zeeshan Ali Khan authored
Instead of just checking if some network is available, let's check if we are fully connected to internet or not. If glib >= 2.44 is available, we make use the new API added in that version to check for connectivity but if it's not, we check if Mozilla Location Services hostname is reachable. https://bugs.freedesktop.org/show_bug.cgi?id=95493
-
-
Zeeshan Ali Khan authored
-
Zeeshan Ali Khan authored
-
- Apr 20, 2016
-
-
If available. https://bugs.freedesktop.org/show_bug.cgi?id=94157
-
And drop the now unused gclue_location_new_with_description(). This will allow to also set the timestamp in the next commit, as that property is construct only and couldn't be set if using gclue_location_new_with_description(). https://bugs.freedesktop.org/show_bug.cgi?id=94157
-
- Apr 05, 2016
-
-
- Mar 23, 2016
-
-
g_variant_n_children() is unsigned, so comparing < 0 will always be false; this looks like a typo for <= 0, which would avoid allocating the GVariantIter unnecessarily. Spotted by Coverity (CID: #78509). https://bugs.freedesktop.org/show_bug.cgi?id=94669
-
This fixes a memory leak on exit. Spotted by Coverity (CID: #78510). https://bugs.freedesktop.org/show_bug.cgi?id=94669
-
- Mar 22, 2016
-
-
When run from outside the srcdir, autogen.sh was failing because various of the tools it calls expect to be called from within srcdir. https://bugs.freedesktop.org/show_bug.cgi?id=94649
-
- Mar 02, 2016
-
-
Zeeshan Ali Khan authored
-
- Mar 01, 2016
-
-
Zeeshan Ali Khan authored
Don't just unref the task pointer but ensure that the pointer we keep in private structure is also cleared, using g_clear_object.
-
- Feb 27, 2016
-
-
Zeeshan Ali Khan authored
-
- Feb 24, 2016
-
-
Zeeshan Ali Khan authored
The documentation build was broken by commit 384e3e00. This patch fixes that by updating the path to public-api directory in Makefile.
-
- Feb 11, 2016
-
-
Zeeshan Ali Khan authored
If app provides a reason string in it's desktop file, show that to the user.
-