commit d92b5e1853da8395738828e9602894ea78262b4b Author: Carlos Garcia Campos Date: 2013-01-12 build: Fix make distcheck M help/reference/shell/Makefile.am commit 1a935ad8da382e9d290c2c556c04ab0ca5eff965 Author: Carlos Garcia Campos Date: 2013-01-12 ev-zoom-action-widget: Format the entry text with the current entry text We handle the entry text manually, so return always the current entry text in format entry text callback to make sure the cell renderer text is not used when the zoom hasn't changed. M shell/ev-zoom-action-widget.c commit 5787cdb75a67fb32403ab2f19a13b104d7b612f1 Author: Carlos Garcia Campos Date: 2013-01-12 ev-zoom-action-widget: Don't use a custom cell renderer Use gtk_combo_box_set_entry_text_column() instead. M shell/ev-zoom-action-widget.c commit 3fd4162d79e98ce7bc48d4f81c94ef5ea6d9a07f Author: Carlos Garcia Campos Date: 2013-01-12 ev-loading-message: Remove unused variables M shell/ev-loading-message.c commit d29445bac561307fd7a3440b72fd7427bb245158 Author: Carlos Garcia Campos Date: 2013-01-12 libview: Remove unused variable M libview/ev-view.c commit 541ea16f3638cb7680c71ac2e8d0741c32c87af2 Author: Carlos Garcia Campos Date: 2013-01-12 eggfindbar: Remove unused GtkAlignment M shell/eggfindbar.c commit 42f6d4b3a24e4524bc0b4295bae4c3ab744c5b20 Author: William Jon McCann Date: 2013-01-10 libview: Make page layout a mode Instead of having a few different mutually exclusive booleans it makes sense to have it be a mode with the following options: automatic, single, dual. This allows us to have a way to automatically determine if dual page mode should be used when the window is large enough. https://bugzilla.gnome.org/show_bug.cgi?id=689468 M help/reference/libview/libevview.types M libview/ev-document-model.c M libview/ev-document-model.h M libview/ev-view-private.h M libview/ev-view.c commit f644cad4d7819e9b97cbc93a32c7ab9d60f4196c Author: José Aliste Date: 2013-01-09 djvu: Make empty pages white. The djvulibre render method does nothing on empty page. Thus, we need to paint the surface white by ourselves to solve the "empty pages are shown black" bug. See https://bugzilla.gnome.org/show_bug.cgi?id=669017 M backend/djvu/djvu-document.c commit 069ac318d151c8bab641ec6d376d034c3fe5f679 Author: Krasimir Chonov Date: 2013-01-10 Updated Bulgarian translation M po/bg.po commit 49a587b096c2c277e0eeec73b59df3398b92d7a1 Author: Germán Poo-Caamaño Date: 2013-01-07 [build] Bump required gtk+ version to 3.7.5 Fixes #691326 Signed-off-by: Germán Poo-Caamaño M configure.ac commit 0d626f2b919a8361418d6284fe08c4ca7405569f Author: Germán Poo-Caamaño Date: 2013-01-07 [build] Remove libephyzoom. Fixes #691329 Signed-off-by: Germán Poo-Caamaño M shell/Makefile.am commit a06bc40afc4b318b3a4489d76be54e5816c3f8e4 Author: William Jon McCann Date: 2013-01-05 Make link action and dest object properties Instead of pointer properties. This allows them to be properly refcounted and used from binding languages. https://bugzilla.gnome.org/show_bug.cgi?id=691214 M backend/djvu/djvu-links.c M backend/pdf/ev-poppler.cc M backend/xps/xps-document.c M libdocument/ev-link-action.c M libdocument/ev-link.c M libmisc/ev-page-action-widget.c M shell/ev-window.c commit 5f37ce5339257d30acd400b0350379314b374805 Author: Daniel Mustieles Date: 2013-01-08 Updated Spanish translation M po/es.po commit 37c58deec0b608b9807a067699c315445bf40caf Author: Carlos Garcia Campos Date: 2013-01-05 a11y: Do not use AtkFactory to create the EvViewAccessible https://bugzilla.gnome.org/show_bug.cgi?id=685828 M libview/ev-view-accessible.c M libview/ev-view-accessible.h M libview/ev-view-private.h M libview/ev-view.c commit b8be5a752e6fabaab4d107358ecd785759a0b2bf Author: Javier Jardón Date: 2013-01-07 configure.ac:Use new libtool syntax M configure.ac commit cda64af3de66a7c626f7ee614625400c46aef7cd Author: Javier Jardón Date: 2013-01-07 configure.ac: Remove obsolete autoconf macros M configure.ac commit 28cdb84646a298cdb0b1f3154116ad2d7cae155e Author: Nilamdyuti Goswami Date: 2013-01-07 Assamese translation updated M po/as.po commit 6a26d399eb82cbf3d5ca3214959554e268b1b652 Author: Kjartan Maraas Date: 2013-01-07 Updated Norwegian bokmål translation M po/nb.po commit b4ead9a785bcf088396bca73329946cf7ccb1fd4 Author: Yaron Shahrabani Date: 2013-01-06 Updated Hebrew translation. M po/he.po commit 10561a27462d2872ed610dc75148a4f56b14c487 Author: Baurzhan Muftakhidinov Date: 2013-01-05 Updated Kazakh translation M po/kk.po commit 9c007a927c192d2a3d716e45a59cf7c4c8762c2b Author: Carlos Garcia Campos Date: 2013-01-05 libview: Use GtkContainer and GtkContainerClass in EvView and EvViewClass https://bugzilla.gnome.org/show_bug.cgi?id=685362 M libview/ev-view-private.h commit bda8ab9cfb8c1b808ab22c5059e530b10ffed0e0 Author: Alban Crequy Date: 2012-11-27 font properties: say whether fonts are pdf standard In the font property dialog, say for each non-embedded font whether it is one of the 14 standard fonts. Backends can also implement get_fonts_summary() to return a summary line to display before the tree view to say whether there is any non-embedded and non-standard font. https://bugzilla.gnome.org/show_bug.cgi?id=527222 M backend/pdf/ev-poppler.cc M libdocument/ev-document-fonts.c M libdocument/ev-document-fonts.h M shell/ev-properties-fonts.c commit 8022b6bba1d9a4d030fa3230638214c70add33c3 Author: Stef Walter Date: 2013-01-05 Migrate from libgnome-keyring to libsecret https://bugzilla.gnome.org/show_bug.cgi?id=679855 M configure.ac M shell/ev-keyring.c commit cb89d034a79afcee70273e921d06c608e4c13cb1 Author: Nilamdyuti Goswami Date: 2013-01-04 Assamese translation updated M po/as.po commit 22e3808ee78f27e5831abcfdd7f5d1f5978ec9f8 Author: Fran Diéguez Date: 2013-01-03 Updated Galician translations M po/gl.po commit 8a3c3584e4a93f9568d8e3635a7aba82e3eb26a9 Author: Carlos Garcia Campos Date: 2013-01-03 ev-window: Remove ev_window_screen_changed() which is unused now M shell/ev-window.c commit 9cc89b896f1e7e01a212c2036d426ac213e2a843 Author: William Jon McCann Date: 2012-12-12 Correct test for the max zoom text width https://bugzilla.gnome.org/show_bug.cgi?id=690102 M shell/ev-zoom-action-widget.c commit fa80d4b4e66875e76dcc30c32c37fbc4659abb06 Author: William Jon McCann Date: 2012-12-12 Don't show icons in zoom entry https://bugzilla.gnome.org/show_bug.cgi?id=690102 M shell/ev-zoom-action-widget.c commit 40d9cd88d99f85e9ce7776c4ca787638e01028ac Author: William Jon McCann Date: 2013-01-02 Put dual and continuous modes into view menu Instead of having them on the toolbar directly. https://bugzilla.gnome.org/show_bug.cgi?id=691020 M shell/ev-toolbar.c M shell/evince-ui.xml commit 6c0b4f8562046dbbe2aeb25e87b243282ebb83a2 Author: William Jon McCann Date: 2013-01-02 Remove Contents item from the gear menu There is already a help menu item and having an item named Contents that isn't related to the table of contents in a document is very confusing. https://bugzilla.gnome.org/show_bug.cgi?id=691020 M shell/ev-window.c M shell/evince-ui.xml commit ba9fab7e100881691dd7f1a8d994fb64b0feb129 Author: Carlos Garcia Campos Date: 2012-12-29 Remove old toolbar editor leftovers M shell/Makefile.am D shell/evince-toolbar.xml M shell/evince.gresource.xml commit 699514995b385e92d5b6818b6d8c0095355407c3 Author: Carlos Garcia Campos Date: 2012-12-29 Fix compile warning M shell/ev-zoom-action-widget.c commit 0cad8758e9d96a1cf3b8a07776e64b6ae602b4e7 Author: William Jon McCann Date: 2012-12-29 libview: Add new zoom mode that optimizes for readability This "Automatic" zoom mode will use fit width when the window is smaller than 100% of the actual page size and then use the actual page size up to the point the window is large enough to hold two entire pages side by side. https://bugzilla.gnome.org/show_bug.cgi?id=689468 M libview/ev-document-model.h M libview/ev-view.c commit 88d7a4aefa48f05b948bcbc5d7f5993efcf1f37b Author: William Jon McCann Date: 2012-12-29 Rename Fit Page Width as Fit Width https://bugzilla.gnome.org/show_bug.cgi?id=689468 M previewer/ev-previewer-window.c M previewer/previewer-ui.xml M shell/ev-window.c M shell/ev-zoom-action-widget.c M shell/evince-toolbar.xml M shell/evince-ui.xml commit ffd3853433223c265d232000daaa92be1d1c3afa Author: William Jon McCann Date: 2012-12-29 Rename Best Fit mode as Fit Page https://bugzilla.gnome.org/show_bug.cgi?id=689468 M data/org.gnome.Evince.gschema.xml.in M libview/ev-document-model.h M libview/ev-view.c M previewer/ev-previewer-window.c M previewer/previewer-ui.xml M shell/ev-window.c M shell/ev-zoom-action-widget.c M shell/evince-toolbar.xml M shell/evince-ui.xml commit 50040f779f743406a7e910dda97142aef59fdf58 Author: Carlos Garcia Campos Date: 2012-12-29 shell: Disable CTRL+F accel when find is not available https://bugzilla.gnome.org/show_bug.cgi?id=689926 M shell/ev-window.c commit 1078b8f707d89c9e03a9668c701febf91b9f4c1c Author: Carlos Garcia Campos Date: 2012-11-25 Move dual page with odd pages left to the view menu As a toggle option only available in dual mode. M libview/ev-document-model.c M libview/ev-view.c M shell/ev-toolbar.c M shell/ev-window.c M shell/evince-ui.xml commit 345dc13807a6b2ca2e80b6c9b7c088fc4ca25401 Author: Carlos Garcia Campos Date: 2012-11-18 Use symbolic icons in toolbar and findbar Some icons don't have a symbolic version yet. M shell/eggfindbar.c M shell/ev-window.c M shell/ev-zoom-action-widget.c commit 918caaea732b5a7d7a04b7fe8bb1af90d73238b9 Author: Carlos Garcia Campos Date: 2012-11-18 ev-toolbar: Use a custom button for find action too Use ev_toolbar_create_toggle_button() instead of creating the tool item directly with gtk_action_create_tool_item(). M shell/ev-toolbar.c commit b8628e7c2a7655ed65231a559aa91792e22ca679 Author: Carlos Garcia Campos Date: 2012-11-18 ev-toolbar: Make sure toolbar buttons don't get the focus on click M shell/ev-toolbar.c commit a1c62bd4ffc56c7fe69da9de2a8e507efee8d4bf Author: Carlos Garcia Campos Date: 2012-11-10 ev-page-action-widget: Use an insensitive entry for pages label Instead of a label so that the page entry and the label look like the same control. M libmisc/ev-page-action-widget.c commit a1e47d795c219db0d6e089dc790f25b34e0f0690 Author: Carlos Garcia Campos Date: 2012-11-10 page-action-widget: Only show page number in pages label when it's different M libmisc/ev-page-action-widget.c commit bd165383df4594eef35ef23a167b45c6c4085d27 Author: Carlos Garcia Campos Date: 2012-11-07 ev-window: Rename ev_window_update_actions() to ev_window_update_actions_sensitivity() M shell/ev-window.c commit ac9d889ba82f27995939f89cc00b2ed79f00c20f Author: Carlos Garcia Campos Date: 2012-11-07 cut-n-paste: Remove ephy-zoom-control M configure.ac M cut-n-paste/Makefile.am D cut-n-paste/zoom-control/Makefile.am D cut-n-paste/zoom-control/ephy-zoom-action.c D cut-n-paste/zoom-control/ephy-zoom-action.h D cut-n-paste/zoom-control/ephy-zoom-control.c D cut-n-paste/zoom-control/ephy-zoom-control.h D cut-n-paste/zoom-control/ephy-zoom.c D cut-n-paste/zoom-control/ephy-zoom.h M po/POTFILES.in commit caf14c469dcc4a009ebe7a03ef09ac354eede99e Author: Carlos Garcia Campos Date: 2012-11-07 shell: Use the new zoom control action in the toolbar M shell/ev-toolbar.c M shell/ev-window.c commit 3ce4d8884174965e03cdb9f16c3c30e95ec69d63 Author: Carlos Garcia Campos Date: 2012-11-04 Add new zoom combo widget for the toolbar It's a combo box with an entry to always show the current real zoom level and allow the user to enter a zoom level manually as well. M po/POTFILES.in M shell/Makefile.am A shell/ev-zoom-action-widget.c A shell/ev-zoom-action-widget.h A shell/ev-zoom-action.c A shell/ev-zoom-action.h commit 05c958b57214e7145447e4faf4f22f7721e0180a Author: Carlos Garcia Campos Date: 2012-10-15 Make find toolbar item a toggle button M shell/ev-window.c commit 933a96565a20a3a169852b8364746bed763ef8f5 Author: Carlos Garcia Campos Date: 2012-10-14 Redesign the find bar UI Remove the find label, use small buttons with up/down symbolic icons for find previous/next and remove the separator. M shell/eggfindbar.c commit ba4436dfdf9aa999c8ae016a68fc46220297b4e7 Author: Carlos Garcia Campos Date: 2012-10-14 Show the find bar at the top of the view box Also use the PRIMARY_TOOLBAR style class for the find bar so that it looks like the nautilus one. M shell/ev-window.c commit b0d995e7ed93fc5af2950bad52e93b4d09e640e3 Author: Carlos Garcia Campos Date: 2012-10-14 Remove toolbar-editor cut and paste code M configure.ac M cut-n-paste/Makefile.am D cut-n-paste/toolbar-editor/Makefile.am D cut-n-paste/toolbar-editor/egg-editable-toolbar.c D cut-n-paste/toolbar-editor/egg-editable-toolbar.h D cut-n-paste/toolbar-editor/egg-toolbar-editor.c D cut-n-paste/toolbar-editor/egg-toolbar-editor.h D cut-n-paste/toolbar-editor/egg-toolbars-model.c D cut-n-paste/toolbar-editor/egg-toolbars-model.h D cut-n-paste/toolbar-editor/eggmarshalers.list D cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh M po/POTFILES.in commit 3647d77f9d6462b11f69514434546ccfee4cc2ef Author: Carlos Garcia Campos Date: 2012-10-14 Use a GtkOverlay in fullscreen mode to show/hide the toolbar This is based on totem code, but using GtkOverlay instead of a popup window to make it easier to show/hide the toolbar. M shell/ev-window.c commit d3d09d39820c86713aa0d5ab915405a092cb2edb Author: Carlos Garcia Campos Date: 2012-10-14 ev-toolbar: Add ev_toolbar_has_visible_popups() M shell/ev-toolbar.c M shell/ev-toolbar.h commit 0ed4555e0e2deca88293b5b208fed0be9fa3284c Author: Carlos Garcia Campos Date: 2012-10-14 zoom-control: Add API to know if zoom dropdown menu is currently shown M cut-n-paste/zoom-control/ephy-zoom-action.c M cut-n-paste/zoom-control/ephy-zoom-action.h M cut-n-paste/zoom-control/ephy-zoom-control.c M cut-n-paste/zoom-control/ephy-zoom-control.h commit bf8703face715b27c49ed816e482ce888221ea64 Author: Carlos Garcia Campos Date: 2012-10-13 Remove the main menu M shell/ev-window.c M shell/evince-ui.xml commit 76fdabd1a977ea05b8ab0194915231b51d940321 Author: Carlos Garcia Campos Date: 2012-10-13 Remove editing toolbar actions M shell/ev-window.c M shell/evince-ui.xml commit 713830cd7c84b2c1443dc8de02dacd1c5f5b256d Author: Carlos Garcia Campos Date: 2012-10-13 Remove the fullscreen toolbar and use the new toolbar in fullscreen mode too M shell/ev-window.c M shell/evince-ui.xml commit d372faec45a6366fcd23b48d7c9fa61576dbb4f8 Author: Carlos Garcia Campos Date: 2012-10-13 Use the new toolbar in the main view The new toolbar cannot be hidden nor edited M shell/ev-window.c M shell/evince-ui.xml commit 5611743a7769d180ff9abb2a427794273144d238 Author: Carlos Garcia Campos Date: 2012-10-13 libmisc: Remove border from page selector widget M libmisc/ev-page-action-widget.c commit 95c733b99f7f8ba9dceabec6085f819cf840ee72 Author: Carlos Garcia Campos Date: 2012-10-13 Add EvToolbar widget to show a gnome3 style toolbar Based on nautilus toolbar M shell/Makefile.am A shell/ev-toolbar.c A shell/ev-toolbar.h M shell/evince-ui.xml commit e8e06fe41393279271415c91256311c5726a55f1 Author: Carlos Garcia Campos Date: 2012-10-13 Add public methods to get the UI manager and action group of a EvWindow M shell/ev-window.c M shell/ev-window.h commit 83d3c23e0e3dd809f7288b004850b19a1d9c71b3 Author: Aurimas Černius Date: 2013-01-02 Updated Lithuanian translation M po/lt.po commit 245051da2dcb281665ec2331b88c65c9a057e572 Author: Baurzhan Muftakhidinov Date: 2012-12-29 Updated Kazakh translation M po/kk.po commit 6b44806d47bf573770fdb5dd5a3158eb053b276a Author: Florencio Neves Date: 2012-12-26 Updated Brazilian Portuguese Translation M po/pt_BR.po commit be1f69a01fd3a89dec23e243c069887d7223392d Author: Dimitris Spingos Date: 2012-12-23 Updated Greek translation M po/el.po commit 8e359b44e6cb9ad7c94a6b7ae0cdbe6946a57cd0 Author: Khaled Hosny Date: 2012-12-23 Update Arabic translation M po/ar.po commit 44dd8d70007db2c4d216d08b4a40fdcb9adbb983 Author: Carlos Garcia Campos Date: 2012-12-23 view: Fix runtime critical warning Return early from ev_document_get_min_page_size() if the view doesn't have a document loaded. EvinceDocument-CRITICAL **: ev_document_get_min_page_size: assertion `EV_IS_DOCUMENT (document)' failed M libview/ev-view.c commit 4657961523572db153fcf40a8ff1d122558fc996 Author: Carlos Garcia Campos Date: 2012-12-23 view: Fix compile warning M libview/ev-view.c commit 30d1c3f4d71d5f53603076c7c93a5999e65eec5a Author: William Jon McCann Date: 2012-12-23 libdocument: Allow sidebar thumbnails to be styled with CSS https://bugzilla.gnome.org/show_bug.cgi?id=653294 M libdocument/ev-document-misc.c M libdocument/ev-document-misc.h M shell/ev-sidebar-thumbnails.c M shell/evince.css commit bb65a8824aeae5533026c9b2a03439af03c2d8c4 Author: Carlos Garcia Campos Date: 2012-12-23 libview: Add an option to render thumbnails without a frame M libview/ev-jobs.c M libview/ev-jobs.h commit a56186e42b1eb0c78435f1c82b66666e8932cc39 Author: William Jon McCann Date: 2012-12-04 Set a style class on the view so it can be more easily styled And share the style we use for other content views. https://bugzilla.gnome.org/show_bug.cgi?id=653294 M libview/ev-view.c commit 38528f9f1e225f4d661a1d813c5fae45fd6707d4 Author: Carlos Garcia Campos Date: 2012-12-23 view: Fix page background rendering while loading M libview/ev-view.c M shell/evince.css commit a610d498518a243d4aed4556550edb490d9705fa Author: Carlos Garcia Campos Date: 2012-12-23 libdocument: Deprecate misc_get_page_border_size() and misc_paint_one_page() M libdocument/ev-document-misc.h commit 7a6b53a1b4083cf6a3d9660dfc7978bb37c3d9e7 Author: William Jon McCann Date: 2012-12-23 view: Use a rendered frame instead of custom border So it can be styled with CSS. https://bugzilla.gnome.org/show_bug.cgi?id=653294 M libview/ev-view.c M shell/evince.css commit f81d6e839f63a112f9e5d603edd6a461b6f8e2be Author: Kjartan Maraas Date: 2012-12-21 Updated Norwegian bokmål translation M po/nb.po commit bbfbf913c71e435e51444c24e524d362a972cb2e Author: William Jon McCann Date: 2012-12-19 Use properties for can-zoom-in and -out This simplifies the logic required to enable zoom actions for consumers of the view. https://bugzilla.gnome.org/show_bug.cgi?id=690510 M libview/ev-view-private.h M libview/ev-view.c commit 27a4b3e59b42b38b10bad2381efb87736b77418f Author: William Jon McCann Date: 2012-12-19 Move setting limits on zoom into the view This allows the policy to be shared by all users of the view from the library and makes it adapt correctly to changes in the pixbuf cache. https://bugzilla.gnome.org/show_bug.cgi?id=690510 M libview/ev-document-model.c M libview/ev-view.c M shell/ev-window.c commit ce199f7e73d873156656542c1c11215826ac18bc Author: Mattias Põldaru Date: 2012-12-19 [l10n] Updated Estonian translation M po/et.po commit c072a3e5f2f4f4bb6fd825919ea3a5d38196209f Author: Daniel Mustieles Date: 2012-12-19 Updated Spanish translation M po/es.po commit a4fec8462c8c06920536ad22295404fbf07fee09 Author: Aleksej Kabanov Date: 2012-12-18 Updated Russian translation M po/ru.po commit 57f547aee379ff5978d53286f9b09fddbf927705 Author: Daniel Mustieles Date: 2012-12-16 Updated Spanish translation M help/es/es.po commit e4f5368d6858c6233d9391ea47e7417e6dc9025a Author: Piotr Drąg Date: 2012-12-16 Updated Polish translation M po/pl.po commit d62d5fe9b1c9a6a59a6bf4536465dbc1a469596b Author: Fran Diéguez Date: 2012-12-15 Updated Galician translations M po/gl.po commit b620ab032ff63650d614c0a89c845ca7d818b916 Author: Sindhu S Date: 2012-12-06 Docs for changing default settings; Bug 689238 Added documentation for saving Current Settings as Default in the FAQ section of help pages. A help/C/default-settings.page M help/Makefile.am commit 3f0a6e37b90064ff15a78fe784e07867377ece2c Author: Yaron Shahrabani Date: 2012-12-12 Updated Hebrew translation. M po/he.po commit fa88961610435c248a5c6c64abe4203c17cf1353 Author: Matej Urbančič Date: 2012-12-12 Updated Slovenian translation M po/sl.po commit adacb874e237a3e886abfaf59d58cf24479dfea7 Author: Nilamdyuti Goswami Date: 2012-12-10 Assamese translation updated M po/as.po commit acfe580b26705e7f18e6a8c22aed53ad128f6db7 Author: William Jon McCann Date: 2012-12-04 Set a good default value for the pixbuf cache This makes it easier for consumers of EvView to have good performance out of the box. https://bugzilla.gnome.org/show_bug.cgi?id=689674 M libview/ev-view.c commit 151819917d5a85b0a4d5f0d5910c6a834caa9189 Author: José Aliste Date: 2012-12-06 libview: Correct error message when postscript not supported see https://bugzilla.gnome.org/show_bug.cgi?id=683528 M libview/ev-print-operation.c commit bfbf6effef01507044c91f3e378d8cc69ae1730e Author: Gabor Kelemen Date: 2012-12-05 Updated Hungarian help translation: fix a stray ghelp: M help/hu/hu.po commit 5250401b83f05e6262dc7d37a5ac4520d35d1719 Author: Kjartan Maraas Date: 2012-12-01 Added Norwegian bokmål translation M po/nb.po commit 0a0a2d8c45e36f81d61d73e0bd71e7a6df720854 Author: José Aliste Date: 2012-11-28 shell: Fix Max zoom in UI The EphyZoom widget uses logical zoom (eg. 100%) while the libview widget uses physical zoom, that is if logical zoom is 100% then scale will be 100%*dpi/72.0. M shell/ev-window.c commit 1038c2227c5e11fe84d6f7f661cd4175777b1907 Author: Piotr Drąg Date: 2012-11-27 Updated Polish translation M po/pl.po commit 72760c4ce69de6af8c6736eb60ef276a56f64626 Author: Nilamdyuti Goswami Date: 2012-11-22 Assamese translation updated M po/as.po commit a21d6974d20c39914a28dd57fd0c4168b2266f14 Author: Daniel Mustieles Date: 2012-11-20 Updated Spanish translation M po/es.po commit 30f23d66feb2f186d327bca3c02239e1b379c68f Author: Carlos Garcia Campos Date: 2012-11-18 ev-page-action-widget: Use g_signal_connect instead of g_signal_connect_object g_signal_connect_object has been finally fixed in recent versions of glib, so the signal is disconnected when the object is disposed. However we are manually disconnecting the signal handler, which gives a runtime warning with recent glib versions because the signal has already been disconnected. Use g_signal_connect() and keep disocnnecting the signal manually to make sure it still works with previous versions of glib. M libmisc/ev-page-action-widget.c commit 6d1906390ed59f1ded3f70ba2e0d1358cb8bd17d Author: Yaron Shahrabani Date: 2012-11-14 Updated Hebrew translation. M po/he.po commit 4556e32c33f9b4cc07ab95bde58f18d659b078dc Author: José Aliste Date: 2012-11-05 libview: Correct scale in best fit mode so no scrollbar appears. In continuous mode best fit documents with one page, a scrollbar appears. Modify the scale so this does not happen. See https://bugzilla.gnome.org/show_bug.cgi?id=665856 M libview/ev-view.c commit 6abcca0cf4206bc8def285c1d4d2a95761c69de8 Author: Matej Urbančič Date: 2012-11-10 Updated Slovenian translation M po/sl.po commit 396040d8754e8dcbfee517509e65c76a51938230 Author: Matthias Clasen Date: 2012-11-04 Add keywords to the desktop file This makes gnome-shell search more pleasant and useful. M data/evince.desktop.in.in commit ab175a83f71451a03b8ae89688424dda5aa1f2d6 Author: Kjartan Maraas Date: 2012-11-05 Updated Norwegian bokmål translation M po/nb.po commit e00cd061e69cc9658adfb4ce2c1c6dfb3bfcb2e6 Author: Carlos Garcia Campos Date: 2012-10-23 release: 3.7.1 M NEWS M configure.ac commit 4c57f281ff94604db4f90f7d3f6e5cba673a8844 Author: Carlos Garcia Campos Date: 2012-10-23 Fix make distcheck Add evince-appmenu.ui to EXTRA_DIST M shell/Makefile.am