Commit graph

18048 commits

Author SHA1 Message Date
Marek Cernocky
0c661c5a67 Updated Czech translation 2018-09-04 10:34:20 +02:00
Marek Cernocky
31fe78ec7a Updated Czech translation 2018-09-04 10:16:41 +02:00
Georges Basile Stavracas Neto
d05b901a1d 3.30.0 2018-09-03 12:20:08 -03:00
Ask Hjorth Larsen
3b458b0857 Updated Danish translation 2018-09-02 23:19:34 +02:00
Anders Jonsson
8822a8dcfe Update Swedish translation 2018-09-02 19:28:35 +00:00
gogo
5165e37cf8 Update Croatian translation 2018-09-02 16:00:54 +00:00
Rūdolfs Mazurs
d8fca6bb02 Update Latvian translation 2018-08-31 19:28:18 +00:00
Balázs Meskó
8dce50517d Update Hungarian translation 2018-08-31 13:38:26 +00:00
Hannie Dumoleyn
9083dc5e02 Update Dutch translation 2018-08-31 10:11:57 +00:00
Fran Dieguez
8dfed1e966 Update Galician translation 2018-08-29 21:53:44 +00:00
Changwoo Ryu
3682be2be8 Update Korean translation 2018-08-28 15:54:02 +00:00
Georges Basile Stavracas Neto
10af7e20bd 3.29.92 2018-08-27 21:42:03 -03:00
Georges Basile Stavracas Neto
2f44c441ff tests: Temporarily disable Python tests
They're broken on my computer, and Python does a really
terrible job at communicating why. So after 8 hours of
debugging, I decided this is just a lost battle to me
and not important enough.
2018-08-27 21:42:03 -03:00
Robert Ancell
bf67ebc34e wifi: Don't translate placeholder text
Placeholder text was marked as translatable, but this is always replaced so
no need to translate it. Remove two unused tabs with translatable labels.
2018-08-27 22:48:05 +00:00
Robert Ancell
13b2de1c03 region: Remove placeholder text
Placeholder text was marked as translatable, but this is always replaced so
no need to set or translate it.
2018-08-28 09:51:58 +12:00
Robert Ancell
8af63dc40a common: Disable language chooser confirm button until a language is selected
Make the button insenstive until a language is chosen as per:
https://wiki.gnome.org/Design/SystemSettings/RegionAndLanguage
2018-08-27 18:33:52 +00:00
Georges Basile Stavracas Neto
7d58972623 Revert "color: Cache D-Bus proxies"
This reverts commit 8e56ea35f3.
2018-08-27 12:56:20 +00:00
Georges Basile Stavracas Neto
998dec3bfd Revert "info: Cache D-Bus proxies"
This reverts commit e46d505182.
2018-08-27 12:56:20 +00:00
Georges Basile Stavracas Neto
a2e166d0d6 Revert "notification: Cache D-Bus proxy"
This reverts commit 77ac09aa04.
2018-08-27 12:56:20 +00:00
Georges Basile Stavracas Neto
a44d395804 Revert "privacy: Cache D-Bus proxies"
This reverts commit 754434fa0d.
2018-08-27 12:56:20 +00:00
Georges Basile Stavracas Neto
fc29c0c5a8 Revert "region: Cache D-Bus proxy"
This reverts commit 10dfbb526e.
2018-08-27 12:56:20 +00:00
Milo Casagrande
d42c01a2f6 Update Italian translation 2018-08-27 07:55:33 +00:00
Robert Ancell
ead164b6da wacom: Remove unused tabs in UI
There were some tabs that were not visible and not used. They also
had translatable text that was not used.
2018-08-27 02:55:21 +00:00
Kukuh Syafaat
cfcc75257f Update Indonesian translation 2018-08-26 13:47:38 +00:00
Marcos Lans
4dee0df4b6 Update Galician translation 2018-08-25 00:50:22 +00:00
RyuzakiKK
b8972e885c tests: free TzInfo
The timezone information is allocated with `tz_info_from_location` but
never deallocated.
LeakSanitizer complains about this memory leak.

```
Direct leak of 13568 byte(s) in 424 object(s) allocated from:
/build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cc:95
    #1 0x7f63899bab21 in g_malloc0 (/usr/lib/libglib-2.0.so.0+0x51b21)
../tests/datetime/test-timezone-gfx.c:30
    #3 0x7f63899dc76a  (/usr/lib/libglib-2.0.so.0+0x7376a)
```
2018-08-24 14:43:29 +00:00
RyuzakiKK
2b14ccdf86 tests: close opened directory
The directory opened with `g_dir_open` is never closed, so LeakSanitizer
complains about a memory leaks.

