Commit graph

18589 commits

Author SHA1 Message Date
Daniel Mustieles
a8fb18a48b Updated Spanish translation 2019-05-03 14:30:49 +02:00
Kukuh Syafaat
c9912461c0 Update Indonesian translation 2019-05-03 10:37:16 +00:00
Daniel Rusek
4af42537df Update Czech translation 2019-05-02 21:30:41 +00:00
Ethan Hsieh
83e055c9be power: correct the value of 90 minutes to 5400 2019-05-02 13:35:14 +08:00
Carlos Garnacho
8f825c5cc0 wacom: Dispose custom style provider with calibrator
Each CalibArea created adds a style provider that is never removed,
remove it on calib_area_free() to avoid the leak.

https://gitlab.gnome.org/GNOME/gnome-control-center/issues/504
2019-05-01 16:10:06 +02:00
Carlos Garnacho
dbd78496e1 wacom: Ensure calibrator UI CSS only applies to its UI
Set a name on the fullscreen window, and require it in all selectors
in the custom CSS. Fixes style leaking to other g-c-c bits.

https://gitlab.gnome.org/GNOME/gnome-control-center/issues/504
2019-05-01 16:09:58 +02:00
Florian Müllner
ba328a1993 network: Remove Wifi & friends from keywords
Wifi was split out into a dedicated panel.
2019-04-30 18:08:57 +00:00
Benjamin Berg
f75c3a8471 display: Fix crash if a monitor has no preferred mode
When a monitor has no current mode set and also no preferred mode we ran
into a crash. Simply select the first mode we can find as a further
fallback.
2019-04-30 14:16:17 +00:00
Kristjan SCHMIDT
a3fee1068c Update Esperanto translation 2019-04-29 19:51:04 +00:00
Victor Ibragimov
6d90c17f17 Update Tajik translation 2019-04-29 17:51:24 +00:00
Victor Ibragimov
cc0b68d574 Tajik Translation Updated 2019-04-29 22:24:21 +05:00
Fabio Tomat
4ebae491b2 Update Friulian translation 2019-04-26 14:14:12 +00:00
Fabio Tomat
aace06dbcd Update Friulian translation
(cherry picked from commit 49deb7796f)
2019-04-26 14:06:58 +00:00
Balázs Meskó
b65cf34528 Update Hungarian translation
(cherry picked from commit 3489e88acd)
2019-04-26 05:58:29 +00:00
Jiri Grönroos
3916867c3e Update Finnish translation
(cherry picked from commit 1d4d5527b3)
2019-04-25 12:09:36 +00:00
Kukuh Syafaat
0bee1b0913 Update Indonesian translation 2019-04-25 07:58:48 +00:00
Jakub Steiner
db98738366 Applications: use larger icons
- the new application icon style strongly advises to use
  sizes above 32px. Lower the whitespace to fit more items
- make fullcolor icons not semi-opaque
2019-04-24 00:27:18 +00:00
Carlos Garnacho
4c31ff5269 network: Handle Infiniband as a wired interface
The configuration/UI we expose for wired settings are meaningful for those
devices as well.

Closes: https://gitlab.gnome.org/GNOME/gnome-control-center/issues/489
2019-04-23 19:46:32 +02:00
Daniel Mustieles
23813b8221 Updated Spanish translation 2019-04-23 10:25:38 +02:00
Stas Solovey
b1f7b9e638 Update Russian translation
(cherry picked from commit 077a7c4a64)
2019-04-22 18:19:06 +00:00
Марко Костић
32fcebf6f9 Update Serbian translation
(cherry picked from commit 040c895208)
2019-04-18 22:10:31 +00:00
Daniel Rusek
0b6b4c5b7a Update Czech translation 2019-04-18 15:26:01 +00:00
Daniel Șerbănescu
b425aa153d Update Romanian translation
(cherry picked from commit 09356dbdc7)
2019-04-14 17:14:45 +00:00
Rafael Fontenelle
f23383c6fa Update Brazilian Portuguese translation
(cherry picked from commit 91130064e9)
2019-04-12 15:01:49 +00:00
Mario Blättermann
4f281f9832 Update German translation
(cherry picked from commit 3c97de2121)
2019-04-12 10:31:14 +00:00
Milo Casagrande
60ed854338 Update Italian translation
(cherry picked from commit fb81c922c8)
2019-04-12 10:06:35 +00:00
Anders Jonsson
b97256cdb8 Update Swedish translation
(cherry picked from commit 86c60f47b0)
2019-04-11 20:28:50 +00:00
Aurimas Černius
699eef9c17 Updated Lithuanian translation 2019-04-11 22:51:48 +03:00
Piotr Drąg
a6556759de Update Polish translation 2019-04-11 18:19:06 +02:00
Sebastien Bacher
8541ef9e46 Include glib/gi18n.h which is needed for gettext 2019-04-10 11:27:14 +02:00
Sebastien Bacher
1268137e63 night-light: set screen temperature strings as translatable
Fixes #437
2019-04-09 21:07:12 +02:00
Robert Ancell
d34bbda386 region: Fix input source options not being applied.
This was broken in a86cf1eca2 (3.32) when the input options dialog was converted
into a GtkPopover. Previously two GSettings objects were used, with one set to
'delay-apply' mode. The input source option didn't apply the changes.

