Commit graph

18501 commits

Author SHA1 Message Date
Felipe Borges
ef73a423d7 online-accounts: Add shadow to providers icon
The new icons are flat and are more legible with a shadow, just
like the new GNOME application icons.

See https://gitlab.gnome.org/GNOME/Initiatives/issues/2
2019-03-13 13:47:34 +01:00
Felipe Borges
de769bbe9b sound: Add shadow to application icons
The new GNOME application icons need a shadow when placed on top
of a light background.

See https://gitlab.gnome.org/GNOME/Initiatives/issues/2
2019-03-13 13:46:53 +01:00
Felipe Borges
7e17e308af notifications: Add shadow to application icons
The new GNOME application icons need a shadow when placed on top
of a light background.

See https://gitlab.gnome.org/GNOME/Initiatives/issues/2
2019-03-13 13:46:23 +01:00
Felipe Borges
46ad696890 search: Add shadow to application icons
The new GNOME application icons need a shadow when placed on top
of a light background.

See https://gitlab.gnome.org/GNOME/Initiatives/issues/2
2019-03-13 13:45:59 +01:00
Felipe Borges
4e34738cbb applications: Add shadow to application icons
The new GNOME application icons need a shadow when placed on top
of a light background.

See https://gitlab.gnome.org/GNOME/Initiatives/issues/2
2019-03-13 13:45:26 +01:00
Georges Basile Stavracas Neto
dc50111829
ci: Fix tests with tags
We need to run the tests, and when on tags, run 'ninja dist'.
Just that.
2019-03-11 16:16:50 -03:00
Georges Basile Stavracas Neto
7762c15277
ci: Run tests with meson
So that we can run a more complete version of the
tests.
2019-03-11 16:16:11 -03:00
Georges Basile Stavracas Neto
4659780be6
3.32.0.1 2019-03-11 16:02:25 -03:00
Benjamin Berg
37c768ab0f display: Fix Apply button showing for changes to disabled monitor
Disabled monitors may or may not have a mode selected. This means, we
need to skip the mode comparison if the two compared monitors are
disabled (i.e. have no logical monitor).
Move the mode check to the end and skip it if both monitors are disabled.

This fixes cases where identical configurations are misdetected, because
we applied a mode to a monitor and disabled the monitor again. This
happens for example when switching the active monitor in "single" mode.
2019-03-11 18:32:21 +00:00
Benjamin Berg
1f29dad46f display: Keep current monitor enabled when forcing an update
In the case where the user plugged/unplugged a screen, we could run into
the case where we would first enable and then disable the same output.
This could potentially result in an invalid configuration.

Prevent this by not disabling the output if no switch happened.
2019-03-11 18:32:21 +00:00
Benjamin Berg
75bf1b8cd1 display: Update apply button when switching output in "single" mode
While the configuration was updated, the apply button was not synced.
This meant users could not switch the active monitor properly.

Fixes #405
2019-03-11 18:32:21 +00:00
Benjamin Berg
5aa17c6984 display: Correctly select "single" mode when opening display panel
The dialog tried to retain the current configuration mode. However,
doing so means that we end up in the wrong mode in some situation (e.g.
opening the dialog with two displays but only one enabled).

Fix this by always selecting a configuration mode. This potentially
switches the user from "join" to "single" if only one monitor is left.
However, the user has no way to do this manually, so no unexpected UI
change will happen.
2019-03-11 18:32:21 +00:00
Robert Ancell
0f257d2451 applications: Add missing creation of cancellable 2019-03-11 18:24:59 +00:00
Adrien Plazas
f827d3c948 meson: Bump libhandy to 0.0.9 2019-03-11 18:13:21 +00:00
Georges Basile Stavracas Neto
977a7d7d06
ci: Don't install libudisks2
[skip ci]
2019-03-11 15:12:46 -03:00
Georges Basile Stavracas Neto
3da2c39577
ci: Use fedora:latest for Ppc64le
[skip ci]
2019-03-11 14:40:45 -03:00
Georges Basile Stavracas Neto
cc4348a575
ci: Use the new Fedora 30 Dockerfiles
[skip ci]
2019-03-11 13:51:02 -03:00
Georges Basile Stavracas Neto
402fef8637
ci: Use Fedora 30
[skip ci]
2019-03-11 13:46:46 -03:00
Georges Basile Stavracas Neto
3e9d5c57f4
3.32.0 2019-03-11 11:43:55 -03:00
Efstathios Iosifidis
ac2ca1ff98 Update Greek translation 2019-03-09 17:46:23 +00:00
Baurzhan Muftakhidinov
140f5db8b0 Update Kazakh translation 2019-03-09 12:13:31 +00:00
Asier Sarasua Garmendia
2b86540984 Update Basque translation 2019-03-09 09:13:27 +00:00
Ryuta Fujii
db2cc12c70 Update Japanese translation 2019-03-07 11:16:55 +00:00
Ryuta Fujii
d649b5269b Update Japanese translation 2019-03-07 10:32:04 +00:00
Georges Basile Stavracas Neto
ac054d3cec
3.31.92 2019-03-04 18:19:44 -03:00
Balázs Meskó
1c0612d46b Update Hungarian translation 2019-03-04 20:12:27 +00:00
Benjamin Berg
42006249af Remove internal copy of HdyValueObject
The relevant code is included in libhandy 0.8 and can be removed now
that we depend on a new enough version.
2019-03-04 16:59:25 +00:00
Iain Lane
e83fd09949 ci: Rebuild docker images any time a commit touches the dockerfile
Currently they are built from cron, but we can use Gitlab's

  only:
    changes:
      - path

