commit b8641929ab430ed6203816b2e5f0a7261b4f2724 Author: Bastien Nocera Date: Tue Apr 26 10:58:49 2011 +0100 3.0.1 NEWS | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 47 insertions(+), 0 deletions(-) commit 987d27d5edcffd58b8403249e6bb75f74a55ddab Author: Ask H. Larsen Date: Mon Apr 25 22:44:28 2011 +0200 Updated Danish translation po/da.po | 470 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 239 insertions(+), 231 deletions(-) commit 7c814b3078acd6609d535c9cd2ad13ad3b8dc659 Author: Theppitak Karoonboonyanan Date: Mon Apr 25 18:08:56 2011 +0700 Updated Thai translation. po/th.po | 3255 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 2024 insertions(+), 1231 deletions(-) commit 3c70b34353afb7ecd91d68529397c4048d467b10 Author: Theppitak Karoonboonyanan Date: Mon Apr 25 08:44:09 2011 +0700 Updated Thai translation. po/th.po | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) commit f030cf549f2069fc7c889f2fd0e09653c466fab5 Author: Abduxukur Abdurixit Date: Sun Apr 24 21:56:04 2011 +0200 Added UG translation po/ug.po | 3276 +++++++++----------------------------------------------------- 1 files changed, 461 insertions(+), 2815 deletions(-) commit 441515ad11b21d3b4187b3e92d9921987c3add25 Author: Jiro Matsuzawa Date: Sat Apr 23 15:40:23 2011 +0900 Updated Japanese translation po/ja.po | 185 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 90 insertions(+), 95 deletions(-) commit b1aad0d0f8f77e3dc1788f476fa52c786ea389f6 Author: Muhammet Kara Date: Sat Apr 23 01:58:05 2011 +0300 Updated Turkish translation po/tr.po | 535 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 283 insertions(+), 252 deletions(-) commit 94933c18f446a56da780e104b77f7b6c81d16146 Author: Arash Mousavi Date: Sat Apr 23 00:10:53 2011 +0430 Updated Persian translation po/fa.po | 484 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 242 insertions(+), 242 deletions(-) commit 7b830a3c6ac32cd97e178172d9b50d3e37be6083 Author: Marek Kasik Date: Fri Apr 22 14:30:26 2011 +0200 printers: Cache PPD files for later use Don't get PPD file from CUPS server every time user needs an information from it. Have PPD files stored on disk and delete them on exit. panels/printers/cc-printers-panel.c | 60 ++++++++++++++++++++++++----------- panels/printers/pp-utils.c | 12 +++---- panels/printers/pp-utils.h | 2 +- 3 files changed, 47 insertions(+), 27 deletions(-) commit 565258d385efcd8cb6f9bd7d4ff22e35dbb761e2 Author: Gabor Kelemen Date: Thu Apr 21 22:22:33 2011 +0200 Updated Hungarian translation po/hu.po | 476 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 217 insertions(+), 259 deletions(-) commit 6fe3a1f6447d33745be42edb6d33fca8fcfbcc36 Author: Claude Paroz Date: Thu Apr 21 16:25:53 2011 +0200 Updated French translation po/fr.po | 503 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 233 insertions(+), 270 deletions(-) commit 8fb5a720d863e253e544cf2e084aa73ebc79531d Author: Bruce Cowan Date: Wed Apr 20 13:11:16 2011 +0100 Updated British English translation po/en_GB.po | 518 ++++++++++++++++++++++++++++++----------------------------- 1 files changed, 261 insertions(+), 257 deletions(-) commit 4c591bbbc6eee5e0a552050eb615f98f3eed3fe4 Author: Piotr Drąg Date: Wed Apr 20 13:02:22 2011 +0200 Updated Polish translation po/pl.po | 65 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 32 insertions(+), 33 deletions(-) commit 4117a2cff938b6068e6494b2684a601150c769bc Author: Gil Forcada Date: Wed Apr 20 09:00:18 2011 +0200 [l10n]Updated Catalan translation po/ca.po | 305 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 149 insertions(+), 156 deletions(-) commit 6d07fd70bf6accf0d433e1185d9aba40ad95b066 Author: Gil Forcada Date: Wed Apr 20 08:50:02 2011 +0200 [l10n]Fixed Catalan translation po/ca.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 6b0c9cacb290bff2e664f6dfb9a49cfe8108eed1 Author: Marek Kasik Date: Tue Apr 19 13:30:02 2011 +0200 printers: Set default PaperSize of new printer according to the locale Set Letter or A4 according to the locale when adding new printer (rhbz#691714). panels/printers/pp-new-printer-dialog.c | 242 ++++++++++++++++++------------ 1 files changed, 145 insertions(+), 97 deletions(-) commit 8e19a1093047ba244e12361e3a11884810676cbf Author: Cosimo Cecchi Date: Mon Apr 18 11:28:37 2011 -0400 media: actually bind the 'autorun-never' key to the checkbox widget The 'Never prompt or start programs on media insertion' checkbox was not wired properly with the relevant settings key. https://bugzilla.gnome.org/show_bug.cgi?id=648108 panels/media/cc-media-panel.c | 19 +++++++++++-------- 1 files changed, 11 insertions(+), 8 deletions(-) commit 6e479859ed06316ec7872efbb7c8f48321dfff7b Author: Marek Kasik Date: Mon Apr 18 16:14:27 2011 +0200 printers: Make call of DevicesGet cancellable Pass a GCancellable object to g_dbus_proxy_call() for DevicesGet method. This assures that g-c-c won't crash when user cancels addition of new printer before the call is finished (rhbz#691931). panels/printers/pp-new-printer-dialog.c | 219 +++++++++++++++++-------------- 1 files changed, 120 insertions(+), 99 deletions(-) commit eb623389fc663afe87e4f59e060942b97c82f950 Author: Yaron Shahrabani Date: Sat Apr 16 10:54:42 2011 +0300 Updated Hebrew translation. po/he.po | 482 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 241 insertions(+), 241 deletions(-) commit 2c0252e8c9266e3bde8708bdc08fd9ad10b41cf3 Author: Piotr Drąg Date: Fri Apr 15 17:49:06 2011 +0200 Updated Polish translation po/pl.po | 150 +++++++++++++++++++++++--------------------------------------- 1 files changed, 55 insertions(+), 95 deletions(-) commit 07e51912e6017d747a2728ee3fe371c81ec9c99d Author: Bastien Nocera Date: Fri Apr 15 04:15:30 2011 +0100 datetime: Unset TZ after we're done Just in case we call localtime() for something else... panels/datetime/tz.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 3746d6e2c5b491efd06e2c9d677cc36c7b126896 Author: Bastien Nocera Date: Fri Apr 15 02:32:50 2011 +0100 datetime: Shrink the number of messages in test-tz So that we avoid showing duplicates. Also don't show errors for the Factory and posixrules timezones. panels/datetime/test-timezone.c | 20 +++++++++++++++----- 1 files changed, 15 insertions(+), 5 deletions(-) commit 3e8afd57505853f790d403088a006a96c3ca3bb5 Author: Bastien Nocera Date: Fri Apr 15 02:27:46 2011 +0100 datetime: Add hacks to support all the TZs On a recent Linux system, so all the existing timezones (apart from factory and posixrules) are attached to a location, or a GMT offset. https://bugzilla.gnome.org/show_bug.cgi?id=644782 panels/datetime/tz.c | 84 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 81 insertions(+), 3 deletions(-) commit 8d15af48c88f97024ad4bd6c2e66c63d2beb67f7 Author: Bastien Nocera Date: Wed Apr 13 17:07:07 2011 +0100 datetime: Move backward TZ DB to tz.[ch] So we can add hacks in one location panels/datetime/cc-timezone-map.c | 82 +------------------------------------ panels/datetime/test-timezone.c | 14 +++++- panels/datetime/tz.c | 82 +++++++++++++++++++++++++++++++++++- panels/datetime/tz.h | 5 ++- 4 files changed, 96 insertions(+), 87 deletions(-) commit f8c3b0c59e6574b373a6dcba90a3134d651ff7f5 Author: Bastien Nocera Date: Wed Apr 13 15:35:12 2011 +0100 user-accounts: Don't include link in translation And use a link to local documentation, rather than an external website in English. Removed mentions of "in English" for the languages that mentioned it. https://bugzilla.gnome.org/show_bug.cgi?id=643118 panels/user-accounts/data/password-dialog.ui | 2 +- panels/user-accounts/um-password-dialog.c | 10 ++++++++++ po/af.po | 8 ++++---- po/ar.po | 8 ++++---- po/bg.po | 8 ++++---- po/bn.po | 8 ++++---- po/ca.po | 8 ++++---- po/cs.po | 6 +++--- po/da.po | 8 ++++---- po/de.po | 8 ++++---- po/el.po | 8 ++++---- po/en.po | 4 ++-- po/en_GB.po | 8 ++++---- po/eo.po | 8 ++++---- po/es.po | 8 ++++---- po/et.po | 8 ++++---- po/eu.po | 8 ++++---- po/fa.po | 8 ++++---- po/fr.po | 8 ++++---- po/gl.po | 8 ++++---- po/gu.po | 8 ++++---- po/he.po | 8 ++++---- po/hi.po | 8 ++++---- po/hu.po | 8 ++++---- po/it.po | 8 ++++---- po/ja.po | 8 ++++---- po/kn.po | 8 ++++---- po/ko.po | 8 ++++---- po/lt.po | 8 ++++---- po/lv.po | 8 ++++---- po/nb.po | 8 ++++---- po/nl.po | 8 ++++---- po/nn.po | 8 ++++---- po/pa.po | 8 ++++---- po/pl.po | 6 +++--- po/pt.po | 8 ++++---- po/pt_BR.po | 8 ++++---- po/ro.po | 8 ++++---- po/ru.po | 8 ++++++-- po/sl.po | 8 ++++++-- po/sr.po | 8 ++++---- po/sr@latin.po | 8 ++++---- po/sv.po | 4 ++-- po/ta.po | 8 ++++---- po/te.po | 4 ++-- po/th.po | 6 +++--- po/tr.po | 4 ++-- po/ug.po | 8 ++++---- po/uk.po | 8 ++++---- po/vi.po | 8 ++++---- po/zh_CN.po | 8 ++++---- po/zh_HK.po | 8 +++++--- po/zh_TW.po | 8 ++++---- 53 files changed, 209 insertions(+), 189 deletions(-) commit c56919e8fad59b525abd7dcad1cc457149ed48a9 Author: Yuri Myasoedov Date: Thu Apr 14 23:23:00 2011 +0400 Updated Russian translation po/ru.po | 613 +++++++++++++++++++++++++++----------------------------------- 1 files changed, 267 insertions(+), 346 deletions(-) commit 2eca6bf22b722289a9c36d875fe55cdc591e4e15 Author: Changwoo Ryu Date: Fri Apr 15 03:57:34 2011 +0900 Updated Korean translation po/ko.po | 379 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 193 insertions(+), 186 deletions(-) commit 23073004f21982bec4960e219e879adb88e7726d Author: Takayuki KUSANO Date: Thu Apr 14 23:28:06 2011 +0900 Updated Japanese translation po/ja.po | 366 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 187 insertions(+), 179 deletions(-) commit 6841820435649b57c9c1823b22a1b9b8299f9224 Author: Nguyễn Thái Ngọc Duy Date: Thu Apr 14 20:00:03 2011 +0700 Updated Vietnamese translations po/vi.po | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) commit e7678f478fb42e39d4a145b20ed49f479295cd39 Author: Nguyễn Thái Ngọc Duy Date: Thu Apr 14 19:59:30 2011 +0700 po/vi.po: import from Damned Lies po/vi.po | 480 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 225 insertions(+), 255 deletions(-) commit 3cbedee98ebb9067872d4f62de892e539184eda0 Author: Chao-Hsiung Liao Date: Thu Apr 14 19:39:38 2011 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 386 +++++++++++++++++++++++++++++------------------------------ po/zh_TW.po | 355 ++++++++++++++++++++++++++++-------------------------- 2 files changed, 372 insertions(+), 369 deletions(-) commit 75cfa6db4db471332f5d40b13239cbcb6f898a65 Author: Marek Kasik Date: Wed Apr 13 18:14:13 2011 +0200 printers: Block callback of printer selection when setting treemodel Don't trigger callback of printer selection when setting treemodel of printers list. Don't actualize jobs list when printer hasn't changed. panels/printers/cc-printers-panel.c | 74 ++++++++++++++++++++-------------- 1 files changed, 43 insertions(+), 31 deletions(-) commit 9fe696c663e4fd000e4f87baa866c673d9b6c841 Author: Matej Urbančič Date: Wed Apr 13 17:57:49 2011 +0200 Updated Slovenian translation po/sl.po | 1222 +++++++++++++++----------------------------------------------- 1 files changed, 296 insertions(+), 926 deletions(-) commit 846dca05af502eb8fe3ea7dc4d67464680434c87 Author: Bastien Nocera Date: Wed Apr 13 15:19:28 2011 +0100 Revert "Users: Use a local document for 'How to choose a good password'" This reverts commit 76ba785b06761db322db3323f0b0924a5549ba7a. It's actually a string change, because the link is within the translatable string. panels/user-accounts/data/password-dialog.ui | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 76ba785b06761db322db3323f0b0924a5549ba7a Author: Matthias Clasen Date: Tue Apr 12 21:20:05 2011 -0400 Users: Use a local document for 'How to choose a good password' The user guide contains a suitable page, so lets just use it. https://bugzilla.gnome.org/show_bug.cgi?id=643118 panels/user-accounts/data/password-dialog.ui | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 525209f29475c1947cbd1486ebc2ed3309ca1b2f Author: Bastien Nocera Date: Fri Mar 25 18:07:09 2011 +0000 build: Remove unused GConf schemas https://bugzilla.gnome.org/show_bug.cgi?id=645704 Makefile.am | 18 -------------- configure.ac | 12 --------- gnome-control-center.schemas.in | 49 --------------------------------------- po/POTFILES.in | 1 - 4 files changed, 0 insertions(+), 80 deletions(-) commit 995be4e6f00c3fde876ea6e74b60b1e4f53a3c17 Author: Bastien Nocera Date: Wed Apr 13 12:51:00 2011 +0100 keyboard: Handle shortcuts conflict in different section https://bugzilla.gnome.org/show_bug.cgi?id=646504 panels/keyboard/keyboard-shortcuts.c | 42 +++++++++++++++++++++++++--------- 1 files changed, 31 insertions(+), 11 deletions(-) commit 0f3cf2286f3b8095f40ea7847d41947c7b3f3443 Author: Bastien Nocera Date: Wed Apr 13 12:17:30 2011 +0100 keyboard: Use correct type for enum panels/keyboard/keyboard-shortcuts.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit eb0da9f0300ccec46c2974574caca8a8cd75cde8 Author: Alexander Shopov Date: Wed Apr 13 07:51:00 2011 +0300 Updated Bulgarian translation po/bg.po | 88 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 46 insertions(+), 42 deletions(-) commit 59db8d3716b9fe48549ba2e3e7b142f2a275c4f6 Author: Matthias Clasen Date: Mon Apr 11 14:36:20 2011 -0400 Users: try harder not to show system accounts When used with accountsservice >= 0.6.9, this fixes the problem where, when you click the unlock button on the user panel, the root user pops up in the user list, unexpectedly. When used with 0.6.8 it silently does nothing, since the system-account property is not available. https://bugzilla.gnome.org/show_bug.cgi?id=647487 panels/user-accounts/um-user-manager.c | 5 +++++ panels/user-accounts/um-user.c | 13 ++++++++++++- panels/user-accounts/um-user.h | 1 + 3 files changed, 18 insertions(+), 1 deletions(-) commit 2b3da7feb859a8d7ea9c4d9fe8fcf2dd1225f1d0 Author: Marek Kasik Date: Tue Apr 12 16:43:36 2011 +0200 printers: Set default printer properly Clean "~/.cups/lpoptions" file before setting default printer on local CUPS server. Store default printer to "~/.cups/lpoptions" if we are connected to a remote CUPS server (#646100). panels/printers/cc-printers-panel.c | 62 +++++++++++++++++++++++------------ panels/printers/pp-utils.c | 23 +++++++++++++ panels/printers/pp-utils.h | 2 + 3 files changed, 66 insertions(+), 21 deletions(-) commit 60847d99cb02f2d4530e74725cb37e2ab4d7382b Author: Fran Diéguez Date: Tue Apr 12 11:17:02 2011 +0200 Updated Galician translations po/gl.po | 463 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 237 insertions(+), 226 deletions(-) commit cbcc43647e311fe27a50c65908c16112070a9b2b Author: Marek Černocký Date: Mon Apr 11 23:17:06 2011 +0200 Updated Czech translation po/cs.po | 298 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 157 insertions(+), 141 deletions(-) commit a04c954efcae483073e31d84e3d435680a054b18 Author: Christian Kirbach Date: Mon Apr 11 21:55:25 2011 +0200 [l10n] Updated German translation po/de.po | 296 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 155 insertions(+), 141 deletions(-) commit f023200b8d79c4bd1cace59dbd6b6b8023fd20d5 Author: Bastien Nocera Date: Mon Apr 11 11:28:48 2011 +0100 shell: Be centred by default https://bugzilla.gnome.org/show_bug.cgi?id=647260 shell/shell.ui | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit ff3dda1edcd82946364aebe5ae697e5cc72ad501 Author: Piotr Drąg Date: Mon Apr 11 06:04:47 2011 +0200 Updated Polish translation po/pl.po | 296 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 155 insertions(+), 141 deletions(-) commit 16af11af0577af12e67326e28d1f2a6e3dd17b25 Author: Gabor Kelemen Date: Mon Apr 11 01:47:59 2011 +0200 Updated Hungarian translation po/hu.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8bd309df711816bdd2a59a40471c2aae1b1c2bba Author: Wouter Bolsterlee Date: Sun Apr 10 22:24:59 2011 +0200 Updated Dutch translation by Wouter Bolsterlee po/nl.po | 296 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 155 insertions(+), 141 deletions(-) commit 92a44b36d4674f4d3856cf5e868da0490f9054c8 Author: Daniel Mustieles Date: Sun Apr 10 21:29:36 2011 +0200 Updated Spanish translation po/es.po | 82 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 43 insertions(+), 39 deletions(-) commit 3b24acc3749b88e2034c5d7760e9f67def31b83a Author: Daniel Nylander Date: Sun Apr 10 20:42:03 2011 +0200 Updated Swedish translation po/sv.po | 1507 +++++++++++++------------------------------------------------- 1 files changed, 311 insertions(+), 1196 deletions(-) commit c22a98dcb74b0942f50fe70f996cf9a16243447b Author: Bastien Nocera Date: Fri Apr 8 13:27:50 2011 +0100 info: Make free space checking async https://bugzilla.gnome.org/show_bug.cgi?id=647125 panels/info/cc-info-panel.c | 102 +++++++++++++++++++++++++++++++++---------- panels/info/info.ui | 2 +- 2 files changed, 80 insertions(+), 24 deletions(-) commit adb74f26d3512453a51aeff19beebeb0a72ba6c4 Author: Gil Forcada Date: Sun Apr 10 19:34:06 2011 +0200 [l10n]Updated Catalan translation po/ca.po | 380 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 192 insertions(+), 188 deletions(-) commit 9e4cc627273dfd59d93cd35212223824d347c6dc Author: Khaled Hosny Date: Sun Apr 10 17:41:37 2011 +0200 Updated Arabic translation po/ar.po | 224 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 117 insertions(+), 107 deletions(-) commit 32f3734cedcb370af48513dd24b7a366854f6b98 Author: Alexander Shopov Date: Sun Apr 10 16:15:23 2011 +0300 Updated Bulgarian translation po/bg.po | 42 +++++++++++++++++++++++++----------------- 1 files changed, 25 insertions(+), 17 deletions(-) commit 654afe478d8c4eb1e639eced5feda37cc018a1cd Author: Jorge González Date: Sun Apr 10 11:52:04 2011 +0200 Updated Spanish translation po/es.po | 412 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 209 insertions(+), 203 deletions(-) commit 03d17a95c40206efddd439cdeceacaffd2f928f9 Author: Richard Hughes Date: Wed Apr 6 14:46:23 2011 +0100 network: add a 'Other...' entry to the wireless combobox so users can connect to hidden access points A suprising number of people need this to be able to get onto their wireless network. This is also a Fedora blocker if that matters. This patch also adds a string. I don't feel there is a way around it, although we could steal the translations from another project. I think using a real word is better than displaying a blank entry or a picture or something. I dunno. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=645002 panels/network/cc-network-panel.c | 127 +++++++++++++++++++++++++++ panels/network/panel-cell-renderer-signal.c | 6 ++ 2 files changed, 133 insertions(+), 0 deletions(-) commit 7a875f89010ec86a659cceebdbe8f0e405f43443 Author: Ivaylo Valkov Date: Sun Apr 10 08:45:03 2011 +0300 Updated Bulgarian translation po/bg.po | 5678 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 2787 insertions(+), 2891 deletions(-) commit cbecb1878801ea77622f9ed128ffde488ec545b6 Author: Matthias Clasen Date: Thu Apr 7 21:18:06 2011 -0400 Shell: fix handling of commandlines With HANDLES_COMMANDLINE, the commandline is handled in the primary instance. That means two things: - We cannot let GOption handle --help, since it calls exit() after printing out the help - The static booleans need to be reset to FALSE for each handled commandline This commit adds a new string, 'Show help options'. It also includes existing translations for this string that were taken from GLib. po/af.po | 7 +- po/am.po | 3 + po/ar.po | 3 + po/as.po | 177 +++------ po/ast.po | 25 +- po/az.po | 3 + po/be.po | 503 +++++++++++++++++------ po/be@latin.po | 3 + po/bg.po | 10 +- po/bn.po | 3 + po/bn_IN.po | 74 +++- po/bs.po | 7 +- po/ca.po | 10 +- po/ca@valencia.po | 3 + po/cs.po | 3 + po/cy.po | 3 + po/da.po | 3 + po/de.po | 3 + po/dz.po | 728 ++++++++++++++++++++++++++------ po/el.po | 3 + po/en@shaw.po | 589 ++++++++++++++------------- po/en_CA.po | 7 +- po/en_GB.po | 6 +- po/eo.po | 3 + po/es.po | 10 +- po/et.po | 3 + po/eu.po | 50 ++- po/fa.po | 11 +- po/fi.po | 11 +- po/fr.po | 3 +- po/ga.po | 7 +- po/gl.po | 10 +- po/gu.po | 36 ++- po/he.po | 10 +- po/hi.po | 3 + po/hr.po | 7 +- po/hu.po | 50 ++- po/hy.po | 174 ++++++--- po/id.po | 3 + po/is.po | 3 + po/it.po | 3 + po/ja.po | 3 + po/ka.po | 3 + po/kk.po | 223 +++++++---- po/kn.po | 32 +- po/ko.po | 3 + po/ku.po | 544 +++++++++++++++++++------ po/lt.po | 3 + po/lv.po | 14 +- po/mai.po | 66 ++- po/mg.po | 13 +- po/mk.po | 59 ++- po/ml.po | 71 ++- po/mn.po | 88 +++-- po/mr.po | 69 ++- po/ms.po | 3 + po/nb.po | 3 + po/nds.po | 3 + po/ne.po | 214 +++++++--- po/nl.po | 3 + po/nn.po | 19 +- po/oc.po | 11 +- po/or.po | 74 +++- po/pa.po | 66 ++-- po/pl.po | 3 + po/pt.po | 3 + po/pt_BR.po | 10 +- po/ro.po | 6 +- po/ru.po | 260 +++++++----- po/rw.po | 4 + po/si.po | 40 ++- po/sk.po | 3 + po/sl.po | 844 ++++++++++++++++++++++++++++++++----- po/sq.po | 115 +++--- po/sr.po | 3 + po/sr@latin.po | 18 +- po/sv.po | 1097 +++++++++++++++++++++++++++++++++++++++++++----- po/ta.po | 3 + po/te.po | 35 +- po/th.po | 3 + po/tr.po | 3 + po/ug.po | 125 ++++-- po/uk.po | 14 +- po/vi.po | 18 +- po/wa.po | 3 + po/xh.po | 3 + po/zh_CN.po | 10 +- po/zh_HK.po | 34 ++- po/zh_TW.po | 3 + shell/control-center.c | 22 +- 90 files changed, 5089 insertions(+), 1753 deletions(-) commit ce561eb68f43a5f38cfe4e87433b716264c4f462 Author: Bastien Nocera Date: Fri Apr 8 16:12:56 2011 +0100 sound: Prevent > 100% volume showing up as 100% When the output of input bar changes from a non-decibel capable output, to one that is (such as on startup), don't clip the volume displayed at 100%, by setting the level of the bar again. https://bugzilla.gnome.org/show_bug.cgi?id=646254 panels/sound/gvc-mixer-dialog.c | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) commit 58e4fab6bed1ed4bfe69824341d7b5f434b9aadf Author: Bastien Nocera Date: Fri Apr 8 13:41:05 2011 +0100 background: Allow adding multiple images https://bugzilla.gnome.org/show_bug.cgi?id=647053 panels/background/cc-background-panel.c | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) commit 6233c7d20f1043d1a9ee96108a03edc0096947e8 Author: Bastien Nocera Date: Fri Apr 8 13:00:38 2011 +0100 info: Use correct destructor for GUnixMountEntry panels/info/cc-info-panel.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 9d94d2dfae0db0a91818621a1cdcbe233b8b1070 Author: Bastien Nocera Date: Thu Apr 7 14:59:34 2011 +0100 keyboard: Fix reloading keyboard shortcuts When reloading entries, we also need to clear the section hash tables, otherwise we won't be adding the keys as they already exist in the hashtables. Fixes empty keyboard shortcuts when creating a new workspace (eg. moving any window to an empty workspace in gnome-shell) https://bugzilla.gnome.org/show_bug.cgi?id=646949 panels/keyboard/keyboard-shortcuts.c | 35 ++++++++++++++++++++------------- 1 files changed, 21 insertions(+), 14 deletions(-) commit 01b639d64fb49eaac3c6002fd7e07a92f251cb35 Author: Matthias Clasen Date: Thu Apr 7 11:08:05 2011 -0400 Sound: Only autostart the applet in gnome Other desktops don't appreciate the extra sound control. https://bugzilla.gnome.org/show_bug.cgi?id=646987 panels/sound/data/gnome-sound-applet.desktop.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 534a7a1eac0864fdd205293b64d82a48c9385719 Author: Cosimo Cecchi Date: Tue Apr 5 12:23:00 2011 -0400 datetime: fix a critical when showing the panel The critical was spawned because we were calling gtk_style_attach() before calling gtk_widget_set_window(), but that code can go away entirely. https://bugzilla.gnome.org/show_bug.cgi?id=646836 panels/datetime/cc-timezone-map.c | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) commit 274569d4f3e228aac1d9660a6d9a212970b7ea83 Author: Matthias Clasen Date: Wed Apr 6 10:17:58 2011 -0400 Bump version configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)