summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* .gitlab-ci.yml: Install libgweather4jjardon/f35-libgweather4Javier Jardón2022-01-311-0/+1
|
* .gitlab-ci.yml: Try to use fedora 35Javier Jardón2022-01-311-2/+2
|
* Release 42.alpha42.alphaCarlos Garnacho2022-01-102-2/+20
|
* xsettings: Support new "high-contrast" settingFlorian Müllner2022-01-041-2/+36
| | | | | | | | | | We now have a boolean setting that determines whether the high-contrast theme should be used. Support it by automatically setting the existing `gtk-theme-name` and `gtk-icon-theme-name` properties when enabled. With that, it is no longer necessary to change the regular theme settings for high-contrast, so toggling between high-contrast and a non-default theme finally works reliably.
* Update Hebrew translationYosef Or Boczko2021-12-291-11/+8
|
* Update Hebrew translationYosef Or Boczko2021-12-291-227/+761
|
* Update Indonesian translationKukuh Syafaat2021-12-231-11/+8
|
* Update French translationClaude Paroz2021-12-111-44/+47
| | | | (cherry picked from commit 53d843683a2b255d8c554e8eacff19503c3a3401)
* color/night-light: Make sure to set target temperatureJonas Ådahl2021-12-071-6/+9
| | | | | | | | | | | 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.
* color/manager: Fix temperature notify typeJonas Ådahl2021-12-071-1/+2
| | | | | | The org.gnome.SettingsDaemon.Color.Temperature property has the type 'u' which is a 32 bit unsigned integer. What we sent was a double (type 'd'). Make sure we send the right type in the notify signal.
* power: Do not print an error for failures from realpathBenjamin Berg2021-11-301-8/+4
| | | | | | | Doing so leaks information about whether a file/directory exists even if it is outside of the /sys/class/backlight directory. Closes: #634
* keyboard: deprecation warning fixNishal Kulkarni2021-11-251-14/+14
| | | | | | | | | `gdk_display_get_device_manager` is now deprecated, Use GdkSeat instead of GdkDeviceManager for connecting to device added and removed signals. Using `gdk_display_get_default_seat` instead of `gdk_display_get_display_manager`
* Update Occitan translationQuentin PAGÈS2021-11-211-277/+116
|
* Update Occitan translationQuentin PAGÈS2021-11-181-47/+25
|
* Updated Spanish translationDaniel Mustieles2021-11-161-3/+3
|
* Update Friulian translationFabio Tomat2021-11-071-116/+51
|
* Update Friulian translationFabio Tomat2021-11-071-354/+836
|
* Update Persian translationDanial Behzadi2021-11-071-602/+293
|
* Update Latvian translationRūdolfs Mazurs2021-10-311-460/+939
| | | | (cherry picked from commit 9e4983f56af18ed61c3b5866a7750f5254d574d7)
* media-keys: Fix fast-forward and rewind keysBastien Nocera2021-10-271-4/+4
| | | | MPRIS's Seek method uses microseconds, not milliseconds.
* media-keys: Fix Repeat togglingBastien Nocera2021-10-272-2/+2
| | | | | | Repeat is the name of the key within gnome-settings-daemon, LoopStatus is the name of the MPRIS property. Make sure to use the correct one each time.
* media-keys: Add support for Rewind, FastForward, Repeat and Shuffle keysBastien Nocera2021-10-181-1/+17
| | | | As were supported in gnome-settings-daemon's MediaKeys.
* media-keys: Add some missing methods to MPRIS controllerBastien Nocera2021-10-182-0/+113
| | | | | | Make it possible to handle Seek() method calls, as well as toggling Repeat and Shuffle statuses as defined in: https://specifications.freedesktop.org/mpris-spec/latest/Player_Interface.html
* media-keys: Add guard to MPRIS controller codeBastien Nocera2021-10-181-0/+3
|
* media-keys: Remove GNOME-specific MediaKeys APIBastien Nocera2021-10-182-322/+5
| | | | It has since been superseded by MPRIS.
* Update Occitan translationQuentin PAGÈS2021-10-031-231/+824
|
* Update Icelandic translationSveinn í Felli2021-09-291-611/+2066
|
* Update Russian translationAleksandr Melman2021-09-281-734/+627
|
* Update Serbian translationМирослав Николић2021-09-261-350/+940
|
* Update Turkish translationEmin Tufan Çetin2021-09-261-312/+379
|
* build: require upower 0.99.12Jeremy Bicha2021-09-231-1/+1
| | | | gnome-settings-daemon 41 uses features from this version
* Update Persian translationDanial Behzadi2021-09-221-569/+423
|
* Update Persian translationDanial Behzadi2021-09-221-696/+1673
|
* Update Turkish translationEmin Tufan Çetin2021-09-191-348/+735
|
* Release 41.041.0Carlos Garnacho2021-09-182-1/+12
|
* usb-protection: don't crash when screensaver service is unavailablemcatanzaro/#585Michael Catanzaro2021-09-171-0/+6
| | | | | | | gnome_settings_bus_get_screen_saver_proxy() can return NULL, e.g. when D-Bus is broken. We need to handle that case. Fixes #585
* Updated Spanish translationDaniel Mustieles2021-09-151-203/+30
|
* Updated Danish translationAlan Mortensen2021-09-131-566/+952
|
* Update Dutch translationNathan Follens2021-09-131-249/+660
|
* power: Move translator comments to be above the stringsPiotr Drąg2021-09-121-3/+3
| | | | | A couple of translator comments weren’t getting extracted because they’re not directly above the strings they’re commenting on.
* Update Polish translationPiotr Drąg2021-09-121-217/+616
|
* Update Hungarian translationBalázs Úr2021-09-101-398/+921
|
* Update Croatian translationGoran Vidović2021-09-101-4/+4
|
* Update Croatian translationGoran Vidović2021-09-101-343/+756
|
* Update German translationPhilipp Kiemle2021-09-091-352/+763
|
* Update Romanian translationDaniel Șerbănescu2021-09-061-341/+755
|
* Update Korean translationChangwoo Ryu2021-09-051-352/+766
|
* Update Finnish translationJiri Grönroos2021-09-041-338/+758
|
* Update Chinese (China) translationBoyuan Yang2021-09-041-207/+559
|
* Update French translationClaude Paroz2021-09-041-347/+744
|