commit ddc1c7b5df0ce4f488f0ffe52dc68f9ba877090f Author: Felix Riemann Date: Mon Feb 20 21:08:35 2012 +0100 Preapare for release 3.3.90 NEWS | 26 +++++++++++++++++++++++++- 1 files changed, 25 insertions(+), 1 deletions(-) commit 9bd1a0720cb42486b87f0802a41346326af7bed6 Author: Robert Ancell Date: Thu Feb 16 16:36:34 2012 +1100 Fix deprecated GTK API usage https://bugzilla.gnome.org/show_bug.cgi?id=670184 src/eog-print-image-setup.c | 2 +- src/eog-scroll-view.c | 6 +++--- src/eog-sidebar.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) commit 7f2f92bfbdb1559008ba15116c7a8309de0b8ad8 Author: Felix Riemann Date: Sun Feb 19 14:24:32 2012 +0100 Move clearing of mutexes from dispose into finalize handlers We cannot guard the new-style GMutexes against repeated clearing in dispose handlers. So move them into finalize handlers to prevent that scenario (which causes double frees) from happening. src/eog-image.c | 13 +++++++++++++ src/eog-list-store.c | 11 ++++++++++- 2 files changed, 23 insertions(+), 1 deletions(-) commit b5f61d90d0478378cf7cf21bf5ade9eded0ae9f2 Author: Felix Riemann Date: Sun Feb 19 14:13:40 2012 +0100 Use new GLib threading API https://bugzilla.gnome.org/show_bug.cgi?id=670185 src/eog-image-private.h | 2 +- src/eog-image.c | 39 ++++++++++++++++++--------------------- src/eog-jobs.c | 8 +++++--- src/eog-list-store.c | 14 +++++++------- 4 files changed, 31 insertions(+), 32 deletions(-) commit 52d44a8a62f9ebb19e32014a6fb4f32089c20981 Author: Praveen Illa Date: Sat Feb 18 23:26:22 2012 +0530 Updated Telugu Translation po/te.po | 1308 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 648 insertions(+), 660 deletions(-) commit 9ef7d86bbb347eac4b5ba7eb14035dcb986a1c0c Author: Robert Ancell Date: Thu Feb 16 16:31:05 2012 +1100 Remove unused variables src/eog-print-preview.c | 4 ---- src/eog-window.c | 3 --- 2 files changed, 0 insertions(+), 7 deletions(-) commit b06f858159befe2d764c21c2f871208c39268af5 Author: Felix Riemann Date: Thu Feb 16 12:14:10 2012 +0100 EogPrintPreview: Avoid unnecessary color parsing The RGB values of black and white are known and thus can be set directly without parsing them with GdkRGBA first. src/eog-print-preview.c | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) commit 57ce24e1ed32bf9af1b39592179e84b607600aad Author: Felix Riemann Date: Wed Feb 15 16:13:23 2012 +0100 Mark several private functions as internal src/eog-error-message-area.h | 3 +++ src/eog-metadata-sidebar.h | 2 ++ src/eog-plugin-engine.h | 2 ++ src/eog-print-image-setup.h | 1 + 4 files changed, 8 insertions(+), 0 deletions(-) commit 076cb1b19e5c00203b3475bf6e79f42ff3aa6ba4 Author: Felix Riemann Date: Wed Feb 15 15:14:48 2012 +0100 EogPrintPreview: Draw focus rectangle around image and not the page Besides making the focus rectangle slightly visible again it also makes more sense this way as the user is interacting with the image on the page and not the whole page itself. src/eog-print-preview.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 16f37f2ee7d20e47a7fc88793a4afd0f1bde2c3e Author: Felix Riemann Date: Wed Feb 15 15:10:36 2012 +0100 EogPrintPreview: Replace deprecated Gdk function calls src/eog-print-preview.c | 19 ++++++++++--------- 1 files changed, 10 insertions(+), 9 deletions(-) commit d82064ed11afe1dc6c5d1ee62170ed054a07a39b Author: Felix Riemann Date: Wed Feb 15 14:35:11 2012 +0100 MetadataSidebar: Add a tooltip to the folder button src/eog-metadata-sidebar.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 00aad0826bb7cba95f0376732a4e19b150f058a0 Author: Felix Riemann Date: Wed Feb 15 14:25:23 2012 +0100 MetadataSidebar: Change layout of the data values Move the value labels in their own line below their key labels. That improves the visibility of the values and takes away less horizontal space for image viewing. Unfortunately scrolling could be necessary now as the vertical space requirement increased. src/eog-metadata-sidebar.c | 32 ++++++++++++++++++++++---------- 1 files changed, 22 insertions(+), 10 deletions(-) commit b6b0641a98f9f0f39717126036498d747bc18845 Author: Felix Riemann Date: Tue Feb 14 22:06:21 2012 +0100 Make metadata values in MetadataSidebar selectable src/eog-metadata-sidebar.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit d3899a2c956d3c49c559377fda219b0749fb3a3a Author: Bruno Brouard Date: Sun Feb 12 12:36:34 2012 +0100 Updated French doc translation help/fr/fr.po | 51 +++++++++++++++++++++++++++++++-------------------- 1 files changed, 31 insertions(+), 20 deletions(-) commit ed49527d92d372dbc18d8beba7e07ab857bf1ab4 Author: Мирослав Николић Date: Thu Feb 9 21:10:59 2012 +0100 Updated Serbian translation po/sr.po | 677 +++++++++++++++++++++++++++++--------------------------- po/sr@latin.po | 677 +++++++++++++++++++++++++++++--------------------------- 2 files changed, 710 insertions(+), 644 deletions(-) commit be54b454c35c9da9e346690876f03f2e41cf14a0 Author: Felix Riemann Date: Wed Feb 8 20:45:10 2012 +0100 Fix system plugins data dir path eog-plugins was changed to move the plugin's data files out of the library path. Pass the correct path to libpeas as well, so system-wide plugins can query this path dynamically from the engine. src/eog-plugin-engine.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit f974f23f9a4827a2d8e2f119df7ffc43ead81300 Author: Felix Riemann Date: Wed Feb 8 20:29:58 2012 +0100 job-queue: Update to new GThread API introduced with glib-2.31 src/eog-job-queue.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit bc4e5b657a127649470c3ece9d893e9ca5105516 Author: Felix Riemann Date: Wed Feb 8 17:42:59 2012 +0100 job-queue: Use static GMutex and GCond structs Newest glib allows to use GMutex and GCond statically. This makes use of this in an obvious place. src/eog-job-queue.c | 23 ++++++++++------------- 1 files changed, 10 insertions(+), 13 deletions(-) commit 9edf86217f5e2d2ff028146e62a6636a82be4207 Author: Felix Riemann Date: Wed Feb 8 16:37:44 2012 +0100 Remove usage of g_thread_init g_thread_init() has become obsolete with the current glib releases. This clears eog from the direct dependency on libgthread. configure.ac | 1 - src/eog-job-queue.c | 2 -- src/main.c | 3 --- 3 files changed, 0 insertions(+), 6 deletions(-) commit 2eb3f32061d19af97e38d87044d273fd00b03d65 Author: Jiro Matsuzawa Date: Thu Feb 9 00:39:13 2012 +0900 [l10n] Update Japanese translation po/ja.po | 1269 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 648 insertions(+), 621 deletions(-) commit 06a2dd6e9ba8b69242685f85db1d8a9a895815a3 Author: Mattias Põldaru Date: Wed Feb 8 11:06:54 2012 +0200 [l10n] Updated Estonian translation po/et.po | 752 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 380 insertions(+), 372 deletions(-) commit c5b994e949f3017947c239930033957d4f3f17ae Author: Felix Riemann Date: Mon Feb 6 23:33:18 2012 +0100 Post-release version bump configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)