commit 7fa50e1b8056b6ae7d7ceb3bc91c9cda866a93fa
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon Dec 31 09:05:47 2018 +1000

    Rhythmbox 3.4.3

 NEWS         | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |  2 +-
 configure.ac |  2 +-
 3 files changed, 73 insertions(+), 2 deletions(-)

commit 2a68b8eaea4d63bc0407602702afafd1f77cc989
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Thu Jan 3 20:22:03 2019 +0000

    Update Swedish translation

 help/sv/sv.po | 4186 ++++++++++++++++++++++++++-------------------------------
 1 file changed, 1943 insertions(+), 2243 deletions(-)

commit 0812b20bace56f05e0f83068ca77c5cc522030e3
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Thu Jan 3 21:05:05 2019 +0100

    Update Swedish help images

 help/sv/figures/rb-iradio-main.png          | Bin 91332 -> 87085 bytes
 help/sv/figures/rb-notification-zone.png    | Bin 0 -> 57371 bytes
 help/sv/figures/rb-podcast-main.png         | Bin 90893 -> 74711 bytes
 help/sv/figures/rb-toolbar-prevplaynext.png | Bin 4702 -> 0 bytes
 help/sv/figures/rb-window.png               | Bin 142252 -> 0 bytes
 5 files changed, 0 insertions(+), 0 deletions(-)

commit 2b60b217e302be4c7fc1c25d02a1fce294f369ad
Author: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Tue Jan 1 10:01:03 2019 +0000

    Update Latvian translation

 po/lv.po | 350 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 173 insertions(+), 177 deletions(-)

commit 8b5c5ab1b863303966525036740f67bcfa6d46ef
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon Dec 31 08:47:44 2018 +1000

    fix gtk-doc build

 doc/reference/rhythmbox-docs.sgml    |  1 -
 doc/reference/rhythmbox-sections.txt | 18 ------------------
 doc/reference/rhythmbox.types        |  2 --
 3 files changed, 21 deletions(-)

commit ea494604e00e25af83eeed42746b198e2ee60bf5
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon Dec 31 08:47:27 2018 +1000

    vala stuff needs to use gstreamer 1.0, not 0.10

 bindings/vala/rb.deps                  | 2 +-
 sample-plugins/sample-vala/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 8e6733303c20cc861d74e0962109220b5d843c78
Author: Charles Monzat <charles.monzat@numericable.fr>
Date:   Sun Dec 30 20:47:11 2018 +0000

    Update French translation

 po/fr.po | 395 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 200 insertions(+), 195 deletions(-)

commit b3cf1851f1a5323b4da8b3caa6980c150426a072
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Sun Dec 30 17:42:47 2018 +1000

    removable-media-manager: fix the gvfs workaround
    
    File monitors don't work, but async file enumerators do.

 shell/rb-removable-media-manager.c | 33 ++++++++++++++++++++++++---------
 1 file changed, 24 insertions(+), 9 deletions(-)

commit 0f5c0ef099a44aded8c082c8724bb45811176ade
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Sun Dec 30 09:11:41 2018 +1000

    android: always upload from a temporary file
    
    Previously this was only needed for Samsung phones, but it appears
    that starting with Android 9 (Pie) this is necessary for new media
    files to be added to the media library.

 plugins/android/rb-android-source.c | 46 ++++++++++---------------------------
 1 file changed, 12 insertions(+), 34 deletions(-)

commit 6f46362f9ed72df243974cda4c68835a020e7915
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Wed Dec 26 18:41:58 2018 +1000

    audiocd: initialise the rest of the parser context
    
    The attribute map also needs to be initialised.  Might fix
    https://gitlab.gnome.org/GNOME/rhythmbox/issues/1660

 plugins/audiocd/rb-musicbrainz-lookup.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 6bf8364bf3e1fe3f9daaea31b20c8e5ccb928717
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Wed Dec 26 17:03:08 2018 +1000

    removable-media-manager: monitor mount roots to work around gvfs bug
    
    gvfs currently does not invalidate its mount info cache when a mount
    is removed unless it has a connection open to the mount process, so
    when another mount appears at the same path, it uses stale
    information to talk to the mount process, so all operations fail.
    
    We can work around this by monitoring the root of the mount, which
    causes gvfs to keep a connection open.

 shell/rb-removable-media-manager.c | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

commit 715a90c91092d4a10b2a91965f24b794c5038b4e
Merge: cc3d9f480 f39f54371
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Sun Dec 16 09:30:03 2018 +0000

    Merge branch 'sam/lastfm-uri-fix' into 'master'
    
    audioscrobbler: Don't break https:// URLS
    
    See merge request GNOME/rhythmbox!21

commit f39f5437189ddbc438e662414c92c748adcb733e
Author: Sam Thursfield <sam@afuera.me.uk>
Date:   Sat Dec 15 22:12:30 2018 +0100

    audioscrobbler: Don't break https:// URLS
    
    These days last.fm APIs return us https:// URLs, however, the code to
    open these links was turning them into http://https:// URLs. This
    resulted in them not working at all.

 plugins/audioscrobbler/rb-audioscrobbler-profile-page.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cc3d9f480f794c5d728aa79277c1fc6659f15abb
Author: Andre Klapper <a9016009@gmx.de>
Date:   Fri Dec 14 18:30:54 2018 +0100

    Replace Bugzilla by Gitlab URL in DOAP file

 rhythmbox.doap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9b28033d6fae1ae7148529842ae3ae5fe6c6f983
Author: Alan Mortensen <alanmortensen.am@gmail.com>
Date:   Thu Dec 6 20:28:53 2018 +0100

    Updated Danish translation

 po/da.po | 163 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 84 insertions(+), 79 deletions(-)

commit 94467c499eb5def929c16d80691ed98859568ae3
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Sun Nov 25 19:15:54 2018 +0200

    Updated Lithuanian translation

 po/lt.po | 172 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 88 insertions(+), 84 deletions(-)

commit 15a62126371a80b2e265b89c2b8cb20d70e62337
Author: Carmen Bianca BAKKER <carmen@carmenbianca.eu>
Date:   Fri Nov 23 13:55:31 2018 +0000

    Update Esperanto translation

 po/eo.po | 801 ++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 349 insertions(+), 452 deletions(-)

commit 22dc93119ab9a2c695143164ab28c0aec6b4d2bf
Author: Rodrigo Lledó <rodhos92@gmail.com>
Date:   Mon Sep 24 10:16:24 2018 +0000

    Update Spanish translation

 po/es.po | 196 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 97 insertions(+), 99 deletions(-)

commit 56a17a62c653215b70c1cadc552e99a70973964a
Author: Marek Cernocky <marek_cernocky@conel.cz>
Date:   Wed Sep 19 15:29:08 2018 +0200

    Updated Czech translation

 help/cs/cs.po | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

