summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* subprojects: Update libgvcwip/hadess/update-libgvc-3.38Bastien Nocera2020-10-121-0/+0
| | | | | | | This update is necessary to add support for recent UCM related changes in ALSA and PulseAudio. See https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/merge_requests/10
* Update Bengali (India) translationAkarshan Biswas2020-10-111-679/+155
|
* Update Portuguese translationJuliano de Souza Camargo2020-10-071-28/+28
|
* 3.38.13.38.1Georges Basile Stavracas Neto2020-10-032-1/+14
|
* Update Hebrew translationYosef Or Boczko2020-09-291-2/+2
|
* Update Hebrew translationYosef Or Boczko2020-09-281-1393/+1548
|
* Revert the g_signal_connect_object changes for PpPPDSelectionDialogRobert Ancell2020-09-251-9/+12
| | | | | | | The dialog is not a GObject, so this didn't work. It was converted to a GObject in master in 26e8f115665302e6347e211951db24d68712707b. The reverts part of 4502673b6c2584cbcd116c782fc0b6c8392e3e3d
* keyboard: Fix behavior of "Replace" when adding custom shortcutIan Douglas Scott2020-09-251-3/+5
| | | | | | In the shortcut editor, the "Replace" button is shown instead of "Set" or "Add" when there is a collision. But this executes the same code as "Set", so when adding a shortcut, it doesn't actually work.
* sound: fix subwoofer sliderArne2020-09-251-1/+1
|
* sound: update the profile list after getting the signal from gvcHui Wang2020-09-251-6/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | In the ubuntu 20.04, we found a regression on HDMI audio. We plug a HDMI/DP monitor, the output device is the speaker in the output device combo box, then we select the HDMI from the combo box, the output device is switched to HDMI audio successfully, but the configuration box is empty. This will not happen in the ubuntu 18.04, the profile will show hdmi-stereo in this situation. So I think this is a regression. When problem happens, I could see the errors from log: Gvc: DEBUG: Matching profile for 'output:analog-stereo' is '(null)' Gvc: DEBUG: Matching profile for 'output:analog-stereo' is '(null)' Gvc: DEBUG: Matching profile for 'output:analog-stereo' is '(null)' Through debugging, I found the cc_profile_combo_box_set_device() is called too early. In the ubuntu 18.04, this function is called after pulseaudio changes the active_profile, but in the ubuntu 20.04, it is called ahead of pulseaudio changes the active_profile. To fix it, add a signal callback function, after pulseaudio changes the active_profile, this callback function will be called, then call cc_profile_combo_box_set_device(). Signed-off-by: Hui Wang <hui.wang@canonical.com>
* Update Greek translationEfstathios Iosifidis2020-09-241-1533/+1520
|
* Update Chinese (Taiwan) translationCheng-Chia Tseng2020-09-221-972/+1137
|
* Update Slovak translationDušan Kazik2020-09-201-13/+13
|
* Add Kabyle translationYacine Bouklif2020-09-192-0/+7942
|
* Update Portuguese translationJuliano de Souza Camargo2020-09-181-471/+29
|
* Update French translationCharles Monzat2020-09-181-115/+110
|
* Update Portuguese translationJuliano de Souza Camargo2020-09-171-4085/+6256
|
* Update Czech translationDaniel Rusek2020-09-161-18/+18
|
* Update Dutch translationNathan Follens2020-09-141-1363/+1520
|
* 3.38.03.38.0Georges Basile Stavracas Neto2020-09-122-1/+7
|
* build: Use non-deprecated python module to search for pythonGeorges Basile Stavracas Neto2020-09-121-2/+2
|
* Update Friulian translationFabio Tomat2020-09-111-19/+19
|
* Update Italian translationMilo Casagrande2020-09-101-1354/+1265
|
* Update Swedish translationAnders Jonsson2020-09-091-112/+106
|
* Update Persian translationDanial Behzadi2020-09-081-104/+104
|
* Update Friulian translationFabio Tomat2020-09-081-4/+4
|
* Update Hungarian translationBalázs Úr2020-09-061-1451/+1578
|
* Update Slovak translationDušan Kazik2020-09-061-119/+113
|
* Update Latvian translationRūdolfs Mazurs2020-09-061-3140/+3099
|
* Update Catalan translationJordi Mas2020-09-061-406/+341
|
* Updated Danish translationAlan Mortensen2020-09-061-1369/+1518
|
* Update Swedish translationAnders Jonsson2020-09-061-1354/+1510
|
* 3.37.923.37.92Georges Basile Stavracas Neto2020-09-052-1/+13
|
* Disable the canonicalization testGeorges Basile Stavracas Neto2020-09-051-1/+1
| | | | The test needs fixing, and the release needs to happen again.
* display: Hook to PanelOrientationManaged for accelerometer checksCarlos Garnacho2020-09-051-99/+13
| | | | | | | | This property gives means for Mutter to determine who is in charge of display rotation for the built-in panel (us or Mutter). The UI must reflect this change. Fixes: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1018
* display: Add panel-orientation-managed signal to CcDisplayConfigCarlos Garnacho2020-09-052-10/+48
| | | | So we can track changes on this property.
* display: Add API to get the PanelOrientationManaged DisplayConfig propertyCarlos Garnacho2020-09-053-0/+28
| | | | | This property indicates whether the builtin panel orientation is managed by an accelerometer, thus shouldn't be managed by the display panel.
* display: Use a proxy for org.gnome.Mutter.DisplayConfigCarlos Garnacho2020-09-051-11/+21
| | | | It will be more convenient than a direct DBus call in future commits.
* wacom: Group pad/stylus devices together with the group nameCarlos Garnacho2020-09-041-4/+4
| | | | | | | | This will cover the regular case of pads attached to a tablet, but also the EKR case where the pad is a separate device logically grouped with a tablet. https://gitlab.gnome.org/GNOME/gnome-control-center/issues/415
* common: Add GsdDevice API to tell whether 2 devices are groupedCarlos Garnacho2020-09-042-2/+40
| | | | | | | This will be used for pad devices, better than the current way of comparing name strings coming from libwacom. https://gitlab.gnome.org/GNOME/gnome-control-center/issues/415
* wacom: Cater for multiple pads in the CcWacomPageCarlos Garnacho2020-09-041-9/+22
| | | | | | | | | | | | | We don't need to track them much specifically, as we delegate pad button mapping UI on GNOME Shell. It is however possible to have tablets with 0 to N pads (upper bound within sanity = 2), so we must at least reflect that in the "Map Buttons..." button visibility. This distinction is most important for the combination of EKR plus Cintiq 27QHD, as this is a pad-less tablet, for which we wouldn't usually show the "Map buttons..." action. https://gitlab.gnome.org/GNOME/gnome-control-center/issues/415
* wacom: Let CcWacomPage track pad devicesCarlos Garnacho2020-09-045-158/+117
| | | | | | | | | | | | | This puts stylus/pad tracking on 2 separate levels. The CcWacomPanel will look for styli, and treat them as "device leaders", adding a CcWacomPage for them. The CcWacomPage will then track the related pad, and update the "Map buttons..." action visibility according to it. This simplifies tablet page creation (eg. have it completed in one step), and decouples the device grouping logic from CcWacomPanel, which will be useful in future commits.
* Updated Spanish translationDaniel Mustieles2020-09-041-107/+102
|
* Update Croatian translationGoran Vidović2020-09-031-2/+2
|
* Update Slovak translationDušan Kazik2020-09-031-1373/+1542
|
* Update German translationStephan Woidowski2020-09-021-111/+105
|
* Updated Slovenian translationMatej Urbančič2020-09-011-42/+27
|
* Czech translationMarek Černocký2020-09-011-1189/+1108
|
* Updated Slovenian translationMatej Urbančič2020-08-311-17/+8
|
* Updated Slovenian translationMatej Urbančič2020-08-311-1344/+1536
|