gnome-documents:gnome-3-20

Last commit made on 2017-06-20
Get this branch:
git clone -b gnome-3-20 https://git.launchpad.net/gnome-documents

Branch merges

Branch information

Name:
gnome-3-20
Repository:
lp:gnome-documents

Recent commits

41e9210... by Debarshi Ray <email address hidden>

release: prepare for 3.20.2

2f6d98c... by Debarshi Ray <email address hidden>

selections: Enable printing only for documents handled by EvView

Now that we don't convert everything to PDFs, we might not be able to
print everything that's not a collection. eg., we can't print EPUBs,
ODFs and OOXMLs. Therefore it is not enough to only check for
collecitons.

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

233b5aa... by Debarshi Ray <email address hidden>

documents: Check whether it is a collection in canPrint

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

baf183a... by Cosimo Cecchi

pdf-loader: make sure to cancel load job

Otherwise we will get a load-succeeded signal in the views, instead of a
cancelled error, which will end up loading a wrong document, leading to
a crash.

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

d284d30... by Debarshi Ray <email address hidden>

utils: Don't leak the URI when thumbnailing

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

72ef997... by Debarshi Ray <email address hidden>

utils: Simplify the clean-up

It's more readable to unconditionally initialize everything that needs
to be cleaned up, and do the clean up as part of the 'out' stanza. This
is also how g_auto* works, so it brings us a step closer to it.

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

2124f41... by Debarshi Ray <email address hidden>

documents: Warn that DocCommon implementations must override load

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

be91668... by Cosimo Cecchi

mainWindow: don't steal space keypress in preview

The Evince view will already scroll the document when it has focus;
hardcoding another keybinding here prevents from inserting a space in
the searchbar.

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

dca9f45... by Cosimo Cecchi

mainWindow: don't set window title explicitly

We already set the application name depending on the mode. Don't
explicitly set the window title here, so that the application name will
be used by default.

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

6d5f902... by Cosimo Cecchi

view: don't use invalid iters when activating first result