lp:geoclue

Created by Łukasz Jernaś and last modified
Get this branch:
bzr branch lp:geoclue

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Łukasz Jernaś
Project:
GeoClue
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://anongit.freedesktop.org/geoclue.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on izar and finished taking 15 seconds — see the log
Import started on alnitak and finished taking 15 seconds — see the log
Import started on izar and finished taking 15 seconds — see the log
Import started on izar and finished taking 15 seconds — see the log

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 5ae456312c941ba2951563de0aef64ca5c25b0e6, GLib 2.44 has been a
hard dependency.

773. By Will Thompson

meson: require GLib >= 2.44

This matches the Autotools change in
5ae456312c941ba2951563de0aef64ca5c25b0e6. 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.

770. By Zeeshan Ali <email address hidden>

Bump version

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.

766. By Laurent Bigonville

Trivia: Fix several typos

Thanks to lintian

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers