Commit graph

15397 commits

Author SHA1 Message Date
Debarshi Ray
d45f093fbf online-accounts: Widen the accounts list
https://bugzilla.gnome.org/show_bug.cgi?id=746538
2015-04-13 15:05:40 +02:00
Bastien Nocera
cff4336032 online-accounts: Prevent the attention-needed icon from getting hidden
By making sure that the label inside each of the list items gets
only whatever space is left by the left and right-side icons.

https://bugzilla.gnome.org/show_bug.cgi?id=746538
2015-04-13 15:05:40 +02:00
Carlos Garnacho
6365dafd92 wacom: Sync gsd-wacom-device.[ch] with g-s-d
And use the GdkDevice getter where it applies.
2015-04-13 14:38:24 +02:00
Debarshi Ray
b24bfa8197 online-accounts: Disable the remove button for locked accounts
Bump required GOA version for the IsLocked property.

https://bugzilla.gnome.org/show_bug.cgi?id=737665
2015-04-13 14:19:59 +02:00
Rui Matos
03d9a96c67 display: Close the dialog when the RR configuration changes
We assume that the RR configuration is valid in various callbacks from
both our modal dialogs which doesn't hold if there's an hotplug while
a dialog is open (e.g. monitor is plugged/unplugged).

Closing the dialog in that case seems the right thing to do since it
would be operating on an outdated view of the world otherwise and
likely end up crashing.

https://bugzilla.gnome.org/show_bug.cgi?id=655041
2015-04-13 14:05:49 +02:00
Rui Matos
0d6369a762 display: Don't leak GnomeRRModes
GnomeRRMode is a boxed type which means that if stored as such in a
tree model, the model creates a copy to use internally. In addition,
it means that gtk_tree_model_get() will also get a copy which must be
freed by the caller which we were not doing.

In this case though, we don't need the copies since all the
GnomeRRModes that we use outlive the model so we can simplify things
by just storing a plain pointer in the model instead.

https://bugzilla.gnome.org/show_bug.cgi?id=655041
2015-04-13 14:05:49 +02:00
Rui Matos
5e0b26dac5 display: Fix GtkListStore leak in setup dialog
https://bugzilla.gnome.org/show_bug.cgi?id=655041
2015-04-13 14:05:49 +02:00
Gábor Kelemen
1875445965 Updated Hungarian translation 2015-04-12 09:08:56 +00:00
Kjartan Maraas
102a127340 Updated Norwegian bokmål translation. 2015-04-12 10:54:35 +02:00
Anders Jonsson
42e8474cc9 Updated Swedish translation 2015-04-12 07:21:54 +00:00
Aurimas Černius
d8ea269acb Updated Lithuanian translation 2015-04-11 15:35:49 +03:00
Matthias Clasen
a14e772cad power: Make section headings accessible
The section headings are useful to understand the content
of this panel. Sadly, orca does not currently read them
at all. We can fix this by setting up accessible relations
that help orca figure this out.

