commit 5f5295fae2df4757bdbc44fc0f7ed08311b0a58a Author: Rui Matos Date: Tue Nov 11 18:27:18 2014 +0100 3.14.2 NEWS | 34 ++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) commit 1a4337bfdb856e1f8791a510a8904bac5eefd58d Author: Debarshi Ray Date: Tue Nov 11 14:13:16 2014 +0100 main: Disable SSLv3 because of POODLE Since GOA is still using WebKit1, we need to set the environment variable ourself. We can stop setting it once we port to WebKit2 because the network process will handle it for us. https://bugzilla.gnome.org/show_bug.cgi?id=739960 shell/main.c | 3 +++ 1 file changed, 3 insertions(+) commit 0c06e9162fccac00547a3f304ad225b789f2ac97 Author: Debarshi Ray Date: Tue Nov 4 18:05:05 2014 +0100 background: Fix crash when adding the second color https://bugzilla.gnome.org/show_bug.cgi?id=689351 panels/background/bg-colors-source.c | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) commit fe5a98c4cfde749761e5449541ca98c8a957e3b2 Author: Hannie Dumoleyn Date: Sat Nov 8 10:30:31 2014 +0100 Updated Dutch translation 3.14 po/nl.po | 808 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 429 insertions(+), 379 deletions(-) commit f80b0deaa2d0e3d9d5d4fda755190480dca8405c Author: Stas Solovey Date: Wed Nov 5 22:11:52 2014 +0000 Updated Russian translation po/ru.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 9d6006c0eb053ed694709d1f6acbc717542d5a2a Author: Matthias Clasen Date: Mon Nov 3 21:04:34 2014 -0500 printers: Improve scrolling in new printers list In order to automatically keep the selected row scrolled in view, the treeview must be a direct child of the scrolled window. Make it so by flipping the order of the stack and the scrolled window. https://bugzilla.gnome.org/show_bug.cgi?id=739600 panels/printers/new-printer-dialog.ui | 42 +++++++++++++++++------------------ 1 file changed, 21 insertions(+), 21 deletions(-) commit 8a442a183a943b18444ddb2a287a09d4a1e2a1ca Author: Stas Solovey Date: Mon Nov 3 08:52:37 2014 +0000 Updated Russian translation po/ru.po | 146 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 73 insertions(+), 73 deletions(-) commit 3423286b5eb748587a310566409c1f9b0df0bfbf Author: Baurzhan Muftakhidinov Date: Wed Oct 29 06:23:35 2014 +0000 Updated Kazakh translation po/kk.po | 154 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 87 insertions(+), 67 deletions(-) commit 0a7b552d936fef90111dfb69c112fcf2a8add8ca Author: Cosimo Cecchi Date: Fri Oct 24 12:55:48 2014 -0700 search: use g_get_system_data_dirs() to discover providers Currently, the search panel looks for search providers in DATADIR/gnome-shell/search-providers. This won't work when providers are located in a different directory which is still part of XDG_DATA_DIRS, which is a valid use case and supported by gnome-shell. This commit refactors the loader code to scan all the directories upfront in a separate thread. https://bugzilla.gnome.org/show_bug.cgi?id=739148 panels/search/cc-search-panel.c | 169 ++++++++++++++++++++++++++-------------- 1 file changed, 111 insertions(+), 58 deletions(-) commit 3e899969086dab9cefaf43be4bfd95f1c15d0fad Author: Baurzhan Muftakhidinov Date: Fri Oct 24 03:16:42 2014 +0000 Updated Kazakh translation po/kk.po | 2801 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 1440 insertions(+), 1361 deletions(-) commit 57aab756e9d67d6420bcb651537e45930a257aa2 Author: Bastien Nocera Date: Mon Oct 20 13:41:21 2014 +0200 background: Fix possible crash when date isn't available https://bugzilla.gnome.org/show_bug.cgi?id=736475 panels/background/bg-pictures-source.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) commit 422166f3206740b98304528fb0974419ac0aeadb Author: Cosimo Cecchi Date: Mon Oct 20 14:52:47 2014 -0700 region: don't crash for locales with no country_code gnome_parse_locale() can return an empty country_code for some locales, which we are not taking into account when building the simple_locale string. https://bugzilla.gnome.org/show_bug.cgi?id=738963 panels/region/cc-input-chooser.c | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) commit f9107d43c0b38d66586183fa758834973b85fb13 Author: Umarzuki Bin Mochlis Moktar Date: Tue Oct 21 23:43:23 2014 +0000 Updated Malay translation po/ms.po | 11090 +++++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 8193 insertions(+), 2897 deletions(-) commit a7d1aa159954e8045075e8e5068d44071a49dca4 Author: Daniel Mustieles Date: Tue Oct 21 19:49:45 2014 +0200 Updated Spanish translation po/es.po | 100 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 50 insertions(+), 50 deletions(-) commit 22fa7f1292922621ab6099019f810c2b0a621c99 Author: Rui Matos Date: Mon Oct 20 15:48:40 2014 +0200 sound: Fix the main volume bars to correctly display changes in volume The active input and output streams aren't added through add_stream() so they weren't being mapped to their respective volume bars, resulting in updates to the volume through other means not being reflected in our UI. Moving the mapping to bar_set_stream() which is called for every stream fixes the problem. Also, there's no value in having a helper function to do a g_hash_table_insert() and not doing the same for the respective g_hash_table_remove()s so remove it. https://bugzilla.gnome.org/show_bug.cgi?id=738869 panels/sound/gvc-mixer-dialog.c | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) commit 1635cd5be9ede63752982050bf53d9fb261a769c Author: Dušan Kazik Date: Sun Oct 19 17:41:35 2014 +0000 Updated Slovak translation po/sk.po | 9100 +++++++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 7884 insertions(+), 1216 deletions(-) commit 7e47e1007c18cb8dfc719d51407c47ecb1ac16cd Author: Dušan Kazik Date: Sun Oct 19 17:39:12 2014 +0000 Updated Slovak translation po/sk.po | 9100 +++++++++----------------------------------------------------- 1 file changed, 1216 insertions(+), 7884 deletions(-) commit 19f9bf95dc1f378fdfbe19d2e89966d300706a23 Author: Bastien Nocera Date: Fri Oct 17 12:19:15 2014 +0200 universal-access: Disable hover on non-clickable rows https://bugzilla.gnome.org/show_bug.cgi?id=733264 panels/universal-access/uap.ui | 8 ++++++++ 1 file changed, 8 insertions(+) commit f325d6cc3647938db4402a766beff701b3358957 Author: Bastien Nocera Date: Fri Oct 17 12:13:17 2014 +0200 power: Disable hover on non-clickable rows https://bugzilla.gnome.org/show_bug.cgi?id=733264 panels/power/cc-power-panel.c | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) commit 633af27f2d17dc2ae3a8649bae8f6efe74da7347 Author: Bastien Nocera Date: Thu Oct 16 17:14:49 2014 +0200 common: Make Done button in language chooser blue https://bugzilla.gnome.org/show_bug.cgi?id=737966 panels/common/language-chooser.ui | 54 +++++++++++++-------------------------- 1 file changed, 18 insertions(+), 36 deletions(-) commit 212a4e9b6ecfd9c2b07e5924383cf5e1062384b2 Author: Michael Catanzaro Date: Wed Oct 8 20:48:21 2014 -0500 region: Make Add/Done buttons blue https://bugzilla.gnome.org/show_bug.cgi?id=737966 panels/region/format-chooser.ui | 54 ++++++++++++++--------------------------- panels/region/input-chooser.ui | 54 ++++++++++++++--------------------------- 2 files changed, 36 insertions(+), 72 deletions(-) commit 34ff7c44c5dc887de9b3c5a4f943b17693d032b0 Author: Stas Solovey Date: Thu Oct 16 21:49:48 2014 +0000 Updated Russian translation po/ru.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 894bd5bee4a11796c940626c18c5133c8388ac96 Author: Stas Solovey Date: Thu Oct 16 21:40:23 2014 +0000 Updated Russian translation po/ru.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 3377509a1825a8f4ef8b338dfaaa115d40da419a Author: Stas Solovey Date: Thu Oct 16 21:25:41 2014 +0000 Updated Russian translation po/ru.po | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) commit 3201d46070527c5d3ef3101a86c8e069a5a0db69 Author: Stas Solovey Date: Thu Oct 16 20:19:11 2014 +0000 Updated Russian translation po/ru.po | 509 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 259 insertions(+), 250 deletions(-) commit 066d66383e9c3d476eb85c6f6e8dfd42e6eb2bac Author: Ondrej Holy Date: Wed Oct 15 13:51:20 2014 +0200 cc-language-chooser: Reset dialog to original state when used the 2nd time The language chooser dialog is used in the users panel repeatedly. When we click to show more languages and/or select language, close the dialog and show it again e.g. for different user, the chooser isn't in an original state. So filter entry isn't hidden (and all languages are shown) and/or the last selected language is focused. But the dialog should be in the original state when it is open. This patch changes cc_language_chooser_clear_filter to clear the dialog into the original state that we can reuse the dialog later. https://bugzilla.gnome.org/show_bug.cgi?id=738077 panels/common/cc-language-chooser.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit d3c93d92497ba796427245fab266658e6d330086 Author: David King Date: Wed Oct 15 13:40:08 2014 +0100 user-accounts: Rename UmCropArea to CcCropArea Cheese has an internal copy of UmCropArea, and exports the corresponding um_crop_area_get_type() as part of libcheese-gtk. This leads to a crash when taking a photo in the avatar chooser, as the control center copy of the get_type() function is used. Renaming the function in Cheese would be an ABI break, so at this stage it is best to do the rename in the control center instead. https://bugzilla.gnome.org/show_bug.cgi?id=697039 panels/user-accounts/Makefile.am | 4 +- panels/user-accounts/cc-crop-area.c | 817 +++++++++++++++++++++++++++++++++ panels/user-accounts/cc-crop-area.h | 65 +++ panels/user-accounts/um-crop-area.c | 817 --------------------------------- panels/user-accounts/um-crop-area.h | 65 --- panels/user-accounts/um-photo-dialog.c | 12 +- 6 files changed, 890 insertions(+), 890 deletions(-)