support to also trigger on path changes. This is restricted to only work
for pushes for master, so that branches / merge requests don't attempt
to rebuild the image.
2019-03-04 15:56:07 +00:00
Iain Lane
75c47ee7c9 ci: Install udisks2 for the coverage tests
This is needed to build g-c-c for the test, until the image is updated.
2019-03-04 15:56:07 +00:00
Iain Lane
feebbe7ac3 Add libudisks2-devel into all the docker images
In 2520aea647 we added udisks2 as a
build-dep but missed adding it to two of the image creation scripts.
2019-03-04 15:56:07 +00:00
Andrea Azzarone
f42f39970d user-accounts: Fix memory corruption in the avatar popup
Use g_object_set_data_full and g_steal_pointer to ensure the validity of the
"filename" association.

Closes: https://gitlab.gnome.org/GNOME/gnome-control-center/issues/399
2019-03-04 11:06:54 +00:00
Fran Dieguez
8fde5401e8 Update Galician translation 2019-03-03 20:53:35 +00:00
Rūdolfs Mazurs
2dfbc859b0 Update Latvian translation 2019-03-03 17:03:33 +00:00
Aurimas Černius
e23e8376b0 Updated Lithuanian translation 2019-03-03 18:51:09 +02:00
Alan Mortensen
6388989983 Updated Danish translation 2019-03-03 17:35:45 +01:00
Nathan Follens
e9cd0198c2 Update Dutch translation 2019-03-03 10:02:57 +00:00
Changwoo Ryu
9c21f429e5 Update Korean translation 2019-03-03 09:21:14 +00:00
Bernd Homuth
16fe3aad38 Update German translation 2019-03-03 08:50:18 +00:00
Daniel Șerbănescu
ab2e8bb159 Update Romanian translation 2019-03-02 16:32:52 +00:00
Ondrej Holy
03bf65f78f user-accounts: Remove custom file size limit for avatars
accountsservice has 1 MB limit for avatars, however, users panels
refuses to show avatars bigger than 64 KB for some historical reasons.
But you can still successfully set avatars up to the accountsservice
limit. Let's remove this custom limit and other redundant check and
rely just on accountsservice limits and errors from GDK.

https://bugzilla.gnome.org/show_bug.cgi?id=792243
2019-03-02 14:47:52 +00:00
Ondrej Holy
addc65a6fd user-accounts: Allow bigger custom avatars
Default set of avatars uses 512x512 currently. However, custom avatars
from file, or webcam are always scaled down to 96x96. Let's increase this
also to 512x512. This change should be safe, because theoretical maximal
file size is 1 MB, which is equal to accountsservice limit.

https://bugzilla.gnome.org/show_bug.cgi?id=792243
2019-03-02 14:47:52 +00:00
Jiri Grönroos
e8e5d36ac9 Update Finnish translation 2019-03-02 07:24:21 +00:00
Adrien Plazas
849362f339 subprojects: Bump libhandy to fix i18n 2019-03-01 17:14:11 +01:00
Fabio Tomat
d589dff84c Update Friulian translation 2019-02-28 20:31:05 +00:00
Sabri Ünal
aba719de9a Update Turkish translation 2019-02-28 19:07:35 +00:00
Марко Костић
ba03473c4f Update Serbian translation 2019-02-28 13:08:26 +00:00
Jordi Mas
11f7dea8e8 Update Catalan translation 2019-02-28 12:43:57 +01:00
Marek Cernocky
7716650aa5 Updated Czech translation 2019-02-28 11:09:36 +01:00
Alexandre Franke
c4dd000345 Update French translation 2019-02-28 09:52:50 +00:00
Milo Casagrande
e5b479d82e Update Italian translation 2019-02-28 08:16:12 +00:00