Commit graph

18501 commits

Author SHA1 Message Date
Matej Urbančič
e44158d8bc Updated Slovenian translation 2019-02-14 20:32:10 +01:00
Matej Urbančič
b315f9f743 Updated Slovenian translation 2019-02-14 19:16:14 +01:00
Georges Basile Stavracas Neto
2520aea647 info: use UDisks to retrieve disk size
The current code relies on GLib API and uses the
available mounts to calculate the available partition
size. This is because this code assumes that more
than one OS can be installed in the same drive, and
wouldn't make sense to show the whole disk size in
this situation.

That, however, clashes with the general purpose of
the panel, for it is meant to show general information
about the user's computer, and it is not reporting
the full disk size.

Fix that by using the UDisks API to get the real size
of the full disks.

https://bugzilla.gnome.org/show_bug.cgi?id=639376

Slighly modified by Iain Lane <iainl@gnome.org> to
port to meson and add udisks2 to CI deps.

Fixes #285.
Fixes #302.
2019-02-13 17:04:26 +00:00
Georges Basile Stavracas Neto
cd0954be34 user-accounts: Ellipsize real name label
In the User Accounts panel's carousel, longer real names
push the window geometry to super wide levels -- even with
the 255-char limitation in place.

Fix that by ellipsizing the real name label.
2019-02-13 15:06:53 +00:00
Georges Basile Stavracas Neto
db94f197fa user-panels: Limit full name length
GNOME Settings allows limitless full names, which is
actually accepted by most of the stack but may break
GNOME Settings, GNOME Shell and other user-visible
applications that show the user names.

Limit the user full name entries to 255 characters,
which is the same value used by GNOME Initial Setup.
2019-02-13 15:06:53 +00:00
Balázs Úr
4765ed7b88 Update Hungarian translation 2019-02-12 21:58:29 +00:00
Marek Cernocky
80c7ac6602 Updated Czech translation 2019-02-12 12:35:36 +01:00
Ryuta Fujii
93fc61c1ee Update Japanese translation 2019-02-12 11:06:42 +00:00
Daniel Mustieles
6d7e5dddfa Updated Spanish translation 2019-02-12 11:50:47 +01:00
Carlos Garnacho
4860f3637c wacom: Update "Test your settings" button sensitivity on device availability
The button/popover are meaningless if there's no device to test with. Set
it inactive (so the popover hides if visible) and set insensitive if no
devices are found.
2019-02-12 00:40:14 +00:00
Piotr Drąg
35fbddc2fe Update Polish translation 2019-02-11 21:00:31 +01:00
Benjamin Berg
1accfac4ef display: Move arrangement instructions outside of view area
Having the instructions inside can be slightly confusing because
monitors cannot be moved around in the labels area. Simply moving the
instructions to be at the top again improves this.

With this change the dialogs UI matches the old layout more closely.
2019-02-11 18:59:32 +01:00
Benjamin Berg
b69fbc88c2 display: Resurrect the old scale buttons
This means we show the first 5 scales that are supported for the
display. That is the same behaviour as 3.30 had, therefore minimizing
the UI changes that users will see.

Note that there are plans to improve the scaling UI, however, it is not
yet clear how this will look like.
2019-02-11 18:54:54 +01:00
Daniel Mustieles
7f905e789c Updated Spanish translation 2019-02-11 10:09:06 +01:00
Emin Tufan Çetin
8a99314433 Update Turkish translation 2019-02-09 20:07:14 +00:00
Piotr Drąg
b003203e98 Update Polish translation 2019-02-09 20:23:11 +01:00
Fran Dieguez
3d83c0f308 Update Galician translation 2019-02-09 12:30:53 +00:00
Ryuta Fujii
c356b43a17 Update Japanese translation 2019-02-09 10:17:38 +00:00
Ondrej Holy
587238867e user-accounts: Fix crashes when dialog is canceled
Changes from !373 causes crashes when "Add User" dialog is canceled.
Check return value and generate user avatar only if valid user is
returned to fix the crashes.
2019-02-08 09:45:35 +01:00
Marek Cernocky
54538d06a8 Updated Czech translation 2019-02-08 09:36:53 +01:00
Balázs Meskó
1d555fb99c Update Hungarian translation 2019-02-07 23:03:42 +00:00
Jiri Grönroos
8d31eb70bc Update Finnish translation 2019-02-07 21:20:02 +00:00
Ryuta Fujii
2ca42da36d Update Japanese translation 2019-02-07 15:22:41 +00:00
Marek Cernocky
4ed1497af8 Updated Czech translation 2019-02-07 10:27:54 +01:00
Georges Basile Stavracas Neto
ed22dd28e9
3.31.90 2019-02-06 21:40:29 -02:00
Robert Ancell
2b95f9576d background: Fix compile warnings with g_clear_pointer 2019-02-07 11:22:53 +13:00
Robert Ancell
092f24d62d printers: Remove unused variables 2019-02-07 11:22:33 +13:00
Robert Ancell
8ecdd32971 color: Fix compile warning on g_clear_pointer 2019-02-07 11:22:11 +13:00
Piotr Drąg
e50abfcd06 Update POTFILES.in 2019-02-06 23:01:18 +01:00
Robert Ancell
2105e27bde printers: Fix compile warning
Missing GTK_LABEL cast.
2019-02-06 21:28:42 +00:00
Robert Ancell
e98d0eef05 sound: Update gvc to latest version
This fixes compile warnings
2019-02-07 10:06:57 +13:00
Robert Ancell
0799c864e8 sound: Rename new sound panel to replace old one 2019-02-07 09:31:18 +13:00
Robert Ancell
652dd8bfc8 sound: Remove old panel
This has been replaced with a new implementation that uses the new designs.
2019-02-07 09:31:18 +13:00
Robert Ancell
945b85af7e sound: Create new sound panel that uses the updated design
Use the new designs:
https://wiki.gnome.org/Design/SystemSettings/Sound

