~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon:jjardon/gweather-4

Last commit made on 2022-01-20
Get this branch:
git clone -b jjardon/gweather-4 https://git.launchpad.net/~vcs-imports/gnome-settings-daemon/+git/gnome-settings-daemon

Branch merges

Branch information

Recent commits

efcf1e3... by Javier Jardón

WIP

5c19d39... by Javier Jardón

.gitlab-ci.yml: Try to use fedora 36

34d093e... by Javier Jardón

.gitlab-ci.yml: Install libgweather4

8790b5c... by Javier Jardón

plugins/datetime/weather-tz.c: Use g_object_ref() instead gweather_location_ref()

f43881b... by Emmanuele Bassi <email address hidden>

Port to GWeather 4

Use the new GWeather major version.

The only change consists in replacing GWeatherTimezone with GTimeZone.

1f5984c... by Yosef Or Boczko <email address hidden>

Update Hebrew translation

6ca47fa... by Yosef Or Boczko <email address hidden>

Update Hebrew translation

d0a5a96... by Kukuh Syafaat

Update Indonesian translation

854c6a4... by Claude Paroz

Update French translation

(cherry picked from commit 53d843683a2b255d8c554e8eacff19503c3a3401)

64b9e87... by Jonas Ådahl

color/night-light: Make sure to set target temperature

When smoothing a temperature, we practically never ended up setting the
target temperature, since the throttling dropped the last few changes.
For example, after night light was disabled, the temperature tended to
get stuck on 6494 instead of 6500. Fix this by making sure the target
temperature is forced, ignoring the throttling.

Also disable throttling when not smoothing, as it's likely we want the
temperature that is actually asked for.