commit d037dd0a9cdfff0feadca0ff4b1f1019ee028b94
Author: Andre Klapper <a9016009@gmx.de>
Date:   Fri Sep 14 18:48:02 2018 +0200

    Fix broken markup in Spanish help translation

 help/es/es.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 29de52416665a51554ac3f44ccf1c11b8f11aca3
Author: Trần Ngọc Quân <vnwildman@gmail.com>
Date:   Sun Sep 9 07:54:36 2018 +0700

    Updated Vietnamese translation
    
    Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>

 po/vi.po | 318 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 159 insertions(+), 159 deletions(-)

commit e2f17c6306b6bfc76d678fba793628027b5c885f
Author: Marek Cernocky <marek_cernocky@conel.cz>
Date:   Fri Sep 7 08:28:27 2018 +0200

    Updated Czech translation

 po/cs.po | 195 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 97 insertions(+), 98 deletions(-)

commit ca6239e9c91ddf5cb5ff6980db8ed4ff0509e0ba
Author: Balázs Meskó <meskobalazs@fedoraproject.org>
Date:   Wed Sep 5 05:25:01 2018 +0000

    Update Hungarian translation

 po/hu.po | 170 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 87 insertions(+), 83 deletions(-)

commit c8f4dcbfd6d31a97bfd110049fac63dda4ef6fdf
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Tue Sep 4 19:54:53 2018 +0000

    Add Friulian translation

 po/LINGUAS |    1 +
 po/fur.po  | 4581 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4582 insertions(+)

commit 6ae711fc58a9d6b910a21750d5f57ffaee90c3aa
Author: Miguel Rodríguez Núñez <miguel.rodriguez.laboral@gmail.com>
Date:   Tue Sep 4 10:51:40 2018 +0000

    Update Spanish translation

 help/es/es.po | 4164 ++++++++++++++++++++++++++-------------------------------
 1 file changed, 1927 insertions(+), 2237 deletions(-)

commit 8771812854036621065345464445c0d4fe5b6584
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Mon Sep 3 12:19:36 2018 +0000

    Update Swedish translation

 po/sv.po | 171 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 88 insertions(+), 83 deletions(-)

commit e15e73b26f1f53d4b2c7db592ed7a1f6b18d9c3e
Author: gogo <trebelnik2@gmail.com>
Date:   Sun Sep 2 20:26:30 2018 +0000

    Update Croatian translation

 po/hr.po | 81 ++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 43 insertions(+), 38 deletions(-)

commit 6c8d2232954cd0279c248ec2177165d8c8e99b3f
Author: Marcos Lans <marcoslansgarza@gmail.com>
Date:   Thu Aug 30 08:49:12 2018 +0000

    Update Galician translation

 po/gl.po | 813 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 401 insertions(+), 412 deletions(-)

commit 0f5f5feeedd2d17b514afd47bd4fbf037c995a9f
Author: Kukuh Syafaat <kukuhsyafaat@gnome.org>
Date:   Mon Aug 27 07:40:49 2018 +0000

    Update Indonesian translation

 po/id.po | 171 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 88 insertions(+), 83 deletions(-)

commit 69fa35a53d075d8d8a475114c5e7b0b038503366
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Tue Aug 21 16:31:54 2018 +0000

    Update Chinese (Taiwan) translation

 po/zh_TW.po | 82 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 44 insertions(+), 38 deletions(-)

commit f2ab9a3a478231d43ca0b3a2657b2cb92f984d5d
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sun Aug 12 20:05:15 2018 +0200

    Update Polish translation

 po/pl.po | 214 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 110 insertions(+), 104 deletions(-)

commit 752fc36fe6e2bb770bde1427690e16aaf16aff82
Author: Emin Tufan Çetin <etcetin@gmail.com>
Date:   Sun Aug 12 11:16:08 2018 +0000

    Update Turkish translation

 po/tr.po | 184 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 88 insertions(+), 96 deletions(-)

commit a31cb6be95e0193aed714b6e32890825b3d948c4
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Sun Aug 12 10:50:19 2018 +0000

    Update German translation

 po/de.po | 173 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 89 insertions(+), 84 deletions(-)

commit f73b4b158c603a1a6804d3f51c3910099d9075fd
Author: Rafael Fontenelle <rafaelff@gnome.org>
Date:   Mon Aug 6 19:35:51 2018 +0000

    Update Brazilian Portuguese translation

 po/pt_BR.po | 287 +++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 146 insertions(+), 141 deletions(-)

commit 0b8e60a7b1845615a4752be91e9d336a4a81e0c5
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon Aug 6 22:36:51 2018 +1000

    ci: we don't need webkit any more

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b73aea3b57f75093480a80905bf8be1fd0103e71
Merge: 384e30c13 065357468
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon Aug 6 12:29:01 2018 +0000

    Merge branch 'gitlab-ci' into 'master'
    
    Added Gitlab CI config
    
    See merge request GNOME/rhythmbox!11

commit 384e30c13f79b16751dd26a3edb17dff38cd4a40
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Aug 6 14:23:28 2018 +0200

    Update POTFILES.in

 po/POTFILES.in | 1 -
 1 file changed, 1 deletion(-)

commit 76b569119710cc872eab1be53630ed5627ca7048
Merge: 3e7a6e999 bbf68cfce
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon Aug 6 11:42:27 2018 +0000

    Merge branch 'wip/piotrdrag/remove-fdl-appendix' into 'master'
    
    help: Remove fdl-appendix
    
    Closes #1626
    
    See merge request GNOME/rhythmbox!2

commit 3e7a6e99902b32fcf1ad4965b1104f35d8d64db4
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon Aug 6 08:15:48 2018 +1000

    android: support uploading to samsung phones
    
    Samsung ships their own mtp implementation that lacks some features
    found in the Android implementation.  When accessed through gvfs,
    only complete files can be uploaded (using g_file_copy()).  To
    support this, we now encode to a temporary file, then copy that to
    the device.
    
    https://gitlab.gnome.org/GNOME/rhythmbox/issues/1646

 plugins/android/Makefile.am         |   1 +
 plugins/android/rb-android-source.c | 133 ++++++++++++++++++++++++++++++++++--
 2 files changed, 127 insertions(+), 7 deletions(-)

commit 8e547c88733f20f30ccbac92388550c114c37e76
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon Aug 6 08:13:52 2018 +1000

    mtp: rework file upload
    
    Remove the sink element and use the encoder temporary file feature
    that does almost exactly the same thing.

 plugins/mtpdevice/Makefile.am       |   1 -
 plugins/mtpdevice/rb-mtp-gst-sink.c | 488 ------------------------------------
 plugins/mtpdevice/rb-mtp-gst.c      |   2 -
 plugins/mtpdevice/rb-mtp-source.c   | 205 ++++++---------
 4 files changed, 82 insertions(+), 614 deletions(-)

