summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add test for use-after-free weather problemgnome-3-32Bastien Nocera2019-10-151-0/+90
|
* weather: Fix possible use after freeBastien Nocera2019-10-155-36/+58
| | | | | | | | | Don't use potentially dangling data pointer after a cancelling a soup function call. The user_data might already be freed at this point, and we're getting called after gweather_weather_dispose() has been triggered. Closes: #34
* Updated Czech translationMarek Černocký2019-09-071-5/+5
|
* Update German translationTim Sabsch2019-08-031-4/+4
|
* Update Romanian translationDaniel Șerbănescu2019-08-031-5/+5
|
* Update Italian translationMilo Casagrande2019-07-111-107/+6
|
* Updated Lithuanian translationAurimas Černius2019-07-071-6/+6
|
* Update Icelandic translationSveinn í Felli2019-07-061-20/+25
|
* Update Icelandic translationSveinn í Felli2019-07-061-26/+19
|
* 3.32.23.32.2Bastien Nocera2019-07-042-1/+9
|
* tests: 2 more known duplicate weather stationsBastien Nocera2019-07-041-0/+2
| | | | That do appear in the stations.txt file.
* tests: Simplify weather station duplicates testingBastien Nocera2019-07-042-3/+7
| | | | And bump the required glib to 2015's 2.44 version.
* Updated Slovenian translationMatej Urbančič2019-07-021-6/+5
|
* Update Friulian translationFabio Tomat2019-07-011-6/+6
|
* Update Croatian translationGoran Vidović2019-06-271-13/+13
|
* Update Swedish translationAnders Jonsson2019-06-251-7/+6
|
* Update Croatian translationGoran Vidović2019-06-221-5/+5
|
* Update Catalan translationJordi Mas2019-06-221-1/+1
|
* Update Spanish translationDaniel Mustieles2019-06-191-7/+7
|
* Update Dutch translationNathan Follens2019-06-181-6/+5
|
* Update Polish translationPiotr Drąg2019-06-161-3/+3
|
* Update Indonesian translationKukuh Syafaat2019-06-141-5/+6
|
* Update Hungarian translationBalázs Úr2019-06-131-7/+6
|
* GWeatherLocation: Additional fix for deserializing a cityYanko Kaneti2019-06-131-0/+11
| | | | | | | Since weather stations are no longer attached to cities, deserializing cities with weather stations in format two leads to a location pointing to the weather station and missing a timezone. Try first to find the city by name and coordinates.
* tests: add an additional deserialization testYanko Kaneti2019-06-131-3/+7
| | | | | Add a city with a timezone and a nearby weather station in a country with multiple timezones
* tests: Better debug in METAR testsBastien Nocera2019-06-131-2/+2
|
* Update Brazilian Portuguese translationRafael Fontenelle2019-06-111-7/+7
|
* GWeatherLocation: Don't return a copy of the nameAdrien Plazas2019-06-111-1/+1
| | | | | | | | | The documentation of gweather_location_get_name(), its const return type, coding conventions and its usage in the library itself all indicate it shouldn't return a newly allocated string, and is hence leaking memory. Fixes https://gitlab.gnome.org/GNOME/libgweather/issues/22
* Update Greek translationEfstathios Iosifidis2019-06-111-128/+221
|
* Locations: Remove a superfluous apostrophe from Perm, RussiaYanko Kaneti2019-06-081-1/+1
|
* Update Chinese (China) translationDz Chen2019-05-081-285/+706
|
* Update Croatian translationGoran Vidović2019-03-261-13/+12
|
* 3.32.13.32.1Bastien Nocera2019-03-202-1/+10
|
* tests: Add test for serialise -> deserialiseBastien Nocera2019-03-201-1/+12
|
* GWeatherLocation: Fix deserialising a serialised locationBastien Nocera2019-03-201-0/+3
| | | | | | | | When the serialised location doesn't contain a weather station code, gweather_location_deserialize() would fail. Make sure to create a new detached location from it. Closes: #18
* Update Basque translationAsier Sarasua Garmendia2019-03-131-216/+144
|
* Update Basque translationAsier Sarasua Garmendia2019-03-131-396/+313
|
* build: fix macOS dylib versioningTom Schoonjans2019-03-122-1/+6
|
* owm: Add more debug to owm parsingBastien Nocera2019-03-121-0/+8
|
* yrno: Add more debug to yrno parsingBastien Nocera2019-03-121-0/+8
|
* yrno: Remove "old" APIBastien Nocera2019-03-121-179/+2
| | | | Was deprecated since 2016, see commit 3eb3220.
* iwin: Add more debug to iwin parsingBastien Nocera2019-03-121-1/+11
|
* metar: Add more debug to METAR parsingBastien Nocera2019-03-121-0/+20
|
* 3.32.03.32.0Bastien Nocera2019-03-092-1/+9
|
* doc: Remove GWEATHER_VERSION_S from the docsBastien Nocera2019-03-091-1/+0
| | | | | It was lost when porting to meson, in GNOME 3.26, and never requested again. Better not to break API twice.
* Update Japanese translationRyuta Fujii2019-03-071-16/+16
|
* Update French translationGuillaume Bernard2019-03-061-15/+14
|
* Update French translationCharles Monzat2019-03-061-89/+90
| | | | (cherry picked from commit 6910a9831d782712873b0a2c34dd6335788e45f5)
* Update Latvian translationRūdolfs Mazurs2019-03-031-21/+8
|
* Merge branch 'wip/hadess/fix-entry-warning' into 'master'Bastien Nocera2019-03-011-1/+1
|\ | | | | | | | | GWeatherLocation: Fix warning on entry exit See merge request GNOME/libgweather!20