commit 6879c71bbd0cb2d27a1ef0f69e81c5211c680b83
Author: Mario Sanchez Prada <msanchez@gnome.org>
Date:   Tue Oct 4 23:47:09 2016 +0100

    Frogr 1.1 released

 NEWS                     | 4 ++--
 debian/changelog         | 4 ++--
 frogr.spec               | 4 ++++
 src/frogr-about-dialog.c | 2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)

commit 799fabc6141492b3d0b2a00dbfe6ee6472919c37
Author: Mario Sanchez Prada <msanchez@gnome.org>
Date:   Tue Oct 4 23:34:05 2016 +0100

    Updated NEWS file

 NEWS | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

commit 48e9d5e8a228df0ecba093a86447addc0f04f222
Author: Mario Sanchez Prada <msanchez@gnome.org>
Date:   Tue Oct 4 23:18:38 2016 +0100

    Updated TRANSLATORS file

 TRANSLATORS | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit 33e264988d5b1bec3a0d15234986d286e85727c3
Author: Mario Sanchez Prada <msanchez@gnome.org>
Date:   Tue Oct 4 23:01:02 2016 +0100

    Use gvfs-open instead of xdg-open when GAppInfo could not be used
    
    This works better since gvfs-open uses g_app_info_launch_default_for_uri()
    under the hood, which will hook into the OpenURI portal logic, allowing
    frogr to authorize accounts and open external viewers when running inside
    of a flatpak sandbox.

 src/frogr-util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 927982cdc094beb8f073107e953c821ddb55ed41
Author: Mario Sanchez Prada <msanchez@gnome.org>
Date:   Tue Oct 4 22:34:16 2016 +0100

    Update instructions and requirements to build a flatpak bundle
    
    Also, make the JSON file depend on the stable GNOME 3.22 release,
    which already has the required stuff in place for the OpenURI portal.

 flatpak/README.md            | 30 ++++++++++--------------------
 flatpak/org.gnome.Frogr.json |  3 +--
 2 files changed, 11 insertions(+), 22 deletions(-)

commit 0c3578d6a88809638c14c5cdce200eaa1f4ee9ae
Author: Mario Sanchez Prada <msanchez@gnome.org>
Date:   Tue Oct 4 22:24:27 2016 +0100

    Updated copyright year in recently changed files

 COPYING                | 2 +-
 README                 | 2 +-
 debian/copyright       | 2 +-
 src/Makefile.am        | 2 +-
 src/frogr-controller.c | 2 +-
 src/frogr-main-view.c  | 2 +-
 src/frogr-util.c       | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

commit b5b338ecfbdbc5d327fddc88f5a8920cb4490c3b
Author: Mario Sanchez Prada <msanchez@gnome.org>
Date:   Tue Oct 4 21:48:55 2016 +0100

    Explicitly raised gettext minimum version up to 0.19.8
    
    This is needed due to the removal of the dependency on intltool.

 NEWS           |  3 ++-
 configure.ac   |  2 +-
 debian/control | 19 +++++++++++++++++--
 frogr.spec     | 18 +++++++++---------
 4 files changed, 29 insertions(+), 13 deletions(-)

commit 7bedc7d98436a34b38ac39e9f8001cfbef7ab0d9
Author: David King <amigadave@amigadave.com>
Date:   Tue Sep 20 15:51:55 2016 +0200

    Update British English translation

 po/en_GB.po | 859 ++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 510 insertions(+), 349 deletions(-)

commit b64851f0adc32c318eecc4e2eec79d808a17f2c3
Author: GNOME Translation Robot <gnome-sysadmin@gnome.org>
Date:   Tue Sep 20 13:36:20 2016 +0000

    Updated British English translation

 po/en_GB.po | 1067 +++++++++++++++++++++++++----------------------------------
 1 file changed, 451 insertions(+), 616 deletions(-)

commit 4b7fd094abd3c21c62c5cdc29437b0a6b65110e5
Author: Mario Sanchez Prada <msanchez@gnome.org>
Date:   Mon Sep 19 18:40:53 2016 +0100

    Fix cancellation of image upload process
    
    Make sure _complete_picture_upload() is called when a picture upload
    is cancelled, which will take care of stopping the process cleanly,
    freeing the memory and changing the state accordingly, so that the
    UI gets updated accordingly.
    
    Also, get rid of the weird is_cancelled boolean and the callback
    for the cancellable, that's not needed anymore.

 src/frogr-controller.c | 37 +++++++++++--------------------------
 1 file changed, 11 insertions(+), 26 deletions(-)

