lp://staging/geoclue
- Get this branch:
- bzr branch lp://staging/geoclue
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://anongit.freedesktop.org/geoclue.
Last successful import was .
Recent revisions
- 775. By Will Thompson
-
web-source: fix type mismatch on unused parameter
src/gclue-
web-source. c:181:35: warning: passing argument 2 of ‘on_network_ changed’ makes integer from pointer without a cast [-Wint-conversion]
on_network_ changed (NULL, NULL, user_data);
^~~~
src/freedesktop/geoclue/ geoclue/ src/gclue- web-source. c:135:38: note: expected ‘gboolean’ {aka ‘int’} but argument is of type ‘void *’
gboolean available G_GNUC_UNUSED, - 774. By Will Thompson
-
web-source: drop GLib < 2.44 fallback path
Since 5ae456312c941ba
2951563de0aef64 ca5c25b0e6, GLib 2.44 has been a
hard dependency. - 773. By Will Thompson
-
meson: require GLib >= 2.44
This matches the Autotools change in
5ae456312c941ba2951563de0aef64 ca5c25b0e6. Even though the Autotools
build was subsequently dropped, the use of g_autofree remains. - 772. By Valentin Blot <email address hidden>
-
build: restore support for modem gps locations
Macros GCLUE_USE_
3G_SOURCE, GCLUE_USE_ CDMA_SOURCE,
GCLUE_USE_MODEM_GPS_ SOURCE and GCLUE_USE_ NMEA_SOURCE are not defined
anymore since the move to meson build system, therefore location through
modem gps is unavailable. This commit adds the macro definitions when the
corresponding options are enabled. - 771. By Zeeshan Ali <email address hidden>
-
service-client: Fix a check for system app
We don't want to stop a system app client on agent's behalf but our check
for system apps was inverted so we ended up doing the opposite. :( Thanks
to Florian Müllner for pointing this out. - 769. By Zeeshan Ali <email address hidden>
-
service: Allow multiple clients on the same connection
This is needed to ease the implementation of the Flatpak location portal.
Fixes #79.
- 768. By Bastien Nocera
-
web-source: Update internet availability when connectivity changes
Going from limited ("captive portal") to full internet should update the
internet availability. - 767. By Bastien Nocera
-
web-source: Minimise get_internet_
available( ) calls Rather than calling get_internet_
available( ) too often, use the cached
->internet_available variable and call get_internet_ available( ) when
network status has actually changed.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)