lp:~vcs-imports/libgweather/+git/libgweather

Owned by VCS imports
Get this repository:
git clone https://git.launchpad.net/~vcs-imports/libgweather/+git/libgweather

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://gitlab.gnome.org/GNOME/libgweather.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 seconds — see the log

Branches

Name Last Modified Last Commit
main 2024-05-13 19:27:51 UTC
Update Belarusian translation

Author: Vasil Pupkin
Author Date: 2024-05-13 19:27:51 UTC

Update Belarusian translation

gnome-44 2023-10-22 13:54:54 UTC
Update Romanian translation

Author: Florentina Mușat
Author Date: 2023-10-22 13:54:54 UTC

Update Romanian translation

issue-223 2023-08-12 16:48:58 UTC
Plug a leak in find_nearest_city_index()

Author: Emmanuele Bassi
Author Date: 2023-08-12 16:48:58 UTC

Plug a leak in find_nearest_city_index()

The result set is allocated, so we need to free it before returning the
value.

Fixes: #223

zbrown/no-conditions 2023-08-11 21:47:46 UTC
info: drop GWeatherConditions from API

Author: Zander Brown
Author Date: 2023-08-11 21:47:46 UTC

info: drop GWeatherConditions from API

The only public way to interact with this type was to _to_string it,
avoid confusion by simply moving it to -private.h

Prune dead branches

ebassi/pre-release 2023-08-07 13:20:50 UTC
Release GWeather 4.3.2

Author: Emmanuele Bassi
Author Date: 2023-08-07 13:20:50 UTC

Release GWeather 4.3.2

ebassi/wind-abbrev 2023-08-07 12:58:10 UTC
Avoid clang-format making a mess out of i18n macros

Author: Emmanuele Bassi
Author Date: 2023-08-07 12:58:10 UTC

Avoid clang-format making a mess out of i18n macros

Disable formatting when using `N_()`, and use the function name instead
of the `_()` macro where possible.

ebassi/ci-limit-style-check 2023-08-05 10:28:02 UTC
ci: Limit style check

Author: Emmanuele Bassi
Author Date: 2023-08-05 10:28:02 UTC

ci: Limit style check

We only want to run style check on GWeather code; if we end up
copy-pasting files from outside projects, we should not run code style
checks on them.

wip/chergert/for-main 2023-07-28 18:22:19 UTC
libgweather: fix gweather_location_next_child() example

Author: Christian Hergert
Author Date: 2023-07-28 18:19:24 UTC

libgweather: fix gweather_location_next_child() example

Using g_autoptr() with this API will leak because the child is not
automatically released on each iteration of the loop. Only the last
child would be unref'd.

gnome-42 2023-01-06 11:12:43 UTC
Add Abkhazian translation

Author: Nart Tlisha
Author Date: 2023-01-06 11:12:43 UTC

Add Abkhazian translation

wip/hadess/faster-pylint 2022-06-23 15:27:22 UTC
tests: Disable MALLOC_PERTURB when running pylint

Author: Bastien Nocera
Author Date: 2022-06-23 15:27:22 UTC

tests: Disable MALLOC_PERTURB when running pylint

mcatanzaro/soup3-default 2022-06-22 21:30:24 UTC
Switch to libsoup3 by default

Author: Michael Catanzaro
Author Date: 2022-06-17 18:25:42 UTC

Switch to libsoup3 by default

Fixes #177

ebassi/issue-161 2022-03-01 18:16:25 UTC
docs: Add get_timezone_name() to the migration guide

Author: Emmanuele Bassi
Author Date: 2022-03-01 18:16:25 UTC

docs: Add get_timezone_name() to the migration guide

Explain how to replace the old time zone name getter.

jjardon/G_GSIZE_FORMAT 2022-01-04 02:37:10 UTC
libgweather/gweather-private.c: Fix compilation in i686; Use guint instead gsize

Author: Javier Jardón
Author Date: 2022-01-04 02:32:58 UTC

libgweather/gweather-private.c: Fix compilation in i686; Use guint instead gsize

From https://docs.gtk.org/glib/struct.PtrArray.html, seems the
"len" parameter in the GPtrArray struct is a guint