commit 2c4521994c6e1eec396de08b146b3503f18c7d69
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon Aug 6 07:07:44 2018 +1000

    encoder: add ability to encode to a temporary file
    
    When given RB_ENCODER_DEST_TEMPFILE as the destination uri, the
    encoder will now open a temporary file and write to that.  The
    destination uri in the 'completed' signal will be that of the
    temporary file.

 backends/gstreamer/rb-encoder-gst.c | 37 +++++++++++++++++++++++++++++++++++++
 backends/rb-encoder.h               |  2 ++
 2 files changed, 39 insertions(+)

commit 583f34542c0b4922df8fe6af16544f014e31fb90
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon Aug 6 07:06:43 2018 +1000

    mtp: include mtp upload progress in debug output

 plugins/mtpdevice/rb-mtp-thread.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit dfdc0630f23b6fbda2549cc4a56903efce600f88
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon Aug 6 07:02:20 2018 +1000

    mtp: make src element fail to start if not configured yet
    
    Before giving us a chance to configure the source element,
    uridecodebin will do a scheduling query on it.  We can just fail
    to start in this case, which results in a better outcome than
    crashing.

 plugins/mtpdevice/rb-mtp-gst-src.c | 5 +++++
 1 file changed, 5 insertions(+)

commit 2c1ef65f338e3a96fd16ce5c3901da5511719911
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon Aug 6 07:01:35 2018 +1000

    encoder: don't try to set the stream on non-giostreamsink sinks

 backends/gstreamer/rb-encoder-gst.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 9f2a50bd56062e4b7abec62484304f99e7d9ce64
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon Aug 6 06:59:41 2018 +1000

    encoder: add destination uri to the 'completed' signal

 backends/gstreamer/rb-encoder-gst.c |  6 +++++-
 backends/rb-encoder.c               |  7 ++++---
 backends/rb-encoder.h               |  2 +-
 shell/rb-track-transfer-batch.c     | 16 +++++++++-------
 4 files changed, 19 insertions(+), 12 deletions(-)

commit bbf68cfce96002f18ddb9b59ba5ed347dc9fee82
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Fri Feb 16 20:41:23 2018 +0100

    help: Remove fdl-appendix
    
    A huge portion of Rhythmbox help is fdl-appendix.xml, which is not
    displayed anywhere, but translators have to deal with it. No other
    help in all of GNOME contains the whole text of a license. The legal
    notice in legal.xml is sufficient.
    
    Fixes: https://gitlab.gnome.org/GNOME/rhythmbox/issues/1626

 help/C/fdl-appendix.xml | 668 ------------------------------------------------
 help/Makefile.am        |   2 +-
 2 files changed, 1 insertion(+), 669 deletions(-)

commit 4abbd528da0a32d0c343a22d5dfb2c5e98c489f5
Author: Yi-Jyun Pan <pan93412@gmail.com>
Date:   Wed Jun 13 11:41:31 2018 +0000

    Update Chinese (Taiwan) translation

 po/zh_TW.po | 318 +++++++++++++++++++++++++++++-------------------------------
 1 file changed, 156 insertions(+), 162 deletions(-)

commit 48c9f4f5fdf23e9f3b04f6037d8fceec8a06a27e
Merge: cc751b9a6 02a6c9586
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Wed Jun 13 11:12:39 2018 +0000

    Merge branch 'wip/hadess/import-never-completes' into 'master'
    
    sources: Fix state of initial import not reflecting reality
    
    See merge request GNOME/rhythmbox!10

commit 06535746861f51833af7e20918c324aabf4c6f70
Author: Philipp Wolfer <phil@parolu.io>
Date:   Tue Jun 12 17:11:33 2018 +0200

    Added Gitlab CI config

 .gitlab-ci.yml | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

commit 02a6c9586aa2abdd96cc001db863fa8b7f0bf50a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 12 15:16:29 2018 +0200

    sources: Fix state of initial import not reflecting reality
    
    When rhythmbox is started with an empty "locations" setting, it will
    rewrite the setting with the user's music folder as the only location.
    This will start an import job from the setting's "changed" signal. But
    we already start another import job from the "load-complete" signal of
    the database.
    
    Make sure only the load-complete signal triggers an import when setting
    the "locations" setting is empty on startup.

 sources/rb-library-source.c | 29 +++++++++++++----------------
 1 file changed, 13 insertions(+), 16 deletions(-)

commit cc751b9a6a7f040316dd7bf89dd10f131751658c
Merge: b5455069b 14e3f9b63
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Sun Jun 10 11:49:50 2018 +0000

    Merge branch 'wip/hadess/art-search-traceback' into 'master'
    
    Fix art search traceback
    
    See merge request GNOME/rhythmbox!8

commit b5455069b3d74066e794d16f20a6be40141bda48
Merge: acdda6f5e ce78295bb
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Sun Jun 10 08:28:07 2018 +0000

    Merge branch 'wip/hadess/remove-hal' into 'master'
    
    all: Remove HAL
    
    See merge request GNOME/rhythmbox!7

commit 14e3f9b633857af378702fa73fe2a6d84e384f67
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 8 16:10:00 2018 +0200

    artsearch: Ignore unsupported scheme
    
    When trying to play an HTTP stream, the local artsearch backend would
    throw an error. We can safely ignore it though.
    
    Traceback (most recent call last):
      File "/usr/lib64/rhythmbox/plugins/artsearch/local.py", line 129, in _enum_children_cb
        enumfiles = parent.enumerate_children_finish(result)
    GLib.Error: g-io-error-quark: Operation not supported by backend (15)

 plugins/artsearch/local.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit ae5b7155b543d7e6d06db50fe11d96290385f241
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 8 16:09:05 2018 +0200

    artsearch: Fix TypeError when returning results
    
    eg. Traceback (most recent call last):
      File "/usr/lib64/rhythmbox/plugins/artsearch/local.py", line 136, in _enum_children_cb
        self.callback(self.callback_args)
    TypeError: Argument 1 does not allow None as a value

 plugins/artsearch/embedded.py | 2 +-
 plugins/artsearch/lastfm.py   | 2 +-
 plugins/artsearch/local.py    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 4025dbbbced84e7d6aca008a64bbc7d5b561859d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 8 14:55:07 2018 +0200

    build: Disable uninstalled build for srcdir != builddir
    
    libpeas expects to find both the .plugin file for the plugin we're
    trying to load, as well as the "binary" for the plugin in the
    "module_dir" passed to peas_engine_add_search_path().
    
    This isn't a problem for compiled plugins, as their binary will appear
    in the hierarchy of the builddir, but Python plugins don't need to be
    modified and the .plugin and the <modulename>.py files will end up in
    different directories.
    
    Disable uninstalled build support when srcdir != builddir to avoid
    Python plugins not working in jhbuild. jhbuild defaults to srcdir !=
    builddir, but installs the files anyway.

 autogen.sh | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit b0cc35b1dc7b340967b16a97ef98c9d9bf6526f5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 8 14:16:24 2018 +0200

    shell: Better debug for uninstalled paths

 shell/rb-shell.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f8d32563b5fd76223d2775e15e239b1dfc74543f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 8 14:15:47 2018 +0200

    build: Print whether uninstalled build is enabled

 configure.ac | 6 ++++++
 1 file changed, 6 insertions(+)