commit a8353c7052787c335631dc0120ebe90d99dad0f9
Author: Mario Sanchez Prada <msanchez@gnome.org>
Date:   Mon Sep 19 16:58:13 2016 +0100

    Fix paths to .ui files loaded from the main view

 src/frogr-main-view.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 25c95e81083eab0e37a4ab40e2792daf930b97cd
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Sep 13 20:15:50 2016 +0200

    Updated Spanish translation

 po/es.po | 53 ++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 38 insertions(+), 15 deletions(-)

commit da521e9df973028b5c5476b36d0730ac4e3f0cdc
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Sep 12 19:29:13 2016 +0200

    Add more options to XGETTEXT_OPTIONS in po/Makevars

 po/Makevars | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 68276922c7a04f0f57a654deaf1fa4b03e02d9de
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Aug 25 22:51:51 2016 +0200

    Updated Slovenian translation

 po/sl.po | 76 ++++++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 52 insertions(+), 24 deletions(-)

commit bf17fc6a5980bd76353a54ddf4caf78428b436d5
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Aug 25 18:05:16 2016 +0200

    Updated Polish translation

 po/pl.po | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

commit 9b96a08405c67cbe7ecc0b760b71ae42c91accf0
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Fri Aug 19 18:24:30 2016 +0200

    Updated Polish translation

 po/pl.po | 102 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 58 insertions(+), 44 deletions(-)

commit 28923d3761abb6eafed45216e555fd73ecb74bad
Author: Mario Sanchez Prada <msanchez@gnome.org>
Date:   Sun Aug 14 11:20:54 2016 +0100

    Fix translations for GtkBuilder files after the removal of intltool
    
    We need to use standard .ui extensions instead of .xml, and set the
    gettext domain for them, or they won't be processed accordingly.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=769817

 Makefile.am                            |  10 +-
 configure.ac                           |   2 +-
 data/gtkbuilder/frogr-app-menu.ui      |  33 ++++++
 data/gtkbuilder/frogr-app-menu.xml     |  33 ------
 data/gtkbuilder/frogr-context-menu.ui  |  51 +++++++++
 data/gtkbuilder/frogr-context-menu.xml |  51 ---------
 data/gtkbuilder/frogr-main-view.ui     |  54 +++++++++
 data/gtkbuilder/frogr-main-view.xml    |  54 ---------
 data/gtkbuilder/frogr-menu-bar.ui      | 128 +++++++++++++++++++++
 data/gtkbuilder/frogr-menu-bar.xml     | 128 ---------------------
 data/gtkbuilder/frogr-menu-button.ui   | 100 ++++++++++++++++
 data/gtkbuilder/frogr-menu-button.xml  | 100 ----------------
 po/POTFILES.in                         |  10 +-
 po/bs.po                               | 190 ++++++++++++++++++-------------
 po/ca.po                               | 133 ++++++++++++++++++----
 po/cs.po                               | 190 ++++++++++++++++++-------------
 po/da.po                               | 194 ++++++++++++++++++-------------
 po/de.po                               | 190 ++++++++++++++++++-------------
 po/el.po                               | 190 ++++++++++++++++++-------------
 po/en_GB.po                            | 159 ++++++++++++++++++++------
 po/es.po                               | 190 ++++++++++++++++++-------------
 po/fi.po                               | 190 ++++++++++++++++++-------------
 po/fr.po                               | 188 ++++++++++++++++++------------
 po/gl.po                               | 192 ++++++++++++++++++-------------
 po/hu.po                               | 190 ++++++++++++++++++-------------
 po/id.po                               | 190 ++++++++++++++++++-------------
 po/it.po                               | 157 +++++++++++++++++++------
 po/ja.po                               | 192 ++++++++++++++++++-------------
 po/lv.po                               | 201 +++++++++++++++++++--------------
 po/nb.po                               | 168 ++++++++++++++++++++-------
 po/nn.po                               | 151 ++++++++++++++++++++-----
 po/oc.po                               | 188 ++++++++++++++++++------------
 po/pl.po                               | 190 ++++++++++++++++++-------------
 po/pt.po                               | 190 ++++++++++++++++++-------------
 po/pt_BR.po                            | 188 ++++++++++++++++++------------
 po/ro.po                               | 157 +++++++++++++++++++------
 po/ru.po                               | 193 ++++++++++++++++++-------------
 po/sl.po                               | 192 ++++++++++++++++++-------------
 po/sr.po                               | 190 ++++++++++++++++++-------------
 po/sr@latin.po                         | 190 ++++++++++++++++++-------------
 po/sv.po                               | 190 ++++++++++++++++++-------------
 po/te.po                               | 133 +++++++++++++++++-----
 po/tr.po                               | 190 ++++++++++++++++++-------------
 po/uk.po                               | 180 ++++++++++++++++++++---------
 po/zh_CN.po                            | 192 ++++++++++++++++++-------------
 45 files changed, 4091 insertions(+), 2481 deletions(-)

