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
Debarshi Ray
50269ab1d9
background: Fix a memory leak when add_single_file failed
...
https://bugzilla.gnome.org/show_bug.cgi?id=708942
2013-11-20 14:08:21 +01:00
Shantha kumar
428352ee57
Updated Tamil Translations
2013-11-20 12:36:26 +05:30
Matthias Clasen
fd25825839
3.11.2
2013-11-19 20:00:56 -05:00
Yosef Or Boczko
38119b3f29
search: Use margin-start/end instead of margin-left/right
...
This is part of previous patch which fell accidentally.
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:38:47 +02:00
Yosef Or Boczko
31be582bd9
bluetooth: Use margin-start/end instead of margin-left/right
...
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:37:18 +02:00
Yosef Or Boczko
3ab34035a5
shell: Use margin-start/end instead of margin-left/right
...
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:34:52 +02:00
Yosef Or Boczko
ae36409c5f
wacom: Use margin-start/end instead of margin-left/right
...
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:34:39 +02:00
Yosef Or Boczko
b42c0d428b
user-accounts: Use margin-start/end instead of margin-left/right
...
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:34:22 +02:00
Yosef Or Boczko
b338ac9afa
universal-access: Use margin-start/end instead of margin-left/right
...
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:32:04 +02:00
Yosef Or Boczko
10cfda4620
sharing: Use margin-start/end instead of margin-left/right
...
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:31:50 +02:00
Yosef Or Boczko
479ce6d0d2
search: Use margin-start/end instead of margin-left/right
...
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:30:56 +02:00
Yosef Or Boczko
6e8a7e942f
online-accounts: Use margin-start/end instead of margin-left/right
...
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:30:42 +02:00
Yosef Or Boczko
29881b48a8
keyboard: Use margin-start/end instead of margin-left/right
...
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:30:28 +02:00
Yosef Or Boczko
d83d7a207c
info: Use margin-start/end instead of margin-left/right
...
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:30:06 +02:00
Yosef Or Boczko
bd1422980b
common: Use margin-start/end instead of margin-left/right
...
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:29:53 +02:00
Yosef Or Boczko
80aaf11b1a
region: Use margin-start/end instead of margin-left/right
...
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:29:36 +02:00
Yosef Or Boczko
65c8497406
privacy: Use margin-start/end instead of margin-left/right
...
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:28:45 +02:00
Yosef Or Boczko
84c792c7f4
printers: Use margin-start/end instead of margin-left/right
...
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:28:28 +02:00
Yosef Or Boczko
e7efdbc7ff
power: Use margin-start/end instead of margin-left/right
...
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:28:13 +02:00
Yosef Or Boczko
a9829a11cf
notifications: Use margin-start/end instead of margin-left/right
...
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:27:57 +02:00
Yosef Or Boczko
089266fd0a
mouse: Use margin-start/end instead of margin-left/right
...
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:27:42 +02:00
Yosef Or Boczko
5ac88138b9
display: Use margin-start/end instead of margin-left/right
...
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:27:27 +02:00
Yosef Or Boczko
4ac350f328
datetime: Use margin-start/end instead of margin-left/right
...
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:27:12 +02:00
Yosef Or Boczko
d4ef801743
network: Use margin-start/end instead of margin-left/right
...
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:26:49 +02:00