commit 8e73fb09d2a5623a4cdca13826f118ba435e5d5f
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Dec 19 20:34:38 2011 +0100

    Prepare for release 3.3.3

 NEWS |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

commit eee6b67bd1b9b1f0d479d9b6dcb36cf1c8870e5e
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Dec 19 18:35:05 2011 +0100

    Updated POTFILES.in

 po/POTFILES.in |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

commit 7ac112f2dde1dcf76b5693d3036dd2d2625a193f
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Dec 19 18:20:30 2011 +0100

    Make Exif/XMP summaries available as sidebar
    
    Makes the data from the properties dialog available as a sidebar.
    A button opens the details tab in the properties dialog.
    This is graphically still a bit roughg.
    Committing it in hopes to get some early feedback.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=616438

 src/Makefile.am             |    2 +
 src/eog-exif-util.c         |   91 ++++++
 src/eog-exif-util.h         |   20 +-
 src/eog-metadata-sidebar.c  |  634 +++++++++++++++++++++++++++++++++++++++++++
 src/eog-metadata-sidebar.h  |   61 ++++
 src/eog-properties-dialog.c |  118 +-------
 src/eog-window.c            |   46 +++-
 src/eog-window.h            |    2 +
 8 files changed, 853 insertions(+), 121 deletions(-)

commit fa744735911a7445bd83f2119385b82e674b020c
Author: Felix Riemann <friemann@gnome.org>
Date:   Thu Dec 15 19:36:06 2011 +0100

    Use new DBus API to show the current image in the file browser
    
    This improves the functionality implemented with commit 9df5fd43.
    The new API that will be included in Nautilus 3.3.4 not only opens a
    view for the containing folder but also marks the image in the view.
    The old behaviour is still available as fallback if the new API is
    not offered on the system.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=650402

 src/eog-util.c   |   86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/eog-util.h   |    4 ++
 src/eog-window.c |   40 ++++---------------------
 3 files changed, 96 insertions(+), 34 deletions(-)

commit ec1e5e54eae8f499a80a7a6a0f6c32b657af7a2a
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Dec 16 15:56:42 2011 +0100

    Updated Slovenian translation

 help/sl/sl.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 9cc52b559f4520de9bee587cac4988d12898b966
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Dec 14 23:09:23 2011 +0100

    Rename variable in data dirs Makefile.am
    
    This was forgotten in commit 4c93c41f and fixes distcheck.

 data/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ab4c398e363345b9d486c701cdb48322bfff244a
Author: Javier Sánchez <jsanchez@deskblue.com>
Date:   Thu Oct 27 12:16:27 2011 +0200

    Fixed bug 607287 - visibility issue while saving files
    
    - Reset "metadata::nautilus-icon-position" of the target file when we
      copy the file without modifications.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=607287

 src/eog-image.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit 4c93c41fcfc1cab32c10a66e247d4a0fb3d60a05
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Dec 14 22:02:36 2011 +0100

    Replace deprecated GtkRCStyle usage with a GtkCssProvider
    
    Makes EogThumbNav's scrollbar style similar to pre-3.x versions again.

 data/Makefile.am |    4 ++--
 data/eog.css     |    7 +++++++
 data/gtkrc       |    9 ---------
 src/main.c       |   21 +++++++++++++++++++--
 4 files changed, 28 insertions(+), 13 deletions(-)

commit 3d1859e321b9dea27e49bab9626044f3f5835420
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Wed Dec 14 14:56:31 2011 +0200

    Use the preferred interpolation type when zoomed instead of assuming the right one
    
    https://bugzilla.gnome.org/show_bug.cgi?id=665897

 src/eog-scroll-view.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit 32109eb43cb2a856f836d31b99cc08dfe675182d
Author: Kuang Chen <kuangchen@ucla.edu>
Date:   Wed Dec 7 17:33:32 2011 +0000

    Update Simplified Chinese help translation.

 help/zh_CN/zh_CN.po | 4883 +++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 3604 insertions(+), 1279 deletions(-)

