commit cc61f581d84aca8d0a10678ea3aa1be6eba130e7 Author: Bastien Nocera Date: Tue Feb 18 17:54:27 2014 +0100 3.11.90 NEWS | 45 +++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 46 insertions(+), 1 deletion(-) commit ab4a5230be9bb4298a1d9d2c6d7aac1299ea41c8 Author: Thomas Wood Date: Sat Feb 15 19:29:22 2014 +0000 sharing: address ambiguity in the screen sharing dialog https://bugzilla.gnome.org/show_bug.cgi?id=723280 panels/sharing/cc-sharing-panel.c | 12 ++-- panels/sharing/sharing.ui | 127 +++++++++++++++++--------------------- 2 files changed, 63 insertions(+), 76 deletions(-) commit ea58777b822b98a764757f948d2b7de19affe592 Author: Debarshi Ray Date: Wed Feb 12 15:32:22 2014 +0100 background: Add support for Flickr pictures Listen to CcBackgroundGriloMiner::media-found and them to BgPicturesSource. https://bugzilla.gnome.org/show_bug.cgi?id=707569 panels/background/bg-pictures-source.c | 180 ++++++++++++++++++++++++++++++--- 1 file changed, 165 insertions(+), 15 deletions(-) commit b58f229789c102c53686a4e4c7090732b4f44c6c Author: Daniel Mustieles Date: Tue Feb 18 10:31:11 2014 +0100 Updated Spanish translation po/es.po | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) commit 41b33dc839e00971e5e27001975f3b3bb18519a3 Author: Giovanni Campagna Date: Mon Feb 17 21:33:47 2014 +0100 network: allow an empty gateway address in the connection editor It appears that this has always been the intention of the code, but the check was incomplete. https://bugzilla.gnome.org/show_bug.cgi?id=724312 panels/network/connection-editor/ce-page-ip4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8b6f9afb72281a14fba15d3585bdbde21a926ccb Author: Giovanni Campagna Date: Mon Feb 17 21:29:17 2014 +0100 network: don't warn for invalid settings g_warning() is for environment errors, not user errors. Not being able to click OK is enough to understand that something is wrong, and if not we should highlight the faulty setting, not spam the logs, expecially in the middle of digitation. Keep a log anyway, for debugging. https://bugzilla.gnome.org/show_bug.cgi?id=724312 panels/network/connection-editor/ce-page-ip4.c | 8 -------- panels/network/connection-editor/ce-page-ip6.c | 8 -------- panels/network/connection-editor/net-connection-editor.c | 4 ++-- 3 files changed, 2 insertions(+), 18 deletions(-) commit f31dbd02717801ed971d99468ea5d54178fdf4ec Author: Bastien Nocera Date: Wed Feb 12 13:36:53 2014 +0100 network: Fix build with NM 0.9.8.x Team support was only added in the 0.9.9.x branch for the 0.9.10 stable release. It's not available in any releases (beta or stable ones) yet. https://bugzilla.gnome.org/show_bug.cgi?id=723769 configure.ac | 7 +++++++ panels/network/Makefile.am | 10 +++++++--- panels/network/connection-editor/net-connection-editor.c | 2 ++ 3 files changed, 16 insertions(+), 3 deletions(-) commit 2e86e9e018e4b1ef5205c82b0b05363bd9e37288 Author: Debarshi Ray Date: Mon Feb 17 09:29:13 2014 +0100 background: Add CcBackgroundGriloMiner It fetches the most recent 50 images from every Grilo source that has a corresponding GOA account. Currently the only such source is Flickr. https://bugzilla.gnome.org/show_bug.cgi?id=707569 configure.ac | 5 +- panels/background/Makefile.am | 2 + panels/background/cc-background-grilo-miner.c | 328 ++++++++++++++++++++++++++ panels/background/cc-background-grilo-miner.h | 59 +++++ 4 files changed, 393 insertions(+), 1 deletion(-) commit e24baf78634e8628a66b888a1c32404b2dbd90e4 Author: Jorge Pérez Pérez Date: Mon Feb 17 23:20:27 2014 +0100 Updated Aragonese translation po/an.po | 232 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 118 insertions(+), 114 deletions(-) commit 741f09f6f405e1590a82b45643666039c273afc7 Author: Giovanni Campagna Date: Mon Feb 17 21:00:31 2014 +0100 network: handle argv after cold-plugging connections To pick up show-device with a connection path (VPN or virtual), we need to handle the arguments again after the connections are read. https://bugzilla.gnome.org/show_bug.cgi?id=724547 panels/network/cc-network-panel.c | 4 ++++ 1 file changed, 4 insertions(+) commit 10ffa301b725de070807483047bcccc5bcbe2ee2 Author: Giovanni Campagna Date: Mon Feb 17 14:50:51 2014 +0100 network: allow selecting a specific VPN or virtual interface Overload the show-device operation to accept paths to NMConnections, which can be matched to VPN connections or unadopted virtual interfaces. This will be used by gnome-shell to implement the VPN Settings menu item. https://bugzilla.gnome.org/show_bug.cgi?id=724547 panels/network/cc-network-panel.c | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) commit 50856b824cc840205b4049558214eaa19aaad10b Author: Debarshi Ray Date: Mon Feb 17 20:11:26 2014 +0100 Revert "background: Add CcBackgroundGriloMiner" This was never meant to be pushed. This reverts commit 92d121fe9ca5b51010e7a4ea6fa5371bf040d4d1. panels/background/Makefile.am | 2 - panels/background/cc-background-grilo-miner.c | 328 -------------------------- panels/background/cc-background-grilo-miner.h | 59 ----- 3 files changed, 389 deletions(-) commit 24670aebb072f531e02dd53c55601c9e3b9f15a0 Author: Debarshi Ray Date: Mon Feb 17 19:58:50 2014 +0100 Revert "background: Add support for Flickr pictures" This was never meant to be pushed. This reverts commit 725b85db775ab8226d3b77b549a2daa2f96044b4. configure.ac | 5 +- panels/background/bg-pictures-source.c | 141 ++------------------------------- 2 files changed, 7 insertions(+), 139 deletions(-) commit b1ff9896383cac2ad96a3105cde865d42b59b7e7 Author: Debarshi Ray Date: Mon Feb 17 19:58:32 2014 +0100 Revert "Revert "power: Use the new display device"" This was never meant to be pushed. This reverts commit d413fcc82e2764a86fbc9af3f1dc3aef5034fa46. panels/power/cc-power-panel.c | 86 +++++++------------------------------------ 1 file changed, 13 insertions(+), 73 deletions(-) commit d41fb2242b030f816974b87d84bebe378624612d Author: Debarshi Ray Date: Mon Feb 17 19:57:54 2014 +0100 Revert "Revert "build: Bump libupower-glib requirement"" This was never meant to be pushed. This reverts commit dcdf571127dd788188f5f769aa1b9a82e3947f5c. configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 71dc845389cc0b8e3847cee9fa4500b1c66c006b Author: Debarshi Ray Date: Mon Feb 17 19:57:25 2014 +0100 Revert "Revert "display: Update for libupower-glib API changes"" This was never meant to be pushed. This reverts commit f5b6fac3769894cb859e3bbe03dba1bd3b8339e6. panels/display/cc-display-panel.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 725b85db775ab8226d3b77b549a2daa2f96044b4 Author: Debarshi Ray Date: Wed Feb 12 15:32:22 2014 +0100 background: Add support for Flickr pictures Listen to CcBackgroundGriloMiner::media-found and them to BgPicturesSource. https://bugzilla.gnome.org/show_bug.cgi?id=707569 configure.ac | 5 +- panels/background/bg-pictures-source.c | 141 +++++++++++++++++++++++++++++++-- 2 files changed, 139 insertions(+), 7 deletions(-) commit d413fcc82e2764a86fbc9af3f1dc3aef5034fa46 Author: Debarshi Ray Date: Thu Nov 14 12:03:03 2013 +0100 Revert "power: Use the new display device" This reverts commit 93997f5ee82107e710d1d22b55d6d1137ab97127. panels/power/cc-power-panel.c | 86 ++++++++++++++++++++++++++++++++++++------- 1 file changed, 73 insertions(+), 13 deletions(-) commit dcdf571127dd788188f5f769aa1b9a82e3947f5c Author: Debarshi Ray Date: Thu Nov 14 11:59:23 2013 +0100 Revert "build: Bump libupower-glib requirement" This reverts commit e21814150a83ba551a4d1e0fbf0accf9a8bbcb58. configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit f5b6fac3769894cb859e3bbe03dba1bd3b8339e6 Author: Debarshi Ray Date: Thu Nov 14 11:59:16 2013 +0100 Revert "display: Update for libupower-glib API changes" This reverts commit 8ba50267bed318cae35a40cd20f3067856e7c93b. panels/display/cc-display-panel.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit 92d121fe9ca5b51010e7a4ea6fa5371bf040d4d1 Author: Debarshi Ray Date: Mon Feb 17 09:29:13 2014 +0100 background: Add CcBackgroundGriloMiner It fetches the most recent 50 images from every Grilo source that has a corresponding GOA account. Currently the only such source is Flickr. https://bugzilla.gnome.org/show_bug.cgi?id=707569 panels/background/Makefile.am | 2 + panels/background/cc-background-grilo-miner.c | 328 ++++++++++++++++++++++++++ panels/background/cc-background-grilo-miner.h | 59 +++++ 3 files changed, 389 insertions(+) commit cece7bc39bffcf9df1ce597266898cce63d109b6 Author: Yosef Or Boczko Date: Sun Feb 16 15:22:33 2014 +0200 Updated Hebrew translation po/he.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 64dbc2ad3ac67270a598dad0ccbbc14ccdbbae77 Author: Yosef Or Boczko Date: Sun Feb 16 15:20:29 2014 +0200 Updated Hebrew translation po/he.po | 2038 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 1014 insertions(+), 1024 deletions(-) commit 7648d20a0275e3ce8f74f24fa95b5957f0793ba5 Author: Rafael Ferreira Date: Sun Feb 16 06:23:31 2014 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 177 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 88 insertions(+), 89 deletions(-) commit 90499e1e4a1ab633cb53947d5fe36e56f4cb67b1 Author: Yuri Myasoedov Date: Sat Feb 15 20:51:23 2014 +0400 Fixed Russian translation po/ru.po | 306 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 171 insertions(+), 135 deletions(-) commit 5e867976d13e7bb12c11fe2f99ff7bea3cc09c7f Author: Daniel Mustieles Date: Fri Feb 14 18:25:10 2014 +0100 Updated Spanish translation po/es.po | 158 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 79 insertions(+), 79 deletions(-) commit 1df975607ad3522e5c78ea70e44e9ff671d5b83e Author: Richard Hughes Date: Fri Feb 14 10:20:37 2014 +0000 info: Just show a static 'Check for updates' button Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=720946 panels/info/cc-info-panel.c | 260 -------------------------------------------- panels/info/info.ui | 2 +- 2 files changed, 1 insertion(+), 261 deletions(-) commit bd1f779608adff4c580fd7ba55a523774c892eb7 Author: Marek Kasik Date: Thu Feb 13 15:47:04 2014 +0100 printers: Delay searching for remote printers Start to search for remote printers on given hostname after 500ms of user's inactivity instead of GtkSearchEntry's default 150ms (the search is very expensive operation). Keep filtering devices list after the default 150ms and search immediately if user activates the search entry. https://bugzilla.gnome.org/show_bug.cgi?id=694154 panels/printers/pp-new-printer-dialog.c | 196 ++++++++++++++++++++++---------- 1 file changed, 137 insertions(+), 59 deletions(-) commit 25f9517656a06a7365f08da4eaa2eae7c1efcab5 Author: Marek Kasik Date: Mon Jan 27 14:38:22 2014 +0100 printers: Don't react to icon-press when searching for new printers There is no activatable icon in the new printer dialog. https://bugzilla.gnome.org/show_bug.cgi?id=694154 panels/printers/pp-new-printer-dialog.c | 14 -------------- 1 file changed, 14 deletions(-) commit e2e0c505eba3670f7c00dc1f637a2e783699f1b1 Author: Marek Kasik Date: Mon Jan 27 14:17:03 2014 +0100 printers: Don't show tooltip on clear icon when searching for printers The clear icon doesn't do what its tooltip says. https://bugzilla.gnome.org/show_bug.cgi?id=694154 panels/printers/new-printer-dialog.ui | 2 -- 1 file changed, 2 deletions(-) commit 22a558ef80b34d7821597d54752b93849a4686f0 Author: Marek Kasik Date: Mon Jan 27 13:08:19 2014 +0100 printers: Don't wait for activation to start search Connect to "search-changed" signal of GtkSearchEntry instead of "activate" signal when searching for new printers. Cancel previous searches and start new ones as needed. https://bugzilla.gnome.org/show_bug.cgi?id=694154 panels/printers/pp-new-printer-dialog.c | 104 +++++++++++++++++++------------- 1 file changed, 62 insertions(+), 42 deletions(-) commit 8758ed328b11e01bb0b162c383d87f665a28df1b Author: Debarshi Ray Date: Wed Feb 12 13:51:19 2014 +0100 background: Remove redundant and unused parameter from add_single_file There is no need to pass the source-uri as a parameter as we can get it from the file itself. This would help in using the same code paths for local and remote pictures. https://bugzilla.gnome.org/show_bug.cgi?id=707569 panels/background/bg-pictures-source.c | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) commit 0c5044609d26b8a55f1b64b272f2587925cc513b Author: Ondrej Holy Date: Thu Jan 30 16:28:15 2014 +0100 mouse: fix touch support for the testing widget There is delay in response to tapping without GDK_BUTTON_RELEASE_MASK. https://bugzilla.gnome.org/show_bug.cgi?id=723294 panels/mouse/gnome-mouse-test.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 91e56738b74b2ea63f22d6211db75a6625dc00d8 Author: Debarshi Ray Date: Wed Feb 12 15:26:59 2014 +0100 background: Minor clean up https://bugzilla.gnome.org/show_bug.cgi?id=707569 panels/background/bg-pictures-source.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 6c05a7d176bd0c98aef10e6bbc7b9d817902b70e Author: Debarshi Ray Date: Tue Feb 11 17:12:23 2014 +0100 background: Remove uses of libsocialweb and BgFlickrSource BgFlickrSource will be merged with BgPicturesSource and rewritten using Grilo at the same time. https://bugzilla.gnome.org/show_bug.cgi?id=707569 configure.ac | 23 ---- panels/background/Makefile.am | 6 - panels/background/bg-flickr-source.c | 153 ----------------------- panels/background/bg-flickr-source.h | 74 ----------- panels/background/cc-background-chooser-dialog.c | 25 ---- 5 files changed, 281 deletions(-) commit f0bd1c8bbd8dd596c34360999bbdacc0a1952169 Author: Daniel Mustieles Date: Thu Feb 13 13:25:41 2014 +0100 Updated Spanish translation po/es.po | 67 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 35 insertions(+), 32 deletions(-) commit 4a403aa825c134f5a2dbeb31e24c5df0ace446f3 Author: Debarshi Ray Date: Thu Feb 13 09:51:48 2014 +0100 background: Use GLib API to convert absolute filename to URI https://bugzilla.gnome.org/show_bug.cgi?id=709771 panels/background/cc-background-chooser-dialog.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 8ef67d6be023ae1c34a7d75382f8daed2479f3a9 Author: Debarshi Ray Date: Tue Feb 11 16:38:37 2014 +0100 background: Guard against XDG_PICTURES_DIR not being defined https://bugzilla.gnome.org/show_bug.cgi?id=709771 panels/background/bg-pictures-source.c | 3 +++ panels/background/cc-background-chooser-dialog.c | 18 ++++++++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) commit f67cb0553d657e5998693d006e64b0eb91e4608b Author: Victor Ibragimov Date: Thu Feb 13 11:01:16 2014 +0500 Tajik translation updated po/tg.po | 67 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 35 insertions(+), 32 deletions(-) commit 8bf4f51d1aae4cd5250f28052dd0200a7befac29 Author: Ryan Lortie Date: Wed Feb 12 13:27:06 2014 -0500 user-accounts: missing semicolon panels/user-accounts/um-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 07d24bbdab3d6dc37f685ae22c741ead8b8221c1 Author: Ryan Lortie Date: Wed Feb 12 12:07:34 2014 -0500 user-accounts: use POSIX for max login name length Use the POSIX-specified way of determining the maximum length of a valid username on this system. https://bugzilla.gnome.org/show_bug.cgi?id=724193 panels/user-accounts/um-utils.c | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) commit c107da2bf60edab30768f79f9dd26da77219463f Author: ngoswami Date: Wed Feb 12 17:57:09 2014 +0000 Updated Assamese translation po/as.po | 60 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) commit 1d704b1a1f6b7f51532a21f03fa3483ca1941b37 Author: Enrico Nicoletto Date: Wed Feb 12 16:02:41 2014 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) commit ad9c640f5c2f3cee6c5009ca3926b27952f5e94d Author: Marek Kasik Date: Mon Jan 27 17:15:29 2014 +0100 printers: Use "Default printer" instead of "Default" Use "Default printer" in the main panel to clarify what the check button represents. https://bugzilla.gnome.org/show_bug.cgi?id=706896 panels/printers/printers.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6d5d28e7d4628cfaf8aa5f85ed601ec099296a95 Author: Marek Kasik Date: Wed Feb 12 15:15:46 2014 +0100 printers: Vertically center text for no devices Move the text "No printers detected." to its own GtkLabel which is vertically and horizontally centerd and show it instead of GtkTreeView when no devices were found. https://bugzilla.gnome.org/show_bug.cgi?id=706897 panels/printers/new-printer-dialog.ui | 34 ++++++++++++++++++++++---- panels/printers/pp-new-printer-dialog.c | 43 ++++++--------------------------- 2 files changed, 36 insertions(+), 41 deletions(-) commit a19a261df983d7ea0c02d3f0ed3509412b41b718 Author: Rafael Ferreira Date: Wed Feb 12 12:20:05 2014 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) commit f5063247e954a136682e031d7d6eea86e7f51553 Author: Ryan Lortie Date: Tue Feb 11 14:26:47 2014 -0500 background: fix link of tester program Libraries belong in _LDADD, not _LDFLAGS. https://bugzilla.gnome.org/show_bug.cgi?id=724192 panels/background/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit bd4094d26e7cd59b98efa875cb1fdee8ad0663a6 Author: Piotr Drąg Date: Tue Feb 11 18:15:20 2014 +0100 Fix grammar in a translators comment panels/background/background.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e35adc97dee8d69ea013020b7c0c4a5294f2887a Author: ngoswami Date: Tue Feb 11 12:29:20 2014 +0000 Updated Assamese translation po/as.po | 1119 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 571 insertions(+), 548 deletions(-) commit 1ea4b3a90a39c405e489d38a5e0b0ee048f045ac Author: Ting-Wei Lan Date: Tue Feb 11 19:48:29 2014 +0800 universal-access: Remove useless inline functions These inline functions are just wrappers with shorter names. We do not need to save line length. https://bugzilla.gnome.org/show_bug.cgi?id=723994 panels/universal-access/zoom-options.c | 48 +++++++++------------------------- 1 file changed, 12 insertions(+), 36 deletions(-) commit e08e74457879193932e5007bd4747d24f858600e Author: Rui Matos Date: Tue Feb 11 10:50:49 2014 +0100 keyboard: Whitelist a few more options for the 3rd level chooser These work as good as the others since they're simple switches and it seems that some users want them. https://bugzilla.gnome.org/show_bug.cgi?id=724066 panels/keyboard/cc-keyboard-option.c | 3 +++ 1 file changed, 3 insertions(+) commit 3eb95774485d71bc1e343772133888eef983b302 Author: Victor Ibragimov Date: Tue Feb 11 12:13:02 2014 +0500 Tajik translation updated po/tg.po | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) commit c3546fd217ad3f0d341d8751d0b4013994155ef4 Author: Daniel Korostil Date: Mon Feb 10 22:45:39 2014 +0200 Updated Ukrainian translation po/uk.po | 1129 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 579 insertions(+), 550 deletions(-) commit 7f53aea7c76e150812594c90d3fb57417a72761b Author: Daniel Mustieles Date: Mon Feb 10 17:44:47 2014 +0100 Updated Spanish translation po/es.po | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) commit 832f47dcda8225611c1fa0d9fd3870855748d54c Author: Bastien Nocera Date: Fri Sep 20 16:54:46 2013 +0200 universal-access: Use '&' instead of 'and' https://bugzilla.gnome.org/show_bug.cgi?id=689499 panels/universal-access/uap.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c677c7e09721884c50e5e0866f18c111f8c19d52 Author: Baptiste Mille-Mathias Date: Sun Feb 9 17:52:21 2014 +0100 [po/fr] Correct the translation for "Lock Screen" In the background capplet, the string for "lock screen" was translated "Verrouiller l'écran" (https://git.gnome.org/browse/gnome-control-center/tree/po/fr.po#n59) but lock is not a verb in this case but a noon. So the translation should rather be something like "Écran de verrouillage" Comment added accordingly to builder file. https://bugzilla.gnome.org/show_bug.cgi?id=723967 panels/background/background.ui | 2 +- po/fr.po | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) commit ff0628f7fd87bb6201101db9bf0cc268a5820046 Author: Kjartan Maraas Date: Sun Feb 9 19:50:28 2014 +0100 Updated Norwegian bokmål translation po/nb.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 338fda5ec1c31f1d4329520ed50cc8e9f265bdb0 Author: Kjartan Maraas Date: Sun Feb 9 19:43:40 2014 +0100 Updated Norwegian bokmål translation po/nb.po | 1099 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 563 insertions(+), 536 deletions(-) commit 3952e7546bfa2a7c4d09e0e0827c944454ac1b7e Author: Jorge Pérez Pérez Date: Sun Feb 9 13:29:37 2014 +0100 Updated Aragonese translation po/an.po | 75 ++++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 50 insertions(+), 25 deletions(-) commit b39724df90056b3eb6a4779ad9b6014b17ec1ad6 Author: Marek Černocký Date: Sat Feb 8 10:20:11 2014 +0100 Updated Czech translation po/cs.po | 1098 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 563 insertions(+), 535 deletions(-) commit 08d927b5b16e991fe41943ec82649535ebe979e0 Author: Fran Diéguez Date: Fri Feb 7 02:31:06 2014 +0100 Updated Galician translations po/gl.po | 1094 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 559 insertions(+), 535 deletions(-) commit 90ff181ab6c1adbe8a42a9663281c2c0c9a150d8 Author: Daniel Mustieles Date: Wed Feb 5 13:46:12 2014 +0100 Updated Spanish translation po/es.po | 1105 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 564 insertions(+), 541 deletions(-) commit 39c06ad221f576e3aca4aa76af998bc86cf83e77 Author: Shankar Prasad Date: Wed Feb 5 14:59:10 2014 +0530 updated kn.po po/kn.po | 3547 ++++++++------------------------------------------------------ 1 file changed, 423 insertions(+), 3124 deletions(-) commit 7dac2ed19cd1e540a94b27ac2c41fed6b777f387 Author: Victor Ibragimov Date: Wed Feb 5 11:04:28 2014 +0500 Tajik translation updated po/tg.po | 1107 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 566 insertions(+), 541 deletions(-) commit b23bd0fe106a990496f55778acfe02b507a8ec4f Author: Enrico Nicoletto Date: Tue Feb 4 21:36:41 2014 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 1099 ++++++++++++++++++++++++++++++----------------------------- 1 file changed, 563 insertions(+), 536 deletions(-) commit dcb22fc333e5155a9f2fe8a8373267598343bc58 Author: Richard Hughes Date: Tue Feb 4 16:42:57 2014 +0000 privacy: Add option to control GNOME Software usage stats Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=723619 panels/privacy/cc-privacy-panel.c | 27 ++++++++ panels/privacy/privacy.ui | 132 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 159 insertions(+)