commit 3240cf0bfb518287dece8e312926d46d89bbbe7f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 6 11:34:52 2018 +0200

    build: Remove -Wcast-align warning
    
    It generates a false positive error message when trying to compile on
    ARM:
    /usr/include/gstreamer-1.0/gst/gstbuffer.h: In function 'gst_buffer_ref':
    /usr/include/gstreamer-1.0/gst/gstbuffer.h:429:10: error: cast increases required alignment of target type [-Werror=cast-align]
       return (GstBuffer *) gst_mini_object_ref (GST_MINI_OBJECT_CAST (buf));
              ^
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=767255

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

commit 1fee697f3570bf3dc6350eba0bd1c9afc3d458b1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 6 10:48:52 2018 +0200

    daap: Fix build warning
    
    Replace strncpy with memcpy to avoid adding a NUL-byte in the string.
    
    rhythmbox/plugins/daap/rb-daap-src.c: In function ‘rb_daap_src_change_state’:
    rhythmbox/plugins/daap/rb-daap-src.c:286:4: error: ‘strncpy’ output truncated before terminating nul copying 4 bytes from a string of the same length [-Werror=stringop-truncation]
        strncpy (httpuri, http, 4);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~

 plugins/daap/rb-daap-src.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ce78295bbf068f8da27706666e693cbd007855cb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 6 18:46:49 2018 +0200

    all: Remove HAL

 configure.ac                       |  25 +----
 doc/reference/Makefile.am          |   1 -
 lib/libmediaplayerid/Makefile.am   |  15 +--
 lib/libmediaplayerid/mpid-device.c |   2 +-
 lib/libmediaplayerid/mpid-util.c   |   4 +-
 plugins/mtpdevice/Makefile.am      |   2 -
 plugins/mtpdevice/rb-mtp-plugin.c  | 195 -------------------------------------
 7 files changed, 6 insertions(+), 238 deletions(-)

commit acdda6f5e842c75433521c9cd13a0b254f853367
Author: Florian Heiser <gnu.l10n.de@gmail.com>
Date:   Mon May 21 15:32:43 2018 +0000

    Update German translation

 po/de.po | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 2af02034e812e401df5c85402bb6172887fcb5e5
Author: Dz Chen <wsxy162@gmail.com>
Date:   Sun Mar 25 03:36:56 2018 +0000

    Update Chinese (China) translation

 po/zh_CN.po | 1024 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 514 insertions(+), 510 deletions(-)

commit 75109ff57339999182ab65ee37b149b612356347
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Tue Mar 20 13:31:55 2018 +0000

    Update Italian translation

 po/it.po | 223 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 109 insertions(+), 114 deletions(-)

commit c27e558fdad14cf75f34e34630498c7e526b421a
Author: Andre Klapper <a9016009@gmx.de>
Date:   Mon Mar 19 18:02:05 2018 +0100

    Remove unused images from localized user docs

 help/el/figures/rb-statusbar.png                 | Bin 4896 -> 0 bytes
 help/el/figures/rb-toolbar.png                   | Bin 3694 -> 0 bytes
 help/el/figures/rb-window-small.png              | Bin 18171 -> 0 bytes
 help/es/figures/rb-notification-area-menu.png    | Bin 13353 -> 0 bytes
 help/es/figures/rb-notification-window.png       | Bin 9951 -> 0 bytes
 help/es/figures/rb-statusbar.png                 | Bin 6446 -> 0 bytes
 help/es/figures/rb-toolbar.png                   | Bin 12219 -> 0 bytes
 help/es/figures/rb-window-small.png              | Bin 17188 -> 0 bytes
 help/eu/figures/rb-notification-area-menu.png    | Bin 12469 -> 0 bytes
 help/eu/figures/rb-notification-window.png       | Bin 14934 -> 0 bytes
 help/eu/figures/rb-statusbar.png                 | Bin 2854 -> 0 bytes
 help/eu/figures/rb-toolbar.png                   | Bin 10668 -> 0 bytes
 help/eu/figures/rb-window-small.png              | Bin 26765 -> 0 bytes
 help/fr/figures/rb-notification-area-menu.png    | Bin 7220 -> 0 bytes
 help/fr/figures/rb-notification-window.png       | Bin 9710 -> 0 bytes
 help/fr/figures/rb-statusbar.png                 | Bin 2047 -> 0 bytes
 help/fr/figures/rb-toolbar.png                   | Bin 6894 -> 0 bytes
 help/fr/figures/rb-window-small.png              | Bin 13064 -> 0 bytes
 help/it/figures/rb-notification-area-menu.png    | Bin 12590 -> 0 bytes
 help/it/figures/rb-status-bar.png                | Bin 3361 -> 0 bytes
 help/it/figures/rb-toolbar.png                   | Bin 11726 -> 0 bytes
 help/it/figures/rb-window-small.png              | Bin 21317 -> 0 bytes
 help/ro/figures/rb-statusbar.png                 | Bin 5150 -> 0 bytes
 help/ro/figures/rb-toolbar.png                   | Bin 12933 -> 0 bytes
 help/ro/figures/rb-window-small.png              | Bin 23682 -> 0 bytes
 help/sv/figures/rb-notification-area-menu.png    | Bin 8743 -> 0 bytes
 help/sv/figures/rb-notification-window.png       | Bin 8408 -> 0 bytes
 help/sv/figures/rb-statusbar.png                 | Bin 4105 -> 0 bytes
 help/sv/figures/rb-toolbar.png                   | Bin 13438 -> 0 bytes
 help/sv/figures/rb-window-small.png              | Bin 20038 -> 0 bytes
 help/zh_CN/figures/rb-notification-area-menu.png | Bin 10476 -> 0 bytes
 help/zh_CN/figures/rb-notification-window.png    | Bin 5420 -> 0 bytes
 help/zh_CN/figures/rb-statusbar.png              | Bin 4165 -> 0 bytes
 help/zh_CN/figures/rb-toolbar.png                | Bin 6642 -> 0 bytes
 help/zh_CN/figures/rb-window-small.png           | Bin 13403 -> 0 bytes
 35 files changed, 0 insertions(+), 0 deletions(-)

commit 3ccead4b6fbcd169bba880d5de3005839c3d337f
Author: Christian Kirbach <Christian.Kirbach@gmail.com>
Date:   Sat Mar 17 13:01:49 2018 +0000

    Update German translation

 help/de/de.po | 2166 +++++++++++++++++++--------------------------------------
 1 file changed, 706 insertions(+), 1460 deletions(-)

