Piotr Drąg
0998538da6
Update POTFILES.in
2020-09-26 14:26:40 +02:00
Robert Ancell
dad5cc58b6
applications: Hide buttons that launch gnome-software if it is not available
...
Fixes #417
2020-09-25 03:39:57 +00:00
Dmitry Sharshakov
b31520ae8b
Disable the button for hidded Wi-Fi when Wi-Fi is turned off
2020-09-25 03:35:56 +00:00
Ian Douglas Scott
57a0f909d4
keyboard: fix gtk_widget_get_can_default assertion error
...
Occured when showing the "Replace" button.
2020-09-25 03:24:59 +00:00
Ian Douglas Scott
099426714c
keyboard: Fix behavior of "Replace" when adding custom shortcut
...
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.
2020-09-25 03:17:29 +00:00
Takao Fujiwara
5c0f6e1cde
region: Search default input sources
...
The default input sources are not included in layout_rows_by_id or
engine_rows_by_id but in default_input_source_row of GtkListBoxRow.
https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1131
2020-09-25 03:09:06 +00:00
Jonathan Kang
918838f567
network: complete SAE support
...
Added WirelessSecuritySAE class to fully implement SAE support.
2020-09-25 02:06:52 +00:00
Bastien Nocera
12e2475e72
power: Remove WiMax handling
...
It's been deprecated and unsupported by NetworkManager since version 1.2
(current is 1.26).
2020-09-25 02:04:00 +00:00
Brandon Nielsen
9364deba3e
Code cleanup as per HACKING.
2020-09-25 01:59:57 +00:00
Brandon Nielsen
68dca0e748
Consumers clean up the PPD list, not the dialog itself.
2020-09-25 01:59:57 +00:00
Brandon Nielsen
bee87f1b0a
Spaces over tabs.
2020-09-25 01:59:57 +00:00
Brandon Nielsen
26e8f11566
component: PpPPDSelectionDialog
...
G_IS_OBJECT checks fail when calling g_signal_connect_object because
PpPPDSelectionDialog is a struct, not a type descending from G_OBJECT.
This makes the changes required for PpPPDSelectionDialog to be a
GObject, and defines PpPPDSelectionDialog as a GObject. It also updates
consumers of PpPPDSelectionDialog to destroy created PpPPDSelectionDialogs as GObjects.
https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1126
2020-09-25 01:59:57 +00:00
Arne
9225cd9364
sound: fix subwoofer slider
2020-09-25 01:53:44 +00:00
Bastien Nocera
5867830e5f
subprojects: Update libgvc
...
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
2020-09-25 01:45:42 +00:00
Efstathios Iosifidis
02d4834c2c
Update Greek translation
...
(cherry picked from commit 5d42f20af1
)
2020-09-24 20:22:24 +00:00
Fabio Tomat
522038b47c
Update Friulian translation
2020-09-24 13:58:22 +00:00
Robert Ancell
68042c95c1
printers: Use a shared PpCups object
2020-09-22 21:23:05 +00:00
Robert Ancell
f8204635ce
printers: Fix location where GTask is unreffed
2020-09-22 21:23:05 +00:00
Robert Ancell
b25db4f601
printers: Don't pass PpJob references around
...
An internal GTask will hold a reference to it for the duration of the async calls.
2020-09-22 21:23:05 +00:00
Robert Ancell
f42d7cca9a
printers: Don't pass PpNewPrinter references around
...
An internal GTask will hold a reference to it for the duration of the async calls.
2020-09-22 21:23:05 +00:00
Robert Ancell
9d0815bb90
printers: Don't pass PpCups references around
...
An internal GTask will hold a reference to it for the duration of the async calls.
2020-09-22 21:23:05 +00:00
Robert Ancell
519c390b04
printers: Don't pass PpHost references around
...
An internal GTask will hold a reference to it for the duration of the async calls.
Correctly unref these objects in finalize.
2020-09-22 21:23:05 +00:00
Robert Ancell
7ebf0f22aa
printers: Don't pass PpSamba references around
...
An internal GTask will hold a reference to it for the duration of the async calls.
2020-09-22 21:23:05 +00:00
Robert Ancell
703d833e2f
printers: Don't pass PpPrinter references around
...
An internal GTask will hold a reference to it for the duration of the async call.
2020-09-22 21:23:05 +00:00
Robert Ancell
e6a05e535e
printers: Fix PpPrinter reference leaks
...
They were not unreferenced in the callback.
2020-09-22 21:23:05 +00:00
Robert Ancell
7c1f84b4d3
printers: Don't pass PpMaintenanceCommand references around
...
An internal GTask will hold a reference to it for the duration of the async call.
2020-09-22 21:23:05 +00:00
Robert Ancell
5f4599d649
printers: Don't pass GFile references around
...
An internal GTask will hold a reference to it for the duration of the async call.
2020-09-22 21:23:04 +00:00
Robert Ancell
f3bf0080d7
printers: Don't pass GDBusConnection references around
...
An internal GTask will hold a reference to it for the duration of the async call.
2020-09-22 21:23:04 +00:00
Robert Ancell
b2c5056031
printers: Use g_autoptr
2020-09-22 21:23:04 +00:00
Robert Ancell
ec23d22ada
printers: Use g_clear_object
2020-09-22 21:23:04 +00:00
Cheng-Chia Tseng
02f384c1e8
Update Chinese (Taiwan) translation
...
(cherry picked from commit f386ca6bcb
)
2020-09-22 14:57:59 +00:00
Fabio Tomat
9e31c0b8d4
Update Friulian translation
2020-09-22 08:34:59 +00:00
Gunnar Hjalmarsson
5aee280a29
common: Display locale @modifiers properly
...
Fixes GNOME/gnome-desktop#50
2020-09-21 13:13:10 +00:00
Dušan Kazik
06ba53c3c1
Update Slovak translation
...
(cherry picked from commit 32d094b38c
)
2020-09-20 18:36:20 +00:00
Yuri Chornoivan
6dd78d38a9
Update Ukrainian translation
2020-09-20 17:52:18 +00:00
Piotr Drąg
aa83ca4bd6
Update POTFILES.in
2020-09-19 10:29:15 +02:00
Juliano de Souza Camargo
47777c3089
Update Portuguese translation
...
(cherry picked from commit ff34e9234c
)
2020-09-18 20:13:05 +00:00
Victor Ibragimov
09e8af1fa5
Update Tajik Translation
2020-09-18 20:55:11 +05:00
Charles Monzat
8ec6fbc365
Update French translation
...
(cherry picked from commit 30078c5981
)
2020-09-18 14:58:49 +00:00
Juliano de Souza Camargo
69bb093985
Update Portuguese translation
...
(cherry picked from commit a9ee7dc34e
)
2020-09-17 21:00:39 +00:00
Bastien Nocera
eb79846c53
network: Fix missing prototype error
...
gnome-control-center/panels/network/net-device-wifi.c:1179:1: warning: no previous prototype for ‘nm_client_on_permission_change’ [-Wmissing-prototypes]
1179 | nm_client_on_permission_change (NetDeviceWifi *self) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-09-16 10:11:48 -03:00
Bastien Nocera
8932e3acaa
network: Depend on NetworkManager 1.24
...
nm_client_on_permission_change() was added in 1.24, so depend
on this version.
Closes : #1120
2020-09-16 10:11:45 -03:00
Daniel Rusek
da872982d4
Update Czech translation
2020-09-16 10:45:56 +00:00
Ian Douglas Scott
ddfd582b72
region: Move preview of format to a widget
2020-09-15 22:19:55 +00:00
Ian Douglas Scott
0dce812e18
region: "move up" and "move down" buttons in input row menu
...
Implementation borrowed from cc-search-panel-row.c
2020-09-15 21:28:25 +00:00
Ian Douglas Scott
561a6b93dc
region: Use popover for input source rows
2020-09-15 21:28:25 +00:00
Hui Wang
9b81e0ee45
sound: update the profile list after getting the signal from gvc
...
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>
2020-09-16 09:10:02 +12:00
Mohammed Sadiq
55ea4cabda
datetime: Implement the new time-date editor dialog design
2020-09-15 03:07:41 +00:00
Ian Douglas Scott
c3c5d724bd
region: move input source ListBox code into it's own class
2020-09-14 22:07:36 +00:00
Felipe Borges
04211dd548
power: Hide "Suspend & Power Button" section when empty
...
Fixes #1075
2020-09-14 21:39:34 +00:00