Commit graph

17205 commits

Author SHA1 Message Date
Cheng-Chia Tseng
d86a298045 Update Chinese (Taiwan) translation 2017-09-12 17:33:17 +00:00
Felipe Borges
01e3f9e884 window: Disable the menubar
It looks better to present the fallback app menu in the headerbar
instead.

This change assumes that client side decorations will be available,
and therefore a GtkHeaderBar.

https://bugzilla.gnome.org/show_bug.cgi?id=786692
2017-09-12 16:34:45 +02:00
Felipe Borges
04a96edf86 window: Split the window decorations between the header bars
When application menus are not supported by the desktop environment
or are disabled, Gtk+ makes the menu available with a fallback. For
client-side decorations the fallback consists of adding a menu
button at the begining of the titlebar. Since g-c-c has a split
headerbar, we need to explicitly handle the decoration layout.

This commit forces the "menu" to belong to the left headerbar, and
leaves the other buttons to ble placed at the right headerbar.

The "show-close-button" property has to be set in order to present
any type of decoration buttons in the header bar.

https://bugzilla.gnome.org/show_bug.cgi?id=786692
2017-09-12 16:34:45 +02:00
Didier Roche
43dbc708a1 Only load panel corresponding to OnlyShowIn/NotShowIn
Most panel desktop files have an OnlyShowIn entry to display them
in the previous iconish G-C-C UI. Some distributions (like ubuntu) prefers
adding new panel rather than patching the existing ones to ensure that
the upstream Control Center look it preserved under a vanilla GNOME session.
This patch fix thus the new layout setting to respect the OnlyShowIn property.

https://bugzilla.gnome.org/show_bug.cgi?id=787347
2017-09-12 15:34:27 +02:00
Rui Matos
d946668fbd 3.26.0 2017-09-11 19:57:45 +02:00
Jiro Matsuzawa
f36cef9b04 Update Japanese translation 2017-09-11 14:40:13 +00:00
Daniel Mustieles
efa99a98de Update Spanish translation 2017-09-11 13:56:41 +00:00
Bruce Cowan
e46c8522dc Update British English translation 2017-09-11 09:39:13 +00:00
Ask Hjorth Larsen
8216d4d5f9 Updated Danish translation 2017-09-10 21:06:07 +02:00
Anders Jonsson
4b0cd1ad62 Update Swedish translation 2017-09-10 15:30:10 +00:00
Jordi Mas
27653ae0d3 Fixes to Catalan translation 2017-09-10 08:01:40 +02:00
Inaki Larranaga Murgoitio
fff80ee62d Update Basque language 2017-09-09 16:41:52 +02:00
gogo
ec70506cf6 Update Croatian translation 2017-09-08 22:43:12 +00:00
Milo Casagrande
c2c1814ad6 Update Italian translation 2017-09-08 06:47:06 +00:00
A S Alam
478cce7845 updated Punjabi Translation 2017-09-07 21:35:45 -05:00
Alain Lojewski
04f124448a Update French translation 2017-09-07 20:46:52 +00:00
sujiniku
9624b3fd0a Update Japanese translation 2017-09-06 15:19:24 +00:00
Marek Cernocky
40f2b84a38 Updated Czech translation 2017-09-06 09:49:27 +02:00
Trần Ngọc Quân
325eca5914 Updated Vietnamese translation
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2017-09-05 07:55:54 +07:00
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