commit 222e64973a464fdcba9668be5b4416f618bf1a74 Author: Cosimo Cecchi Date: Tue Feb 1 22:29:40 2011 -0500 Release 2.91.3 NEWS | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ README | 4 +- configure.ac | 2 +- 3 files changed, 89 insertions(+), 3 deletions(-) commit 57e0ed95739a36f0335c888451b2593605962de7 Author: Cosimo Cecchi Date: Tue Feb 1 22:57:19 2011 -0500 Fix distcheck gnome-dictionary/data/Makefile.am | 19 ++++++++++++++++--- gnome-screenshot/Makefile.am | 1 + logview/data/Makefile.am | 3 ++- po/POTFILES.skip | 1 + 4 files changed, 20 insertions(+), 4 deletions(-) commit 4f6250a9fdd4497c4b6036bcc4d9c206e36f0295 Author: Fran Diéguez Date: Tue Feb 1 02:39:50 2011 +0100 Updating Galician translations po/gl.po | 580 +++++++++++++++++++++++++++++-------------------------------- 1 files changed, 276 insertions(+), 304 deletions(-) commit 228f1633182e880ff9bfa18e4b5fb55f60d8f0ae Author: Emmanuele Bassi Date: Sun Jan 30 23:08:40 2011 +0000 build: Add back GConf check I stupidly removed the GConf pkg-config check from the configure script. Thanks to Cosimo for catching this. configure.ac | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 964d3599adebb240ec769f31b0a71ef32adbd0a0 Author: Yaron Shahrabani Date: Sun Jan 30 23:02:55 2011 +0200 Updated Hebrew translation. po/he.po | 580 +++++++++++++++++++++++++++++-------------------------------- 1 files changed, 276 insertions(+), 304 deletions(-) commit 6dc12a55f07451193dadd6776087c6727da352ce Author: Ivar Smolin Date: Sun Jan 30 21:59:54 2011 +0200 [l10n] Updated Estonian translation po/et.po | 355 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 179 insertions(+), 176 deletions(-) commit c4c15f5fe2ab372143ea45e0e3943031121d3785 Author: Marek Černocký Date: Sun Jan 30 18:56:03 2011 +0100 Updated Czech translation po/cs.po | 677 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 320 insertions(+), 357 deletions(-) commit e30d22d3bb099c88ea8f3aa3d2e9982bd3717644 Author: Jorge González Date: Sun Jan 30 12:43:29 2011 +0100 Updated Spanish translation po/es.po | 675 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 324 insertions(+), 351 deletions(-) commit d76ae2ee8e9cff0249e81c7ba2ef7cd22d663775 Author: Emmanuele Bassi Date: Sun Jan 30 00:24:15 2011 +0000 dictionary: Remove style_set class handler The ::style-set signal should not be used, and we don't need to resize on style changes. This eliminates an assertion triggered by the resize grip. gnome-dictionary/src/gdict-window.c | 76 ----------------------------------- 1 files changed, 0 insertions(+), 76 deletions(-) commit e039861aeb73db24e2c379133c28aeffe6ee79d9 Author: Emmanuele Bassi Date: Sat Jan 29 21:01:31 2011 +0000 dictionary: Fix visibility of sidebar and statusbar Do not use the accessor functions during the construction and initial set up of the GdictWindow widget. gnome-dictionary/src/gdict-window.c | 71 ++++++++++++++++++++++------------ 1 files changed, 46 insertions(+), 25 deletions(-) commit 0f7c1398017c8bcc5088f19d7d71620e86758e31 Author: Emmanuele Bassi Date: Sat Jan 29 19:16:57 2011 +0000 dictionary: Add an "Edit" button in the sources dialog Double-clicking on the source row is not very discoverable, so let's add a button for that. https://bugzilla.gnome.org/show_bug.cgi?id=595451 .../data/gnome-dictionary-preferences.ui | 11 ++++ gnome-dictionary/src/gdict-pref-dialog.c | 58 ++++++++++++++++++-- 2 files changed, 63 insertions(+), 6 deletions(-) commit 9efc3688c2c333abe2ee3fc325dffa011e5c83f6 Author: Emmanuele Bassi Date: Sat Jan 29 18:57:49 2011 +0000 dictionary: Remove error dialogs When creating the private data storage directory we should not bother the user with error messages for which he or she won't be able to do anything about anyway. gnome-dictionary/src/gdict-common.c | 53 ++++++++-------------------------- 1 files changed, 13 insertions(+), 40 deletions(-) commit 840c90655abf14efc75da6f6acb9e630efb4eee8 Author: Emmanuele Bassi Date: Sat Jan 29 18:57:10 2011 +0000 dictionary: Use the GtkAboutDialog:license-type property Do not use an unstranslatable license blurb. gnome-dictionary/src/gdict-about.c | 19 +------------------ 1 files changed, 1 insertions(+), 18 deletions(-) commit 0a458df49681c5c7c7155bc64bead0cda0de9fcf Author: Emmanuele Bassi Date: Sat Jan 29 18:40:52 2011 +0000 po: Update POTFILES po/POTFILES.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d84f19ae8cd387d1600ece9c4cc50cfeccd5020e Author: Emmanuele Bassi Date: Sat Jan 29 18:36:04 2011 +0000 dictionary: Port to GtkApplication Use the newly added GApplication and GtkApplication classes, provided by GIO and GTK+ respectively, to handle the lifetime of the Dictionary. This makes the Dictionary a single instance application; new windows are created on demand by the running process. gnome-dictionary/src/gdict-app.c | 451 ++++++++++------------------------- gnome-dictionary/src/gdict-app.h | 18 +-- gnome-dictionary/src/gdict-window.c | 23 ++- gnome-dictionary/src/gdict-window.h | 2 + gnome-dictionary/src/main.c | 5 +- 5 files changed, 150 insertions(+), 349 deletions(-) commit afb2cc417fbab3c94dba73dac333039f6191fa52 Author: Emmanuele Bassi Date: Sat Jan 29 17:13:09 2011 +0000 dictionary: Port to GSettings Drop the GConf dependency for the main application, and use the new GSettings API from GIO. This requires some bumping around of dependencies, like GLib and GIO, to something relatively recent. The Dictionary window state is not stored in GSettings, but in a cache file in XDG_CACHE_DIR/XDG_USER_CACHE, since it's something that we don't need changes notification on, nor we particularly rely upon. .gitignore | 3 + configure.ac | 42 +- gnome-dictionary/data/Makefile.am | 67 +-- gnome-dictionary/data/gnome-dictionary.schemas.in | 201 ------ .../data/org.gnome.dictionary.gschema.xml.in.in | 25 + gnome-dictionary/src/Makefile.am | 10 +- gnome-dictionary/src/gdict-app.c | 18 +- gnome-dictionary/src/gdict-app.h | 4 +- gnome-dictionary/src/gdict-common.c | 12 - gnome-dictionary/src/gdict-common.h | 6 - gnome-dictionary/src/gdict-pref-dialog.c | 94 +--- gnome-dictionary/src/gdict-pref-dialog.h | 24 +- gnome-dictionary/src/gdict-print.c | 24 +- gnome-dictionary/src/gdict-source-dialog.c | 12 +- gnome-dictionary/src/gdict-window.c | 709 ++++++++++---------- gnome-dictionary/src/gdict-window.h | 16 +- 16 files changed, 464 insertions(+), 803 deletions(-) commit 6b463991f7658783833e2a63001436c5a640ca3c Author: Fran Diéguez Date: Thu Jan 27 03:29:43 2011 +0100 QA of Galician translations po/gl.po | 179 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 90 insertions(+), 89 deletions(-) commit 16949dd85314333a283b53ae68436c3b119cff15 Author: Funda Wang Date: Sun Jan 23 10:13:46 2011 +0100 Updated zh_CN translation. po/zh_CN.po | 677 ++++++++++++----------------------------------------------- 1 files changed, 139 insertions(+), 538 deletions(-) commit 0bf63957d9ea7055b56332d567966701db99ccb5 Author: Piotr Eljasiak Date: Sat Jan 22 22:51:29 2011 +0100 Fix typo (G_TYPE_INSTANCE_CHECK_TYPE -> G_TYPE_CHECK_INSTANCE_TYPE) baobab/src/baobab-remote-connect-dialog.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e32cb4a11a1f2b7083ae9fd3d3d97205c1966247 Author: Daniel Nylander Date: Sat Jan 22 15:53:28 2011 +0100 Updated Swedish translation po/sv.po | 246 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 120 insertions(+), 126 deletions(-) commit e0da4b5d9719d8aaf47cf2d355fdc83b48850c84 Author: Chao-Hsiung Liao Date: Thu Jan 20 21:50:21 2011 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 1135 +++++++++++++++++++++++++++++++++-------------------------- po/zh_TW.po | 1139 +++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 1274 insertions(+), 1000 deletions(-) commit ce40f4ae8997d300bf3642f89b0f713a68b1d4bc Author: Maxim V. Dziumanenko Date: Tue Jan 18 15:53:17 2011 +0200 Updated Ukrainian translation po/uk.po | 1062 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 567 insertions(+), 495 deletions(-) commit f52e89a2f6d4e116b515ff5300883ebc5aa9c9ff Author: Marek Černocký Date: Sun Jan 16 21:02:00 2011 +0100 Updated Czech translation po/cs.po | 1034 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 565 insertions(+), 469 deletions(-) commit 57870b39b545705769f7b403331c171c878946f2 Author: Daniel Mustieles Date: Sun Jan 16 13:06:51 2011 +0100 Updated Spanish translation po/es.po | 214 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 101 insertions(+), 113 deletions(-) commit 6b26e6c02e54697aad4fa0e716c9035670794824 Author: Kjartan Maraas Date: Sat Jan 15 13:50:55 2011 +0100 Updated Norwegian bokmål translation po/nb.po | 275 ++++++++++++++++++++++++-------------------------------------- 1 files changed, 107 insertions(+), 168 deletions(-) commit c693f9e1e5f2108fa713019be694bbeb58c23b4d Author: Fran Diéguez Date: Fri Jan 14 16:34:47 2011 +0100 Updaged Galician translations po/gl.po | 301 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 147 insertions(+), 154 deletions(-) commit 749240ff968ae75187f7b8badcd0241b7f743882 Author: Yaron Shahrabani Date: Thu Jan 13 15:43:34 2011 +0200 Updated Hebrew translation. po/he.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit fc79c5842751ee9c4d79c1fbd24b0117732b9eec Author: Yaron Shahrabani Date: Tue Jan 11 20:32:23 2011 +0200 Updated Hebrew translation. po/he.po | 219 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 107 insertions(+), 112 deletions(-) commit 99c56f06d97e601a5dc62345467b0f2e0fa932e5 Author: Andika Triwidada Date: Tue Jan 11 15:29:58 2011 +0700 Updated Indonesian translation po/id.po | 1504 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 699 insertions(+), 805 deletions(-) commit 95ac6073bf1b607264afc69a85ad3f585568d424 Author: Ivar Smolin Date: Tue Jan 11 10:24:28 2011 +0200 [l10n] Updated Estonian translation po/et.po | 101 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 54 insertions(+), 47 deletions(-) commit 189e747432479635ead9e95214294df73770f815 Author: Cosimo Cecchi Date: Mon Jan 10 18:45:54 2011 +0100 logview-prefs: NULL-terminate pointer arrays So we don't loop outside of the array's bounds while reading them later. logview/logview-prefs.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit c615ae90d64eb3c75f782f3b1d2855acf102f1fc Author: Cosimo Cecchi Date: Mon Jan 10 16:48:06 2011 +0100 screenshot: port to GSettings gnome-screenshot/Makefile.am | 36 +++----- gnome-screenshot/gnome-screenshot.c | 94 +++++++------------- gnome-screenshot/gnome-screenshot.convert | 7 ++ gnome-screenshot/gnome-screenshot.schemas.in | 81 ----------------- .../org.gnome.gnome-screenshot.gschema.xml.in | 34 +++++++ po/POTFILES.in | 17 ++++- 6 files changed, 103 insertions(+), 166 deletions(-) commit f7840e0cb35d3eae73c7e5e1d75a85453900fd23 Author: Cosimo Cecchi Date: Mon Jan 10 16:29:43 2011 +0100 i18n: fix POTFILES.in po/POTFILES.in | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 4290ba598791482f5a47779b7b686bcb2f9127ab Author: Cosimo Cecchi Date: Mon Jan 10 16:26:29 2011 +0100 font-viewer: remove gconf leftover font-viewer/Makefile.am | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) commit e050edd978aadb48c53ae3150e69e1bc3c2d07c2 Author: Cosimo Cecchi Date: Mon Jan 10 16:25:56 2011 +0100 logview: port to GSettings configure.ac | 2 + logview/Makefile.am | 2 - logview/data/Makefile.am | 27 +- logview/data/gnome-system-log.schemas.in | 80 ------ logview/data/logview.convert | 7 + .../data/org.gnome.gnome-system-log.gschema.xml.in | 34 +++ logview/logview-app.c | 11 +- logview/logview-manager.c | 10 +- logview/logview-manager.h | 3 +- logview/logview-prefs.c | 286 +++++++------------- logview/logview-prefs.h | 2 +- 11 files changed, 170 insertions(+), 294 deletions(-) commit 9351495eaa6174f05bc6346d253820918a6e58ce Author: Carlos Garcia Campos Date: Sat Jan 8 14:20:26 2011 +0100 font-viewer: Install .thumbnailer file to register gnome-thumbnail-font libgnome-desktop doesn't use GConf anymore. font-viewer/Makefile.am | 15 +--- font-viewer/fontilus.schemas.in | 109 ----------------------------- font-viewer/gnome-font-viewer.thumbnailer | 5 ++ 3 files changed, 8 insertions(+), 121 deletions(-) commit 05e4ee826b53d004fc6f53a86cd3c553d8cdcccc Author: Yaron Shahrabani Date: Sun Jan 9 21:09:20 2011 +0200 Updated Hebrew translation. po/he.po | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit aadb21c89f06ab34b62dd5c0b82257d20b8c0af9 Author: Ivar Smolin Date: Wed Jan 5 18:15:32 2011 +0200 [l10n] Updated Estonian translation po/et.po | 40 ++++++++++++++++++++++++---------------- 1 files changed, 24 insertions(+), 16 deletions(-) commit bda21e46a8d9976dc7790455a2037560b643869c Author: Kjartan Maraas Date: Sun Jan 2 19:26:52 2011 +0100 Updated Norwegian bokmål translation from Torstein Adolf Winterseth po/nb.po | 98 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 52 insertions(+), 46 deletions(-) commit ba66340d9841f24362302dbfa768c6095d127aa0 Author: Mario Blättermann Date: Sun Jan 2 15:31:12 2011 +0100 [l10n] Updated German translation po/de.po | 1024 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 590 insertions(+), 434 deletions(-) commit 5beee29b65b8f55a4641163a64f75f52372dc701 Author: Daniel Nylander Date: Fri Dec 31 12:47:57 2010 +0100 Updated Swedish translation po/sv.po | 1031 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 582 insertions(+), 449 deletions(-) commit bc7a108b69a039e94145e7e629d136a55d4ee896 Author: A S Alam Date: Wed Dec 29 07:40:18 2010 +0530 update Punjabi Translation po/pa.po | 960 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 552 insertions(+), 408 deletions(-) commit 3e3b3b76593a1816dacd308a6440a3e0750cf8ab Author: Yaron Shahrabani Date: Sun Dec 26 18:21:26 2010 +0200 Updated Hebrew translation po/he.po | 60 ++++++++++++++++++++++++++++++------------------------------ 1 files changed, 30 insertions(+), 30 deletions(-) commit 16eda0c0f58a8898b2359f5f740f049669ec4c8f Author: Gheyret T.Kenji Date: Thu Dec 23 19:11:47 2010 +0100 Added UG translation po/ug.po | 184 +++++++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 files changed, 164 insertions(+), 20 deletions(-)