commit a91364e18a6216d8f6f2cdddf87ea45b356ee2ca
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Fri Mar 16 17:38:20 2018 +0100

    Remove old screenshots from German doc translation

 help/de/figures/rb-notification-area-menu.png | Bin 13195 -> 0 bytes
 help/de/figures/rb-notification-window.png    | Bin 8106 -> 0 bytes
 help/de/figures/rb-statusbar.png              | Bin 2049 -> 0 bytes
 help/de/figures/rb-toolbar-prevplaynext.png   | Bin 4151 -> 0 bytes
 help/de/figures/rb-toolbar-repeat.png         | Bin 3756 -> 0 bytes
 help/de/figures/rb-toolbar-shuffle.png        | Bin 3735 -> 0 bytes
 help/de/figures/rb-toolbar.png                | Bin 3684 -> 0 bytes
 help/de/figures/rb-volume-changer.png         | Bin 1852 -> 0 bytes
 help/de/figures/rb-window-small.png           | Bin 22025 -> 0 bytes
 9 files changed, 0 insertions(+), 0 deletions(-)

commit eb6bfdb20d4067ebd754d9cad1e5dc70cc8ee6b6
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Fri Mar 16 17:31:03 2018 +0100

    New screenshots for German doc translation

 help/de/figures/rb-iradio-main.png       | Bin 61720 -> 57811 bytes
 help/de/figures/rb-notification-zone.png | Bin 0 -> 27839 bytes
 help/de/figures/rb-podcast-main.png      | Bin 79037 -> 78646 bytes
 help/de/figures/rb-window.png            | Bin 83575 -> 112328 bytes
 4 files changed, 0 insertions(+), 0 deletions(-)

commit ecad4dda071f49d36bcd0af0c5403f968354d013
Author: gogo <trebelnik2@gmail.com>
Date:   Tue Mar 13 20:03:43 2018 +0000

    Update Croatian translation

 po/hr.po | 48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

commit a41b072295955597f13309e9b887509018ae3196
Author: Nathan Follens <nathan@anche.no>
Date:   Tue Mar 13 19:35:36 2018 +0000

    Update Dutch translation

 po/nl.po | 840 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 414 insertions(+), 426 deletions(-)

commit efb6bcd856601326817aadef6b9fd3449e6a91b1
Author: gogo <trebelnik2@gmail.com>
Date:   Wed Mar 7 19:43:12 2018 +0000

    Update Croatian translation

 po/hr.po | 54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

commit 54e5d9c10bfaafbfb87164c5dafb30e6e438e98a
Author: Balázs Úr <balazs@urbalazs.hu>
Date:   Mon Feb 26 22:47:43 2018 +0000

    Update Hungarian translation

 po/hu.po | 865 +++++++++++++--------------------------------------------------
 1 file changed, 181 insertions(+), 684 deletions(-)

commit b69ea1079bb7f5e827b13ba2a7c1ae197df54517
Author: Jordi Mas <jmas@softcatala.org>
Date:   Sun Feb 25 22:54:26 2018 +0100

    Update Catalan translation

 po/ca.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 652d17074cf0d539890f5c7f7ee4f6cb3e86a7f9
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Wed Feb 21 07:48:52 2018 +0100

    Updated Serbian translation

 po/sr.po       | 238 ++++++++++++++++++++++++++++-----------------------------
 po/sr@latin.po | 238 ++++++++++++++++++++++++++++-----------------------------
 2 files changed, 234 insertions(+), 242 deletions(-)

commit b4dbe7e34e60a45185417c6d9af326626b78ec52
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Sat Feb 10 17:04:28 2018 +0000

    Update Finnish translation

 po/fi.po | 249 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 122 insertions(+), 127 deletions(-)

commit eb40fcb2e5318f1deb8ca31b3f6b637ed0a73f61
Author: Marek Cernocky <marek_cernocky@conel.cz>
Date:   Tue Feb 6 10:20:12 2018 +0100

    Updated Czech translation

 help/cs/cs.po | 627 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 313 insertions(+), 314 deletions(-)

commit ab078a7238b5c176fa1de779b841c03277587a1d
Author: Marek Cernocky <marek_cernocky@conel.cz>
Date:   Tue Feb 6 10:08:17 2018 +0100

    Fixed an item name in a help

 help/C/index.docbook | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit bbff66d7c4a2c460f249fdd7b24f267de34417f7
Author: Marek Cernocky <marek_cernocky@conel.cz>
Date:   Tue Feb 6 10:03:53 2018 +0100

    Updated Czech translation

 help/cs/cs.po | 1769 +++++++++++++++++++++------------------------------------
 po/cs.po      |    2 +-
 2 files changed, 660 insertions(+), 1111 deletions(-)

commit 1de49f11c321a84298eec628029edadb26332d26
Author: Jordi Mas <jmas@softcatala.org>
Date:   Sat Feb 3 20:58:09 2018 +0100

    Update Catalan translation

 po/ca.po | 218 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 106 insertions(+), 112 deletions(-)

commit 10f9938783b083ced4f081144d9b6351c52fed95
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Tue Jan 30 08:20:31 2018 +1000

    xfade: schedule stream reap after EOS
    
    This stops streams hanging around in pending-remove state until
    the stream after the following stream starts,

 backends/gstreamer/rb-player-gst-xfade.c | 1 +
 1 file changed, 1 insertion(+)

commit fb6b877d10f41c506b96eeacda2f9e4c45db339f
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Jan 16 15:34:12 2018 +0100

    Fix incorrect Podcasts download location

 help/C/index.docbook | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 4623ccdb825aad55208e12b160da5c7f14f1ae1f
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Jan 16 15:23:36 2018 +0100

    Minor markup corrections

 help/C/index.docbook | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 1b0691a9b7de03907f429b42c1fa99363c9e6f6e
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Jan 16 15:22:07 2018 +0100

    Remove references to Music menu item; SoundJuicer not needed anymore

 help/C/index.docbook | 39 ++++++++++++---------------------------
 1 file changed, 12 insertions(+), 27 deletions(-)

commit 373c6786ad0e7e2a567e1c95d03129ba359e5008
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Jan 16 15:09:30 2018 +0100

    I fail to find any UI for smart playlists, hence comment section

 help/C/index.docbook | 7 +++++++
 1 file changed, 7 insertions(+)

commit a428b95624b427178b7810e6f1cf617c3826d6d1
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Jan 16 15:04:17 2018 +0100

    I fail to remove a static playlist, hence comment section

 help/C/index.docbook | 2 ++
 1 file changed, 2 insertions(+)

commit c4217d484b80352622118d0fdef6341579817d5b
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Jan 16 15:02:37 2018 +0100

    Remove references to View menu item

 help/C/index.docbook | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit ac4e50f1571f7db08ab4237f39d9415ab062cc0a
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Jan 16 15:00:33 2018 +0100

    Replace various HTTP by HTTPS links

 help/C/index.docbook | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit d84106ea7cb78cda2fe23854ff13b2602c78aba4
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Jan 16 14:59:47 2018 +0100

    Remove references to Edit menu item in most cases (except for playlists section)

 help/C/index.docbook | 33 ++++++++++-----------------------
 1 file changed, 10 insertions(+), 23 deletions(-)

