<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atril/shell, branch v1.15.0</title>
<subtitle>MATE document viewer</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/'/>
<entry>
<title>ev-window: add new gsetting to set the page cache size</title>
<updated>2016-05-26T14:15:22+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-05-08T10:08:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=3551d1c5e7fff4665b12b607f87529995307338c'/>
<id>3551d1c5e7fff4665b12b607f87529995307338c</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=642683

inspired from:
https://git.gnome.org/browse/evince/commit/?id=392d8e3
https://git.gnome.org/browse/evince/commit/?id=e656398
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=642683

inspired from:
https://git.gnome.org/browse/evince/commit/?id=392d8e3
https://git.gnome.org/browse/evince/commit/?id=e656398
</pre>
</div>
</content>
</entry>
<entry>
<title>shell: Create metadata object even for temp files</title>
<updated>2016-05-26T14:15:22+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-05-07T16:45:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=f800ce9e483940f5969bf1b29506f149b4a0511e'/>
<id>f800ce9e483940f5969bf1b29506f149b4a0511e</id>
<content type='text'>
Metadata won't be saved in those cases, but default settings will
applied.

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

taken from:
https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-6&amp;id=6d25b93
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Metadata won't be saved in those cases, but default settings will
applied.

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

taken from:
https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-6&amp;id=6d25b93
</pre>
</div>
</content>
</entry>
<entry>
<title>shell: Store and restore current folder when opening or saving file</title>
<updated>2016-05-26T14:15:22+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-05-07T16:02:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=d7836989512d27a12c8300fca843bc97995cf65e'/>
<id>d7836989512d27a12c8300fca843bc97995cf65e</id>
<content type='text'>
Remember the folder last used to open or save a document, attachment
or image.

taken from:
https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-6&amp;id=f6137df22503d88a76cc69f622919ec7bd3582d7

shell: Fix potential read-after-free in gsettings use
It's not valid to use '&amp;' with g_settings_get().

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

taken from:
https://git.gnome.org/browse/evince/commit/?id=41ce0e1

ev-window: Don't crash when trying to save a copy

We can not free both folder_uri and parent_uri. If parent_uri is
non-NULL then it will point to the same location as folder_uri.
Also, parent_uri is now unused so we can just remove it.

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

taken from:
https://git.gnome.org/browse/evince/commit/?id=3850ff5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remember the folder last used to open or save a document, attachment
or image.

taken from:
https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-6&amp;id=f6137df22503d88a76cc69f622919ec7bd3582d7

shell: Fix potential read-after-free in gsettings use
It's not valid to use '&amp;' with g_settings_get().

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

taken from:
https://git.gnome.org/browse/evince/commit/?id=41ce0e1

ev-window: Don't crash when trying to save a copy

We can not free both folder_uri and parent_uri. If parent_uri is
non-NULL then it will point to the same location as folder_uri.
Also, parent_uri is now unused so we can just remove it.

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

taken from:
https://git.gnome.org/browse/evince/commit/?id=3850ff5
</pre>
</div>
</content>
</entry>
<entry>
<title>shell: Don't set the current folder while saving a file</title>
<updated>2016-05-26T14:15:22+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-05-07T19:12:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=9ecae29f107b3a12227a6dfe36a096fbe25e6f29'/>
<id>9ecae29f107b3a12227a6dfe36a096fbe25e6f29</id>
<content type='text'>
Fixes bug 655514.

taken from:
https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-8&amp;id=55c1f8231bdab143a1d90f4bd598852d746b08e0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug 655514.

taken from:
https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-8&amp;id=55c1f8231bdab143a1d90f4bd598852d746b08e0
</pre>
</div>
</content>
</entry>
<entry>
<title>shell: Do not save file chooser open/save uri</title>
<updated>2016-05-26T14:15:22+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-05-07T15:18:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=fb156ec21432f792bc7ab630db74efe60d57c1e5'/>
<id>fb156ec21432f792bc7ab630db74efe60d57c1e5</id>
<content type='text'>
It doesn't make sense anymore since we have multiple processes.

taken from:
https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-2&amp;id=3df6a61
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It doesn't make sense anymore since we have multiple processes.

taken from:
https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-2&amp;id=3df6a61
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a setting to disable auto-reload</title>
<updated>2016-05-26T14:15:22+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-05-07T12:16:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=44f6596da2c037ba370ef5b3f95d4f3473bd5ad0'/>
<id>44f6596da2c037ba370ef5b3f95d4f3473bd5ad0</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=669265

taken from:
https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-6&amp;id=a5a0f6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=669265

taken from:
https://git.gnome.org/browse/evince/commit/shell/ev-window.c?h=gnome-3-6&amp;id=a5a0f6
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the check for a parent, more intuitive conditions</title>
<updated>2016-05-17T17:04:04+00:00</updated>
<author>
<name>rootavish</name>
<email>rootavish@gmail.com</email>
</author>
<published>2016-05-14T19:19:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=f9b37020767638898f0cd0d036f864fe40b2ec92'/>
<id>f9b37020767638898f0cd0d036f864fe40b2ec92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>window: fix another random webview-related crash</title>
<updated>2016-04-26T12:32:19+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-04-26T12:32:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=e9ff838f4de64653799c8a8b79610ad073e8a52c'/>
<id>e9ff838f4de64653799c8a8b79610ad073e8a52c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK+3: add atril-window style class to top level</title>
<updated>2016-02-06T05:33:14+00:00</updated>
<author>
<name>Wolfgang Ulbrich</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-02-06T05:33:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=a1e6e6fa9876f78f291a24073af1a7e64916e33c'/>
<id>a1e6e6fa9876f78f291a24073af1a7e64916e33c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix some build warnings</title>
<updated>2016-02-01T15:28:19+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-02-01T15:28:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=4190ce2680b339c9bfc3d51008811f0b1abb1b9d'/>
<id>4190ce2680b339c9bfc3d51008811f0b1abb1b9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
