commit fdff76391571b96dce17071048a8b01e3923893d Author: Bastien Nocera Date: Tue Dec 17 12:18:30 2013 +0100 3.11.3 NEWS | 35 +++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) commit 40f10f13e67c54b9ef07c8fc0ad5c47bfd44a0e0 Author: Bastien Nocera Date: Thu Dec 12 13:09:53 2013 +0100 network: Fix warnings setting mnemonics Introduced in b5d03b42a043ab81c46b0f22fe14fa51893e86bf panels/network/net-device-ethernet.c | 2 +- panels/network/net-device-simple.c | 2 +- panels/network/net-virtual-device.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit c78e22b9115c5257bd2053970980d92daa696979 Author: Carlos Garnacho Date: Fri Nov 29 15:26:18 2013 +0100 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 panels/wacom/calibrator/calibrator-gui.c | 5 +++++ 1 file changed, 5 insertions(+) commit ee2afb9bd4753799a756bc94957a42154533ee84 Author: Carlos Garnacho Date: Fri Nov 29 14:30:10 2013 +0100 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 panels/wacom/calibrator/calibrator-gui.c | 4 ++++ 1 file changed, 4 insertions(+) commit 911518d683efe6e5aee29dab932e8d17b9339317 Author: Carlos Garnacho Date: Fri Nov 29 14:08:00 2013 +0100 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 panels/wacom/calibrator/calibrator-gui.c | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) commit e97143e0258193e7a672820eeab87f47eefeeeb3 Author: Carlos Garnacho Date: Fri Nov 29 17:08:13 2013 +0100 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 panels/wacom/calibrator/calibrator-gui.c | 3 +++ 1 file changed, 3 insertions(+) commit e2464ee773eb2744d0e8c606fb6fbb5a0c3198c1 Author: Carlos Garnacho Date: Fri Nov 29 16:39:33 2013 +0100 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 panels/wacom/calibrator/calibrator.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 71945b815653954a5418a3df077903e61127b134 Author: Carlos Garnacho Date: Fri Nov 29 15:33:36 2013 +0100 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 panels/wacom/calibrator/cc-target-actor.c | 4 ++++ 1 file changed, 4 insertions(+) commit 4d4255425e2f1b9dcc8bc1526026c7e15ad36d8c Author: Richard Hughes Date: Thu Dec 12 13:47:30 2013 +0000 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. panels/color/color.ui | 1 + 1 file changed, 1 insertion(+) commit 31b82a786311318fdd29a6724fb714d5dda0f614 Author: Richard Hughes Date: Thu Dec 12 13:45:54 2013 +0000 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. panels/color/cc-color-panel.c | 1 - 1 file changed, 1 deletion(-) commit 60c77f2e09e3910e658339e47b46a8846c9e2eea Author: Rafael Ferreira Date: Tue Dec 10 02:56:06 2013 -0200 Updated Brazilian Portuguese translation po/pt_BR.po | 384 ++++++++++++++++++++++++++++-------------------------------- 1 file changed, 182 insertions(+), 202 deletions(-) commit b5d03b42a043ab81c46b0f22fe14fa51893e86bf Author: Vadim Rutkovsky Date: Fri Dec 6 14:45:34 2013 +0100 networking: set mnemonic widget for labels and values in connection details https://bugzilla.gnome.org/show_bug.cgi?id=719986 panels/network/net-device-ethernet.c | 27 +++++++++++++++------------ panels/network/net-device-simple.c | 1 + panels/network/net-virtual-device.c | 1 + 3 files changed, 17 insertions(+), 12 deletions(-) commit 07c354661102669d7ec8e7d1f00c2f70982ad226 Author: Bastien Nocera Date: Fri Dec 6 12:05:30 2013 +0100 blutooth: Bump required gnome-bluetooth version configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 28fecc01c46a7b082f9746744c938e499a522e4f Author: Bastien Nocera Date: Fri Nov 29 16:48:43 2013 +0100 bluetooth: Updated design With the majority of the implementation living in gnome-bluetooth. https://bugzilla.gnome.org/show_bug.cgi?id=719565 panels/bluetooth/bluetooth.ui | 641 +-------------------------- panels/bluetooth/cc-bluetooth-panel.c | 799 +++++----------------------------- 2 files changed, 124 insertions(+), 1316 deletions(-) commit ce0387d54f3d22e6874d224480f628f29167836d Author: Bastien Nocera Date: Mon Dec 2 15:52:38 2013 +0100 shell: Assert when the panel is empty Rather than getting a segfault. https://bugzilla.gnome.org/show_bug.cgi?id=719711 shell/cc-panel.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) commit f020b73fb1882ddffb5784f5afabfdce90fcc285 Author: Bastien Nocera Date: Thu Nov 28 17:44:21 2013 +0100 power: Use g-s-d's rfkill for Bluetooth https://bugzilla.gnome.org/show_bug.cgi?id=691151 panels/power/cc-power-panel.c | 146 ++++++++++++++++++------------------------ 1 file changed, 63 insertions(+), 83 deletions(-) commit 4847cc401dc6bdaf572b44e62ee34d53b86b5fc2 Author: Bastien Nocera Date: Thu Nov 28 17:23:40 2013 +0100 sharing: Use g-s-d's rfkill for Bluetooth https://bugzilla.gnome.org/show_bug.cgi?id=719500 panels/sharing/cc-sharing-panel.c | 68 +++++++++++++++++++++++++-------------- 1 file changed, 43 insertions(+), 25 deletions(-) commit de226c703b19fc26f7e0866aae133a0238be1e92 Author: Bastien Nocera Date: Wed Nov 27 15:33:18 2013 +0100 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. panels/bluetooth/cc-bluetooth-panel.c | 59 ++--------------------------------- 1 file changed, 2 insertions(+), 57 deletions(-) commit 732d3e04c3036eb0fdd8f8d8c1cacab69e543ceb Author: Matthias Clasen Date: Thu Dec 5 00:59:14 2013 -0500 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 panels/display/cc-display-panel.c | 65 +++++++++++++++++++++++++++++++-------- 1 file changed, 53 insertions(+), 12 deletions(-) commit 50aaefe99dbfb33ab43cec836409bda5a965f22b Author: Mattias Põldaru Date: Thu Dec 5 12:47:36 2013 +0200 [l10n] Updated Estonian translation po/et.po | 183 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 92 insertions(+), 91 deletions(-) commit 3efe64bb7d76b8e2a1075062856e6093402328f0 Author: Rafael Ferreira Date: Mon Dec 2 23:19:33 2013 -0200 Updated Brazilian Portuguese translation po/pt_BR.po | 235 +++++++++++++++++++++++++++++------------------------------- 1 file changed, 115 insertions(+), 120 deletions(-) commit fdef36294aa4b7e5d1d2b520de15138d29fed860 Author: Carlos Garnacho Date: Fri Nov 29 13:17:18 2013 +0100 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 panels/wacom/cc-wacom-panel.c | 1 + panels/wacom/gnome-wacom-properties.ui | 2 ++ panels/wacom/test-wacom.c | 1 + 3 files changed, 4 insertions(+) commit b289fab6c8d044f6f6aa924a708a7cc9dabd2824 Author: Matthias Clasen Date: Sun Dec 1 10:38:56 2013 -0500 a11y: Silence a compiler warning build.gnome.org now records warnings, and this came up. panels/universal-access/cc-ua-panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4198a60520b7a5aba65d2e5352bf43ba766ed148 Author: tuhaihe <1132321739qq@gmail.com> Date: Sun Dec 1 12:05:01 2013 +0800 Update Chinese simplified translation po/zh_CN.po | 104 +++++++++++++++++++++++++++--------------------------------- 1 file changed, 46 insertions(+), 58 deletions(-) commit d54b8864abc8b69042db73df562b2cfc84714a69 Author: Benjamin Otte Date: Tue Nov 26 15:25:41 2013 +0100 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. shell/cc-shell-category-view.c | 1 + 1 file changed, 1 insertion(+) commit 343d78958ad8dde0b7dc6e7ec1aeac5c2df8f915 Author: Daniel Șerbănescu Date: Mon Nov 25 18:04:46 2013 +0100 Updated Romanian Translation po/ro.po | 1287 ++++++++++++++++++++++++++++---------------------------------- 1 file changed, 581 insertions(+), 706 deletions(-) commit 4bd864ca11ff085a8d316e814e414f361d63ef6c Author: Kristjan SCHMIDT Date: Sun Nov 24 03:03:15 2013 +0100 Updated Esperanto translation po/eo.po | 627 ++++++++++++++++++++++++++------------------------------------- 1 file changed, 253 insertions(+), 374 deletions(-) commit 50269ab1d999346f35e7dd1b40f07028b8501a22 Author: Debarshi Ray Date: Mon Nov 18 14:15:32 2013 +0100 background: Fix a memory leak when add_single_file failed https://bugzilla.gnome.org/show_bug.cgi?id=708942 panels/background/bg-pictures-source.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 428352ee57d0887856ffde931ee5b0622dcc4125 Author: Shantha kumar Date: Wed Nov 20 12:36:26 2013 +0530 Updated Tamil Translations po/ta.po | 3445 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 1995 insertions(+), 1450 deletions(-)