```
Direct leak of 8 byte(s) in 1 object(s) allocated from:
/build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cc:86
    #1 0x7f2012908ac9 in g_malloc (/usr/lib/libglib-2.0.so.0+0x51ac9)
    #2 0x7f2012922aac in g_memdup (/usr/lib/libglib-2.0.so.0+0x6baac)
    #3 0x7f20128ed2d5  (/usr/lib/libglib-2.0.so.0+0x362d5)
    #4 0x7f20128ed338 in g_dir_open (/usr/lib/libglib-2.0.so.0+0x36338)
../tests/datetime/test-endianess.c:29
    #6 0x7f201292a76a  (/usr/lib/libglib-2.0.so.0+0x7376a)
    #7 0x7f201292a69a  (/usr/lib/libglib-2.0.so.0+0x7369a)
(/usr/lib/libglib-2.0.so.0+0x73951)
    #9 0x7f201292a972 in g_test_run (/usr/lib/libglib-2.0.so.0+0x73972)
    #10 0x560ad630cbff in main ../tests/datetime/test-endianess.c:66
```
2018-08-24 14:43:29 +00:00
Robert Ancell
ba81a78891 Update submodule URL to current GitLab URL 2018-08-24 14:06:00 +00:00
Robert Ancell
49e8256a7e user-accounts: Don't mark empty strings as translatable 2018-08-24 11:33:32 +12:00
Cheng-Chia Tseng
0630695156 Update Chinese (Taiwan) translation 2018-08-21 16:17:14 +00:00
Efstathios Iosifidis
31cba9b013 Update Greek translation 2018-08-20 21:59:19 +00:00
Marek Cernocky
e2f71efcb3 Updated Czech translation 2018-08-20 13:27:18 +02:00
Efstathios Iosifidis
11f808a333 Update Greek translation 2018-08-19 20:22:03 +00:00
Daniel Șerbănescu
f30220e6c4 Update Romanian translation 2018-08-19 16:42:08 +00:00
Bruce Cowan
8779069112 Update British English translation 2018-08-19 16:17:55 +00:00
Jiri Grönroos
421b42d06f Update Finnish translation 2018-08-17 17:29:28 +00:00
Robert Ancell
aaee85e5c6 region: Simplify size code for input chooser dialog
The previous code was complex and caused the dialog to abruptly change size when
interacting with it. Instead choose a reasonable default height.
2018-08-17 08:27:21 +00:00
Ondrej Holy
70d8427b04 user-accounts: Add casts to suppress gcc warnings
"warning: passing argument 1 of ‘gtk_widget_destroy’ from incompatible
pointer type" is printed from g_clear_pointer, because it is more
type-safe now. See https://gitlab.gnome.org/GNOME/glib/issues/1425 for
more info. Add the necessary casts to suppress the warnings.
2018-08-15 22:12:12 +00:00
Jordi Mas
8de968b935 Update Catalan translation 2018-08-15 15:48:43 +02:00
Yifan J
a1066a27e0 user-accounts: Remove implicit language setting
The commit targets to remove the behavior of implicit set of the language
when the user panel is clicked in g-c-c.

The behavior looks like introduced to partly resolve the bug [0] when the
gnome-initial-setup somehow did not set the language correctly. However the
gnome-initial-setup is able to handle the language nicely now.

Furthermore, the current user could not see its own language chooser in the
g-c-c User panel, instead the Region&Language panel is supposed to do the
task. And the Region&Language panel has already got a default locale set [1]
[2]. So even if the language is not set in the key file, it is less an issue
nowadays than when the issue was originally described in [0].

[0] https://bugzilla.gnome.org/show_bug.cgi?id=737216
[1] https://bugzilla.gnome.org/show_bug.cgi?id=767065
[2] https://gitlab.gnome.org/GNOME/gnome-control-center/commit/5e2ed8e

https://gitlab.gnome.org/GNOME/gnome-control-center/merge_requests/161
2018-08-15 09:32:35 +00:00
Jordan Petridis
cfe6c6a214 CI: Replace placeholder value
We don't want to run the review jobs for the master branch. Since no MRs
will ever originate from it.
2018-08-15 05:41:34 +00:00
Jordan Petridis
f4cd42b02d
CI: Improve the flatpak review environments
For more:
https://gitlab.gnome.org/GNOME/Initiatives/wikis/DevOps-with-Flatpak#flatpak-bundle-for-every-mr-and-commit
2018-08-14 14:08:07 +03:00
Jordan Petridis
3d92e17047
CI: Use updated image for the flatpak job
gnome-nightly-oci repo has been deprecated for a while and replaced with
gnome-runtime-images[1]

The new repo also includes images with the stable GNOME runtime.
Which can be used by changing `gnome:master` to `gnome:3.28` for example.

[1] https://gitlab.gnome.org/GNOME/gnome-runtime-images
2018-08-14 14:08:03 +03:00
Robert Ancell
3642cb2d82 wifi: Use g_signal_connect_object
The previous code used the g_signal_connect which could leave the signals
connected even after the NetDeviceWifi object was destroyed.

Automatic crash reports in Ubuntu indicate that this might be happening:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1718727
2018-08-13 23:46:23 +00:00
Alexandre Franke
eb30a898f1 Update French translation 2018-08-13 08:20:26 +00:00
Ting-Wei Lan
9df14924d4 tests: Don't hard-code the path to python
Python isn't always installed in /usr/bin. If we hard-code the path,
these tests will fail on *BSD because they install python in different
prefixes such as /usr/local and /usr/pkg.
2018-08-13 01:18:16 +00:00
Mario Blättermann
510dc16777 Update German translation 2018-08-12 12:22:46 +00:00
Yi-Jyun Pan
44db591693 Update Chinese (Taiwan) translation 2018-08-12 10:17:23 +00:00
Piotr Drąg
dcc4d97679 Update Polish translation 2018-08-12 02:17:50 +02:00
Matej Urbančič
f2f8824eb5 Updated Slovenian translation 2018-08-10 20:51:20 +02:00