Commit graph

17386 commits

Author SHA1 Message Date
Bastien Nocera
f8fbe7ee8d 3.25.92.1 2017-09-04 14:23:46 +02:00
Aurimas Černius
1872dd0a6b Updated Lithuanian translation 2017-09-03 23:11:29 +03:00
Balázs Úr
18e9e6eca5 Update Hungarian translation 2017-09-03 16:21:27 +00:00
Changwoo Ryu
13a63534ce Update Korean translation 2017-09-02 03:54:14 +00:00
Jiri Grönroos
ee54442796 Update Finnish translation 2017-09-01 17:35:54 +00:00
Yuras Shumovich
581b26ca74 Update Belarusian translation 2017-09-01 14:40:50 +00:00
Jiri Grönroos
69667d83cd Update Finnish translation 2017-09-01 14:08:27 +00:00
Dušan Kazik
cb556c650c Update Slovak translation 2017-09-01 13:26:26 +00:00
Rui Matos
df40c101e7 3.25.92 2017-09-01 15:35:56 +03:00
Kukuh Syafaat
5ec804e077 Update Indonesian translation 2017-09-01 08:13:39 +00:00
hanniedu
685bfca3a7 Updated Dutch translation Master 3.26 2017-09-01 09:48:36 +02:00
Jiri Grönroos
ed063d9bd7 Update Finnish translation 2017-08-31 07:30:31 +00:00
Jordi Mas
0f32e992fa Update Catalan translation 2017-08-30 22:52:59 +02:00
Fran Dieguez
fe79079e37 Update Galician translation 2017-08-30 20:34:20 +00:00
Daniel Șerbănescu
b179e45655 Update Romanian translation 2017-08-30 16:39:38 +00:00
Georges Basile Stavracas Neto
5a3b19ef33 network: Don't unref device after when parsing arguments
When we add the NetDevice pointer to the GPtrArray, we have
a single reference owned by the panel. When iterating over
this GPtrArray, no reference is taken.

The problem is that the code to handle command-line arguments
was unreferencing the NetDevices when iterating over it,
creating a disparity in the ref/unref pairs.

Fix that by simply not unreferencing the NetDevice instance
when iterating over it.

https://bugzilla.gnome.org/show_bug.cgi?id=786514
2017-08-29 18:11:30 -03:00
Rui Matos
2556fd5e2c sharing: Make use of the cancellable for async hostname calls
We have it initialized and disposed and the async calls already handle
being cancelled. We just forgot to actually use it.

https://bugzilla.gnome.org/show_bug.cgi?id=786984
2017-08-29 19:26:58 +02:00
Rui Matos
94045b8418 sharing: Remove an unused variable
https://bugzilla.gnome.org/show_bug.cgi?id=786984
2017-08-29 19:26:58 +02:00
Rui Matos
f959b9127b sharing: Make panel initialization asynchronous
https://bugzilla.gnome.org/show_bug.cgi?id=786984
2017-08-29 19:26:58 +02:00
Rui Matos
58bad723ee sharing: Show the networks widget in the screen sharing dialog
The way it works is independent of the service so there's no reason
not to show it. We should also hide the remote-control-box widget
hierarchy since those can't be used here.

https://bugzilla.gnome.org/show_bug.cgi?id=786565
2017-08-29 19:26:58 +02:00
Jonas Ådahl
ecb0e6dd23 sharing: Add Wayland screen sharing support
This allows enabling screen sharing support under Wayland, as long as
the org.gnome.Mutter.RemoteDesktop D-Bus name is exported by mutter /
gnome-shell. That name will currently only be exported if the
corresponding experimental features has been added to mutter.

So far nothing is configurable, as gnome-remote-desktop is yet to be
configureable.

https://bugzilla.gnome.org/show_bug.cgi?id=786565
2017-08-29 18:55:42 +02:00
Jonathan Kang
82a7277499 shell: make Devices and Details rows selectable
Currently, while navigating using keyboard, the "Devices" and
"Details" rows of the GtkListBox in the sidebar don't seem to be
selected visually. Fix that by setting "selectable" property of those
two widgets as TRUE.

