~vcs-imports/gnote/+git/gnote:gnome-3-20

Last commit made on 2016-09-24
Get this branch:
git clone -b gnome-3-20 https://git.launchpad.net/~vcs-imports/gnote/+git/gnote

Branch merges

Branch information

Name:
gnome-3-20
Repository:
lp:~vcs-imports/gnote/+git/gnote

Recent commits

7e012ae... by aurisc4

Prepare 3.20.2

0776a23... by Dominique Leuenberger aka DimStar

Fix build

has_buffer and is_loaded both expect to return a bool, so returning
plain m_buffer won't cut it

Fixes build error

[ 89s] In file included from ../../../src/noteaddin.hpp:38:0,
[ 89s] from backlinksnoteaddin.hpp:27,
[ 89s] from backlinksnoteaddin.cpp:25:
[ 89s] ../../../src/note.hpp: In member function 'bool gnote::Note::has_buffer() const':
[ 89s] ../../../src/note.hpp:127:14: error: cannot convert 'const Glib::RefPtr<gnote::NoteBuffer>' to 'bool' in return
[ 89s] return m_buffer;
[ 89s] ^~~~~~~~
[ 89s] ../../../src/note.hpp: In member function 'bool gnote::Note::is_loaded() const':
[ 89s] ../../../src/note.hpp:142:23: error: cannot convert 'const Glib::RefPtr<gnote::NoteBuffer>' to 'bool' in return
[ 89s] return (m_buffer);

https://bugzilla.gnome.org/show_bug.cgi?id=770541

d66a166... by aurisc4

Make --search always show main window in search mode

Fixes Bug 769906.

020cbae... by aurisc4

Make possible to know, whether main window is in search mode

b8a5501... by aurisc4

Make escape close search when search entry has focus

501c034... by aurisc4

Fix tab activating search

Fixes Bug 767834

0994fbd... by aurisc4

Fix Windows size shrinking when switching from/to note

Use size from same level object, not mix of GDK/GTK.
Fixes Bug 764464.

bc8c7cc... by Мирослав Николић

Updated Serbian translation

a2c7d9b... by Balázs Meskó

Updated Hungarian translation

d5417b5... by Daniel Mustieles

Updated Spanish translation