summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* common: Add gresource sources to common_sourceswip/davidk/meson-source_dirDavid King2022-02-161-1/+2
| | | | | | | As the gresource source and header are generated, add them to common_sources. Follow-up to 234d1aadb78dfea16d001569bcb71a6807598c03. Without this, the build fails on s390 as the resources header is not generated.
* Update Portuguese translationHugo Carvalho2022-02-151-6/+6
|
* Update Portuguese translationHugo Carvalho2022-02-151-46/+38
|
* Update Hebrew translationYosef Or Boczko2022-02-151-244/+241
|
* 42.beta42.beta1Georges Basile Stavracas Neto2022-02-152-1/+29
|
* Update Galician translationFran Dieguez2022-02-151-122/+121
|
* display: Box Night Light temperature verticallyGeorges Basile Stavracas Neto2022-02-151-17/+39
| | | | | | | Instead of being in the horizontal end of the row, move the temperature scale to a second row. Related: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1587
* display: Remove labels from Night Light temperature scaleGeorges Basile Stavracas Neto2022-02-151-2/+2
| | | | As per mockups.
* wwan: Remove a never reached codeMohammed Sadiq2022-02-151-3/+0
| | | | | | Since we return early, the code followed is never run. Also, the password for GSM APNs are not actually sensitive secrets. So Remove the lines that are never reached.
* net-vpn: Don't append `VPN` in the title of the editor dialogAlessandro Bono2022-02-151-6/+1
| | | | | We don't do anything similar for other connections editors (wired and WiFi). We alredy know that we are modifying a VPN, no need to repeat ourself.
* net-vpn: Don't append `VPN` to each rowAlessandro Bono2022-02-151-7/+5
| | | | | We don't do anything similar for other connections rows (wired and WiFi). All the rows are VPNs. No need to repeat ourself.
* Update Bulgarian translationAlexander Shopov2022-02-151-2424/+2219
|
* user-accounts: Try non TRANSLIT conversion if TRANSLIT conversion failsPablo Correa Gómez2022-02-151-0/+6
| | | | | | | | This fixes a crash in musl-based systems, where TRANSLIT is not implemented. I followed musl-maintainer recommendation[1] of doing a run-time check to verify the behavior under these circumstances. [1] https://github.com/akrennmair/newsbeuter/issues/364#issuecomment-250208235
* user-accounts: Reset avatar widget when changing user pagesFelipe Borges2022-02-151-0/+1
| | | | | Otherwise the same source image is going to be used for other users that don't have their own avatar image set.
* wwan: Make sure secrets are set when querying connection APN passwordPablo Correa Gómez2022-02-151-6/+5
| | | | | | | | Otherwise the comparison in wwan_data_apn_are_same will always be False due to nm_setting_gsm_get_password always returning NULL. Helps #1468 Relates !1059
* Update Portuguese translationHugo Carvalho2022-02-151-216/+213
|
* Update Bulgarian translationAlexander Shopov2022-02-151-2219/+2424
|
* Update Bulgarian translationAlexander Shopov2022-02-151-2424/+2219
|
* Update Bulgarian translationAlexander Shopov2022-02-151-2219/+2424
|
* Update Bulgarian translationAlexander Shopov2022-02-151-2424/+2219
|
* Update Bulgarian translationAlexander Shopov2022-02-151-2219/+2424
|
* Update Bulgarian translationAlexander Shopov2022-02-151-2424/+2219
|
* Update Slovenian translationMatej Urbančič2022-02-151-521/+532
|
* Updated Czech translationMarek Černocký2022-02-141-3/+3
|
* Updated Czech translationMarek Černocký2022-02-141-1148/+806
|
* keyboard: Don't dim input chooser iconsChristopher Davis2022-02-131-2/+0
| | | | We generally don't dim icons in rows anymore.
* keyboard: Adjust input chooser widgetryChristopher Davis2022-02-131-16/+29
| | | | | | | | | Adjusts the widgetry of the input chooser to clamp the list and add a separator between the search bar and the list. The list's shadow is no longer clipped, and keyboard navigation now scrolls.
* keyboard: Handle `keynav-failed` on input source listChristopher Davis2022-02-132-0/+19
| | | | | Fixes keynav with arrows between the input list group and other groups.
* keyboard: Allow input list rows to manage their own sizeChristopher Davis2022-02-132-9/+0
| | | | | | Using GtkSizeGroup causes weird jumping, and size groups generally should not be used for boxed list rows.
* keyboard: Use GAction and GMenuModel for input row popoversChristopher Davis2022-02-132-125/+61
| | | | | | | | Gives these menus proper styling without having to roll our own widgets. Also removes the Remove button when the action is disabled.
* keyboard: Subclass AdwActionRow for InputRowChristopher Davis2022-02-133-46/+22
|
* keyboard: Use AdwActionRow for input switch rowsChristopher Davis2022-02-132-62/+19
|
* keyboard: Use AdwPreferences{Page,Group}Christopher Davis2022-02-132-206/+90
|
* diagnostics: Use AdwPreferences{Page,Group}, AdwActionRowChristopher Davis2022-02-132-76/+16
|
* Update Catalan translationJordi Mas i Hernandez2022-02-131-1516/+1667
|
* Update Basque translationAsier Sarasua Garmendia2022-02-131-161/+159
|
* Update Ukrainian translationYuri Chornoivan2022-02-131-118/+120
|
* Update Brazilian Portuguese translationRafael Fontenelle2022-02-131-147/+149
|
* usage: fix typoRafael Fontenelle2022-02-121-1/+1
|
* microphone: remove extra newline and spaces Rafael Fontenelle2022-02-121-2/+1
| | | | The extra line was causing newline chars and whitespaces to be added to translation strings
* network: Fix a possible memory leak in QR codeMohammed Sadiq2022-02-121-0/+1
| | | | | | It's possible that the QR code for the same text has been requested, but for a different size. Fix a memory leak that would happen in those cases.
* usage: Use AdwComboRow for "File History Duration"Christopher Davis2022-02-123-84/+55
|
* usage: Use AdwComboRow for "Automatically Delete Period"Christopher Davis2022-02-124-112/+86
|
* usage: Use AdwPreferences{Page,Group}, AdwActionRowChristopher Davis2022-02-122-209/+99
| | | | | | | | Uses AdwPreferencesPage and AdwPreferencesGroup for consistency with the rest of the application. The combo rows now use AdwActionRow so they can be included in the AdwPreferencesGroup without a custom list box.
* Update Galician translationFran Dieguez2022-02-121-179/+179
|
* Update Ukrainian translationYuri Chornoivan2022-02-121-57/+58
|
* wacom: Explicitly discard input from touchscreensCarlos Garnacho2022-02-121-0/+3
| | | | Closes: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1612
* wacom: Avoid reset on spurious size changesCarlos Garnacho2022-02-121-5/+9
| | | | | | This is a possible reason for undesired calibration resets. Closes: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1613
* wacom: Allow NULL monitors in calibrationCarlos Garnacho2022-02-121-2/+1
| | | | | Unfortunately, this may be the case, it is better to show wonky UI than no UI at all.
* wacom: Pass GdkMonitor directly to calibrator objectCarlos Garnacho2022-02-124-22/+8
| | | | | Instead of figuring out a monitor number from a GdkMonitor, and look the GdkMonitor back up, pass the GdkMonitor directly.