commit 3853ca5e6892f2fd6a30df7193823fd54e59101d Author: Christian Persch Date: 2012-06-13 shell: Remove smclient https://bugzilla.gnome.org/show_bug.cgi?id=677981 M configure.ac M cut-n-paste/Makefile.am D cut-n-paste/smclient/Makefile.am D cut-n-paste/smclient/eggdesktopfile.c D cut-n-paste/smclient/eggdesktopfile.h D cut-n-paste/smclient/eggsmclient-osx.c D cut-n-paste/smclient/eggsmclient-private.h D cut-n-paste/smclient/eggsmclient-win32.c D cut-n-paste/smclient/eggsmclient-xsmp.c D cut-n-paste/smclient/eggsmclient.c D cut-n-paste/smclient/eggsmclient.h M help/reference/shell/Makefile.am M po/POTFILES.in M shell/Makefile.am M shell/ev-application.c M shell/ev-application.h M shell/main.c commit 98b7e4e9f36d8f49a481b5def4377548513929e6 Author: Carlos Garcia Campos Date: 2014-02-23 window-title: Set the window title for empty window This ensures that not only the window has title, but that the title is exposed to accessibility. Based on patch by Robert Roth. https://bugzilla.gnome.org/show_bug.cgi?id=653748 M shell/ev-window-title.c commit 7005d191855cd4c62b7a807d71a16dc58e6fde4c Author: Anuj Khare Date: 2014-02-22 Make history buttons insensitive when searching Change sensitivity in find bar open/close functions instead of with page-change to prevent history buttons from becoming insensitive every time a back/forward history button is clicked (since history freezes). https://bugzilla.gnome.org/show_bug.cgi?id=724549 M shell/ev-window.c commit 37397ef554c65646c005ac62f7b29d36e2c3547c Author: Yosef Or Boczko Date: 2014-02-23 Updated Hebrew translation M po/he.po commit 7e5db6be1883678301c65b799dc54d6b2b9410f9 Author: Saurav Agarwalla Date: 2014-02-15 Add button-press signal handler to the Find sidebar This solves the bug mentioned below by handling button-press signals in addition to the original selection-changed signals. https://bugzilla.gnome.org/show_bug.cgi?id=703570 M libview/ev-view.c M shell/ev-find-sidebar.c commit a25e869647de811788deeb8939b18ecad4d9adba Author: Bogdan Petcu Date: 2014-02-23 Rename Open a copy as View in new window https://bugzilla.gnome.org/show_bug.cgi?id=688762 M shell/ev-window.c commit 94a732ff0cd76fcb508844a923d3183ba6e30fee Author: Carlos Garcia Campos Date: 2014-02-23 Rename ev_window_document_changed as ev_window_file_changed We have ev_window_document_changed_cb to monitor when the EvDocument property of the view model changes. Bithe names are quite similar and very confusing, so use file_changed for the file changes monitor. M shell/ev-window.c commit a1ed5672808625582a5690156ad6261e7691807f Author: Saurav Agarwalla Date: 2014-02-19 Change the condition for restarting search after reloading The bug is because the relevant check condition gets the focused widget and it's ancestor. The problem lies in the fact that if the user takes away focus from the sidebar, ancestor is no longer the 'Find' sidebar and the condition evaluates to FALSE even though it shouldn't. Changing the condition to check if the 'Find' sidebar is visible solves the problem by restarting search only when the 'Find' sidebar is visible. https://bugzilla.gnome.org/show_bug.cgi?id=703595 M shell/ev-window.c commit 6188aa2985ef78397d45038efddc87247c5a9f76 Author: Anuj Khare Date: 2014-02-23 Unbind the default binding for the GtkIconView The "p" binding/event is expected to launch the print dialog but is currently being eaten by the IconView. Unbind to stop this occurring. Unbind "n" for consistency. Based on Michael Wood's patch. https://bugzilla.gnome.org/show_bug.cgi?id=705846 M shell/evince.css commit 5154b7ab6012e6a8cc7eb732172ea1e2c4f1ec89 Author: Carlos Garcia Campos Date: 2014-02-22 findbar: Add close button to the find bar It makes more obvious how to close the find bar, specially when it has been launched by a keyboard shortcut instead of using the toggle button in the toolbar. https://bugzilla.gnome.org/show_bug.cgi?id=723789 M shell/eggfindbar.c commit 23172cb7756a4cd4d5a3fe27effa723fa9286687 Author: Carlos Garcia Campos Date: 2014-02-22 toolbar: Move the find button to the left So that is grouped with the navigation actions, instead of the view actions. https://bugzilla.gnome.org/show_bug.cgi?id=723789 M shell/ev-toolbar.c commit 79849c412e7d2188d46a1990741db8eb6e8f4cc6 Author: Carlos Garcia Campos Date: 2014-02-22 toolbar: Fix the margins of the toolbar items in ltr direction M shell/ev-toolbar.c commit ef8fc3e56ae2f4ea3aa9351fe7be03705e091c3b Author: Manoj Kumar Giri Date: 2014-02-19 Updated Oriya translation M po/or.po commit 41ce0e16cc3f395766abb239f990dd98c3144001 Author: Christian Persch Date: 2014-02-13 shell: Fix potential read-after-free in gsettings use It's not valid to use '&' with g_settings_get(). https://bugzilla.gnome.org/show_bug.cgi?id=723737 M shell/ev-window.c commit 413f46730d06944a92a71221945304de4843069f Author: ngoswami Date: 2014-02-11 Updated Assamese translation M po/as.po commit 43c41b06b705cb1a243fb34026cebcadadc8161c Author: Ekaterina Gerasimova Date: 2014-02-10 Remove SyncTeX video, bug 676496 Takes up lots of space, old UI, wrong theme and see bug 676496 D help/C/figures/synctex_screencast.ogv M help/C/synctex.page M help/Makefile.am D help/fr/figures/synctex_screencast.ogv commit f7aa38e1d6df3f8123286325acf210b0f02f51e8 Author: Daniel Korostil Date: 2014-02-10 Updated Ukrainian translation M po/uk.po commit 707725e986844d3cc4340f9f2cbb1343165d4b59 Author: Giovanni Campagna Date: 2014-02-09 Reduce the chattiness of the evince daemon Use g_debug instead of g_printerr for debug warnings that happen during normal operation. This way messages are suppressed, unless the G_MESSAGES_DEBUG variable is set, and we avoid filling everyone's journal with repetitive debugging info. https://bugzilla.gnome.org/show_bug.cgi?id=723972 M shell/ev-daemon.c commit 92a23ba089d19bf117a5e287f5f582f7ba801341 Author: Kjartan Maraas Date: 2014-02-09 Updated Norwegian bokmål translation M po/nb.po commit 7d8d3d138a52f120850af5965313da9394f2d76c Author: Marek Černocký Date: 2014-02-08 Updated Czech translation M po/cs.po commit 01ce80d2049dfd14e940fb32152a05d089c6f827 Author: GunChleoc Date: 2014-02-07 Updated Scottish Gaelic translation M po/gd.po commit d27afae91dcf46b3ea7774862914047a3da9afc3 Author: GunChleoc Date: 2014-02-07 Updated Scottish Gaelic translation M po/gd.po commit 93cb301c7819e145367bbf99dccd7b034441219e Author: Fran Diéguez Date: 2014-02-07 Updated Galician translations M po/gl.po commit e7eece53ba03de3d09f16d0adb3fc89d7f2b3317 Author: Khaled Hosny Date: 2014-02-06 Update Arabic translation M po/ar.po commit 9c28daf2bd5e9d36d743f45a88e694af74da5499 Author: GunChleoc Date: 2014-02-06 Added Scottish Gaelic translation M po/LINGUAS A po/gd.po commit 07fe9c6ba69a80522456ed9efe44dba9a1510a6f Author: Daniel Mustieles Date: 2014-02-05 Updated Spanish translation M po/es.po commit c7608bf3c4e94baa1d40cccf3bc8e611c7a9e5a5 Author: Theppitak Karoonboonyanan Date: 2014-02-05 Updated Thai translation M po/th.po commit 466ca814def1b23bc839bc202d06e285a07ee08b Author: Timo Jyrinki Date: 2014-02-05 And update the 'i' also to the Finnish translation M po/fi.po commit 87a0e3a1574808cadb5e8a390c93a52527bf32c1 Author: Timo Jyrinki Date: 2014-02-04 Fix fi translation (Bug #723547) M po/fi.po commit 545052d99cfbff17bcc73ae6dd1f1d8087f31419 Author: Rafael Ferreira Date: 2014-02-02 Updated Brazilian Portuguese translation M po/pt_BR.po commit 5f80191e33f0cc067c5e085733f2bd8cb7296277 Author: Baurzhan Muftakhidinov Date: 2014-02-01 Updated Kazakh translation M po/kk.po commit b2c0492282618e52433be657cd0d73868649cf3b Author: Chao-Hsiung Liao Date: 2014-01-31 Updated Traditional Chinese translation(Hong Kong and Taiwan) M po/zh_HK.po M po/zh_TW.po commit 3847c5bdefeded9c91632cd0da30213accf4749a Author: Shankar Prasad Date: 2014-01-31 updated kn.po M po/kn.po commit 6e236ae1b7ca39b06b24f32fc98a17b4d595e646 Author: Jorge Pérez Pérez Date: 2014-01-31 Updated Aragonese translation M po/an.po commit 83cbdd2fdf59dad635a4fb71a75a6c0747ba83c0 Author: Aurimas Černius Date: 2014-01-28 Updated Lithuanian translation M po/lt.po commit c8587763c9332e2eef5ffa4fa6a05fef5d21d748 Author: Yosef Or Boczko Date: 2014-01-27 toolbar: Fix the margin in RTL https://bugzilla.gnome.org/show_bug.cgi?id=723110 Signed-off-by: Yosef Or Boczko M shell/ev-toolbar.c commit ea2f1cb9bae34a672438c532cb0e97972eba0aae Author: Victor Ibragimov Date: 2014-01-28 Tajik translation updated M po/tg.po commit da30d8d4e8d03d40b3b7db206b518b4176582c57 Author: Yosef Or Boczko Date: 2014-01-27 Updated Hebrew translation Signed-off-by: Yosef Or Boczko M po/he.po commit ca70f8a2cd4aa850214c9a8dfec5f05cfb1586b7 Author: Ekaterina Gerasimova Date: 2013-05-21 Add tooltips for toolbar menus, bug 700697 M po/POTFILES.in M shell/ev-toolbar.c commit 671f31d2073464d019e2e8b222740b180e78420c Author: Marek Černocký Date: 2014-01-27 Updated Czech translation M po/cs.po commit 1ade2d1f0eb6d9acfb25d530dd1796ea943fc12d Author: Dominique Leuenberger Date: 2014-01-08 Update FSF Address https://bugzilla.gnome.org/show_bug.cgi?id=721490 M help/sr/sr.po M libdocument/ev-backend-info.c M po/af.po M po/ast.po M po/be@latin.po M po/bn.po M po/br.po M po/cs.po M po/cy.po M po/dz.po M po/eo.po M po/fa.po M po/gl.po M po/he.po M po/ka.po M po/ks.po M po/mai.po M po/mg.po M po/mk.po M po/ml.po M po/mn.po M po/ms.po M po/nds.po M po/ne.po M po/nn.po M po/oc.po M po/or.po M po/ps.po M po/rw.po M po/si.po M po/sq.po M po/te.po M po/tr.po M po/wa.po M shell/ev-annotation-properties-dialog.c M shell/ev-annotation-properties-dialog.h M shell/ev-find-sidebar.c M shell/ev-find-sidebar.h M shell/ev-history-action-widget.c M shell/ev-history-action-widget.h M shell/ev-history-action.c M shell/ev-history-action.h M shell/ev-sidebar-annotations.c M shell/ev-sidebar-annotations.h M shell/ev-sidebar-bookmarks.c M shell/ev-sidebar-bookmarks.h M shell/ev-zoom-action-widget.c M shell/ev-zoom-action-widget.h M shell/ev-zoom-action.c M shell/ev-zoom-action.h M shell/evince-appmenu.ui commit 6eaa21b7f5b06a6bb5eb3dbe66bb731e21025029 Author: Carlos Garcia Campos Date: 2013-12-18 release: 3.11.3 M NEWS M configure.ac