Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .gitlab-ci.yml: Install libgweather4jjardon/f36-libgweather4 | Javier Jardón | 2022-01-20 | 1 | -0/+1 |
| | |||||
* | .gitlab-ci.yml: Try to use fedora 36 | Javier Jardón | 2022-01-20 | 1 | -3/+3 |
| | |||||
* | Update Hebrew translation | Yosef Or Boczko | 2021-12-29 | 1 | -11/+8 |
| | |||||
* | Update Hebrew translation | Yosef Or Boczko | 2021-12-29 | 1 | -227/+761 |
| | |||||
* | Update Indonesian translation | Kukuh Syafaat | 2021-12-23 | 1 | -11/+8 |
| | |||||
* | Update French translation | Claude Paroz | 2021-12-11 | 1 | -44/+47 |
| | | | | (cherry picked from commit 53d843683a2b255d8c554e8eacff19503c3a3401) | ||||
* | color/night-light: Make sure to set target temperature | Jonas Ådahl | 2021-12-07 | 1 | -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 type | Jonas Ådahl | 2021-12-07 | 1 | -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 realpath | Benjamin Berg | 2021-11-30 | 1 | -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 fix | Nishal Kulkarni | 2021-11-25 | 1 | -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 translation | Quentin PAGÈS | 2021-11-21 | 1 | -277/+116 |
| | |||||
* | Update Occitan translation | Quentin PAGÈS | 2021-11-18 | 1 | -47/+25 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2021-11-16 | 1 | -3/+3 |
| | |||||
* | Update Friulian translation | Fabio Tomat | 2021-11-07 | 1 | -116/+51 |
| | |||||
* | Update Friulian translation | Fabio Tomat | 2021-11-07 | 1 | -354/+836 |
| | |||||
* | Update Persian translation | Danial Behzadi | 2021-11-07 | 1 | -602/+293 |
| | |||||
* | Update Latvian translation | Rūdolfs Mazurs | 2021-10-31 | 1 | -460/+939 |
| | | | | (cherry picked from commit 9e4983f56af18ed61c3b5866a7750f5254d574d7) | ||||
* | media-keys: Fix fast-forward and rewind keys | Bastien Nocera | 2021-10-27 | 1 | -4/+4 |
| | | | | MPRIS's Seek method uses microseconds, not milliseconds. | ||||
* | media-keys: Fix Repeat toggling | Bastien Nocera | 2021-10-27 | 2 | -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 keys | Bastien Nocera | 2021-10-18 | 1 | -1/+17 |
| | | | | As were supported in gnome-settings-daemon's MediaKeys. | ||||
* | media-keys: Add some missing methods to MPRIS controller | Bastien Nocera | 2021-10-18 | 2 | -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 code | Bastien Nocera | 2021-10-18 | 1 | -0/+3 |
| | |||||
* | media-keys: Remove GNOME-specific MediaKeys API | Bastien Nocera | 2021-10-18 | 2 | -322/+5 |
| | | | | It has since been superseded by MPRIS. | ||||
* | Update Occitan translation | Quentin PAGÈS | 2021-10-03 | 1 | -231/+824 |
| | |||||
* | Update Icelandic translation | Sveinn í Felli | 2021-09-29 | 1 | -611/+2066 |
| | |||||
* | Update Russian translation | Aleksandr Melman | 2021-09-28 | 1 | -734/+627 |
| | |||||
* | Update Serbian translation | Мирослав Николић | 2021-09-26 | 1 | -350/+940 |
| | |||||
* | Update Turkish translation | Emin Tufan Çetin | 2021-09-26 | 1 | -312/+379 |
| | |||||
* | build: require upower 0.99.12 | Jeremy Bicha | 2021-09-23 | 1 | -1/+1 |
| | | | | gnome-settings-daemon 41 uses features from this version | ||||
* | Update Persian translation | Danial Behzadi | 2021-09-22 | 1 | -569/+423 |
| | |||||
* | Update Persian translation | Danial Behzadi | 2021-09-22 | 1 | -696/+1673 |
| | |||||
* | Update Turkish translation | Emin Tufan Çetin | 2021-09-19 | 1 | -348/+735 |
| | |||||
* | Release 41.041.0 | Carlos Garnacho | 2021-09-18 | 2 | -1/+12 |
| | |||||
* | usb-protection: don't crash when screensaver service is unavailablemcatanzaro/#585 | Michael Catanzaro | 2021-09-17 | 1 | -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 translation | Daniel Mustieles | 2021-09-15 | 1 | -203/+30 |
| | |||||
* | Updated Danish translation | Alan Mortensen | 2021-09-13 | 1 | -566/+952 |
| | |||||
* | Update Dutch translation | Nathan Follens | 2021-09-13 | 1 | -249/+660 |
| | |||||
* | power: Move translator comments to be above the strings | Piotr Drąg | 2021-09-12 | 1 | -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 translation | Piotr Drąg | 2021-09-12 | 1 | -217/+616 |
| | |||||
* | Update Hungarian translation | Balázs Úr | 2021-09-10 | 1 | -398/+921 |
| | |||||
* | Update Croatian translation | Goran Vidović | 2021-09-10 | 1 | -4/+4 |
| | |||||
* | Update Croatian translation | Goran Vidović | 2021-09-10 | 1 | -343/+756 |
| | |||||
* | Update German translation | Philipp Kiemle | 2021-09-09 | 1 | -352/+763 |
| | |||||
* | Update Romanian translation | Daniel Șerbănescu | 2021-09-06 | 1 | -341/+755 |
| | |||||
* | Update Korean translation | Changwoo Ryu | 2021-09-05 | 1 | -352/+766 |
| | |||||
* | Update Finnish translation | Jiri Grönroos | 2021-09-04 | 1 | -338/+758 |
| | |||||
* | Update Chinese (China) translation | Boyuan Yang | 2021-09-04 | 1 | -207/+559 |
| | |||||
* | Update French translation | Claude Paroz | 2021-09-04 | 1 | -347/+744 |
| | |||||
* | Updated Lithuanian translation | Aurimas Černius | 2021-09-01 | 1 | -377/+917 |
| | |||||
* | Update Slovenian translation | Matej Urbančič | 2021-08-31 | 1 | -215/+619 |
| |