commit c5c63adad2727ab4b4656a575159fd0f22ab6103
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Aug 13 02:26:35 2016 +0200

    Add translator comments to .desktop

 data/frogr.desktop.in.in | 2 ++
 1 file changed, 2 insertions(+)

commit 1e2543cdca785875c5bcdad3bf777738a904ec70
Author: Mario Sanchez Prada <msanchez@gnome.org>
Date:   Fri Aug 12 13:19:34 2016 +0100

    Updated NEWS file

 NEWS | 1 +
 1 file changed, 1 insertion(+)

commit a48a6f1973ff1a428f0fbec1ae670844b83c7d69
Author: Mario Sanchez Prada <msanchez@gnome.org>
Date:   Fri Aug 12 13:18:36 2016 +0100

    Remove dependency on intltool from debian/control and .spec files

 debian/control | 2 +-
 frogr.spec     | 1 -
 po/bs.po       | 2 +-
 po/ca.po       | 2 +-
 po/cs.po       | 2 +-
 po/da.po       | 2 +-
 po/de.po       | 2 +-
 po/el.po       | 2 +-
 po/en_GB.po    | 2 +-
 po/es.po       | 2 +-
 po/fi.po       | 2 +-
 po/fr.po       | 2 +-
 po/gl.po       | 2 +-
 po/hu.po       | 2 +-
 po/id.po       | 2 +-
 po/it.po       | 2 +-
 po/ja.po       | 2 +-
 po/lv.po       | 2 +-
 po/nb.po       | 2 +-
 po/nn.po       | 2 +-
 po/oc.po       | 2 +-
 po/pl.po       | 2 +-
 po/pt.po       | 2 +-
 po/pt_BR.po    | 2 +-
 po/ro.po       | 2 +-
 po/ru.po       | 2 +-
 po/sl.po       | 2 +-
 po/sr.po       | 2 +-
 po/sr@latin.po | 2 +-
 po/sv.po       | 2 +-
 po/te.po       | 2 +-
 po/tr.po       | 2 +-
 po/uk.po       | 2 +-
 po/zh_CN.po    | 2 +-
 34 files changed, 33 insertions(+), 34 deletions(-)

commit d2b626e770a1cfa9739061fcdb8f3f97837ace43
Author: Mario Sanchez Prada <msanchez@gnome.org>
Date:   Fri Aug 12 13:15:14 2016 +0100

    Updated .gitignore

 .gitignore | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

commit a6c738165a2d74b70e876107923db9a9b02909f0
Author: Mario Sanchez Prada <msanchez@gnome.org>
Date:   Fri Aug 12 13:13:21 2016 +0100

    Refreshed .pot files after the removal of intltool

 po/bs.po       | 594 +++++++++++++++++--------------------
 po/ca.po       | 517 ++++++++++++++-------------------
 po/cs.po       | 575 ++++++++++++++++--------------------
 po/da.po       | 650 +++++++++++++++++++++--------------------
 po/de.po       | 575 ++++++++++++++++--------------------
 po/el.po       | 613 ++++++++++++++++++---------------------
 po/en_GB.po    | 813 ++++++++++++++++++++++++++++++++++++---------------
 po/es.po       | 577 ++++++++++++++++--------------------
 po/fi.po       | 582 ++++++++++++++++---------------------
 po/fr.po       | 585 +++++++++++++++++--------------------
 po/gl.po       | 627 +++++++++++++++++++--------------------
 po/hu.po       | 582 ++++++++++++++++---------------------
 po/id.po       | 592 ++++++++++++++++++-------------------
 po/it.po       | 903 ++++++++++++++++++++++++++++++++++++++++-----------------
 po/ja.po       | 667 +++++++++++++++++++++---------------------
 po/lv.po       | 696 +++++++++++++++++++++-----------------------
 po/nb.po       | 768 +++++++++++++++++++++++++++---------------------
 po/nn.po       | 774 +++++++++++++++++++++++++++++--------------------
 po/oc.po       | 589 ++++++++++++++++---------------------
 po/pl.po       | 574 ++++++++++++++++--------------------
 po/pt.po       | 577 ++++++++++++++++--------------------
 po/pt_BR.po    | 573 ++++++++++++++++--------------------
 po/ro.po       | 842 +++++++++++++++++++++++++++++++++++++----------------
 po/ru.po       | 730 ++++++++++++++++++++++------------------------
 po/sl.po       | 590 +++++++++++++++++--------------------
 po/sr.po       | 580 ++++++++++++++++--------------------
 po/sr@latin.po | 585 ++++++++++++++++---------------------
 po/sv.po       | 575 ++++++++++++++++--------------------
 po/te.po       | 607 ++++++++++++++++++--------------------
 po/tr.po       | 587 +++++++++++++++++--------------------
 po/uk.po       | 856 ++++++++++++++++++++++++++++++++++--------------------
 po/zh_CN.po    | 624 +++++++++++++++++++--------------------
 32 files changed, 10298 insertions(+), 10281 deletions(-)