commit adec8479467a5035e996d3b016925fbd5a90e080
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Jan 16 14:47:56 2018 +0100

    Update podcast screenshot for Rhythmbox 3.4

 help/C/figures/rb-podcast-main.png | Bin 55302 -> 76291 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

commit 871cc39bd67c3c3d91890efe81cdc66b2020e40c
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Jan 16 14:39:09 2018 +0100

    Update notification area page for Rhythmbox 3.4

 help/C/figures/rb-notification-area-menu.png | Bin 9577 -> 0 bytes
 help/C/figures/rb-notification-window.png    | Bin 11131 -> 0 bytes
 help/C/figures/rb-notification-zone.png      | Bin 4238 -> 36778 bytes
 help/C/index.docbook                         |  67 +--------------------------
 help/Makefile.am                             |   2 -
 5 files changed, 2 insertions(+), 67 deletions(-)

commit 0f07b09eeba33a533e0aa88c1b1e09539eb33bce
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Jan 16 14:31:27 2018 +0100

    Update internet radio screenshot for Rhythmbox 3.4

 help/C/figures/rb-iradio-main.png | Bin 76001 -> 70527 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

commit 435ba7549f83e36ddb3d1b0589f469ca4d1afb28
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Jan 16 14:24:28 2018 +0100

    Update steps in library-filter-browser

 help/C/index.docbook | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c63569a48791c6cb1a96dac996322a7ee3aef932
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Jan 16 14:22:01 2018 +0100

    Update steps how to import tracks

 help/C/index.docbook | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

commit 4ab80f81965cd5488d76c1ec96925a27006bca0b
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Jan 16 14:17:47 2018 +0100

    Update how to start Rhythmbox 3.4 in times of GNOME 3

 help/C/index.docbook | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

commit 350dcc6ce249ed774ae0512fb099625de5617750
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Jan 16 14:07:00 2018 +0100

    Remove a stray tag. (Docbook, sigh.)

 help/C/index.docbook | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2c30cf41ffb1e44c93862f3158925bfd7947c856
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Jan 16 14:05:50 2018 +0100

    Remove references to non-existing 'Edit' menu item

 help/C/index.docbook | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 1540c5df8ebda8fd619be9b997ac054300e0a922
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Jan 16 14:03:44 2018 +0100

    Remove references to non-existing 'Music' menu item

 help/C/index.docbook | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 7ab2496452e17e2fc411536b344445bc04d3b188
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Jan 16 14:00:25 2018 +0100

    Remove references to non-existing 'Control' menu item

 help/C/index.docbook | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

commit 129fd35cc43e97722a4715404fd5f27aae4cbcdb
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Jan 16 13:57:27 2018 +0100

    Update numerous screenshots for Rhythmbox 3.4

 help/C/figures/rb-toolbar-prevplaynext.png | Bin 1549 -> 1677 bytes
 help/C/figures/rb-toolbar-repeat.png       | Bin 4614 -> 1667 bytes
 help/C/figures/rb-toolbar-shuffle.png      | Bin 4579 -> 1680 bytes
 help/C/figures/rb-volume-changer.png       | Bin 5916 -> 3866 bytes
 4 files changed, 0 insertions(+), 0 deletions(-)

commit ad5ec0dfc0e5ce9a50c44f98f852201034576b4b
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Jan 16 13:44:55 2018 +0100

    Remove 'Minimized Window' section - not existing in Rhythmbox 3.4

 help/C/figures/rb-window-small.png | Bin 16694 -> 0 bytes
 help/C/index.docbook               |  22 ----------------------
 help/Makefile.am                   |   3 +--
 3 files changed, 1 insertion(+), 24 deletions(-)

commit a8c10e0865894c5f560a6fc3ab7c913165db0e47
Author: Andre Klapper <a9016009@gmx.de>
Date:   Tue Jan 16 13:42:32 2018 +0100

    Update text and screenshot of 'App window' page for Rhythmbox 3.4

 help/C/figures/rb-statusbar.png | Bin 5433 -> 0 bytes
 help/C/figures/rb-toolbar.png   | Bin 7469 -> 0 bytes
 help/C/figures/rb-window.png    | Bin 84361 -> 120846 bytes
 help/C/index.docbook            |  71 +++++++++++++++-------------------------
 help/Makefile.am                |   2 --
 5 files changed, 26 insertions(+), 47 deletions(-)

commit 9573e894f519da24a62fb3a7335cf3956a37450b
Author: Andre Klapper <a9016009@gmx.de>
Date:   Mon Jan 15 18:29:42 2018 +0100

    Fix typo in help

 help/C/index.docbook | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 3ff9f2b793ff529ed8762bb7574de774d08dfa84
Author: Rafael Fontenelle <rafaelff@gnome.org>
Date:   Sat Jan 13 14:13:11 2018 +0000

    Update Brazilian Portuguese translation

 po/pt_BR.po | 229 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 113 insertions(+), 116 deletions(-)

commit 99db0502763e3b0e13377c0606c5c308dc4af7b1
Author: gkrithi8 <gkrithi8@gmail.com>
Date:   Tue Dec 26 16:43:59 2017 +1000

    query-creator: check sort index on num_sort_options, not num_property_options
    
    https://bugzilla.gnome.org/show_bug.cgi?id=791815

 widgets/rb-query-creator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4b4b8e7646ba2da711d0e5c3a0f1ed3dad3b1e71
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:   Sat Dec 23 00:54:14 2017 +0000

    Update Esperanto translation

 po/eo.po | 4662 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 2559 insertions(+), 2103 deletions(-)

commit 0c74cf3a63205b1ce6dd8fcdcb15555c378f68d2
Author: Emin Tufan Çetin <etcetin@gmail.com>
Date:   Wed Dec 20 19:50:12 2017 +0000

    Update Turkish translation

 po/tr.po | 1155 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 587 insertions(+), 568 deletions(-)

commit 19cdeed8f47489a9add87f5a11ada77b1600872c
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Dec 20 18:22:32 2017 +0100

    Updated Spanish translation

 po/es.po | 218 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 107 insertions(+), 111 deletions(-)

commit 5f93a662e9e0c62a4a62748118b3dfdd924cc146
Author: Kukuh Syafaat <syafaatkukuh@gmail.com>
Date:   Sun Dec 17 08:09:26 2017 +0000

    Update Indonesian translation

 po/id.po | 215 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 105 insertions(+), 110 deletions(-)

commit d09c18c4c7b40120f384ec8de9d6732aeb123579
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Sun Nov 26 19:46:52 2017 +1000

    rhythmdb: allow mountpoint property to be set to NULL

 rhythmdb/rhythmdb.c | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

