Cédric Valmary
ef7766f968
Updated Occitan translation
2015-05-10 21:22:53 +00:00
Cédric Valmary
aed63bfe9a
Updated Occitan translation
2015-05-10 21:02:31 +00:00
Alexandre Franke
8e2d34a7a3
Updated French translation
2015-05-09 08:16:42 +00:00
Piotr Drąg
7fdb31bc2d
Updated Polish translation
2015-05-04 20:22:27 +02:00
osfans
2b41edeb69
update zh_CN translation
2015-05-03 10:23:39 +08:00
Yosef Or Boczko
67990c9ff6
Updated Hebrew translation
2015-05-01 12:01:15 +03:00
Carlos Garnacho
adb82f0d00
wacom: Drop usage of last-calibration-resolution
...
This is gone from the g-s-d schema, so just stop setting it.
https://bugzilla.gnome.org/show_bug.cgi?id=748660
2015-04-29 19:35:34 +02:00
laurent Soleil
996017572f
Updated Occitan translation
2015-04-28 13:17:59 +00:00
Daniel Martinez
6e971eb038
Update Aragonese translation
2015-04-27 20:27:06 +02:00
Sveinn í Felli
f5a5f1a582
Updated Icelandic translation
2015-04-27 15:11:54 +00:00
Mario Sanchez Prada
fd7d7d4c10
sharing: Use g_variant_get_{string|variant}() instead of g_variant_get()
...
Besides being a better practice, this changes also fixes 2 memory leaks
when handling strings boxed inside GVariant objects.
https://bugzilla.gnome.org/show_bug.cgi?id=748411
2015-04-27 15:55:20 +01:00
Mario Sanchez Prada
9ff192ab2e
power: Use g_variant_get_string() instead of g_variant_get()
...
Fixes a memory leak as the "(s)" format string was being used, but no
call to g_free() was happening afterwards.
https://bugzilla.gnome.org/show_bug.cgi?id=748411
2015-04-27 15:55:20 +01:00
Cheng-Chia Tseng
efba5c0120
Updated Chinese (Taiwan) translation
2015-04-27 02:00:54 +00:00
Kristjan SCHMIDT
34bd9fd76f
Updated Esperanto translation
2015-04-23 23:02:01 +02:00
Daniel Mustieles
685ad20ff7
Updated Spanish translation
2015-04-23 10:46:27 +02:00
Matthias Clasen
93427f8b35
network: Stop "gateway" entry from becoming too wide
...
https://bugzilla.gnome.org/show_bug.cgi?id=732974
2015-04-21 14:29:33 +02:00
Bastien Nocera
98221832a8
network: Stop "Bridge slaves" entry from becoming too wide
...
https://bugzilla.gnome.org/show_bug.cgi?id=732974
2015-04-21 14:29:33 +02:00
Rafael Ferreira
425c83fe82
Updated Brazilian Portuguese translation
2015-04-16 18:07:01 +00:00
Marek Kasik
30a743a94c
printers: Update printer options correctly
...
Set 'ppd_filename_set' and 'destination_set' always to FALSE
before requesting the destination and updated PPD file so we can
distinguish when we have all information needed for update
of the PpPPDOptionWidget.
https://bugzilla.redhat.com/show_bug.cgi?id=1211580
2015-04-16 15:14:07 +02:00
Bastien Nocera
478cbd32b9
3.16.1
2015-04-15 16:54:58 +02:00
Ondrej Holy
afe0a62267
user-accounts: show restart notification when account type changed
...
https://bugzilla.gnome.org/show_bug.cgi?id=674429
2015-04-15 16:27:24 +02:00
Ondrej Holy
b1f3f3e458
mouse: Fix tap-to-click toggle sensitivity with libinput
...
Set tap_to_click_toggle sensitive if there is any device which supports
tapping.
https://bugzilla.gnome.org/show_bug.cgi?id=745601
2015-04-15 15:33:44 +02:00
Ondrej Holy
155d440623
mouse: Fix sensitivity of two-finger toggle with libinput
...
Check "libinput Scroll Methods Available" and set two_finger_scroll_toggle
sensitivity appropriately. Many libinput devices don't have edge scroll,
see http://who-t.blogspot.cz/2015/03/why-libinput-doesnt-support-edge.html
Allow changing scroll methods only if both two-finger and edge scroll is
supported.
https://bugzilla.gnome.org/show_bug.cgi?id=745601
2015-04-15 15:18:54 +02:00
Ondrej Holy
2f84534388
mouse: Fix checking capabilities for multiple devices
...
Two finger scroll toggle should be sensitive if at least one of the
devices support it. g-s-d is responsible to set edge-scroll for the
devices which don't support double touch.
https://bugzilla.gnome.org/show_bug.cgi?id=745601
2015-04-15 15:18:54 +02:00
Fran Dieguez
d9d5c42954
Updated Galician translation
2015-04-14 23:31:01 +00:00
Prince781
e01951ede8
printers: Recognize more supply types
...
Recognize 'inkCartridge' and 'tonerCartridge' supply types.
https://bugzilla.gnome.org/show_bug.cgi?id=743331
2015-04-14 16:29:05 +02:00
Ondrej Holy
3594f12cea
mouse: remove unused graphics
...
Commit eee381a
introduced unused graphics file double-click-gegl.png.
The file should be removed.
https://bugzilla.gnome.org/show_bug.cgi?id=746344
2015-04-14 13:57:14 +02:00
Damián Nohales
073d49ea88
color: Allow to change profile color by activating the list box row
2015-04-14 12:54:41 +01:00
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