commit db26b56e992497d0d40866e4a6622e5f0b133fea Author: Felix Riemann Date: Mon Nov 9 21:13:46 2015 +0100 Prepare for release 3.16.3 NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) commit dbd6247cafcab3c81c0f554067d1e2a91276a7b8 Author: Felix Riemann Date: Tue Sep 29 16:09:34 2015 +0200 export-to-folder: Only enable action if there's something to export Nothing would happen in that case anyway. https://bugzilla.gnome.org/show_bug.cgi?id=755244 plugins/export-to-folder/export-to-folder.py | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) commit de573cf3e960daec249733be71c696b63174a075 Author: Felix Riemann Date: Tue Sep 29 15:36:22 2015 +0200 postasa: Disable upload action if no images are selected Nothing would happen, so don't offer it. https://bugzilla.gnome.org/show_bug.cgi?id=755244 plugins/postasa/eog-postasa-plugin.c | 38 ++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) commit 39e8d056aa2ebfabf353cf607e517338fcb5c57e Author: Felix Riemann Date: Tue Sep 29 15:14:31 2015 +0200 postr: Disable action if no images are selected https://bugzilla.gnome.org/show_bug.cgi?id=755244 plugins/postr/eog-postr-plugin.c | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) commit f0310c403fbf5d69087ec2b08ebf444894def23a Author: Felix Riemann Date: Tue Sep 29 14:51:34 2015 +0200 send-by-mail: Only enable action if an image is selected The result is not really nice if used without selection. Evolution for example will open with an error message. Will also avoid offering the action if no image is loaded. https://bugzilla.gnome.org/show_bug.cgi?id=755244 plugins/send-by-mail/eog-send-by-mail-plugin.c | 37 ++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) commit bb2f47cb8f8e41e566c349a1fd896f663541c50f Author: Felix Riemann Date: Tue Sep 29 13:42:47 2015 +0200 fit-to-width: Only enable plugin action if zoom is enabled If the default zoom actions are not enabled it is unlikely the fit-to-width zoom should be enabled as well. Also fixes a critical warning if eog is started without an image. https://bugzilla.gnome.org/show_bug.cgi?id=755244 plugins/fit-to-width/eog-fit-to-width-plugin.c | 10 ++++++++++ 1 file changed, 10 insertions(+) commit dc56214c2c12c80b01efb4e2a055c63e8a5295ec Author: Felix Riemann Date: Mon Sep 28 15:46:44 2015 +0200 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)