libgweather-3 2021-12-15 18:07:13 UTC
vala: Fix binding of Location.detect_nearest_city()

Author: Rico Tzschichholz
Author Date: 2021-12-15 18:07:13 UTC

vala: Fix binding of Location.detect_nearest_city()

ebassi/add-logo 2021-11-18 19:47:07 UTC
docs: Add a link to the GWeather reference

Author: Emmanuele Bassi
Author Date: 2021-11-18 19:47:07 UTC

docs: Add a link to the GWeather reference

153-memory-leak-in-version-3 2021-11-11 16:11:00 UTC
location-entry: Fix two memory leaks

Author: Milan Crha
Author Date: 2021-11-11 16:11:00 UTC

location-entry: Fix two memory leaks

Closes https://gitlab.gnome.org/GNOME/libgweather/-/issues/153

pgriffis/libsoup-ci 2021-10-15 19:03:25 UTC
ci: Build against both libsoup2 and libsoup3

Author: Patrick Griffis
Author Date: 2021-09-21 15:59:03 UTC

ci: Build against both libsoup2 and libsoup3

pgriffis/gmodule-dep 2021-09-13 16:29:19 UTC
build: Fix linking failure of tests

Author: Patrick Griffis
Author Date: 2021-09-13 15:03:18 UTC

build: Fix linking failure of tests

All of the test executables failed to build because of linking
failures missing gmodule symbols. This resolved that.

destring-rebase 2021-04-26 00:53:28 UTC
locations: Add city Multan, Pakistan and Multan Airport

Author: Wasif Laeeq
Author Date: 2020-04-09 02:40:42 UTC

locations: Add city Multan, Pakistan and Multan Airport

h.finucane-rebase 2021-04-25 23:50:40 UTC
Add Half Moon Bay for a coastal Bay Area reference

Author: Henry Finucane
Author Date: 2020-09-07 04:10:22 UTC

Add Half Moon Bay for a coastal Bay Area reference

It's a little city, but it's a popular weekend tourist destination to
cool off, and the local public radio stations will generally lead off
with the weather there, as a reasonable indicator of "what is the
weather like on the coast".

gnome-3-36 2021-03-29 10:05:55 UTC
Update Portuguese translation

Author: Hugo Carvalho
Author Date: 2021-03-29 10:05:55 UTC

Update Portuguese translation

benzea/40.alpha.1 2021-01-15 14:18:33 UTC
Release 40.alpha.1

Author: Benjamin Berg
Author Date: 2021-01-15 12:18:04 UTC

Release 40.alpha.1

improve-build 2020-03-09 13:28:07 UTC
Make the introspection scan less noisy

Author: Emmanuele Bassi
Author Date: 2020-03-09 13:28:07 UTC

Make the introspection scan less noisy

Does not influence the warnings, only the debugging messages.

skip-locale 2020-03-09 12:21:57 UTC
Do not run local-dependent tests with missing locales

Author: Emmanuele Bassi
Author Date: 2020-03-09 12:21:57 UTC

Do not run local-dependent tests with missing locales

Not everyone has all the locales installed all the time, so let's check
if a locale is available before using it.

gnome-3-34 2020-03-09 10:18:35 UTC
tests: Add another duplicate

Author: Bastien Nocera
Author Date: 2019-11-20 09:55:02 UTC

tests: Add another duplicate

$ wget -O- -q https://www.aviationweather.gov/docs/metar/stations.txt | grep KX26
FL SEBASTIAN KX26 X26 27 49N 080 30W 6 X W 8 US
FL VALKARIA AFS KX26 X26 27 49N 080 30W 6 X 8 US

gnome-3-32 2019-10-15 10:55:54 UTC
tests: Add test for use-after-free weather problem

Author: Bastien Nocera
Author Date: 2019-10-15 10:41:22 UTC

tests: Add test for use-after-free weather problem

gnome-3-28 2019-03-06 18:12:00 UTC
Update French translation

Author: Charles Monzat
Author Date: 2019-03-06 18:12:00 UTC

Update French translation

wip/hadess/serialisation-fix-stable 2018-10-18 14:23:12 UTC
Locations: Remove Donakonda