https://bugzilla.gnome.org/show_bug.cgi?id=786849
2017-08-29 18:55:42 +02:00
Justin van Steijn
d1cc2ae6c2 Update Dutch translation 2017-08-29 15:25:34 +00:00
hanniedu
9c57bed93c Updated Dutch translation Master 3.26 2017-08-29 17:24:56 +02:00
Aurimas Černius
d36d8fb735 Updated Lithuanian translation 2017-08-29 15:53:36 +03:00
Jiri Grönroos
abbd508173 Update Finnish translation 2017-08-29 08:17:26 +00:00
Alain Lojewski
2b1759e2cd Update French translation 2017-08-29 06:54:57 +00:00
Rafael Fontenelle
01f5c638f9 Update Brazilian Portuguese translation 2017-08-29 01:28:59 +00:00
Rui Matos
99f26e4d0b search: Set a minimum height to avoid toplevel being resized too small 2017-08-28 18:58:05 +02:00
Jonathan Kang
a108ee19b9 search: don't allow horizontal scrolling
Set hscrollbar_policy property of GtkScrolledWindow to never to
disable horizontal scrolling.

https://bugzilla.gnome.org/show_bug.cgi?id=785397
2017-08-28 18:58:05 +02:00
Rui Matos
23d5ea29aa display: Round the displayed scale values logically
Mutter currently generates 4 scales per integer scale. Knowing that,
we can nicely "round" the values we display to what the ideal scales
are even though the real values might be skewed since mutter creates
scale values close to the ideal ones that yield integer logical sizes.

https://bugzilla.gnome.org/show_bug.cgi?id=786922
2017-08-28 18:58:05 +02:00
Rui Matos
bbccf27488 display: Simplify scale filtering
This is prone to miss intermediate values that users might actually
want to use so, for now, just show the 5 first scales.
2017-08-28 18:58:05 +02:00
Rui Matos
a4a243cee4 display: Round scaled logical monitor sizes the same way mutter does
Mutter uses round() while we are just truncating via the implicit
double -> int type conversion, meaning that mutter will reject some
configurations that should work. Fix that by using the same rounding
as mutter.

https://bugzilla.gnome.org/show_bug.cgi?id=786919
2017-08-28 18:58:05 +02:00
Rui Matos
5622704b74 info: Avoid a crash when we're cancelled
If we're cancelled, the panel is being finalized so return immediately
instead of iterating further and crashing.

https://bugzilla.gnome.org/show_bug.cgi?id=786097
2017-08-28 18:58:05 +02:00
Rui Matos
6ee793118a info: Don't leak GUnixMountEntry instances if we're cancelled
If we're cancelled the mount entries list might not have been totally
consumed so free it on finalize if needed.

https://bugzilla.gnome.org/show_bug.cgi?id=786097
2017-08-28 18:58:05 +02:00
Rui Matos
546752f79e info: Don't leak GCancellables
We were just plainly leaking them and there's really no need since
GCancellable instances can be re-used.

https://bugzilla.gnome.org/show_bug.cgi?id=786097
2017-08-28 18:58:05 +02:00
Rūdolfs Mazurs
b75fcaecfd Update Latvian translation 2017-08-28 17:22:21 +03:00
Marek Cernocky
359470b69f Updated Czech translation 2017-08-28 15:57:42 +02:00
Милош Поповић
e35bceb8a5 Update Serbian Latin translation 2017-08-28 11:27:51 +00:00
Борисав Живановић
a26f66af80 Update Serbian translation 2017-08-28 11:26:59 +00:00
Muhammet Kara
1f1533cbfb Update Turkish translation 2017-08-27 19:02:59 +00:00
Alexandre Franke
87472eea5c Update French translation 2017-08-27 14:20:20 +02:00
Alexandre Franke
9db096e6e6 Add translator comment 2017-08-27 14:19:50 +02:00
Jordi Mas
97c176a3f6 Update Catalan translation 2017-08-27 09:02:20 +02:00
Cheng-Chia Tseng
acc47bee05 Update Chinese (Taiwan) translation 2017-08-27 02:58:22 +00:00
Mario Blättermann
b4f6a1311c Update German translation 2017-08-26 17:55:13 +00:00
Ask Hjorth Larsen
972ae22575 Updated Danish translation 2017-08-26 18:49:39 +02:00
Piotr Drąg
cc57f31f1d Update Polish translation 2017-08-26 16:07:47 +02:00
Fabio Tomat
52e0c28eb3 Update Friulian translation 2017-08-26 11:09:04 +00:00
Baurzhan Muftakhidinov
2981427965 Update Kazakh translation 2017-08-26 06:27:31 +00:00