commit f67b12fa5bc0fe645f35f7121c28da6776111bb8
Author: Mario Sanchez Prada <msanchez@gnome.org>
Date:   Fri Aug 12 12:00:35 2016 +0100

    Migrate away from intltool, use gettext instead
    
    This is inline with the current trend of stopping using intltool,
    see https://blogs.gnome.org/mclasen/2016/07/21/using-modern-gettext

 autogen.sh                |  9 +-----
 configure.ac              | 18 ++++++-----
 data/Makefile.am          | 10 ++++--
 data/frogr.appdata.xml.in | 10 +++---
 data/frogr.desktop.in.in  |  8 ++---
 po/Makevars               | 78 +++++++++++++++++++++++++++++++++++++++++++++++
 po/POTFILES.in            | 10 +++---
 po/POTFILES.skip          |  4 ---
 src/Makefile.am           |  4 +++
 src/frogr-util.c          |  2 +-
 10 files changed, 115 insertions(+), 38 deletions(-)

commit c44882e5154eeda37728ebf3ba01d8ef95e2216d
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Jul 16 18:26:17 2016 +0200

    Add Language headers to po files
    
    Future versions of gettext will fail if this header is missing.

 po/en_GB.po    | 2 +-
 po/es.po       | 2 +-
 po/fr.po       | 2 +-
 po/it.po       | 2 +-
 po/nn.po       | 1 +
 po/oc.po       | 2 +-
 po/ru.po       | 2 +-
 po/sl.po       | 2 +-
 po/sr@latin.po | 2 +-
 po/zh_CN.po    | 2 +-
 10 files changed, 10 insertions(+), 9 deletions(-)

commit 849938e579d293664c2ef25add2fb7a7f267fc7f
Author: Mario Sanchez Prada <msanchez@gnome.org>
Date:   Sun Jun 19 00:48:29 2016 +0100

    Renamed related files and content from xdg-app to flatpak

 flatpak/README.md            | 62 ++++++++++++++++++++++++++++++++++++++++++
 flatpak/org.gnome.Frogr.json | 43 +++++++++++++++++++++++++++++
 xdg-app/README.md            | 64 --------------------------------------------
 xdg-app/org.gnome.Frogr.json | 43 -----------------------------
 4 files changed, 105 insertions(+), 107 deletions(-)

commit 58d3facee3a85967ef14784f2c1e08c95b1162d8
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Tue May 10 08:20:30 2016 +0000

    Updated Swedish translation

 po/sv.po | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

commit 86e7d5f5d763be90b19b3bf791d237f5b65d199e
Author: Tiago Santos <tiagofsantos81@sapo.pt>
Date:   Wed May 4 18:55:06 2016 +0000

    Updated Portuguese translation

 po/pt.po | 96 +++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 47 deletions(-)

commit dfe1a6f4471ef8d1a93818f5cf3c944f94da4bfe
Author: Mario Sanchez Prada <msanchez@gnome.org>
Date:   Sat Apr 23 09:13:57 2016 +0100

    Added files to allow building frogr as an xdg-app
    
    This is not part of the distribution tarball, but just the
    needed files and instructions to allow building frogr as an
    xdg-app, useful for testing and developing purposes.

 xdg-app/README.md            | 64 ++++++++++++++++++++++++++++++++++++++++++++
 xdg-app/org.gnome.Frogr.json | 43 +++++++++++++++++++++++++++++
 2 files changed, 107 insertions(+)