The existing panel was very old and had a very traditional layout that didn't
align with the new designs. Initialy this patch modified existing elements of
the old panel but the change was so great that new widgets were written. Some
of the widgets have algorithms taken from the old panel.

The sound files and icons are from the old panel.
2019-02-07 09:31:17 +13:00
Robert Ancell
1c5ac9abf9 Add GSound as a build-dependecy 2019-02-06 19:59:21 +00:00
Marek Cernocky
c0c6596488 Updated Czech translation 2019-02-06 15:11:21 +01:00
Felipe Borges
02c288ab6f user-accounts: Generate a default avatar for new users
When a user is created, we generate an avatar with their initials.

See https://gitlab.gnome.org/GNOME/Initiatives/issues/6
2019-02-06 11:53:56 +00:00
Felipe Borges
12ad6a1b18 user-account: Remove border from user image button
See https://gitlab.gnome.org/GNOME/Initiatives/issues/6
2019-02-06 11:53:56 +00:00
Felipe Borges
d263ce1549 user-accounts: Round all user images
This is part of the effort in [0] to standardize the way we display
user images accross GNOME. Images are now going to be rounded and
borderless.

See https://gitlab.gnome.org/GNOME/Initiatives/issues/6
2019-02-06 11:53:56 +00:00
Allan Day
3ababb4bf8 user-accounts: tweak the layout of the faces
For GNOME 3.32 we are pushing to make all our avatar images
round. This commit adjusts the existing stock faces images
to avoid layout issues when they are cropped in this way.

Fixes #289
2019-02-06 11:16:50 +00:00
Ryuta Fujii
6735b85506 Update Japanese translation 2019-02-06 10:45:21 +00:00
Daniel Mustieles
443eb81f7d Updated Spanish translation 2019-02-06 11:39:47 +01:00
Balázs Úr
b43a8ffee7 Update Hungarian translation 2019-02-05 20:03:40 +00:00
Piotr Drąg
765c67ff15 Update POTFILES.skip 2019-02-05 18:38:23 +01:00
Adrien Plazas
6a2b991577 Bump libhandy to a commit fixing its static installation
The other commits shouldn't affect the application in any way, so it's
safe to bump, especially as it's needed only by the submodule.

Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/issues/350.
2019-02-05 09:10:28 +00:00
Robert Ancell
e9b9966e7d printers: Use g_autoptr with strings 2019-02-05 10:26:15 +13:00
Fabio Tomat
9a2c72e231 Update Friulian translation 2019-02-04 15:57:40 +00:00
Robert Ancell
03f516174d region: Stop input list being scrollable
The new add row should always be visibile and this list is not likely
to contain many rows. The panel is scrollable so this handles this edge case.
2019-02-04 13:56:41 +00:00
Robert Ancell
18007a17c1 region: Make rows reorderable with drag and drop
Drop toolbar - all functionality is now in rows.

This matches the new designs in
https://gitlab.gnome.org/Teams/Design/settings-mockups/blob/master/region-and-language/region-and-language.png
2019-02-04 13:56:41 +00:00
Robert Ancell
4d5626d066 region: Convert add input button to a row
This matches the new designs in
https://gitlab.gnome.org/Teams/Design/settings-mockups/blob/master/region-and-language/region-and-language.png
2019-02-04 13:56:41 +00:00