- 24 Feb, 2021 3 commits
-
-
Fran Dieguez authored
-
Fran Dieguez authored
-
Fran Dieguez authored
-
- 22 Feb, 2021 1 commit
-
-
Mario Blättermann authored
-
- 21 Feb, 2021 1 commit
-
-
Aurimas Černius authored
-
- 20 Feb, 2021 2 commits
-
-
emintufan authored
-
Asier Sarasua Garmendia authored
-
- 18 Feb, 2021 3 commits
-
-
Charles Monzat authored
-
Benjamin Berg authored
The scope variable needs to be initialized to NULL so that the fallback correctly kicks in when a lookup by country code was not tried. Fixes: #79
-
Rafael Fontenelle authored
-
- 17 Feb, 2021 1 commit
-
-
Matej Urbančič authored
-
- 15 Feb, 2021 1 commit
-
-
Марко М. Костић (Marko M. Kostić) authored
-
- 14 Feb, 2021 2 commits
-
-
Bilal Elmoussaoui authored
-
A S Alam authored
-
- 13 Feb, 2021 1 commit
-
-
Balázs Meskó authored
-
- 12 Feb, 2021 2 commits
-
-
Kukuh Syafaat authored
-
Kukuh Syafaat authored
-
- 11 Feb, 2021 7 commits
-
-
Bilal Elmoussaoui authored
-
Florian Müllner authored
The numerical codes are deprecated and scheduled for removal, so replace them with the non-deprecated alphabetical codes as listed in https://api.met.no/weatherapi/weathericon/2.0/. #67
-
Anders Jonsson authored
-
Bilal Elmoussaoui authored
This adds a missing annotation as otherwise the API isn't very usable from other languages like Vala
-
Fran Dieguez authored
-
Daniel Șerbănescu authored
-
Daniel Mustieles García authored
-
- 10 Feb, 2021 3 commits
-
-
Hugo Carvalho authored
-
Yuri Chornoivan authored
-
Christopher Davis authored
-
- 06 Feb, 2021 4 commits
- 16 Jan, 2021 2 commits
-
-
Jordi Mas authored
-
Piotr Drąg authored
-
- 15 Jan, 2021 3 commits
-
-
Benjamin Berg authored
-
Benjamin Berg authored
Just a small copy/paste issue. Fixes: #76
-
Benjamin Berg authored
If we do a fixup release on top of e.g. an alpha version, then the micro version is non-zero. Just add a 0 at the end of the version tuple, so that there is always a 3rd entry.
-
- 14 Jan, 2021 1 commit
-
-
Georges Basile Stavracas Neto authored
The 'nearest_station' argument of _gweather_location_new_detached() is transfer-full, which means a ref must be increased when passing this parameter. However, in various locations, g_autoptr was referencing the passed 'nearest_station', which would cause double-frees down the line. Fix these double-frees by stealing the 'nearest_location' ref when passing it to _gweather_location_new_detached() when under g_autoptr.
-
- 13 Jan, 2021 3 commits
-
-
Bastien Nocera authored
Order the properties to be copied onto the new object in an order that wouldn't throw warnings, eg. the "enabled-providers" property doesn't like to be set if the "application-id" and "contact-info" properties aren't set.
-
Bastien Nocera authored
-
Bastien Nocera authored
-