summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update (or drop) the Docker image used by Flatpak jobbarthalion/gnome-runtime-images-quayBartłomiej Piotrowski2022-07-271-1/+1
| | | | | | The gnome-runtime-images have been recently migrated to Quay. This is already reflected in the template. Please note this MR has been created semi-automatically. If it doesn't make sense, feel free to close it.
* sharing: Use AdwEntryRow for remote-desktop setupFelipe Borges2022-07-261-17/+2
| | | | See #1930
* build: Bump libadwaita dependency to 1.2.alphaFelipe Borges2022-07-261-1/+1
|
* Update Portuguese translationHugo Carvalho2022-07-261-115/+178
|
* Add Abkhazian translationNart Tlisha2022-07-252-0/+9107
|
* Update Russian translationAleksandr Melman2022-07-251-113/+177
|
* user-accounts: Make back button switch to current user or panels listMpho Jele2022-07-242-2/+17
| | | | | | | When the window AdwLeaflet is folded the back button should either switch to the panels list if the selected user is the current user or switch to the current user if the selected user is from the "other users" list
* user-accounts: Show the back button when window leaflet foldsMpho Jele2022-07-241-0/+19
| | | | | | | | | | | Currently the back button is only shown when viewing a user from the "other users" list. These changes show the back button when the window AdwLeaflet is folded or when the selected is from the "other users" list but never when the window is not folded and the selected user is the current user. Fixes: #1719
* user-accounts: Set a11y label for login history dialog titleLukáš Tyrychtr2022-07-241-0/+3
| | | | This was originally https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1402
* Update Georgian translationZurab Kargareteli2022-07-241-634/+1275
|
* Update Punjabi translationA S Alam2022-07-231-314/+795
|
* Update Turkish translationEmin Tufan Çetin2022-07-221-2/+2
|
* Update Turkish translationEmin Tufan Çetin2022-07-221-113/+173
|
* Update Georgian translationZurab Kargareteli2022-07-221-3712/+613
|
* Update Persian translationDanial Behzadi2022-07-221-110/+166
|
* Update Ukrainian translationYuri Chornoivan2022-07-221-140/+207
|
* online-accounts: Mark run_goa_helper_sync as NULL-terminatedGeorges Basile Stavracas Neto2022-07-211-0/+1
| | | | | | | Spotted while porting GNOME Initial Setup [1] [1] https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/134
* panels: firmware-security: Reduce the length of descriptionKate Hsuan2022-07-213-4/+28
| | | | | | | | The descriptions of secure boot status were made simpler to improve the user friendly. Link: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1937 Signed-off-by: Kate Hsuan <hpa@redhat.com>
* firmware-security: Hide the panel when using a VMRichard Hughes2022-07-213-1/+64
| | | | Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1972
* network: Fix VPN with unescaped ampersandDavid King2022-07-201-1/+4
| | | | | | | Much like in commit 47c586a82e4a4d27db2b68473d7fb370d45ef90b for the wifi panel, fix escaping of titles for VPNs. https://bugzilla.redhat.com/show_bug.cgi?id=2090996
* firmware-security: Set the HSI row icon correctly for higher HSI levelsKate Hsuan2022-07-201-0/+6
| | | | Set icon image to "emblem-default-symbolic" for higher HSI value.
* firmware-security: Correctly show SecureBoot status with new fwupd versionsRichard Hughes2022-07-201-8/+11
| | | | | | | | | | | | | Adapt to the org.fwupd.hsi.Uefi.SecureBoot HSI being fixed in https://github.com/fwupd/fwupd/pull/4835 (level 0 isn't a valid number unless it is a runtime issue, and the docs have always said HSI-1). The org.fwupd.hsi.Uefi.Pk attribute has always been HSI-1, and so the wrong hashtable was being queried -- which is probably my fault for making SecureBoot an invalid value in the first place. We also do not have to track the HSI-0 failures now, so delete the hashtable completely.
* firmware-security: Set the HSI row colors correctly for higher HSI levelsRichard Hughes2022-07-201-0/+3
| | | | If we get HSI-2 then the HS1-2 row should be 'success', as should HSI-1.
* panels: Use icon-name property insteadBilal Elmoussaoui2022-07-207-50/+13
| | | | | | Don't embed a custom GtkImage as that would lack the appropriate style classes that GtkButton/GtkMenuButton would automatically add for us
* display: avoid unnecessary gtk_style_context_get_margin callPablo Correa Gómez2022-07-181-1/+0
| | | | | | | The margin went unused after the monitor labels moved to the center of the displays. Fixes: e7e80efc ("display: Change appearance and size of monitor labels")
* Update Catalan translationJordi Mas2022-07-151-19/+4
|
* Update Catalan translationJordi Mas2022-07-141-39/+18
|
* Update Hebrew translationYosef Or Boczko2022-07-141-267/+742
|
* Update Catalan translationJordi Mas2022-07-111-196/+701
|
* Issue 1846, Check for NULL pointer before gtk_editable_set_textJens Alpers2022-07-111-4/+7
|
* Post-release version bumpGeorges Basile Stavracas Neto2022-07-091-1/+1
|
* 43.alpha43.alphaGeorges Basile Stavracas Neto2022-07-091-0/+17
|
* display: Set a smaller width to display arrangement widgetwip/carlosg/display-papercutsCarlos Garnacho2022-07-081-1/+1
| | | | | | This default size happens to expand the panel content horizontally, this is seen as small jumps changing between joined and cloned views. With this slightly smaller size, no further size jumps happen.
* display: Make "Mirror" option show a single configuration for all displaysCarlos Garnacho2022-07-082-4/+8
| | | | | | | Since all displays are constrained to the same options, promote one so it's shown in the main panel, the rest does work itself out. Closes: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1849
* display: Set "Multiple Displays" option on topCarlos Garnacho2022-07-082-28/+28
| | | | | | | And make the display arrangements widget a row of the displays preferences group, as per the latest mockups. Closes: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1851
* display: Change appearance and size of monitor labelsCarlos Garnacho2022-07-082-13/+21
| | | | | | | Make these rounded everywhere, and have a lighter background and be centered as per the latest mockups. Closes: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1850
* display: Set CSS class on the display arrangement widgetCarlos Garnacho2022-07-082-8/+5
| | | | | | Instead of doing it via push/pop on the style context at draw time. This way we will be able to specify and propagate some font style to the monitor label, since style fonts are per-widget.
* subprojects: revert accidental libgvc downgradePauli Virtanen2022-07-071-0/+0
| | | | | | Re-do the libgvc version upgrade from 8c84b9f0d378 ("subprojects: Update libgvc"), which was accidentally reverted in 95de2049c7fd ("shell: Initialise locale early") without comment.
* timezone: Use blank mapJakub Steiner2022-07-073-0/+0
|
* datetime: Drop timezone highlightingCarlos Garnacho2022-07-0781-193/+0
| | | | | In most situations it is sufficient with the hint bubble being displayed, or city name search, rely on these.
* datetime: Drop colormapCarlos Garnacho2022-07-074-12/+0
| | | | | This image file is nowadays unused, except for loading/destroying it. We can simply drop this.
* Update Portuguese translationHugo Carvalho2022-07-071-13/+427
|
* wifi: Allow accessing settings of known wifi networksHendrik Müller2022-07-064-8/+29
| | | | | | | | | | | | | | | | | | | Currently it is only possible to access the settings for the currently connected wifi network. Being able to configure a wifi network, even though it is not connected, would be useful for example to share the password for a network that is not in range. To achieve this, a new property was added to CcWifiConnectionRow. The new property "known_connection" signals whether this connection is known and thus whether the options button for configuring it should be displayed. The property "known_connections" will be set to TRUE in two cases: - when the list of connections is shown in the "Known Networks" dialog - when the connection is known, but not the active connection Closes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1906
* Update Turkish translationSabri Ünal2022-07-061-598/+1230
|
* Update Dutch translationNathan Follens2022-07-041-114/+125
| | | | (cherry picked from commit ed5693624bf24419b60f234f642eb1e050fa853c)
* Update Serbian translationМирослав Николић2022-07-031-118/+132
| | | | (cherry picked from commit cbcb717f6812a7df9c96bd3b4e7b03f93713210c)
* Updated Lithuanian translationAurimas Černius2022-07-021-140/+553
|
* Update Russian translationAleksandr Melman2022-07-021-11/+428
|
* Update Occitan translationQuentin PAGÈS2022-07-021-43/+35
|
* Update Occitan translationQuentin PAGÈS2022-07-021-11/+422
|