commit da78cc9ce6d8f02af9003d613fbb88951d0130bc
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Nov 30 14:51:05 2011 +0100

    Replace uses of deprecated gdk_app_launch_context_new function
    
    Use gdk_display_get_app_launch_context as advertised in GTK+ docs.

 src/eog-window.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 208361c7f97076aa12d86801500decf7974d1040
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Nov 30 14:03:40 2011 +0100

    EogPrintImageSetup: Convert internal GtkTables to GtkGrids

 src/eog-print-image-setup.c |   80 +++++++++++++++++++++---------------------
 1 files changed, 40 insertions(+), 40 deletions(-)

commit 7fd3bcf82459b6d370649119ee10b6be902b89f1
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Nov 30 13:38:25 2011 +0100

    EogPrintImageSetup: Derive from GtkTable instead of GtkGrid
    
    GtkTable has been deprecated in favor of GtkGrid.

 src/eog-print-image-setup.c |   19 ++++++-------------
 src/eog-print-image-setup.h |    4 ++--
 2 files changed, 8 insertions(+), 15 deletions(-)

commit c02ff5d5ebe9f86855c3e5d8827fae4d2846721b
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Nov 30 12:30:00 2011 +0100

    Don't use deprecated gdk_cursor_unref() anymore

 src/eog-print-preview.c |    2 +-
 src/eog-scroll-view.c   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 2ec0b081b48a4f38c1798d70040f489af103a396
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Tue Nov 29 21:37:11 2011 +0100

    Updated Dutch translation by Wouter Bolsterlee

 po/nl.po |  373 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 193 insertions(+), 180 deletions(-)

commit 8af8ac974294f9a42a8f7e43aaf251bbd4141c7d
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Nov 26 16:11:45 2011 +0100

    Stop using g_format_size_for_display()
    
    It uses the wrong unit suffixes/basis and has since been declared as
    deprecated. Replaced by g_format_size() using the correct basis.

 src/eog-file-chooser.c      |    4 ++--
 src/eog-properties-dialog.c |    2 +-
 src/eog-thumb-view.c        |    2 +-
 src/eog-window.c            |    4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

commit 00ab54e04b7bbf2592b99152339569138ce9091f
Author: Felix Riemann <friemann@gnome.org>
Date:   Sat Nov 26 16:05:44 2011 +0100

    Replace gtk_{v,h}box new with gtk_box_new
    
    The GtkHBox and GtkVBox APIs have been deprecated by now.

 src/eog-close-confirmation-dialog.c |   10 +++++-----
 src/eog-error-message-area.c        |    4 ++--
 src/eog-file-chooser.c              |    2 +-
 src/eog-print-image-setup.c         |    2 +-
 src/eog-sidebar.c                   |    4 ++--
 src/eog-statusbar.c                 |    2 +-
 src/eog-window.c                    |   17 +++++++++--------
 7 files changed, 21 insertions(+), 20 deletions(-)

commit ada6e43cc97f34298aac8d58e3501c66441edc57
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Fri Oct 7 23:46:04 2011 +0000

    toolbareditor: use GtkBox instead of H/V versions
    
    Bug #661240

 cut-n-paste/toolbar-editor/egg-editable-toolbar.c |    8 +++++---
 cut-n-paste/toolbar-editor/egg-editable-toolbar.h |    4 ++--
 cut-n-paste/toolbar-editor/egg-toolbar-editor.c   |    6 ++++--
 cut-n-paste/toolbar-editor/egg-toolbar-editor.h   |    4 ++--
 4 files changed, 13 insertions(+), 9 deletions(-)

commit 1a382d8fcfe3021895d5024d19f45985b442ad8d
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Fri Oct 7 23:34:22 2011 +0000

    toolbareditor: use GtkGrid instead of GtkTable
    
    Bug #661240

 cut-n-paste/toolbar-editor/egg-toolbar-editor.c |   42 +++++++++++-----------
 1 files changed, 21 insertions(+), 21 deletions(-)

commit 8fd4bf392f5596a509b7183e1a7e8dceb3935808
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Fri Oct 7 23:33:44 2011 +0000

    toolbareditor: use GtkSeparator instead of GtkHSeparator
    
    Bug #661240

 cut-n-paste/toolbar-editor/egg-toolbar-editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9dfcd2aaebec4ef9255b9c524a62e081fa7e3522
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Nov 21 22:24:36 2011 +0100

    Post-release version bump

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)