commit 2d0a9e3641442dd76bfa1fa51384a9f8e7b8d143
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Thu Mar 31 13:03:35 2016 +0200

    Removed unused screenshots

 help/de/figures/edit-picture-details.png   | Bin 72144 -> 0 bytes
 help/de/figures/frogr-remote-organizer.png | Bin 350779 -> 0 bytes
 help/de/figures/preferences-connection.png | Bin 22217 -> 0 bytes
 help/de/figures/preferences-general.png    | Bin 38685 -> 0 bytes
 help/de/figures/preferences-misc.png       | Bin 20625 -> 0 bytes
 5 files changed, 0 insertions(+), 0 deletions(-)

commit f7bad9e7e1df7e5cc7cc617539dc620e6eb8920f
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Thu Mar 31 13:03:03 2016 +0200

    Updated German translation

 help/de/de.po | 1102 ++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 660 insertions(+), 442 deletions(-)

commit 456fbfca2d5e7ce73a1e2f42271cc30dc4d1e33b
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Sun Mar 13 17:22:38 2016 +0000

    Updated Finnish translation

 po/fi.po | 346 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 177 insertions(+), 169 deletions(-)

commit 12168f1bf0173631843a0df9bb903f02af3ea630
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Sun Mar 13 11:16:26 2016 +0000

    Added Occitan translation

 po/LINGUAS |   1 +
 po/oc.po   | 968 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 969 insertions(+)

commit 60de4a1f10ed33b990dda08ccea3c44e6a8ee1f8
Author: Balázs Úr <urbalazs@gmail.com>
Date:   Fri Mar 4 21:26:31 2016 +0000

    Updated Hungarian translation

 po/hu.po | 344 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 176 insertions(+), 168 deletions(-)

commit 0223d0e62548beaf16b7f6e8548918b807f1ca48
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Mar 2 21:29:42 2016 +0100

    Updated Spanish translation

 help/es/es.po | 60 ++++-------------------------------------------------------
 1 file changed, 4 insertions(+), 56 deletions(-)

commit c09acf8a06513965f7aef2ad1bd379b76bcd637c
Author: Rafael Fontenelle <rffontenelle@gmail.com>
Date:   Mon Feb 29 09:49:13 2016 +0000

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 85 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 44 insertions(+), 41 deletions(-)

commit 73d96a76f86365d3422324eafec9b46f0b463e2f
Author: Marek Černocký <marek@manet.cz>
Date:   Sun Feb 28 12:54:51 2016 +0100

    Updated Czech translation

 po/cs.po | 78 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 41 insertions(+), 37 deletions(-)

commit ea0e307c1337c07f385f7799d0d8f563b45ddc3e
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Feb 22 21:19:49 2016 +0100

    Updated Spanish translation

 help/es/es.po | 1826 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 924 insertions(+), 902 deletions(-)

commit 70bf9e28be670266d4b44ca75cb1b8a0ad068615
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Sat Feb 20 11:53:22 2016 +0100

    Updated Serbian translation

 po/sr.po       | 87 ++++++++++++++++++++++++++++------------------------------
 po/sr@latin.po | 87 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 84 insertions(+), 90 deletions(-)

commit d9bcbc395b791524ddbc75f3c7195dca6fe4dc70
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sun Feb 7 13:13:08 2016 +0100

    Updated Spanish translation

 po/es.po | 82 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

commit a32172b42a83d1992445df9b6bf35b88c80be561
Author: Josef Andersson <josef.andersson@fripost.org>
Date:   Wed Feb 3 22:59:28 2016 +0100

    Add Swedish translation

 help/Makefile.am |   2 +-
 help/sv/sv.po    | 798 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 799 insertions(+), 1 deletion(-)

commit 7f6a3e35b52ec1f2e133fa47ac2f5c2a06334e09
Author: Mario Sanchez Prada <msanchez@gnome.org>
Date:   Wed Feb 3 16:31:05 2016 +0000

    Fix typo in help files and updated translations
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761501

 help/C/preferences.page | 2 +-
 help/cs/cs.po           | 2 +-
 help/de/de.po           | 2 +-
 help/el/el.po           | 2 +-
 help/es/es.po           | 2 +-
 help/fr/fr.po           | 2 +-
 help/gl/gl.po           | 2 +-
 help/pt_BR/pt_BR.po     | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

commit 963d59fa6843d25134f62d5bbef59f8e60fb7b79
Author: Josef Andersson <josef.andersson@gmail.com>
Date:   Wed Feb 3 12:38:36 2016 +0000

    Updated Swedish translation

 po/sv.po | 1061 ++++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 728 insertions(+), 333 deletions(-)

