commit 3882fad38adf0de55b4d04d97b182514dfafef21
Author: Felix Riemann <friemann@gnome.org>
Date:   Mon Aug 18 22:38:35 2014 +0200

    Prepare for release 3.13.90

 NEWS | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit 802c5b9da893ca7c31cafa17566badaafc00f986
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Aug 17 17:15:41 2014 +0200

    Raise version number to 3.13.90
    
    Schedule says that version is already up. We missed a release it seems.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c5d4eadb0b4e3de979352a86f866f4b4768c5d21
Merge: 89c16b8 4cbd2d3
Author: Felix Riemann <friemann@gnome.org>
Date:   Wed Aug 13 21:05:03 2014 +0200

    Merge branch 'gestures'
    
    https://bugzilla.gnome.org/show_bug.cgi?id=730656

commit 89c16b8691de8afd06ce897f95b0eff215db6e6e
Author: MarMav <mavridou@gmail.com>
Date:   Wed Aug 13 13:09:47 2014 +0000

    Updated Greek translation

 po/el.po | 599 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 303 insertions(+), 296 deletions(-)

commit 4cbd2d31b36f901fb814c5c7757963f37f9ff8e5
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Mon May 19 14:40:54 2014 +0200

    EogWindow: Handle EogScrollView next/previous image signals

 src/eog-window.c | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

commit e0378a811508ae1d0ba01fe405ef711e04dbb16c
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Mon May 19 14:38:14 2014 +0200

    EogScrollView: Add next/previous image signals
    
    Those are triggered by a pan gesture. If the scrollview is not scrollable
    horizontally, and a horizontal pan gesture happens, next/prev signals are
    emitted on the view. Vertical panning can still trigger scrolling or DnD.

 src/eog-scroll-view.c | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/eog-scroll-view.h |  2 ++
 2 files changed, 95 insertions(+)

commit bb61625f073d83fad937618bfe30c078a96b4c7f
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Wed Aug 13 13:26:54 2014 +0200

    EogWindow: Handle EogScrollView rotation-changed signal
    
    This makes sure the undo stack gets properly modified, as it happens when
    clicking the "rotate" buttons in the UI.

 src/eog-window.c | 12 ++++++++++++
 1 file changed, 12 insertions(+)

commit bce2efce8dfbcd4baaf255331b4722c8dcba297d
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Mon May 5 20:17:43 2014 +0200

    EogScrollView: add image rotation gesture/signal
    
    A ::rotation-changed signal has been added to EogScrollView, that reports
    angle changes happening from within the view in 90 degree steps. A
    GtkGestureRotate has been hooked to the widget so two-finger touchscreen
    interaction does rotate the image.
    
    In order to avoid unintended angle changes when the delta is too close to
    a switch point, there is a "grey area" threshold that makes it harder to
    switch forth and back again.
    
    This gesture has been added to the same group than the GtkGestureZoom,
    as both are meant to share sequences and state.

 src/eog-scroll-view.c | 133 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/eog-scroll-view.h |   1 +
 2 files changed, 134 insertions(+)

commit 32f09f732470987f0ad4201ed92dfd3a528e13be
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Thu Mar 27 18:27:41 2014 +0100

    EogScrollView: Add pinch/zoom gesture
    
    GtkGestureZoom is used to handle 2-finger pinch/zoom gestures.
    If the gesture is triggered, scrolling is cancelled, and both
    zoom/offsets are controlled through the 2-sequences bounding box
    and distance.

 src/eog-scroll-view.c | 89 +++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 87 insertions(+), 2 deletions(-)

commit 8e71e04e5fc3ffc5a2d4f9703d98f90728667d17
Author: Daniel Șerbănescu <daniel [at] serbanescu [dot] dk>
Date:   Sun Aug 10 20:28:33 2014 +0200

    Updated Romanian Translation

 help/Makefile.am |    2 +-
 help/ro/ro.po    | 4052 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4053 insertions(+), 1 deletion(-)