https://bugzilla.gnome.org/show_bug.cgi?id=746755
2015-04-10 15:57:48 +02:00
Sveinn í Felli
3b9f5c64db Updated Icelandic translation 2015-04-10 08:01:27 +00:00
Milo Casagrande
59eb93504b Updated Italian translation 2015-04-10 06:49:06 +00:00
Changwoo Ryu
388fd537b5 Updated Korean translation 2015-04-10 12:48:51 +09:00
Bastien Nocera
159cf52303 build: Make some panels requirements on Linux
The Network, Bluetooth, Printers and Wacom panels are not optional on
Linux systems (except S390 which doesn't have USB support).
2015-04-09 13:01:53 +02:00
Bastien Nocera
a43d59dc86 build: Require udev for Wayland support
If GTK+ was built with Wayland support, we'll enable the udev
"GsdDeviceManager". But that needs udev to be available.

https://bugzilla.gnome.org/show_bug.cgi?id=747548
2015-04-09 13:01:53 +02:00
Sveinn í Felli
f754c33f91 Updated Icelandic translation 2015-04-09 09:37:06 +00:00
Andika Triwidada
07d7cee0f2 Updated Indonesian translation 2015-04-09 09:21:51 +00:00
Mattias Põldaru
c554e8f011 [l10n] Updated Estonian translation 2015-04-08 20:20:06 +03:00
Tom Tryfonidis
b4b2eec103 Updated Greek translation 2015-04-08 12:37:54 +00:00
Victor Ibragimov
7d8d45b8da Updated Tajik translation 2015-04-07 05:24:21 +00:00
Matej Urbančič
2d53a6899a Updated Slovenian translation 2015-04-05 20:00:36 +02:00
Dušan Kazik
d61cec6d92 Updated Slovak translation 2015-04-04 20:12:25 +00:00
Inaki Larranaga Murgoitio
f124ddc4fe Updated Basque language 2015-04-04 13:05:11 +02:00
Rūdolfs Mazurs
b13bbb5c71 Updated Latvian translation 2015-04-03 18:42:21 +03:00
Rūdolfs Mazurs
18595fcd1b Updated Latvian translation 2015-04-03 18:40:45 +03:00
Hannie Dumoleyn
3df0b9840b Updated Dutch translation 3.16 2015-04-03 10:55:03 +02:00
Baurzhan Muftakhidinov
3a3dea74d4 Updated Kazakh translation 2015-04-03 08:43:08 +00:00
Trần Ngọc Quân
3cd3c0d138 Updated Vietnamses translation
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2015-04-03 14:24:55 +07:00
Stas Solovey
1a96955878 Updated Russian translation 2015-04-02 21:52:44 +00:00
Marek Černocký
91c692f492 Udated Czech translation 2015-04-02 22:16:18 +02:00
Piotr Drąg
5378cfd448 Updated Polish translation 2015-04-02 21:11:41 +02:00
Piotr Drąg
9f1a354e18 Updated POTFILES.in 2015-04-02 21:08:21 +02:00
Bastien Nocera
7ae145cc2b sound: Update submodule to fix duplicated Bluetooth devices
https://bugzilla.gnome.org/show_bug.cgi?id=697545
2015-04-01 14:18:03 +02:00
Bastien Nocera
2e18538cc8 sound: Remove unused enumeration
Left-over from when we had a separate hardware tab.
2015-04-01 14:18:03 +02:00
Richard Hughes
daed241f9a Add a simple AppData file
This is needed for three reasons:

 * To be able to arrange the icon into a folder in GNOME Software
 * So that we do not allow the application to be removed
 * To show the update description not in the 'OS Updates' package section
2015-04-01 10:47:55 +01:00
Benjamin Tissoires
e2a14f4d4c wacom: add an icon for stylii without an eraser
wacom-stylus-no-eraser.svg is an adaptation of wacom-stylus.svg

https://bugzilla.gnome.org/show_bug.cgi?id=746117
2015-04-01 11:15:29 +02:00
Benjamin Tissoires
e463a1eb55 wacom: Update from gnome-settings-daemon
https://bugzilla.gnome.org/show_bug.cgi?id=746117
2015-04-01 11:15:29 +02:00
Benjamin Tissoires
66cb45bdad wacom: do not bail out if the tablet doesn't have an eraser
Tablets have not always an eraser (most of the generic tablets like Huion,
UC-Logic, etc... don't). We should not reject such tablets.

Commit 54849a9 (wacom: Only the stylus and eraser tools need to exist)
mentioned that we were not sure about eraser, and I think we should not
assume one either.

To do so, we simply ignore the eraser xinput node and rely on
libwacom to actually provide the eraser information.

If the stylus does not have the eraser tip, we may fall in the
LAYOUT_OTHER case. We have a picture of a generic Wacom pen with an
eraser, and the leaders linking the widget to the picture are scrambled.

To prevent that, gray out the eraser pressure slider so that we do not
break the layout.

https://bugzilla.gnome.org/show_bug.cgi?id=746117
2015-04-01 11:15:29 +02:00
Jordi Mas
28574f0386 Update Catalan translation 2015-03-28 07:46:11 +01:00
Rui Matos
c12cb21065 network: Fix a crash on IPv6 settings dialog
Commit 219a94ed1e added a
g_object_unref() on the wrong line.
2015-03-27 15:00:46 +01:00
Richard Hughes
ff16c19832 color: Set the users profile title when generating a profile 2015-03-25 13:46:57 +00:00
Richard Hughes
d94d512dd1 color: Set the default profile quality at startup
I assume once we got a spurious callback from GTK to set this.
2015-03-25 13:46:28 +00:00
Khaled Hosny
3b15d12198 Update Arabic translation 2015-03-24 23:49:17 +02:00
Bastien Nocera
5d384e274d 3.16.0 2015-03-23 11:57:32 +01:00
Tom Tryfonidis
364731cae8 Updated Greek translation 2015-03-23 12:40:04 +02:00
Marek Černocký
ca0c62f29d Updated Czech translation 2015-03-23 11:34:40 +01:00
Akom Chotiphantawanon
586dfe2dac Updated Thai translation 2015-03-23 16:21:15 +07:00
Christian Kirbach
a98dce89c2 Update German translation 2015-03-22 22:53:28 +01:00