commit 7e2ae264d8d8368cda3460d4bea3633e6b18e99f
Author: Richard Hughes <richard@hughsie.com>
Date:   Mon Jan 25 15:45:01 2016 +0000

    Add a missing tag to the AppData file

 data/frogr.appdata.xml.in | 1 +
 1 file changed, 1 insertion(+)

commit 43bff024d36755bc52943ce12d8b3888414ab5af
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Mon Jan 25 13:47:42 2016 +0100

    Updated German translation

 po/de.po | 80 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 42 insertions(+), 38 deletions(-)

commit 3878980e8d19b2121f33e7572aec0e9556ee3fee
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Jan 23 17:46:27 2016 +0100

    Updated Polish translation

 po/pl.po | 84 +++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 40 deletions(-)

commit d00045bfbb25a17603a4cb719b3f8c7f30e23daa
Author: Mario Sanchez Prada <msanchez@gnome.org>
Date:   Fri Jan 22 18:04:02 2016 +0000

    Update the AppData file and add some missing data

 data/frogr.appdata.xml.in | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

commit 7693b82dc5a1da099d075137fdfa0d2d62b6da01
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Jan 7 23:08:38 2016 +0100

    Updated Spanish translation

 po/es.po | 2230 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 1117 insertions(+), 1113 deletions(-)

commit 1ad8546f0807df8b89853c7fdf218626e0424dff
Author: Rafael Fontenelle <rffontenelle@gmail.com>
Date:   Thu Jan 7 16:24:30 2016 +0000

    Updated Brazilian Portuguese translation

 help/pt_BR/pt_BR.po | 245 ++++++++++++++++++++++++++++------------------------
 1 file changed, 133 insertions(+), 112 deletions(-)

commit eb21078decaf4589fb5f5e70f77aedfb2ebc002f
Author: Enrico Nicoletto <liverig@gmail.com>
Date:   Wed Dec 30 21:18:34 2015 +0000

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 347 +++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 178 insertions(+), 169 deletions(-)

commit bf64c0b06fb260093622fbec7fc9e4c6f795cb5b
Author: Wolfgang Stöggl <c72578@yahoo.de>
Date:   Wed Dec 30 12:48:52 2015 +0000

    Updated German translation

 po/de.po | 590 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 341 insertions(+), 249 deletions(-)

commit 9a6f21db16854190001e42c178c9eb4295085551
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Wed Dec 30 09:15:38 2015 +0000

    Updated French translation

 po/fr.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 1bf2f8ad95a2f819545426ee35748e5f3ac04310
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Wed Dec 30 09:14:53 2015 +0000

    Updated French translation

 help/fr/fr.po | 1130 +++++++++++++++++++++++++++++++++------------------------
 1 file changed, 664 insertions(+), 466 deletions(-)

commit 6ae5ed0ab1e2f44479ecc58a46f32ba0cd1e4e25
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Wed Dec 30 09:52:07 2015 +0100

    Updated Serbian translation

 po/sr.po       | 447 +++++++++++++++++++++++++++++++--------------------------
 po/sr@latin.po | 447 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 480 insertions(+), 414 deletions(-)

commit 48c42137faec808d89b40b0bb16e0bdeef2d8e2a
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Wed Dec 30 08:39:02 2015 +0000

    Updated French translation

 po/fr.po | 557 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 320 insertions(+), 237 deletions(-)

commit 1057534f36a6490f73660bec85dd6c20ab20312b
Author: Mario Sanchez Prada <msanchez@gnome.org>
Date:   Wed Dec 30 02:25:58 2015 +0000

    Prepare for the next release

 NEWS                     | 4 ++++
 configure.ac             | 2 +-
 debian/changelog         | 7 +++++++
 frogr.doap               | 8 ++++++++
 frogr.spec               | 2 +-
 src/frogr-about-dialog.c | 2 +-
 6 files changed, 22 insertions(+), 3 deletions(-)

commit 50493994ada1b23966ed48ac5636b30daccf7de1
Author: Mario Sanchez Prada <msanchez@gnome.org>
Date:   Wed Dec 30 02:10:47 2015 +0000

    Frogr 1.0 released

 NEWS                     | 4 ++--
 configure.ac             | 2 +-
 debian/changelog         | 4 ++--
 frogr.spec               | 6 +++++-
 src/frogr-about-dialog.c | 2 +-
 5 files changed, 11 insertions(+), 7 deletions(-)