commit 80498fd382ae0aa091b6cbe12a6b96dfac07cbc8
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:   Wed Jul 15 23:15:24 2015 +0300

    Fix build error

 src/libbiji/biji-manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 74e6235ac72352a17843ab71bd7d0794d38b562f
Author: Pierre-Yves Luyten <py@luyten.fr>
Date:   Wed Jul 8 00:54:52 2015 +0200

    note-view : disconnect from color-changed at finalize
    
    See RH BZ #1204815

 src/bjb-note-view.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 32c92435ffe0e7caf581459af6448894cf6fa8f0
Author: Pierre-Yves Luyten <py@luyten.fr>
Date:   Wed Jul 8 00:50:15 2015 +0200

    note-view : on color changed : refer to emiting note
    
    Instead of using priv->note, which seems in some cases to be broken.
    See RH BZ #1204815

 src/bjb-note-view.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b84e95e76d5e4d36ac6c1743d821684045f6168c
Author: Pierre-Yves Luyten <py@luyten.fr>
Date:   Wed Jul 8 00:46:15 2015 +0200

    get_last_change_date_str : add exceptions
    
    This function sometimes crashes.
    See rh BZ#1204815

 src/libbiji/biji-note-id.c  | 4 ++++
 src/libbiji/biji-note-obj.c | 2 ++
 2 files changed, 6 insertions(+)

commit 8652e828c53509ecbae899d8dd2a3aeca482bd7c
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
Date:   Sat Jul 4 06:17:55 2015 +0000

    Updated Portuguese translation

 po/pt.po | 51 ++++++++++++++++++++++-----------------------------
 1 file changed, 22 insertions(+), 29 deletions(-)

commit 4971a0e867d6150dd4e86cc5af3ca460bfec1296
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Jul 1 22:06:36 2015 +0200

    Updated POTFILES.in

 po/POTFILES.in | 1 +
 1 file changed, 1 insertion(+)

commit 6b74bf58f1abeb84d35cf64241c760e26eaedaf9
Author: Pierre-Yves Luyten <py@luyten.fr>
Date:   Wed Jul 1 21:21:40 2015 +0200

    Update to latest libgd

 libgd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 020069220466ecb718fb18e00f3c4f0c31cc48da
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Jul 1 00:16:13 2015 +0200

    manager: rework how the manager is constructed
    
    We want to use the manager from the shell search provider, to be able to
    load note thumbnails now that we don't save them to disk anymore.
    Split it in sync and async constructors using GInitable, and have the
    main application still use the async constructor. The search provider
    wants all the information loaded upfront so it will use the synchronous
    constructor.
    Along the way, code was ported to use g_icon_serialize() and many leaks
    were fixed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751683

 src/Makefile.am                     |   1 +
 src/bijiben-shell-search-provider.c | 117 +++++------
 src/bjb-bijiben.c                   | 134 +++----------
 src/bjb-controller.c                |   3 +-
 src/libbiji/biji-manager.c          | 375 ++++++++++++++++++++----------------
 src/libbiji/biji-manager.h          |  19 +-
 6 files changed, 306 insertions(+), 343 deletions(-)

commit de0858918b5e63dbc711f56d686c4a66b54f4007
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Jul 1 00:13:12 2015 +0200

    empty-results-box: fix blurry icon in hi-dpi
    
    Just put the icon in our GResource instead of loading it from disk. Also
    don't use the pixbuf loader directly, or we won't get scaling factor and
    CSS styling.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751683

 data/icons/hicolor_actions_scalable_note.svg | 23 ---------------------
 src/Makefile.am                              |  1 +
 src/bjb-empty-results-box.c                  | 31 +++++++---------------------
 src/bjb.gresource.xml                        |  1 +
 src/resources/note-symbolic.svg              | 23 +++++++++++++++++++++
 5 files changed, 33 insertions(+), 46 deletions(-)

commit e89fa0978fbb4b79ba692a8c0dc943c2b938f8ed
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Jul 1 00:10:19 2015 +0200

    notebook: don't fetch list of surfaces twice
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751683

 src/libbiji/biji-notebook.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 2f47eca65c8ad6821376281a95e274d7787e42cc
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Jul 1 00:09:07 2015 +0200

    add own CSS style for notebooks
    
    Since Adwaita moved to GTK+, it doesn't hold CSS for applications.
    Well-behaved applications will only load the Adwaita CSS when the theme
    is set to Adwaita; this code was originally written by Matthias Clasen
    and is imported from Nautilus.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751683

 src/Makefile.am             |  1 +
 src/bjb-bijiben.c           | 46 +++++++++++++++++++++++++++++++++++++++++++++
 src/bjb.gresource.xml       |  1 +
 src/libbiji/biji-notebook.c |  2 +-
 src/resources/Adwaita.css   |  4 ++++
 5 files changed, 53 insertions(+), 1 deletion(-)

commit 2d0ff477fb3b8b8f7fbedc446efc4745d6fc2c3f
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Jul 1 00:05:10 2015 +0200

    Do not call gtk_init()
    
    GtkApplication does this for us.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751683

 src/bjb-bijiben.c | 3 ---
 1 file changed, 3 deletions(-)

commit c375c64c5f3c917be14252d70cb15087e06053f8
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Jul 1 00:03:53 2015 +0200

    Instead of pixbufs. This enables crisp rendering of overview thumbnails
    on hidpi displays.
    
    This commit also removes the abilty to load and save icons to disk,
    since we don't want to cache them while their appearance changes e.g.
    due to the theme.
    The only consequence for now is that we won't get full icons in the
    search provider, but that will be fixed in a later commit.

 src/bjb-controller.c                              | 15 ++--
 src/libbiji/biji-item.c                           | 21 +++---
 src/libbiji/biji-item.h                           | 19 +++--
 src/libbiji/biji-note-obj.c                       | 90 ++++++++---------------
 src/libbiji/biji-notebook.c                       | 61 +++++++--------
 src/libbiji/deserializer/biji-lazy-deserializer.c | 23 ------
 src/libbiji/provider/biji-own-cloud-note.c        |  1 -
 src/libbiji/serializer/biji-lazy-serializer.c     | 23 ------
 src/libbiji/serializer/biji-lazy-serializer.h     |  6 --
 9 files changed, 98 insertions(+), 161 deletions(-)

commit c0b1a7bbcd2f799546f628d64fd198d1afb10ee8
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Jun 30 23:58:11 2015 +0200

    Both ID and name have to be non-NULL. Ensure they are.

 src/bijiben-shell-search-provider.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 1f558d5553cb8a1c8c1ba0bcd86204578b522b87
Author: Pierre-Yves Luyten <py@luyten.fr>
Date:   Tue Jun 30 23:56:21 2015 +0200

    Update to latest libgd

 libgd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0403b10d218ea5d009c9119cdaf1fb5910ef2c7d
Author: Pedro Albuquerque <palbuquerque73@gmail.com>
Date:   Mon Jun 29 22:37:06 2015 +0000

    Updated Portuguese translation

 po/pt.po | 324 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 185 insertions(+), 139 deletions(-)

commit 009c550c7a73e5bfe5c189d7feedd1bf5904f2c0
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Jun 29 18:08:02 2015 +0200

    Updated Spanish translation

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