commit 3f8d698bebc1899cc61fd232044a41b2051977a9 Author: Felix Riemann Date: Tue Dec 1 13:42:38 2009 +0100 Update for 2.29.3 NEWS | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) commit a84ad69aac7ac4c9274037bfc8968c455590dfd4 Author: Felix Riemann Date: Tue Dec 1 13:26:23 2009 +0100 Avoid warnings in CloseConfirmDlg when thumbs are not loaded This is merely a workaround until we find the real fix. This avoids the warnings when some thumbnails of changed images are not loaded (e.g. because the collection is hidden). Instead a generic icon is shown. src/eog-close-confirmation-dialog.c | 46 +++++++++++++++++++++++++++++++---- 1 files changed, 41 insertions(+), 5 deletions(-) commit 74268d4bac49d5c15268c9375f8b853e5b860df6 Author: Tao Wei Date: Mon Nov 30 16:42:24 2009 +0800 Updated Simplified Chinese translation. po/zh_CN.po | 250 ++++++++++++++++++++++++++++++----------------------------- 1 files changed, 127 insertions(+), 123 deletions(-) commit 8cbf69edca2c35c7ac81f150b6cb2c9653498cd2 Author: Felix Riemann Date: Fri Nov 27 21:33:23 2009 +0100 Remove unneeded variable The variable 'next_state' was a lost carry-on from the JPEG reader, which was the base for the PNG reader. It was never used here and was even faulty in one case. 'chunk_len' was likely used during initial development of the PNG reader but was never in the final version. src/eog-metadata-reader-png.c | 10 ++-------- 1 files changed, 2 insertions(+), 8 deletions(-) commit 17d4f73537c4b3792b693cc643c50b0fd7544510 Author: Khaled Hosny Date: Thu Nov 26 07:49:32 2009 +0200 Updated Arabic translation po/ar.po | 263 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 150 insertions(+), 113 deletions(-) commit 659403e321ef02fca024342773042c96300a16d6 Author: Felix Riemann Date: Sun Nov 22 12:32:59 2009 +0100 Raise gtk+ dependency to 2.17.5 This version is needed for commit d6b1a635 due to the accessor to the activatable property of the ToggleCellRenderer. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d6b1a6351ccb2e87ecdbfb071120247bfc79b79b Author: Felix Riemann Date: Sun Nov 22 12:23:51 2009 +0100 Add func to get the close confirmation dialog in an insensitive state This state is special therein that it is not making the whole dialog insensitive, but only the buttons and the checkbox column in the treeview. That way the main window doesn't need to be made insensitive during saving to avoid interaction. Alltogether this should improve the situation visually quite a bit. src/eog-close-confirmation-dialog.c | 18 +++++++++++++++++- src/eog-close-confirmation-dialog.h | 1 + src/eog-window.c | 3 +-- 3 files changed, 19 insertions(+), 3 deletions(-) commit aca371d4aafafc3290a770a29516bbf95f9c256e Author: Ivar Smolin Date: Sun Nov 22 12:17:14 2009 +0200 Updating Estonian translation po/et.po | 33 +++++++++++++++++++++++++++++++-- 1 files changed, 31 insertions(+), 2 deletions(-) commit 206d79cd0d8c0dabc907dd9e1c3aab39e6a3ab13 Author: Aron Xu Date: Sat Nov 21 20:50:26 2009 +0800 Correct a typo po/zh_CN.po | 457 +++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 291 insertions(+), 166 deletions(-) commit 71b38a132362e79581a86aa68d8d0d1ce7492411 Author: Felix Riemann Date: Tue Nov 17 21:36:43 2009 +0100 Post-release version bump configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)