Author: Bastien Nocera
Author Date: 2018-10-09 16:18:32 UTC

Locations: Remove Donakonda

It's a small 2000 inhabitants village, and its airport has been closed,
and removed in bdc006b503983513a6478096c25a3e84fd414138

gnome-3-16 2018-05-21 17:08:52 UTC
Update Chinese (China) translation

Author: wsxy162
Author Date: 2018-05-21 17:08:52 UTC

Update Chinese (China) translation

gnome-3-26 2018-03-22 14:14:45 UTC
3.26.2

Author: Bastien Nocera
Author Date: 2018-03-22 14:14:45 UTC

3.26.2

gnome-3-24 2017-08-20 13:17:17 UTC
Correct names of Polish airports

Author: Piotr Drąg
Author Date: 2017-03-18 15:10:12 UTC

Correct names of Polish airports

https://bugzilla.gnome.org/show_bug.cgi?id=780244

gnome-3-20 2016-12-22 14:30:47 UTC
Release 3.20.4

Author: Giovanni Campagna
Author Date: 2016-12-22 14:29:49 UTC

Release 3.20.4

Last release on the stable branch, probably

gnome-3-18 2016-08-29 00:12:53 UTC
Release 3.18.2

Author: Giovanni Campagna
Author Date: 2016-08-29 00:04:49 UTC

Release 3.18.2

gnome-3-12 2016-03-04 17:16:06 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-03-04 17:16:06 UTC

Updated Occitan translation

gnome-3-0 2016-03-04 17:13:13 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-03-04 17:13:13 UTC

Updated Occitan translation

gnome-2-30 2016-03-04 17:10:22 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-03-04 17:10:22 UTC

Updated Occitan translation

gnome-3-14 2016-03-04 17:01:39 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-03-04 17:01:39 UTC

Updated Occitan translation

gnome-3-10 2016-03-04 16:55:57 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-03-04 16:55:57 UTC

Updated Occitan translation

gnome-3-4 2016-03-04 16:50:42 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-03-04 16:50:42 UTC

Updated Occitan translation

gnome-3-6 2016-03-04 16:50:21 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-03-04 16:50:21 UTC

Updated Occitan translation

gnome-3-8 2016-03-04 16:46:22 UTC
Updated Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2016-03-04 16:46:22 UTC

Updated Occitan translation

wip/api-break 2013-06-15 14:18:44 UTC
API break: remove deprecated constructors and properties for GWeatherInfo

Author: Giovanni Campagna
Author Date: 2013-06-15 13:27:53 UTC

API break: remove deprecated constructors and properties for GWeatherInfo

Reporting unstructured and untraslated weather forecasts was a hack
that we no longer need. We can also remove the world property, as
the world location is fixed for the lifetime of the application.

wip/forecasts 2012-12-01 17:55:49 UTC
Fix day/night icons for forecast infos

Author: Giovanni Campagna
Author Date: 2012-12-01 17:55:49 UTC

Fix day/night icons for forecast infos

We need to do the sun calculations for all GWeatherInfos, not just the
master one, as those values are used in get_icon_name().
Also, fix get_icon_name() to use the time the info refers to, not current
time.

gnome-2-28 2010-07-26 10:40:46 UTC
Updated the Kannada translations

Author: Shankar Prasad
Author Date: 2010-07-26 10:40:46 UTC

Updated the Kannada translations

gnome-2-22 2010-03-24 09:53:56 UTC
Updated Basque language

Author: Iñaki Larrañaga Murgoitio
Author Date: 2010-03-24 09:53:56 UTC

Updated Basque language

gnome-2-24 2010-03-24 09:53:11 UTC
Updated Basque language

Author: Iñaki Larrañaga Murgoitio
Author Date: 2010-03-24 09:53:11 UTC

Updated Basque language

gnome-2-26 2010-03-24 09:52:06 UTC
Updated Basque language

Author: Iñaki Larrañaga Murgoitio
Author Date: 2010-03-24 09:52:06 UTC

Updated Basque language

147 of 47 results
This repository contains Public information 
Everyone can see this information.

Subscribers