The 'delay-apply' mode is from the original commit d3852fc831, however code was
simplified in b3199dd to only set one setting. This meant that the delay is no
longer necessary.

Fixes #440
2019-04-09 14:14:31 +12:00
Jordi Mas
ece0d9c26e Update Catalan translation 2019-04-07 21:52:57 +02:00
Georges Basile Stavracas Neto
9780fab0e5
docs: Document the Communication Guidelines
These are the documented guidelines for when communicating
and interacting with humans. Not following the documented
guidelines means the comment will be removed, or the ticket
will be closed.

[skip ci]
2019-04-02 09:06:00 -03:00
Georges Basile Stavracas Neto
476ea8f550 panel-list: Simplify placeholder widget setup
I just learned that we can use <child type="placeholder"> and
avoid C code to do that. Simplify CcPanelList as well.
2019-04-01 22:27:51 +00:00
Georges Basile Stavracas Neto
25be82715a applications: Add a placeholder widget for the sidebar list
So we keep it consistent with other lists that allow filtering,
such as the main panel list itself.
2019-04-01 22:27:51 +00:00
Georges Basile Stavracas Neto
8070940e6e applications: Add search entry to the sidebar
This matches the current mockups [1] for the panel, and
allows easily finding applications.

[1] https://gitlab.gnome.org/Teams/Design/settings-mockups/raw/master/applications/applications-wires.png
2019-04-01 22:27:51 +00:00
Georges Basile Stavracas Neto
6b5d8a93b6 applications: Select the first row at startup
That way we are not presented the empty view initially.
2019-04-01 22:27:51 +00:00
Georges Basile Stavracas Neto
622fec8303 applications: Trivial code style update 2019-04-01 22:27:51 +00:00
Georges Basile Stavracas Neto
de724065c6 applications: Remove unecessary cast
The variable is a GtkListBox already.
2019-04-01 22:27:51 +00:00
Felipe Borges
6046d562cf mouse: Reinstate keyboard navigation in the panel
Fixes #246
2019-04-01 13:25:35 +02:00
Carmen Bianca BAKKER
ed58343084 Update Esperanto translation
(cherry picked from commit 419d2f99d4)
2019-04-01 06:02:24 +00:00
Veerasamy Sevagen
fb130c06d0 panels/network/cc-wifi-connection-row.ui:Setting Connection/SSID as non-translatable.
Set to non-translatable as it is just a placeholder.

This change has been requested by Benjamin Berg(@bberg).

Issue has not been created for this but it was stated in issue#397
2019-03-31 23:22:06 +00:00
Dušan Kazik
80ac504cb4 Update Slovak translation
(cherry picked from commit 5c1dedbebd)
2019-03-30 07:06:24 +00:00
Veerasamy Sevagen
bf3d97e50d panels/display/cc-display-settings.ui: Adding context to "Scale"
The title property for "Scale" did not have any context.
2019-03-29 18:50:04 +00:00
Adrien Plazas
638dc94a8d window: Use a HdyLeaflet
This allows the window to be folded to show either the sidebar or the
panel when not enough space is available.

This reverts commit 2854669f5c8280a32d0b5fa6c5399cc391ef06f3.
2019-03-29 18:33:36 +00:00
Adrien Plazas
39ed06188a sharing: Ellipsize the labels
This helps ensuring the panel fits in narrow windows.
2019-03-29 18:20:56 +00:00
Adrien Plazas
b73213ebaf sharing: Adapt the indentation
This adapts the indentation of the children of HdyColumn, which were
deliberately left intact in the previous commit to make it more
readable.
2019-03-29 18:20:56 +00:00
Adrien Plazas
5be6fc4d1f sharing: Use a HdyColumn and a GtkScrolledWindow
Put the widget's content into a HdyColumn, itself into a
GtkScrolledWindow. This allows the panel to reach narrower sizes.

This deliberately doesn't adapt the indentation of the contained widget
to help this commit to be more readable and easier to review, it will be
adapted in the next commit.
2019-03-29 18:20:56 +00:00
Adrien Plazas
f9d0decc3a shell: Bump the right panel width request to 360
This will help ensuring the shell's leaflets fold consistently for all
panels by setting a more reasonable minimum size constraint for the
right panel, so that more panels can meet it.
2019-03-29 18:12:03 +00:00