Dimitris Spingos
9cde68020b
Updated Greek translation
2014-01-12 19:51:11 +02:00
Victor Ibragimov
55ddc05771
Tajik translation updated
2014-01-12 12:37:49 +05:00
Marek Černocký
b703c56534
Updated Czech translation
2014-01-11 23:33:44 +01:00
Aurimas Černius
134e9dbd8a
Updated Lithuanian translation
2014-01-11 23:57:07 +02:00
Benjamin Steinwender
07e45656b6
Updated German translation
2014-01-11 07:44:29 +01:00
Matthias Clasen
2991d70476
users: Improve logged-in check when deleting users
...
When deleting a user account, we try to check if the user is
still logged in, but we are using an accountsservice API that
ignores console logins. But deleting a user that is logged
in on the console is just as bad, so use
act_user_is_logged_in_anywhere instead, which includes console
logins.
https://bugzilla.gnome.org/show_bug.cgi?id=721951
2014-01-10 12:55:09 -05:00
Daniel Mustieles
35b28970d1
Updated Spanish translation
2014-01-10 17:59:04 +01:00
Piotr Drąg
c781eb9eb5
Updated POTFILES.in
2014-01-10 17:30:41 +01:00
Jiří Klimeš
db34d8af63
network: make "(none)" slaves (bond, team, bridge) translatable
...
Signed-off-by: Jiří Klimeš <jklimes@redhat.com>
https://bugzilla.gnome.org/show_bug.cgi?id=720312
2014-01-10 15:14:12 +01:00
Jiří Klimeš
c2c3ccb04e
network: add Team to connection editor (rh #1040525 )
...
https://bugzilla.redhat.com/show_bug.cgi?id=1040525
Signed-off-by: jirka <jirka@localhost.localdomain>
https://bugzilla.gnome.org/show_bug.cgi?id=720312
2014-01-10 15:14:12 +01:00
Cosimo Cecchi
d0a832b00f
display: show only rotation options if we support them
...
Use the new libgnome-desktop API and determine if we can show or not
rotation options.
https://bugzilla.gnome.org/show_bug.cgi?id=721673
2014-01-09 09:43:33 -08:00
Bastien Nocera
422e2a93e0
info: Fix possible crasher when exiting panel
...
The PackageKit calls weren't cancelled properly when leaving the
panel.
http://bugzilla.gnome.org/show_bug.cgi?id=721839
2014-01-09 16:13:51 +01:00
Yosef Or Boczko
c50b63cd78
shell: Fix headerbar item positions
...
https://bugzilla.gnome.org/show_bug.cgi?id=721830
2014-01-09 12:43:10 +02:00
Friedel Wolff
d85e9102a6
Small fixes for Afrikaans (af)
2014-01-09 10:23:05 +02:00
Debarshi Ray
85a0016b7d
background: The chooser should have exactly 3 columns
...
The correct way to specify the number of columns is to use
gtk_icon_view_set_columns.
https://bugzilla.gnome.org/show_bug.cgi?id=720652
2014-01-08 16:48:18 +01:00
Frédéric Péters
5e35864e28
network: hide hotspot dialog on Escape
...
https://bugzilla.gnome.org/show_bug.cgi?id=721163
2014-01-08 14:23:02 +01:00
Frédéric Péters
cde472b6b2
network: give an empty title to the hotspot dialog
...
The hotspot dialog didn't specify a title at all, and that meant
"gnome-control-center" displayed was used as title.
https://bugzilla.gnome.org/show_bug.cgi?id=721162
2014-01-08 14:23:02 +01:00
Cosimo Cecchi
53801be82a
display: hide Size label when empty
...
We currently just display an empty string next to the Size row if we
can't compute that information. Hide it instead.
https://bugzilla.gnome.org/show_bug.cgi?id=721673
2014-01-07 09:50:59 -08:00
Michael Catanzaro
1a1b1a5c6f
notifications: fix invalid format string
...
GLib-GIO-CRITICAL **: g_settings_get: the format string may not contain
'&' (key 'application-children' from schema
'org.gnome.desktop.notifications'). This call will probably stop working
with a future version of glib.
This is fallout from https://bugzilla.gnome.org/show_bug.cgi?id=719979
https://bugzilla.gnome.org/show_bug.cgi?id=721430
2014-01-07 09:39:19 -06:00
Andika Triwidada
00fbe35846
Updated Indonesian translation
2014-01-04 10:19:00 +07:00
Jorge Pérez Pérez
eef18a0d88
Updated Aragonese translation
2013-12-22 21:14:42 +01:00
Benjamin Steinwender
e4fd21f8bd
Updated German translation
2013-12-19 19:53:39 +01:00
Stas Solovey
1eeaacdec5
Updated Russian translation
2013-12-18 22:16:18 +04:00
Bastien Nocera
fdff763915
3.11.3
2013-12-17 12:18:30 +01:00
Bastien Nocera
40f10f13e6
network: Fix warnings setting mnemonics
...
Introduced in b5d03b42a0
2013-12-17 11:37:15 +01:00
Carlos Garnacho
c78e22b911
wacom: Fix first animation of calibration UI
...
The "target" was seen moving from 0,0 to the first calibration
point, so 1) avoid target relayouts when the window is still
being positioned and 2) start the "target" actor as hidden so
it isn't seen moving from anywhere when first shown.
https://bugzilla.gnome.org/show_bug.cgi?id=719698
2013-12-16 12:58:35 +01:00
Carlos Garnacho
ee2afb9bd4
wacom: Protect calibrator UI to spawn animations multiple times
...
The window state may be updated more than once, so only initiate
the UI and animations when it's first called.
https://bugzilla.gnome.org/show_bug.cgi?id=719698
2013-12-16 12:58:29 +01:00
Carlos Garnacho
911518d683
wacom: Don't leave stray timelines on the calibration UI
...
Keep the reference for the error/helper messages animations in
the CalibArea struct, so those are destroyed and not leaked, or
possibly crashing when running on already destroyed actors if
the dialog gets cancelled at the right time.
https://bugzilla.gnome.org/show_bug.cgi?id=719698
2013-12-16 12:58:07 +01:00
Carlos Garnacho
e97143e025
wacom: Forgive inconspicuous double clicks when calibrating
...
Those were likely not meant, and will surely make you start over
again on the calibration process.
https://bugzilla.gnome.org/show_bug.cgi?id=719705
2013-12-16 12:44:42 +01:00
Carlos Garnacho
e2464ee773
wacom: Don't use monitor geometry X/Y when calculating calibration
...
Calibration must be performed based on the device w/h ranges and the
screen size, so in which coordinates the monitor is virtually mapped
matters little on device coordinates. This fixes calibration of devices
attached to a monitor elsewhere than (0,0) in the screen.
https://bugzilla.gnome.org/show_bug.cgi?id=719574
2013-12-16 12:42:01 +01:00
Carlos Garnacho
71945b8156
wacom: Clear background on "target" actor in calibration UI
...
the actor's draw() method isn't guaranteed to get a pristine surface,
which may cause artifacts if the background is left untouched, so
clear the background each time the actor has to be drawn.
https://bugzilla.gnome.org/show_bug.cgi?id=719701
2013-12-16 12:30:24 +01:00
Richard Hughes
4d4255425e
color: Actually show the whitepoint selector
...
Not all displays can achieve D65, and not all users are calibrating for
photography. Forcing these users to set something in GSettings to just get a
profile that actually works isn't great.
2013-12-12 13:47:32 +00:00
Richard Hughes
31b82a7863
color: Fix a crash if the user closes the window after calibrating
...
The assistant_calib is set from gtk_builder_get_object() and so should not be
destroyed manually.
2013-12-12 13:45:57 +00:00
Rafael Ferreira
60c77f2e09
Updated Brazilian Portuguese translation
2013-12-10 02:56:06 -02:00
Vadim Rutkovsky
b5d03b42a0
networking: set mnemonic widget for labels and values in connection details
...
https://bugzilla.gnome.org/show_bug.cgi?id=719986
2013-12-09 13:45:36 +01:00
Bastien Nocera
07c3546611
blutooth: Bump required gnome-bluetooth version
2013-12-06 12:05:30 +01:00
Bastien Nocera
28fecc01c4
bluetooth: Updated design
...
With the majority of the implementation living in gnome-bluetooth.
https://bugzilla.gnome.org/show_bug.cgi?id=719565
2013-12-06 11:59:03 +01:00
Bastien Nocera
ce0387d54f
shell: Assert when the panel is empty
...
Rather than getting a segfault.
https://bugzilla.gnome.org/show_bug.cgi?id=719711
2013-12-06 11:59:03 +01:00
Bastien Nocera
f020b73fb1
power: Use g-s-d's rfkill for Bluetooth
...
https://bugzilla.gnome.org/show_bug.cgi?id=691151
2013-12-06 11:59:03 +01:00
Bastien Nocera
4847cc401d
sharing: Use g-s-d's rfkill for Bluetooth
...
https://bugzilla.gnome.org/show_bug.cgi?id=719500
2013-12-06 11:59:03 +01:00
Bastien Nocera
de226c703b
bluetooth: Remove setup plugins support
...
It was used by a test plugin we ship ourselves for Geoclue 1.x,
and NetworkManager. Given that NetworkManager doesn't make use
of it anymore, let's remove it.
2013-12-06 11:59:03 +01:00
Matthias Clasen
732d3e04c3
display: Add an 'upside-down' button
...
Turn the rotation buttons into toggle buttons, and add one for
'upside-down'.
https://bugzilla.gnome.org/show_bug.cgi?id=715092
2013-12-05 17:14:57 -05:00
Mattias Põldaru
50aaefe99d
[l10n] Updated Estonian translation
2013-12-05 12:47:36 +02:00
Rafael Ferreira
3efe64bb7d
Updated Brazilian Portuguese translation
2013-12-02 23:19:52 -02:00
Carlos Garnacho
fdef36294a
wacom: Set several notebooks' show-border property to FALSE
...
Since GTK+ commit 05b1ea84b, this hint is used in GtkNotebook to add
a GTK_STYLE_CLASS_FRAME when rendering the notebook frame, so the theme
renders those frame-alike. As it's not what we want for the wacom panel,
set show-border to FALSE on all GtkNotebooks.
https://bugzilla.gnome.org/show_bug.cgi?id=710709
2013-12-02 12:29:30 +01:00
Matthias Clasen
b289fab6c8
a11y: Silence a compiler warning
...
build.gnome.org now records warnings, and this came up.
2013-12-01 10:38:56 -05:00
tuhaihe
4198a60520
Update Chinese simplified translation
2013-12-01 12:05:01 +08:00
Benjamin Otte
d54b8864ab
shell: Set iconview number of columns to 6
...
This ensures that the overview page keeps its size and doesn't grow
wider than it should be.
2013-11-26 16:54:54 +01:00
Daniel Șerbănescu
343d78958a
Updated Romanian Translation
2013-11-25 18:04:46 +01:00
Kristjan SCHMIDT
4bd864ca11
Updated Esperanto translation
2013-11-24 03:03:15 +01:00