summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* user-accounts: Use AdwEntryRow for user full nameHEADmainMpho Jele2023-05-172-76/+17
|
* mouse: ensure type CcListRowInfoButton is available to GtkBuilderMarkus Göllnitz2023-05-161-0/+2
| | | | | | | | | | | The newly introduced CcListRowInfoButton is not available to GtkBuilder and henceforth building the mouse panel currently fails. Therefore, it CcListRowInfoButton has to be declared to be a type that needs to be available to this panel. Signed-off-by: Markus Göllnitz <camelcasenick@bewares.it>
* po: Add cc-list-row-info-button.ui to POTFILES.inFelipe Borges2023-05-161-0/+1
| | | | There's a translatable accessibility string in this file.
* mouse: Use CcListRowInfoButton for mouse_aceleration rowFelipe Borges2023-05-161-22/+2
|
* user-accounts: Make Administrator row use info button widgetFelipe Borges2023-05-161-26/+2
| | | | Instead of recreating the menu button and popover.
* user-accounts: Add a popover describing the autologin functionalityFelipe Borges2023-05-162-1/+9
| | | | Fixes #2235
* common: Introduce CcListRowInfoButton widgetFelipe Borges2023-05-165-0/+226
| | | | | | | This simplifies the display of additional text information for our rows. See #1571
* CcPanelList: center sidebar row when activating a panelNelson Benítez León2023-05-161-0/+51
| | | | | | | | When activating a panel from Search or from commandline let's scroll the sidebar so the row for that panel is revealed and vertically centered on the list. Closes #2098
* Update Catalan translationJordi Mas i Hernandez2023-05-161-944/+925
|
* firmware-security: Skip security attributes that have been obsoleted by othersMario Limonciello2023-05-151-0/+4
| | | | Fixes: #2481
* Update Hebrew translationYosef Or Boczko2023-05-151-203/+268
|
* sharing: Add subtitle to each panel rowFelipe Borges2023-05-151-0/+4
| | | | Fixes #2407
* sharing: Add icons next to each rowFelipe Borges2023-05-151-0/+4
| | | | See #2407
* wi-fi: Remove extraneous list box in Airplane Mode groupEmad Saadat2023-05-151-15/+6
| | | | | | and give parent AdwPreferencesGroup the id of rfkill_widget to preserve previous behavior (hiding widget when no airplane mode available).
* wi-fi: Have page contents clamped like other pagesEmad Saadat2023-05-151-152/+141
| | | | | | | | | | | | Achieved by making the container widget for all other widgets in the content section of the panel an AdwPreferencesPage and having each group of widgets (e.g. the airplane mode toggle and the stack that shows the list of wi-fi networks or a status message) be in its own AdwPreferencesGroup. Much along the lines of !1739 and !1740 Also fixes #2420
* Update Turkish translationSabri Ünal2023-05-111-232/+155
|
* CcPanelList: don't activate first row panel unnecesarilyNelson Benítez León2023-05-111-7/+6
| | | | | | | | Don't activate first row panel (i.e. 'Wifi') when: - Canceling search view (pressing ESC or deleting all query text). - Activating a search result from search view. Closes #2472
* add-user-dialog: Add popover explaining about the "Administrator" optionsunflowerskater2023-05-101-2/+30
| | | | | This change adds a GtkPopover to explain about the "Administrator" option like in the mockups below: https://gitlab.gnome.org/Teams/Design/settings-mockups/-/blob/master/users/add-user.png
* user-panel: Add popover explaining about the "Administrator" optionsunflowerskater2023-05-101-1/+30
| | | | | This change adds a GtkPopover to explain about the "Administrator" option like in the mockups below: https://gitlab.gnome.org/Teams/Design/settings-mockups/-/raw/master/users/users.png
* firmware-security: Mark button label as translatableBalázs Úr2023-05-101-1/+1
|
* Update Persian translationDanial Behzadi2023-05-081-11574/+476
|
* Update maintainers to indicate I am not specifically focussed on Region & ↵Robert Ancell2023-05-061-2/+1
| | | | Language
* Remove Debarshi from the maintainers list, as discussed via email.Robert Ancell2023-05-061-9/+0
| | | | Thanks for all your work over the years Rishi!
* sharing: Fix visual bug for active indicatorsvelsinki2023-05-051-8/+9
| | | | | | | | | | | | The switch for the current network was only updated to TRUE after a network change. However, if a new network was not enabled, the switch should be set to FALSE. This is now properly handled. Furthermore, the Off/Enabled/Active indicator was also inconsistent after network changes due to the is_visible check failing sometimes, even after changing to an already enabled network. Because the actual current network state is now better tracked, we can just check the state of the switch instead.
* Set last-panel only for noncrashing panelsOndrej Kolin2023-05-051-2/+2
|
* Add Faroese translationgsoc23/new-system-panelgsoc23/add-network-displays-supportBogi Napoleon Wennerström2023-05-042-0/+9311
| | | | (cherry picked from commit 53956cffd882c2b16e50034a2289ffdd845ba4bc)
* Fix typo in email addressRobert Ancell2023-05-041-1/+1
|
* Update my Email address to match the one I use in commitsRobert Ancell2023-05-041-1/+1
|
* color: Make it easier to translate panel description stringFelipe Borges2023-05-042-3/+11
| | | | | | | | | | | | | | | This helps translators understand what are the placeholders in the visible string. +#. Translators: This will be presented as the text of a link to the documentation +#. translators: Text used in link to privacy policy +#: panels/color/cc-color-panel.c:2021 +#: panels/diagnostics/cc-diagnostics-panel.c:137 +msgid "Learn more" +#. Translators: %s is a link to the documentation with the label "Learn more" +#: panels/color/cc-color-panel.c:2023 +msgid "Each device needs an up to date color profile to be color managed. %s"
* color: Dim information text & fix "Learn more" link alignmentsunflowerskater2023-05-041-20/+2
|
* network: Rename "Other Devices" to "Bluetooth"Automeris naranja2023-05-041-1/+1
| | | | Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2102
* general: Set a minimum size for various dialogsAutomeris naranja2023-05-045-0/+10
| | | | | This change prevents some dialogs from being shrunk to a really small size by setting a minimum size for them.
* doap: Mark myself as a "General" maintainerFelipe Borges2023-05-041-9/+10
|
* Fix my email addressMarek Kasik2023-05-041-1/+1
|
* network: AdwStatusPage consistency tweaksAutomeris naranja2023-05-031-4/+4
| | | | | | | | | | Both Wi-Fi and Network panels shows a status page when Network Manager isn't running. However, they don't use the same writing style: - https://gitlab.gnome.org/GNOME/gnome-control-center/-/blob/gnome-44/panels/network/cc-wifi-panel.ui#L221 - https://gitlab.gnome.org/GNOME/gnome-control-center/-/blob/gnome-44/panels/network/cc-network-panel.c#L672 This change makes both status pages to use the same writing style.
* meson: improve comment and fix deprecated functionsNelson Benítez León2023-05-025-7/+8
| | | | | | | | | | - Clarify that 'mm-glib' dep is for ModemManager (not Network Manager which is below). The comment also helps people which may confuse it with glibmm library. - Fix following Meson warning about two deprecated functions: WARNING: Deprecated features used: * 0.56.0: {'dependency.get_pkgconfig_variable', 'meson.source_root'}
* background: Clear out dconf if user picks defaultsRay Strode2023-05-021-0/+51
| | | | | | | | | | | | | If a user chooses the default background in control-center, then they still end up with a change in dconf. This change means that on upgrades, they'll keep the old distro background configured. That's probably unexpected and may lead them to believe the upgrade didn't work. This commit checks if the user goes back to the distro defaults and clears out dconf in that case, so that when the disto defaults change they get the new defaults.
* Update Turkish translationSabri Ünal2023-05-011-483/+901
|
* Update Friulian translationFabio Tomat2023-04-291-11/+12
|
* Update Friulian translationFabio Tomat2023-04-281-580/+544
|
* Update Hungarian translationBalázs Úr2023-04-261-511/+477
|
* universal-access: Make Hearing page string translatableFelipe Borges2023-04-252-1/+3
| | | | Fixes #2457
* Update Persian translationDanial Behzadi2023-04-251-284/+320
|
* Update Lithuanian translationAurimas Černius2023-04-231-17/+17
| | | | (cherry picked from commit 03681eb164b34ed14fc0d861c251d5e46ca97363)
* Update Polish translationPiotr Drąg2023-04-231-36/+37
|
* Update Basque translationAsier Sarasua Garmendia2023-04-221-39/+40
| | | | (cherry picked from commit d1829c6d8facae6f3fd30c02d399eb2d2f7ff891)
* format-chooser: Drop ellipsis from placeholder text of search entryAutomeris naranja2023-04-211-1/+1
| | | | | | | | None of the placeholders suggested by Allan Day have ellipsis, so this change drops the ellipsis from the placeholder text of the search entry from format-chooser, thus keeping consistency. https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1526#note_1609984
* general: Add placeholder text to various search entriessunflowerskater2023-04-217-0/+7
| | | | | | | | Acc. HIG, "text fields should have placeholder text or a label". https://developer.gnome.org/hig/patterns/controls/text-fields.html Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2190
* Update Hebrew translationYosef Or Boczko2023-04-211-474/+469
|
* network: Add quotes to network name in Forget Connection dialogFelipe Borges2023-04-201-1/+1
| | | | See https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1765#note_1726456