commit 5fdc90cc8b04c3224394fee615d265dbb8632616 Author: Bastien Nocera Date: Tue Mar 8 11:36:13 2011 +0000 2.91.91 Fix wrong include lines, so distcheck works NEWS | 42 +++++++++++++++++++++++++++++++++ configure.ac | 4 +- panels/datetime/cc-datetime-panel.c | 2 +- panels/display/Makefile.am | 3 +- panels/printers/cc-printers-panel.c | 2 +- panels/universal-access/cc-ua-panel.c | 2 +- panels/user-accounts/um-user-panel.c | 2 +- 7 files changed, 50 insertions(+), 7 deletions(-) commit a7e5f367b54fbeab26fa6a38e01607d0b4c0817a Author: Kjartan Maraas Date: Tue Mar 8 12:21:47 2011 +0100 Updated Norwegian bokmål translation po/nb.po | 153 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 89 insertions(+), 64 deletions(-) commit cff8677531a010f0e6340b7833eda0eaa0eff56b Author: Kjartan Maraas Date: Wed Mar 2 21:41:39 2011 +0100 universal-access: Add #include to make translations work. panels/universal-access/cc-ua-panel.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit fea9ed5d368e53471f2c34f8ac3a128c730a80d3 Author: Luca Ferretti Date: Tue Mar 8 10:41:56 2011 +0100 l10n: include new add printer files po/POTFILES.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 968b3adbe51558a2f6ffad867da866b9e550a293 Author: Bastien Nocera Date: Tue Mar 8 07:58:52 2011 +0000 datetime: Add test application for date endianess panels/datetime/Makefile.am | 9 +++++- panels/datetime/test-endianess.c | 49 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 2 deletions(-) commit 2898b86e68be5be01e8fe5bba72f2df87e92225d Author: Bastien Nocera Date: Tue Mar 8 07:57:37 2011 +0000 datetime: Implement date endianess detection Implement fairly robust detection of endianess based on the d_fmt format exported by glibc. https://bugzilla.gnome.org/show_bug.cgi?id=636896 panels/datetime/cc-datetime-panel.c | 2 +- panels/datetime/date-endian.c | 131 +++++++++++++++++++++++++++++++++-- panels/datetime/date-endian.h | 6 +- 3 files changed, 130 insertions(+), 9 deletions(-) commit c93e7add24047ed51d693d1f835f235e5c9e3592 Author: Bastien Nocera Date: Tue Mar 8 06:47:19 2011 +0000 datetime: Add UI code to reorder date widgets Based on the locale's date format, rather than only support the US-centric version. https://bugzilla.gnome.org/show_bug.cgi?id=636896 panels/datetime/Makefile.am | 2 + panels/datetime/cc-datetime-panel.c | 38 +++++++++++++++++++++++++ panels/datetime/date-endian.c | 53 +++++++++++++++++++++++++++++++++++ panels/datetime/date-endian.h | 30 +++++++++++++++++++ 4 files changed, 123 insertions(+), 0 deletions(-) commit d2a87ebe151c40f096498916841b0254881240f5 Author: A S Alam Date: Tue Mar 8 08:42:35 2011 +0530 update Punjabi Translation by A S Alam po/pa.po | 267 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 131 insertions(+), 136 deletions(-) commit 233816f028b9e79d62e6cd6b8eb3c2d0df5b4487 Author: Sergey V. Udaltsov Date: Mon Mar 7 23:07:59 2011 +0000 Bumping libgnomekbd version requirement to 2.91.91 configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit b86c55cf47aeb6743ab6f2d85cee5500a79a1239 Author: William Jon McCann Date: Mon Mar 7 16:20:11 2011 -0500 shell: oops gmenu_tree isn't a gobject So don't unref it like one. shell/gnome-control-center.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6ee33377a2370e589a5df7823395743d90bb5586 Author: Daniel Mustieles Date: Mon Mar 7 19:26:07 2011 +0100 Updated Spanish translation po/es.po | 98 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 51 insertions(+), 47 deletions(-) commit 603bd190e9d933b1cccb7b0cd07ca7e51a33feb9 Author: Daniel Mustieles Date: Mon Mar 7 19:18:33 2011 +0100 Updated Spanish translation po/es.po | 36 +++++++++++++++++------------------- 1 files changed, 17 insertions(+), 19 deletions(-) commit 6653f3276e3b450cbf987a5d5c57ef67f499c410 Author: Bastien Nocera Date: Mon Mar 7 17:54:57 2011 +0000 shell: Fix warning in renderer shell/shell-search-renderer.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 3fb4d4af2745124c3d370c0fcc94fdb5886af245 Author: Marek Kasik Date: Mon Mar 7 17:09:00 2011 +0100 printers: Add dialog for adding new printers The dialog is able to add printers discovered by cupsGetDevices(). It can also add printers from a remote CUPS server by typing its address and selecting printer we want to add (#640734). panels/printers/Makefile.am | 5 + panels/printers/cc-printers-panel.c | 273 +++------ panels/printers/new-printer-dialog.ui | 247 +++++++ panels/printers/pp-new-printer-dialog.c | 1066 +++++++++++++++++++++++++++++++ panels/printers/pp-new-printer-dialog.h | 39 ++ panels/printers/pp-utils.c | 385 +++++++++++ panels/printers/pp-utils.h | 59 ++ 7 files changed, 1887 insertions(+), 187 deletions(-) commit c96cc691026084eea4db47ee8050f553a8cbfcc2 Author: Cosimo Cecchi Date: Mon Mar 7 10:42:54 2011 -0500 shell: add primary-toolbar style class to the toolbar shell/shell.ui | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit a05799ef39ba026eba828f5966fa4b541b27409b Author: Jiro Matsuzawa Date: Mon Mar 7 00:26:23 2011 +0900 Updated Japanese translation. po/ja.po | 5515 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 3873 insertions(+), 1642 deletions(-) commit b6a7cd222f84b25c2edd61eed4fb277a044b65b6 Author: Nguyễn Thái Ngọc Duy Date: Sun Mar 6 21:13:19 2011 +0700 po/vi.po: "Phòng bị" is better than "Phòng hờ" po/vi.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 460ecf2c01e93c5496d00330d1c2c8f46a49fb2e Author: Nguyễn Thái Ngọc Duy Date: Sun Mar 6 19:03:38 2011 +0700 Updated Vietnamese translation po/vi.po | 543 ++++++++++++++++++++++++-------------------------------------- 1 files changed, 207 insertions(+), 336 deletions(-) commit 5cc12a54de2a27bdcff4a62fc3b71788e10e4687 Author: Nguyễn Thái Ngọc Duy Date: Sun Mar 6 18:35:43 2011 +0700 po/vi.po: import from Damned Lies po/vi.po | 3142 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 2029 insertions(+), 1113 deletions(-) commit 307f81e419286026d3c0474165f273a8d0aca527 Author: William Jon McCann Date: Sun Mar 6 05:01:29 2011 -0500 Reload the list of panels when the menu changes https://bugzilla.gnome.org/show_bug.cgi?id=630902 shell/gnome-control-center.c | 129 +++++++++++++++++++++++++++-------------- 1 files changed, 85 insertions(+), 44 deletions(-) commit f87adffad2e8ec0e164b46497b2569834aa4e17e Author: Daniel Korostil Date: Sat Mar 5 17:10:31 2011 +0200 Uploaded Ukranian po/uk.po | 2372 ++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 1478 insertions(+), 894 deletions(-) commit 04a12e62b90fc99122757255d974d4b6f35dc185 Author: Daniel Korostil Date: Sat Mar 5 16:08:20 2011 +0200 Uploaded Ukranian po/uk.po | 638 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 323 insertions(+), 315 deletions(-) commit 1fe08078b7c4b75597e2ebbd0d1bd63a8d290cc7 Author: Daniel Mustieles Date: Sat Mar 5 11:38:06 2011 +0100 Added Spanish translation po/es.po | 185 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 90 insertions(+), 95 deletions(-) commit e3fa37f99296be44b6adc9663eceb02cad6c25c2 Author: Daniel Mustieles Date: Sat Mar 5 11:35:02 2011 +0100 Added Spanish translation po/es.po | 235 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 134 insertions(+), 101 deletions(-) commit e02e1babc967386311c1aad665fa9c5ff5a1b44d Author: Khaled Hosny Date: Fri Mar 4 16:48:42 2011 +0200 Updated Arabic translation po/ar.po | 164 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 83 insertions(+), 81 deletions(-) commit 0a5ba58fe437c906dbc872e648728cce871db117 Author: Florian Müllner Date: Fri Mar 4 12:55:25 2011 +0100 configure: Fix build if cheese is explicitly disabled If --with-cheese=no is passed, the BUILD_CHEESE conditional is never defined and the build breaks - move the call to AM_CONDITIONAL to define it in any case. configure.ac | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 78d6115c4c7d8b9d43d6c5f179a0a82ca5373a48 Author: Yaron Shahrabani Date: Fri Mar 4 07:02:14 2011 +0200 Updated Hebrew translation. po/he.po | 164 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 83 insertions(+), 81 deletions(-) commit 9f148dd316cf1fd5482ce69b936b40246c6d566b Author: Luca Ferretti Date: Fri Mar 4 02:40:44 2011 +0100 Updated Italian translation po/it.po | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) commit 5a5ddf9535452515a1e34512e025040c6d0d3cff Author: Bastien Nocera Date: Fri Mar 4 01:14:47 2011 +0000 info: Add a few more keywords to the desktop file https://bugzilla.gnome.org/show_bug.cgi?id=643832 panels/info/gnome-info-panel.desktop.in.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit dd93bbae3196e230826dc94185cc7b57b3f8586f Author: Bastien Nocera Date: Fri Mar 4 00:09:19 2011 +0000 build: Update libgnomekbd dependencies configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 3758211330fca597643db97538942c200b608f1e Author: Bruno Brouard Date: Thu Mar 3 21:36:02 2011 +0100 Updated French Translation Contributed by Gérard Baylard and Bruno Brouard po/fr.po | 6034 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 2813 insertions(+), 3221 deletions(-) commit bc5c05fef5405eba9e12919e45dc45e6b30f3953 Author: Colin Walters Date: Thu Mar 3 15:08:57 2011 -0500 configure: Also require a new enough version of cheese configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 95b4771bc5e657a0af0220b3bfc6dd41b95e3407 Author: Colin Walters Date: Thu Mar 3 14:41:53 2011 -0500 configure: error out if cheese is configured but not enabled configure.ac | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 1b7ce6ee5aec42e614a8fdd04bc3f54bfe1dfc95 Author: Colin Walters Date: Thu Mar 3 14:12:23 2011 -0500 configure: Make cheese detection auto Simply detect cheese availability, and build with if it is. This helps people jhbuilding the gnome-shell moduleset. configure.ac | 9 ++++++--- panels/user-accounts/Makefile.am | 10 ++++++++-- 2 files changed, 14 insertions(+), 5 deletions(-) commit 975c3aea6a416d78d092d98b980ae18e25cb95b3 Author: Colin Walters Date: Thu Mar 3 13:25:09 2011 -0500 info: Fix ui widget references This should have been rebased into the earlier patches. panels/info/info.ui | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit f6b0ae89af8fe1f34c7e1c16f57276c8e4a100b1 Author: Bastien Nocera Date: Thu Mar 3 13:24:23 2011 +0000 universal-access: Use "text-scaling-factor" instead of "dpi" https://bugzilla.gnome.org/show_bug.cgi?id=643704 panels/universal-access/cc-ua-panel.c | 118 ++++---------------------------- 1 files changed, 15 insertions(+), 103 deletions(-) commit 4e27e36593064508f34e47b8f38cbb602358cf98 Author: Luca Ferretti Date: Wed Mar 2 21:57:48 2011 +0100 Updated Italian translation po/it.po | 435 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 225 insertions(+), 210 deletions(-) commit 93e615e7f63cc1ea7366440c5e29eda0b8370540 Author: Kjartan Maraas Date: Wed Mar 2 18:45:16 2011 +0100 Updated Norwegian bokmål translation po/nb.po | 932 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 467 insertions(+), 465 deletions(-) commit 680c00be22140c1e63b23834d4683edd27e97c8b Author: Kjartan Maraas Date: Wed Mar 2 18:40:44 2011 +0100 Add #include panels/network/cc-network-panel.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit d441df289c1ad00be2dcae419c59a6a92c5c1ac1 Author: Kjartan Maraas Date: Thu Feb 24 19:55:32 2011 +0100 Avoid null pointer dereference and remove unused variable shell/gnome-control-center.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit dd7d6aa4840ad3043ce4ea054870ed1702c4a5d0 Author: Kjartan Maraas Date: Thu Feb 24 19:54:23 2011 +0100 Remove unused assignment panels/user-accounts/um-language-dialog.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 57895a445519e64d7795a743f1615ded72c3674a Author: Kjartan Maraas Date: Thu Feb 24 19:54:08 2011 +0100 Remove unused assignment panels/user-accounts/um-crop-area.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2a92753d9728cb9196d5674ed805a454062a8dec Author: Kjartan Maraas Date: Thu Feb 24 19:53:47 2011 +0100 Use the right return type panels/sound/gvc-mixer-stream.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 73ceb9301aea707adede4a861a99c2595ba26548 Author: Kjartan Maraas Date: Thu Feb 24 19:53:36 2011 +0100 Use the right return type panels/sound/gvc-mixer-card.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 3e689ac25fc793f7a474601a417fd3496d64945c Author: Kjartan Maraas Date: Thu Feb 24 19:52:58 2011 +0100 #include to make translations work panels/power/cc-power-panel.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit ab453dc044f68a816f42859592a67b0acff8a75f Author: Kjartan Maraas Date: Thu Feb 24 19:52:47 2011 +0100 Initialize variable to avoid using uninitialized memory later panels/sound/gvc-mixer-control.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 24cfcd9a36dd04be9426ca39310d3609632131c0 Author: Kjartan Maraas Date: Thu Feb 24 19:52:00 2011 +0100 #include to make translations work panels/keyboard/keyboard-shortcuts.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 7696c157eab648c325ef70a2795bcead929367f0 Author: Kjartan Maraas Date: Thu Feb 24 19:51:44 2011 +0100 #include to make translations work panels/info/cc-info-panel.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 81191add1191b0a893ee8a0806aee9870f83de17 Author: Kjartan Maraas Date: Thu Feb 24 19:51:20 2011 +0100 Remove unused code panels/display/xrandr-capplet.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit e24394dafffe5630aae9cf6a921b4814d551c9e2 Author: Kjartan Maraas Date: Thu Feb 24 19:50:01 2011 +0100 Remove unused variables panels/display/scrollarea.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) commit 916e4d2f1673a186c823301977e3eb71743a6f01 Author: Kjartan Maraas Date: Wed Mar 2 18:09:17 2011 +0000 shell: GCC 4.6 warning fixes https://bugzilla.gnome.org/show_bug.cgi?id=642810 shell/cc-shell-category-view.c | 4 +--- shell/gnome-control-center.c | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) commit 849b752cff37234be217039d48258460caced5f1 Author: Kjartan Maraas Date: Wed Mar 2 18:08:33 2011 +0000 media: GCC 4.6 warning fixes https://bugzilla.gnome.org/show_bug.cgi?id=642810 panels/media/cc-media-panel.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1ca3755aeca2ac2cb0d5fe30693259ceef853218 Author: Kjartan Maraas Date: Wed Mar 2 18:06:07 2011 +0000 display: GCC 4.6 warning fixes https://bugzilla.gnome.org/show_bug.cgi?id=642810 panels/display/xrandr-capplet.c | 18 ------------------ 1 files changed, 0 insertions(+), 18 deletions(-) commit e50563f67c291a1c9a571fd5c22343b1a2667266 Author: Kjartan Maraas Date: Wed Mar 2 18:00:36 2011 +0000 datetime: Fix GCC 4.6 warnings https://bugzilla.gnome.org/show_bug.cgi?id=642810 panels/datetime/cc-datetime-panel.c | 5 ----- panels/datetime/set-timezone.c | 2 -- panels/datetime/tz.c | 31 ------------------------------- 3 files changed, 0 insertions(+), 38 deletions(-) commit 2516ffcddc8c4229ea2836d18a447a24f42ad29e Author: Yaron Shahrabani Date: Wed Mar 2 20:02:08 2011 +0200 Updated Hebrew translation. po/he.po | 345 ++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 192 insertions(+), 153 deletions(-) commit 8c6024b9673608db89da6c5fe7bae81e98f00da3 Author: Saleem Abdulrasool Date: Sun Dec 19 19:06:15 2010 -0800 build: Add explicit option for cheese https://bugzilla.gnome.org/show_bug.cgi?id=643263 configure.ac | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) commit 88cf391846b1b5ff0d12784fac73abed306570a9 Author: Saleem Abdulrasool Date: Thu Feb 24 19:57:22 2011 -0800 build: add explicit option for cups configure.ac | 39 +++++++++++++++++++-------------------- 1 files changed, 19 insertions(+), 20 deletions(-) commit f8877716a60fdcaf659645b7bf96ae51feaa7e4e Author: Frédéric Péters Date: Fri Feb 25 18:02:44 2011 +0100 info: Remove (tm) from GNOME logo See http://live.gnome.org/BrandGuidelines https://bugzilla.gnome.org/show_bug.cgi?id=643310 panels/info/GnomeLogoVerticalMedium.svg | 66 ++++++++++++++++--------------- 1 files changed, 34 insertions(+), 32 deletions(-) commit e824d024a76c1748fcbab06986b6777e2b5144a7 Author: Khaled Hosny Date: Wed Mar 2 17:35:46 2011 +0200 Updated Arabic translation po/ar.po | 177 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 93 insertions(+), 84 deletions(-) commit 08bbcdc2786a032c3f3e25e9e47a72a69bcdff94 Author: A S Alam Date: Wed Mar 2 18:27:32 2011 +0530 update Punjabi Translation by A S Alam po/pa.po | 376 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 203 insertions(+), 173 deletions(-) commit 4534d0fb58e5aee2ad92ba1dc5cf7a74b41c26f5 Author: Luca Ferretti Date: Wed Mar 2 01:17:59 2011 +0100 universal-access: context and comments for translators Provide context for some translatable strings available elsewhere with different meaning, for instance Display, Zoom, High, Low. panels/universal-access/uap.ui | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) commit a04152fe867edf4ca0b6779c4be923b22eaa116a Author: Luca Ferretti Date: Tue Mar 1 23:07:21 2011 +0100 Updated Italian translation po/it.po | 895 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 466 insertions(+), 429 deletions(-) commit 7b1d31f0726a21a241a313ebdac1efd9b0883185 Author: Daniel Mustieles Date: Tue Mar 1 22:36:54 2011 +0100 Updated Spanish translation po/es.po | 278 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 147 insertions(+), 131 deletions(-) commit ff203278992dea3886625e4f897a5cd74b0d2aa6 Author: Sergey V. Udaltsov Date: Tue Mar 1 11:32:29 2011 +0000 Small update in libgnomekbd api Improved function name panels/region/gnome-region-panel-xkblt.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 320df2e3288931fc02932c2654a5307a46043e37 Author: Daniel Nylander Date: Tue Mar 1 21:07:19 2011 +0100 Updated Swedish translation po/sv.po | 1253 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 711 insertions(+), 542 deletions(-) commit 2c1d6a829c246b33e4c054764ec41988646353f3 Author: Colin Walters Date: Fri Feb 25 11:04:02 2011 -0500 info: Look for VESA mode In the case where "nomodeset" is given to Linux, or we don't have a driver, we'll end up in VESA in most cases. So handle this by parsing the XOrg log, and extract from it what chipset VESA is driving. This is again better than lspci because it corresponds better to what the X server is doing. panels/info/cc-info-panel.c | 124 ++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 117 insertions(+), 7 deletions(-) commit e91e2ab77aec64dc80c1a6c365db62e74ba5f2f4 Author: Colin Walters Date: Thu Feb 24 18:49:38 2011 -0500 info: Drop chipset from Graphics For our purposes, the OpenGL renderer string from current Mesa is about as good as it gets. When we have drivers, the driver best knows how to handle whatever PCI etc. devices it found, and it's also tied to the current X server, which makes the most sense. If you're wondering why GNOME is in fallback mode, the lspci output isn't going to help a lot more for a bug report; for that we need a lot of info from Xorg, kernel, etc. That would be a separate script. panels/info/cc-info-panel.c | 76 ++----------------------------------------- 1 files changed, 3 insertions(+), 73 deletions(-) commit 6766a3ef65fea00345a5c5d597c0e050438271c1 Author: Khaled Hosny Date: Tue Mar 1 16:39:03 2011 +0200 Updated Arabic translation po/ar.po | 168 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 85 insertions(+), 83 deletions(-) commit 0c6bc16db8d0a69e7e8f72cf2f55a02ac7ccdf3f Author: Joan Duran Date: Tue Mar 1 00:47:15 2011 +0100 [l10n] Updated Catalan translation po/ca.po | 7825 ++++++++++++++++++++++---------------------------------------- 1 files changed, 2791 insertions(+), 5034 deletions(-) commit f421ba9d8a52f5b5d100a40593ad49f7c925c8b3 Author: Matthias Clasen Date: Mon Feb 28 14:46:42 2011 -0500 Don't mark theme names as translatable panels/universal-access/uap.ui | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 8936c853c21fe840a407f71b85f52ea42e2ce84b Author: Matthias Clasen Date: Mon Feb 28 13:25:03 2011 -0500 Fix a typo The new AutostartCondition syntax is 'if-session', not 'is-session'. panels/sound/data/gnome-sound-applet.desktop.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a90585f454d0b2e8a5147bda9e69f3dc69973c3c Author: Bastien Nocera Date: Mon Feb 28 16:24:46 2011 +0000 universal-access: Add 0.75 DPI scale factor https://bugzilla.gnome.org/show_bug.cgi?id=643503 panels/universal-access/uap.ui | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 69e7f00833a402acd0208a7d5691f37b9aa57a72 Author: Bastien Nocera Date: Mon Feb 28 16:02:59 2011 +0000 universal-access: Fix initial state of DPI dropdown And handle the special "0.0" DPI. panels/universal-access/cc-ua-panel.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 84eed6b0cf9f0b44db5a030018bfca17dae18fd5 Author: Bastien Nocera Date: Mon Feb 28 14:46:03 2011 +0000 keyboard: Switch repeat rate/speed to be a fraction Instead of settings the absolute value of the repeat rate in msecs through the scale, we set the number of chars per sec, and use GSettings' bindings functions to transform those a timeout. https://bugzilla.gnome.org/show_bug.cgi?id=569612 panels/keyboard/gnome-keyboard-panel.ui | 14 +++++++------- panels/keyboard/keyboard-general.c | 30 +++++++++++++++++++++++++++--- 2 files changed, 34 insertions(+), 10 deletions(-) commit 53d4020c8e240c2c73e79204d7de199734751db5 Author: Khaled Hosny Date: Mon Feb 28 16:50:32 2011 +0200 Updated Arabic translation po/ar.po | 59 ++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 32 insertions(+), 27 deletions(-) commit f658c8db0feb2a9efc7d71f061d69d06ea75adc0 Author: Daniel Trebbien Date: Sun Feb 27 11:10:10 2011 -0500 Use the NetworkManager modem capabilities API. A recent change to the NetworkManager API combined the NM_DEVICE_TYPE_GSM and NM_DEVICE_TYPE_CDMA types as NM_DEVICE_TYPE_MODEM and provided an alternative API for accessing the modem device's capabilities (including GSM_UMTS and CDMA_EVDO). https://bugzilla.gnome.org/show_bug.cgi?id=643390 Signed-off-by: Richard Hughes panels/network/cc-network-panel.c | 76 ++++++++++++++++++++----------------- panels/network/panel-common.c | 51 ++++++++++++++++--------- panels/network/panel-common.h | 7 ++- 3 files changed, 78 insertions(+), 56 deletions(-) commit 4906b8cde89d038c2f22239724c34c6fd1e9c873 Author: Piotr Drąg Date: Mon Feb 28 06:14:17 2011 +0100 Updated POTFILES.in po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit bf20294d1724b4c2fd6510b4aa0042c7acf38d72 Author: Yaron Shahrabani Date: Sun Feb 27 23:01:44 2011 +0200 Updated Hebrew translation. po/he.po | 531 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 262 insertions(+), 269 deletions(-) commit 2bc5e113e179b411ea403dde87af402a48d9c66d Author: Christian Kirbach Date: Sun Feb 27 20:33:40 2011 +0100 [l10n] Updated German translation po/de.po | 1492 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 896 insertions(+), 596 deletions(-) commit 38fa11f3614442b7f7f91fe8a9c44c1acc12291f Author: Khaled Hosny Date: Sun Feb 27 02:19:26 2011 +0200 Updated Arabic translation po/ar.po | 152 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 77 insertions(+), 75 deletions(-) commit b73331b11676446b14bca2fa48db6050b71291fb Author: Changwoo Ryu Date: Sun Feb 27 06:29:36 2011 +0900 Updated Korean translation po/ko.po | 814 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 417 insertions(+), 397 deletions(-) commit c5f53adfa1e02cd794824d6557164684cfdfa07c Author: Mattias Põldaru Date: Sat Feb 26 17:27:26 2011 +0200 [l10n] Updated Estonian translation po/et.po | 769 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 453 insertions(+), 316 deletions(-) commit 076e2ac228a42b30cb8c98e1929ec2e24f20e7f5 Author: A S Alam Date: Sat Feb 26 20:19:48 2011 +0530 update Punjabi Translation by A S Alam po/pa.po | 849 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 420 insertions(+), 429 deletions(-) commit c9f632464d52015c3c1a89dbfa2c032cf1a7ff4e Author: Jorge González Date: Sat Feb 26 13:09:01 2011 +0100 Updated Spanish translation po/es.po | 29 ++++++----------------------- 1 files changed, 6 insertions(+), 23 deletions(-) commit 7b476780519dfe98e5d31e5d1fb35accc2de1224 Author: Daniel Mustieles Date: Sat Feb 26 12:02:05 2011 +0100 Updated Spanish translation po/es.po | 588 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 298 insertions(+), 290 deletions(-) commit 88f7b8d5186799dd1907db17e0322614f653e6b4 Author: Gabor Kelemen Date: Sat Feb 26 03:03:53 2011 +0100 Updated Hungarian translation po/hu.po | 4010 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 2569 insertions(+), 1441 deletions(-) commit 6d018d3295b09c05322a62f56d9ce8caca673fcd Author: Sergey V. Udaltsov Date: Sat Feb 26 01:59:18 2011 +0000 Do not allow adding the same layout twice Just disable the "add" button when already chosen layout is selected https://bugzilla.gnome.org/show_bug.cgi?id=642907 panels/region/gnome-region-panel-xkbltadd.c | 24 +++++++++++++++++++++++- 1 files changed, 23 insertions(+), 1 deletions(-) commit 08aac9e129ce4023eee4063676915f8b628f75b2 Author: William Jon McCann Date: Fri Feb 25 19:33:00 2011 -0500 user-accounts: reduce visual noise by removing lots of colons https://bugzilla.gnome.org/show_bug.cgi?id=643339 panels/user-accounts/data/account-dialog.ui | 10 +++++----- panels/user-accounts/data/password-dialog.ui | 12 ++++++------ panels/user-accounts/data/user-accounts-dialog.ui | 10 +++++----- 3 files changed, 16 insertions(+), 16 deletions(-) commit 8251128055c28a8054f41d050ea0a0266a96b72a Author: Bastien Nocera Date: Fri Feb 25 23:20:57 2011 +0000 mouse: Remove obsolete properties panels/mouse/gnome-mouse-properties.ui | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) commit be4323689ba2961197951ee00a842c30a4be5bdc Author: William Jon McCann Date: Fri Feb 25 15:48:59 2011 -0500 info: remove unused driver item panels/info/info.ui | 63 +++++++++----------------------------------------- 1 files changed, 12 insertions(+), 51 deletions(-) commit d613bec36d3d6f8c75228e629459d53243f84c3e Author: Bastien Nocera Date: Fri Feb 25 18:19:55 2011 +0000 universal-access: Don't use "..." in references to other panels As we don't do this in other panels. panels/universal-access/uap.ui | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 232c0e5862e99555a354c7ee2b7d4d1527c8f6b8 Author: Bastien Nocera Date: Fri Feb 25 18:06:17 2011 +0000 universal-access: Fix initial state of typing help Bounce keys, slow keys, and sticky keys had the wrong state on startup. panels/universal-access/cc-ua-panel.c | 11 +++++++++-- panels/universal-access/uap.ui | 6 +++--- 2 files changed, 12 insertions(+), 5 deletions(-) commit ceb4f6e96f329a791f5eefdb641f5ec9d732125d Author: Bastien Nocera Date: Fri Feb 25 18:02:01 2011 +0000 universal-access: Change the label to reflect reality panels/universal-access/uap.ui | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c9a27453e73e018362c8970184c3acea1d658963 Author: Bastien Nocera Date: Fri Feb 25 17:13:16 2011 +0000 universal-access: Hide unused prefs to typing assistant panels/universal-access/uap.ui | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit e065fe040984297c0ede7501dde6450985618162 Author: Bastien Nocera Date: Fri Feb 25 17:10:24 2011 +0000 Revert "universal-access: Add typing assistant selection" We don't actually want to select on-screen keyboards. Dasher isn't an on-screen keyboard, and is complementary to OSKs. The only supported OSK is caribou, so we'll be using that instead. This reverts commit 35ae71247274656c2df7f9de1f2c7beb94abbc81. panels/universal-access/cc-ua-panel.c | 123 --------------------------------- 1 files changed, 0 insertions(+), 123 deletions(-) commit 35ae71247274656c2df7f9de1f2c7beb94abbc81 Author: Bastien Nocera Date: Fri Feb 25 16:02:26 2011 +0000 universal-access: Add typing assistant selection With a hard-coded list of possible screen readers. panels/universal-access/cc-ua-panel.c | 123 +++++++++++++++++++++++++++++++++ 1 files changed, 123 insertions(+), 0 deletions(-) commit 5b43e72c95e45e595eebb67af993fae688a9e277 Author: Rodrigo Moya Date: Fri Feb 25 12:41:10 2011 +0100 Link keyboard and mouse panels with x11 configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 8760016db24446d0922d1e5ee14425e357973a6a Author: Sergey V. Udaltsov Date: Fri Feb 25 00:50:28 2011 +0000 region: Shared non-modal layout preview dialog https://bugzilla.gnome.org/show_bug.cgi?id=642903 panels/region/gnome-region-panel-xkbltadd.c | 40 ++++++++++++++++++--------- 1 files changed, 27 insertions(+), 13 deletions(-) commit 17427f979c7f82bc617b83c1fc2cbb06505ff19a Author: Khaled Hosny Date: Thu Feb 24 15:50:39 2011 +0200 Updated Arabic translation po/ar.po | 68 ++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 38 insertions(+), 30 deletions(-) commit 02f1d12c39566ad416479e27a7de47aa4d11f9b5 Author: Michael Kotsarinis Date: Thu Feb 24 11:47:42 2011 +0200 l10n: Updated Greek translation for gnome-control-center po/el.po | 4988 +++++++++++++++++++++++--------------------------------------- 1 files changed, 1856 insertions(+), 3132 deletions(-) commit d65ee3490d2fffa585876a539cb8aa1e55b802cf Author: Bastien Nocera Date: Thu Feb 24 05:35:46 2011 +0000 keyboard: Implement "editing-canceled" property Through sheer "pointless" cut'n'paste. https://bugzilla.gnome.org/show_bug.cgi?id=642695 panels/keyboard/eggcellrendererkeys.c | 104 +++++++++++++++++++++++---------- 1 files changed, 72 insertions(+), 32 deletions(-) commit 3be36e735b5b6ae6654d20326b22ab8fd3fd2494 Author: Matthias Clasen Date: Wed Feb 23 23:43:16 2011 -0500 Drop the sync language loading code All users have been ported to use the async variant. panels/common/cc-common-language.c | 45 +--------------------------- panels/common/cc-common-language.h | 6 +-- panels/region/gnome-region-panel-lang.c | 2 +- panels/user-accounts/um-language-dialog.c | 2 +- 4 files changed, 6 insertions(+), 49 deletions(-) commit a13cf931a9bb49f612104b4e4fd08a6c439fc147 Author: Bastien Nocera Date: Thu Feb 24 04:33:17 2011 +0000 keyboard: Rework stupid conflict detection code https://bugzilla.gnome.org/show_bug.cgi?id=643124 panels/keyboard/keyboard-shortcuts.c | 105 +++++++++++++++------------------ 1 files changed, 48 insertions(+), 57 deletions(-) commit b77df5138445b9e00f85ff6b866dd8beb00ae618 Author: Bastien Nocera Date: Thu Feb 24 04:20:07 2011 +0000 keyboard: Add _equal() helper function panels/keyboard/cc-keyboard-item.c | 21 +++++++++++++++++++++ panels/keyboard/cc-keyboard-item.h | 3 +++ 2 files changed, 24 insertions(+), 0 deletions(-) commit 19615016809595619eb5eb77f38f9215bfc84897 Author: Bastien Nocera Date: Thu Feb 24 04:19:19 2011 +0000 keyboard: Fix stupidness when setting GConf keys When setting a new binding in GConf, actually set something... panels/keyboard/cc-keyboard-item.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 14e503fa2cf8776853e5d7e1be94258cb2015b85 Author: Matthias Clasen Date: Wed Feb 23 21:46:37 2011 -0500 User accounts: Get the invisible char to use from GTK+ https://bugzilla.gnome.org/show_bug.cgi?id=643103 panels/user-accounts/um-user-panel.c | 29 +++++++++++++++++++++++++++-- 1 files changed, 27 insertions(+), 2 deletions(-) commit 7a84244be5357781e751f6d6a59ec390717b284b Author: Matthias Clasen Date: Wed Feb 23 19:51:07 2011 -0500 Fix initial selection in the shortcuts pane Change the selection mode for the left pane to browse, meaning that one row is always selected, and select the first row initially. https://bugzilla.gnome.org/show_bug.cgi?id=643098 panels/keyboard/keyboard-shortcuts.c | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) commit efaffc113682d84b0047313a1d88f3e25575e53a Author: Matthias Clasen Date: Wed Feb 23 19:50:05 2011 -0500 Don't exit prematurely There was an accidental exit in the middle of shortcut setup that caused us to not load custom shortcuts. https://bugzilla.gnome.org/show_bug.cgi?id=643098 panels/keyboard/keyboard-shortcuts.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 8053c9561dc1289a9d5912922454145b832455de Author: Matthias Clasen Date: Wed Feb 23 22:06:49 2011 -0500 User accounts: Load languages async https://bugzilla.gnome.org/show_bug.cgi?id=643096 panels/user-accounts/um-language-dialog.c | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) commit 3e25e3d2133a4d93d91a30ff35cdb01f026dc288 Author: Matthias Clasen Date: Wed Feb 23 22:02:44 2011 -0500 Region: load languages async https://bugzilla.gnome.org/show_bug.cgi?id=643096 panels/region/gnome-region-panel-lang.c | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) commit 012c52f4f5441858d665be2866d66c59a1460ae5 Author: Matthias Clasen Date: Wed Feb 23 21:50:32 2011 -0500 Add an async variant of language loading This just code loads one language at a time in an idle, to avoid blocking the UI for a long time. The function returns the id of the sources, so you can just call g_source_remove() if you don't need the languages anymore (e.g if the user goes to another panel before the list is fully populated). https://bugzilla.gnome.org/show_bug.cgi?id=643096 panels/common/cc-common-language.c | 77 ++++++++++++++++++++++++++++++++++++ panels/common/cc-common-language.h | 2 + 2 files changed, 79 insertions(+), 0 deletions(-) commit a50f471715c3f4ae57dfb1e9ce33b9c4a89101e9 Author: Bastien Nocera Date: Wed Feb 23 19:20:13 2011 +0000 universal-access: Make the typing assistant switch work panels/universal-access/cc-ua-panel.c | 9 +++++++++ panels/universal-access/uap.ui | 5 ++--- 2 files changed, 11 insertions(+), 3 deletions(-) commit 1b39b18b7cd19939cb2d25aee0c1ac97e91be641 Author: Bastien Nocera Date: Wed Feb 23 16:46:53 2011 +0000 universal-access: Show the actual keyboard shortcuts Rather than hard-coded versions https://bugzilla.gnome.org/show_bug.cgi?id=642582 panels/universal-access/Makefile.am | 3 +- panels/universal-access/cc-ua-panel.c | 49 +++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 1 deletions(-) commit c3b742af6f13465f110b228b7d87d5da72a97390 Author: Bastien Nocera Date: Wed Feb 23 16:43:26 2011 +0000 keyboard: Add a11y for magnifier zoom in/out panels/keyboard/50-accessibility.xml.in | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 628a62300600180001632a4f05ce4dbc117ba5c7 Author: Khaled Hosny Date: Wed Feb 23 18:46:27 2011 +0200 Updated Arabic translation po/ar.po | 337 +++++++++++++++++++++++++++++-------------------------------- 1 files changed, 160 insertions(+), 177 deletions(-) commit 34df3ff2de3da241d364f5d3feac350de749283e Author: Khaled Hosny Date: Wed Feb 23 18:45:56 2011 +0200 Fix POTFILES.in po/POTFILES.in | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) commit db16c45bafc703be40676a80a6a600b8635b888a Author: Bastien Nocera Date: Wed Feb 23 16:09:24 2011 +0000 universal-access: Keyboard shortcuts don't need translation And rename the label widgets to something useful panels/universal-access/uap.ui | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) commit 33ecd74b0d7dd627761ab5edad01739a482c6033 Author: Bastien Nocera Date: Wed Feb 23 15:51:06 2011 +0000 lib: Add missing lock button files libgnome-control-center/cc-lockbutton.c | 627 +++++++++++++++++++++++++++++++ libgnome-control-center/cc-lockbutton.h | 68 ++++ 2 files changed, 695 insertions(+), 0 deletions(-) commit 3574d8f8829721ce5bb58eeab021fd14da1108b8 Author: Bastien Nocera Date: Wed Feb 23 15:40:46 2011 +0000 common: Move eggaccelerators to common/ So we can share it with the universal-access panel. panels/common/Makefile.am | 11 +- panels/common/eggaccelerators.c | 632 +++++++++++++++++++++++++++++++++++++ panels/common/eggaccelerators.h | 95 ++++++ panels/keyboard/Makefile.am | 8 +- panels/keyboard/eggaccelerators.c | 632 ------------------------------------- panels/keyboard/eggaccelerators.h | 95 ------ 6 files changed, 740 insertions(+), 733 deletions(-) commit 3336eb9d8850bc64d8a5f4dd9511ddea155628c9 Author: Bastien Nocera Date: Wed Feb 23 14:59:21 2011 +0000 lib: Add a lock button Instead of using a copy/pasted version, until GTK+ includes such a button itself. libgnome-control-center/Makefile.am | 3 + panels/datetime/Makefile.am | 2 - panels/datetime/cc-datetime-panel.c | 4 +- panels/datetime/dt-lockbutton.c | 627 ---------------------------------- panels/datetime/dt-lockbutton.h | 68 ---- panels/printers/Makefile.am | 2 - panels/printers/cc-printers-panel.c | 4 +- panels/printers/pp-lockbutton.c | 627 ---------------------------------- panels/printers/pp-lockbutton.h | 68 ---- panels/user-accounts/Makefile.am | 2 - panels/user-accounts/um-lockbutton.c | 627 ---------------------------------- panels/user-accounts/um-lockbutton.h | 68 ---- panels/user-accounts/um-user-panel.c | 4 +- 13 files changed, 9 insertions(+), 2097 deletions(-) commit 5cc610bef6fd82d8ca7bc023511567cad0d90eeb Author: Chao-Hsiung Liao Date: Wed Feb 23 19:22:48 2011 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 776 +++++++++++++++++++++++++++++++++++----------------------- po/zh_TW.po | 776 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 936 insertions(+), 616 deletions(-) commit 39bcde27f60bebf4dfb4f9bbd57988bc76ec68cb Author: Daniel Mustieles Date: Tue Feb 22 20:49:04 2011 +0100 Updated Spanish translation po/es.po | 243 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 132 insertions(+), 111 deletions(-) commit 395d0837828005b2488317a2f0ecdcde25e673c6 Author: Marek Kasik Date: Tue Feb 22 17:26:31 2011 +0100 printers: Don't show driver version in model name Get value of ModelName attribute from printer's PPD file or use cleaned up printer-make-and-model attribute if ModelName is not available (#641288). panels/printers/cc-printers-panel.c | 99 ++++++++++++++++++++++++++++++++--- 1 files changed, 92 insertions(+), 7 deletions(-) commit daf6d12620795c381333cd0754883e97c3fb8b86 Author: Rodrigo Moya Date: Tue Feb 22 16:27:41 2011 +0100 Release 2.91.90 NEWS | 136 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 5 ++- 2 files changed, 140 insertions(+), 1 deletions(-)