summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sound: Set valign on the volume button bilelmoussaoui/sound-panelBilal Elmoussaoui2022-07-201-0/+1
| | | Otherwise the button can be super tall in some cases
* 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
|
* notifications: fix potential null dereference in app_info_get_id()Andy Holmes2022-06-301-1/+1
| | | | | | Although apparently unlikely, `strlen()` is called on the return value of `desktop_id` instead of `ret`, which may result in a null dereference.
* Update Georgian translationZurab Kargareteli2022-06-301-663/+1237
|
* Updated Spanish translationDaniel Mustieles2022-06-301-17/+417
|
* Update Basque translationAsier Sarasua Garmendia2022-06-291-8/+411
|
* background: Adjust preview header bar styleAlexander Mikhaylenko2022-06-281-1/+8
| | | | There has been a slight change, sync to it.
* Update Italian translationGianvito Cavasoli2022-06-281-7/+7
| | | | (cherry picked from commit 0151a0ac25b5dbbdff83e491683fdafeb0ddaa2e)
* Update Persian translationDanial Behzadi2022-06-281-233/+693
|
* Update Ukrainian translationYuri Chornoivan2022-06-271-18/+449
|
* Add Firmware Security panelKate Hsuan2022-06-2719-0/+2028
| | | | | | | | | | | | | | | The Firmware Security panel exposes the host security levels and details. The information is generated by fwupd. The panel also exposes hardware configuration changes to pinpoint the configuration changing time. Currently this panel shows: - HSI and secure boot status - Details of HSI and secure boot - Configuration changelog - Digested security level - Extended protection
* display: Use virtual clone modes when mirroringJonas Ådahl2022-06-275-66/+276
| | | | | | | | | | | These are not real modes, but just as place holders when generating 'mirror' configurations. The clone modes will be just to match the flag/dimension, while the actual mode applied will be individual for each monitor. This allows monitors to have their own refresh rates, which is possible since a few mutter versions back. This also matches how mutter itself generates mirror modes when doing so via the key binding.
* display: Add 'is_preferred()' mode getterJonas Ådahl2022-06-273-0/+17
|
* Update Chinese (China) translationLuming Zh2022-06-261-206/+259
|
* Update Russian translationAleksandr Melman2022-06-251-178/+232
|
* Update POTFILES.inPiotr Drąg2022-06-251-0/+1
|
* Update Occitan translationQuentin PAGÈS2022-06-241-181/+223
|
* Update Latvian translationRūdolfs Mazurs2022-06-241-751/+938
|
* Update Basque translationAsier Sarasua Garmendia2022-06-221-335/+413
|
* Update Portuguese translationHugo Carvalho2022-06-221-43/+60
|
* Updated Spanish translationDaniel Mustieles2022-06-221-354/+414
|
* Update Ukrainian translationYuri Chornoivan2022-06-211-38/+55
|
* wwan: do not insist SIM ID being presentLubomir Rintel2022-06-201-3/+4
| | | | | | | | | | | It is perfectly possible for mm_sim_dup_identifier() to return NULL if the SIM ID wasn't provided by the modem for any reason, leading to an assertion failure: (gnome-control-center:910641): cc-wwan-data-CRITICAL **: 12:43:51.573: cc_wwan_data_set_default_apn: assertion 'self->sim_id != NULL' failed Handle the NULL SIM ID gracefully.
* network/ce: Provide error tooltip in connection editorChristian Glombek2022-06-201-2/+8
| | | | | | Pass through localized libnm error messages as tooltips to the apply button. That way, users can easily identify configuration errors.
* Add support for multiple file selectiongrumpey2022-06-201-0/+1
| | | | fix formatting