commit c7663994122c5f0f2a6d0744696b43680da22048
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Mon Nov 27 19:37:26 2017 +0000

    Update Slovak translation

 po/sk.po | 221 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 108 insertions(+), 113 deletions(-)

commit 0861184f6fa45058e09aa51ac1a09b18e06c55af
Author: Jeremy Bicha <jbicha@ubuntu.com>
Date:   Sun Nov 26 19:00:17 2017 -0500

    build: Install appstream metadata to non-deprecated location
    
    https://bugzilla.gnome.org/show_bug.cgi?id=790876

 data/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5d18adbc170538170b7cc388f20d3e0cb2119fd2
Author: gkrithi8 <gkrithi8@gmail.com>
Date:   Mon Nov 27 13:31:39 2017 +0530

    ext-db: fix crash when store request processing fails
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727670

 metadata/rb-ext-db.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 7aec349c81bdcf3386b861f71b592a7961707b8c
Author: gogo <trebelnik2@gmail.com>
Date:   Wed Nov 15 17:45:27 2017 +0000

    Update Croatian translation

 po/hr.po | 243 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 119 insertions(+), 124 deletions(-)

commit 6a90fca954718e204f424489ee467311019d813a
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Nov 13 20:30:20 2017 +0100

    Updated Norwegian bokmål translation.

 po/nb.po | 431 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 197 insertions(+), 234 deletions(-)

commit d39e06bbcf570eabbd71583e431fce980de1e587
Author: Ask Hjorth Larsen <asklarsen@gmail.com>
Date:   Sat Nov 11 18:44:56 2017 +0100

    Updated Danish translation

 po/da.po | 220 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 105 insertions(+), 115 deletions(-)

commit e0e3f482271f01969de823c4694ea44f211ef631
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Sat Nov 11 21:19:57 2017 +1000

    magnatune: rework download progress so it actually works
    
    https://bugzilla.gnome.org/show_bug.cgi?id=788677

 plugins/magnatune/MagnatuneSource.py | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

commit 288d68b06f4dacd979742cbc350d2311c6daa040
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Sat Nov 11 20:15:53 2017 +1000

    magnatune: convert the secret to a string
    
    https://bugzilla.gnome.org/show_bug.cgi?id=788676

 plugins/magnatune/MagnatuneAccount.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 05e92dcb4fb64a4b253d10bfdd0dd926a0ef8164
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Tue Nov 7 22:09:55 2017 +1000

    webremote: fix element id for hostname

 plugins/webremote/js/webremote.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3352c624d1e0d312a4a846e21e7b8486b83dfc03
Author: gkrithi8 <gkrithi8@gmail.com>
Date:   Thu Oct 26 20:22:17 2017 +0530

    library: set icon before syncing child sources for childs to replicate the icons
    
    https://bugzilla.gnome.org/show_bug.cgi?id=789157

 sources/rb-library-source.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 956314067e62ae8c860aa559f5b348ad110d9ab7
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Sun Nov 5 12:11:07 2017 +1000

    Revert "podcast: set the icon during construction"
    
    This reverts commit 67d845842ba54b046339a0b689a987ef6b65aed5.

 podcast/rb-podcast-source.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit 5d10cff161f4db666f6db9de2cdc46f1fed53271
Author: Alan Mortensen <alanmortensen.am@gmail.com>
Date:   Sat Nov 4 13:49:51 2017 +0100

    Updated Danish translation

 po/da.po | 720 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 352 insertions(+), 368 deletions(-)

commit 32097f4281be1cdddb0911042d23f13457009bde
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Sat Nov 4 18:44:11 2017 +1000

    invert the quality property for lamemp3enc
    
    https://bugzilla.gnome.org/show_bug.cgi?id=789795

 data/rhythmbox.gep | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit de6cd999b7047af0e8cda5431cf8dd6227995cca
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Sat Nov 4 18:42:15 2017 +1000

    object-property-editor: allow numeric properties to be inverted
    
    This just inverts the scale widget, so (in LTR) the high value is
    on the left.  This is done by adding ':inverted' to the property
    name.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=789795

 widgets/rb-object-property-editor.c | 38 ++++++++++++++++++++++++++-----------
 1 file changed, 27 insertions(+), 11 deletions(-)

commit d5e7c47456dc7cb5c797afa0103f355bd67cdccb
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Sat Nov 4 17:32:15 2017 +1000

    remove some obsolete css rules

 data/ui/style.css | 16 ----------------
 1 file changed, 16 deletions(-)

commit a6cb89827a98cac959c024e6248b578f51add708
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Sat Nov 4 17:31:40 2017 +1000

    bump gtk+ requirement to 3.20
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=789839

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

commit 3ff6796d1494d82e76adcd3b39c97ac2f3cd5eb8
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Wed Nov 1 11:19:59 2017 +0000

    Update Swedish translation

 po/sv.po | 223 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 109 insertions(+), 114 deletions(-)

commit 1b4d16f62ea102a2658c3dcb4f5caac59addb06a
Author: gkrithi8 <gkrithi8@gmail.com>
Date:   Tue Oct 31 17:06:58 2017 +0530

    shell: remove extra pixbuf unref
    
    https://bugzilla.gnome.org/show_bug.cgi?id=789706

 shell/rb-shell.c | 1 -
 1 file changed, 1 deletion(-)

commit 5f547681cd7e2d0b03dd732856d0cd3b07ee2700
Author: gkrithi8 <gkrithi8@gmail.com>
Date:   Mon Oct 30 02:25:09 2017 +0530

    song-info: fix the signal name used for entry deletion
    
    https://bugzilla.gnome.org/show_bug.cgi?id=789632

 widgets/rb-song-info.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 9f47165c0e3c5a5ab391f310432b7e7129a76bad
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Sun Oct 29 20:30:33 2017 +0200

    Updated Lithuanian translation

 po/lt.po | 220 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 108 insertions(+), 112 deletions(-)

commit 5b6f2b38b264233084d8a8b468426e04f85fa498
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sun Oct 29 18:58:17 2017 +0100

    Update Polish translation

 po/pl.po | 237 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 113 insertions(+), 124 deletions(-)

commit 86598875c1a67d835fe34f78065714c40a89b6c8
Author: Marek Cernocky <marek_cernocky@conel.cz>
Date:   Sun Oct 29 08:47:54 2017 +0100

    Updated Czech translation

 po/cs.po | 217 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 106 insertions(+), 111 deletions(-)

commit 67d845842ba54b046339a0b689a987ef6b65aed5
Author: gkrithi8 <gkrithi8@gmail.com>
Date:   Wed Oct 25 18:07:40 2017 +0530

    podcast: set the icon during construction
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=789157

 podcast/rb-podcast-source.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit fbb6ad7fb04f02d83347c402e96d7a2b832a6d63