commit 61de8b684c706e1c71fc6d51bdc99601391ab029
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Aug 10 17:19:56 2014 +0200

    Stop using stock icons for the plugins

 plugins/fullscreen/fullscreen.plugin.desktop.in | 2 +-
 plugins/reload/reload.plugin.desktop.in         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 45ede27da2a6f28782b7a5d31b48b0f8a93005be
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Aug 10 17:13:40 2014 +0200

    EogPreferencesDialog: Replace stock labels

 data/eog-preferences-dialog.ui | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 385e50a92d059babfff7c627079f0a5d4c03407a
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Aug 10 17:11:56 2014 +0200

    EogImagePropertiesDialog: Fix stock icons and container structure
    
    This removes the used stock icons and switches to standard icons.
    Also several odd container structures are cleaned up.

 data/eog-image-properties-dialog.ui | 470 +++++++++++++++---------------------
 src/eog-properties-dialog.c         |  42 +++-
 2 files changed, 226 insertions(+), 286 deletions(-)

commit 00641d24f94fd69c033d41c9314eec9a9f269f17
Author: Felix Riemann <friemann@gnome.org>
Date:   Sun Aug 10 15:20:52 2014 +0200

    Replace remaining uses of margin-left and margin-right properties
    
    Replaced with margin-start and margin-end, which should make
    EogMetadataSidebar's layout in RTL environments more similar to the
    LTR layout.

 src/eog-metadata-sidebar.c | 6 +++---
 src/eog-statusbar.c        | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

commit d53d813e7f99ce2cf85e4d79531f9fbd7042ab83
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:   Sun Aug 3 14:57:57 2014 +0900

    l10n: Update Japanese translation

 po/ja.po | 164 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 83 insertions(+), 81 deletions(-)

commit 511f0a7ab95ea7425ea4702512203e5147d4e093
Author: Vadim Rutkovsky <vrutkovs@redhat.com>
Date:   Mon Jul 28 20:11:18 2014 +0200

    tests: trap exceptions in before_tag

 tests/environment.py | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

commit c950a6c5205c88b817f021dc73ee82ce78f6b526
Author: Vadim Rutkovsky <vrutkovs@redhat.com>
Date:   Mon Jul 28 11:38:11 2014 +0200

    tests: merge screenshot tour tests

 Makefile.am                   |  2 +-
 tests/screenshot_tour.feature | 22 +++-------------------
 2 files changed, 4 insertions(+), 20 deletions(-)

commit 1dc3d06a51bfede953cfb11a81590592e17ae242
Author: Vadim Rutkovsky <vrutkovs@redhat.com>
Date:   Sun Jul 27 15:51:11 2014 +0200

    tests: give nice name for screenshot tests and add more locales

 Makefile.am                   |  2 +-
 tests/screenshot_tour.feature | 54 ++++++++++++++++++++++++++++++++-----------
 2 files changed, 42 insertions(+), 14 deletions(-)

commit 692758c64e242563222386cbc12b4fddc47f44e8
Author: Vadim Rutkovsky <vrutkovs@redhat.com>
Date:   Fri Jul 25 08:02:24 2014 +0200

    tests: don't inlude pointer in screenshots

 tests/environment.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d52f34e60574eb7ec0b62b01d869df7e25f305d8
Author: Vadim Rutkovsky <vrutkovs@redhat.com>
Date:   Thu Jul 24 16:44:20 2014 +0200

    tests: add screenshot tour test
    
    This would help designers to check app looks (see screenshots
     in installed-tests/eog_screenshots) and translators

 Makefile.am                   |  2 +-
 tests/environment.py          | 35 +++++++++++++++++++++++++++++++++++
 tests/screenshot_tour.feature | 41 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 77 insertions(+), 1 deletion(-)

commit 2284141dfc691d1f3fb5bf3b204100714a25ff86
Author: Vadim Rutkovsky <vrutkovs@redhat.com>
Date:   Thu Jul 24 16:42:34 2014 +0200

    tests: allow tests to use translations
    
    
    Instead of looking for specified string first try to translate it to current language (set via
    LANG env)

 tests/common_steps.py | 42 +++++++++++++++++++++++------
 tests/steps/steps.py  | 73 +++++++++++++++++++++++++++++++++++----------------
 2 files changed, 84 insertions(+), 31 deletions(-)

commit eb9cf843029245a5cde2f0d185babfda62500d8f
Author: Felix Riemann <friemann@gnome.org>
Date:   Tue Jul 22 11:55:37 2014 +0200

    Post-release version bump

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)