Author: gkrithi8 <gkrithi8@gmail.com>
Date:   Thu Oct 26 02:27:38 2017 +0530

    brasero-disc-recorder: Fix invalid object reference warnings
    
    https://bugzilla.gnome.org/show_bug.cgi?id=789494

 plugins/brasero-disc-recorder/rb-disc-recorder-plugin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 920db37126b2d8b18999afdf29da0f83dbff6023
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Tue Oct 24 07:07:57 2017 +0000

    Update German translation

 po/de.po | 209 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 99 insertions(+), 110 deletions(-)

commit 7f88a0ae0eed1251328e10b92175e35c0deb645d
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon Oct 23 20:31:50 2017 +1000

    podcast: set status busy flag when we're updating feeds

 podcast/rb-podcast-manager.c | 58 +++++++++++++++++++++++++++++---------------
 podcast/rb-podcast-source.c  | 10 ++++++++
 2 files changed, 48 insertions(+), 20 deletions(-)

commit d01ae7c77dac2afd4a75cadce8ceee91e85afd9d
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon Oct 23 20:30:51 2017 +1000

    podcast: display feed search result count on the entry view

 data/ui/podcast-add-dialog.ui   | 28 ++++++++++++++++++----------
 podcast/rb-podcast-add-dialog.c | 36 ++++++++++++++++++++++++++++++++++--
 2 files changed, 52 insertions(+), 12 deletions(-)

commit ed93e93b848816e08a9346b02e22605d696a1a1a
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon Oct 23 20:29:40 2017 +1000

    import-dialog: display status on the entry view

 widgets/rb-import-dialog.c | 8 ++++++++
 1 file changed, 8 insertions(+)

commit e1486cc867b1193a41d28d19255b0237f847e167
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon Oct 23 20:29:16 2017 +1000

    source: display the source's status in its entry view

 sources/rb-source.c | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit e9bc55cfa1061f30e7892c48d42436aae4a1ea60
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon Oct 23 20:24:36 2017 +1000

    entry-view: display status in a floating bar
    
    This involves changing the parent class to GtkBox, which requires a
    few changes elsewhere.  The box contains an overlay, which then
    contains the scrolled window, and also has a floating bar overlaid.

 plugins/soundcloud/soundcloud.py |  3 +-
 sources/rb-play-queue-source.c   |  4 ---
 widgets/rb-entry-view.c          | 59 ++++++++++++++++++++++++++++++++++------
 widgets/rb-entry-view.h          |  4 ++-
 4 files changed, 55 insertions(+), 15 deletions(-)

commit b0e44a6a7da34457a29fa86a129bf56486d645c6
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon Oct 23 20:18:20 2017 +1000

    display-page: change get_status to return status text and a busy flag
    
    The progress details haven't been used for ages, but with the floating
    bar we have the option to show a spinner, which seems useful enough.
    To start with, in the default implementation, set the busy flag if the
    source hasn't finished loading yet.

 .../rb-audioscrobbler-radio-source.c               | 15 --------------
 plugins/iradio/rb-iradio-source.c                  |  6 ++----
 podcast/rb-podcast-source.c                        |  7 +------
 sources/rb-display-page.c                          | 13 ++++--------
 sources/rb-display-page.h                          |  4 ++--
 sources/rb-import-errors-source.c                  |  4 ++--
 sources/rb-library-source.c                        |  6 +++++-
 sources/rb-missing-files-source.c                  |  4 ++--
 sources/rb-source.c                                | 23 ++++++++++++++--------
 9 files changed, 33 insertions(+), 49 deletions(-)

commit dd92bc1c395df0ee378e43705395707178845441
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon Oct 23 20:11:11 2017 +1000

    import nautilus-floating-bar to replace the status bar

 data/ui/style.css               |  15 +
 widgets/Makefile.am             |   6 +-
 widgets/nautilus-floating-bar.c | 603 ++++++++++++++++++++++++++++++++++++++++
 widgets/nautilus-floating-bar.h |  55 ++++
 4 files changed, 677 insertions(+), 2 deletions(-)

commit 6928dce9a847d208c3b7baa3b69875ce8566907a
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon Oct 23 20:09:52 2017 +1000

    shell: remove statusbar

 data/ui/app-menu.ui  |   4 -
 po/POTFILES.in       |   1 -
 shell/Makefile.am    |   2 -
 shell/rb-shell.c     |  13 --
 shell/rb-statusbar.c | 338 ---------------------------------------------------
 shell/rb-statusbar.h |  72 -----------
 6 files changed, 430 deletions(-)

commit 817785f5ec63ee2d6cf7cc91eb3d8274799fe362
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon Oct 23 19:49:58 2017 +1000

    property-view: set single-paragraph mode on the text renderer
    
    This makes it consistent with the entry view, which sets single
    paragraph mode to handle comment tags containing newlines.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=789155

 widgets/rb-property-view.c | 1 +
 1 file changed, 1 insertion(+)

commit 05a42543ac05098399c522c1eae31a1342ebdd0a
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon Oct 23 19:18:16 2017 +1000

    missing-files: set the icon name in the right place
    
    https://bugzilla.gnome.org/show_bug.cgi?id=789157

 sources/rb-missing-files-source.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 32a2b6691e9a2ec48bfc95e9ef35cde4b5190c2d
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Sun Oct 22 21:59:33 2017 +1000

    import-errors: set the icon name in the right place
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=789157

 sources/rb-import-errors-source.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit e123ad533503b231f68612fcb92884c0f391c5b0
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Mon Oct 16 17:36:48 2017 +0000

    Update Swedish translation

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

commit bbbb399ecfe03f5638e5cd0b1d31d979d8cd1e28
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Sun Oct 15 23:20:45 2017 +0300

    Updated Lithuanian translation

 po/lt.po | 152 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 69 insertions(+), 83 deletions(-)

commit a48c08641c2fb282fad21ff8b0f3e47932f0a656
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Apr 24 16:21:41 2017 +0200

    mmkeys: media-player-keys: Fix usage to match API documentation
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=781326
    
    https://bugzilla.gnome.org/show_bug.cgi?id=781664

 plugins/mmkeys/rb-mmkeys-plugin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b182c6b9e1d09e601bac0b703cc5f8b159ebbc3a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 9 13:11:47 2017 +0200

    fmradio: Fix build with GStreamer master
    
    The plugin description is not supposed to be a string constant, but an
    unescaped string, to be concatenated with function names.
    
    This used to be acceptable (though would have warned), but breaks with
    the GStreamer 1.13 development branch.
    
    rb-fm-radio-gst-src.c:181:6: error: pasting ""rbsilencesrc"" and "_get_desc" does not give a valid preprocessing token
          "rbsilencesrc",
          ^
    
    https://bugzilla.gnome.org/show_bug.cgi?id=788706

 plugins/fmradio/rb-fm-radio-gst-src.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4d204261f6f953b9b039216a2f411a34a5cb40e8