commit 5f028194ac45d626b8720a1d5d16c1f15ff89c9c Author: Germán Poo-Caamaño Date: 2013-02-15 shell: Show as much text as possible for index tree Uses separated columns for index and page number in the sidebar for the table of contents (aka index). This makes to use as much space as possible for the index column with a reasonable size for the page number for the most common cases (e.g. page number < 9999 or 'cover', 'front', 'back'). For longer page numbers it uses ellipsis. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676593 Signed-off-by: Germán Poo-Caamaño M shell/ev-sidebar-links.c commit 9d94be1e5617a826379e273b8610797bd5539daa Author: Fran Diéguez Date: 2013-02-20 Updated Galician translations M po/gl.po commit 3a301744070a540deb2944fcbc23daf432d8da37 Author: A S Alam Date: 2013-02-20 Punjabi: Translation updated (aalam) M po/pa.po commit 5b294c40f1660d0e77287ac75a7bc44b256b7d5c Author: Benjamin Steinwender Date: 2013-02-20 Updated German translation M po/de.po commit 394f686739db82ca2ada1d0c3f7945c3a0262f01 Author: Daniel Mustieles Date: 2013-02-19 Updated Spanish translation M po/es.po commit 132a2d5e9d9bdeb326713b9f0fd61117d9e3fb77 Author: Мирослав Николић Date: 2013-02-19 Updated Serbian translation M po/sr.po M po/sr@latin.po commit 0a7e183ce1ef8c7947be135af3701e556d458aa8 Author: Daniel Martinez Date: 2013-02-18 Updated Aragonese translation M po/an.po commit 01254fbb6a261ad333f3ca56e82c503a67373e2d Author: José Aliste Date: 2013-02-13 pdf: Add activation link for Fields that have it. M backend/pdf/ev-poppler.cc commit 90e431db9c0ebb314677e5249ca623cf251539ce Author: José Aliste Date: 2013-02-13 libview: Handle activation link of a Form Field if present M libview/ev-view.c commit 5410cf9ea9dfc2de8f98d4a5cb47856f2f1df6b8 Author: José Aliste Date: 2013-02-13 libdocument: Add activation_link to EvFormField struct M libdocument/ev-form-field.c M libdocument/ev-form-field.h commit 8aee4c0bc7f4efc26d31280e9bd4c090184e7e84 Author: Germán Poo-Caamaño Date: 2013-02-17 [build] Update git.mk from master copy This update includes yelp.m4 and dejagnu. M git.mk commit 3087fe88ab09b2a8928a493bfb1d901656a71c89 Author: Piotr Drąg Date: 2013-02-17 Updated Polish translation M po/pl.po commit 67dc2d3be3c411c53ec32a9a7b2bea3981322526 Author: Carlos Garcia Campos Date: 2013-02-17 Add navigation history buttons to the toolbar Rework EvHistory to use back and forward lists instead of a single history list and add back/forward buttons to the toolbar to navigate the history of visited links. https://bugzilla.gnome.org/show_bug.cgi?id=169903 M help/reference/shell/evince-docs.xml M help/reference/shell/evince-sections.txt M help/reference/shell/evince.types M po/POTFILES.in M shell/Makefile.am A shell/ev-history-action-widget.c A shell/ev-history-action-widget.h A shell/ev-history-action.c A shell/ev-history-action.h M shell/ev-history.c M shell/ev-history.h D shell/ev-navigation-action-widget.c D shell/ev-navigation-action-widget.h D shell/ev-navigation-action.c D shell/ev-navigation-action.h M shell/ev-toolbar.c M shell/ev-window.c commit b3eebd0af21b01a62772dda7cd3cb91fe46b7902 Author: Carlos Garcia Campos Date: 2013-02-17 xps: Create the links of the index with a title M backend/xps/xps-document.c commit 17e8e7f3fcd7ec14ba584fb1f36557fe5cab0c58 Author: Carlos Garcia Campos Date: 2013-02-17 xps: Remove extra call to gxps_link_get_area() M backend/xps/xps-document.c commit 37da8d8511a92f46c3d1e5d31253f05d3d3203bc Author: Carlos Garcia Campos Date: 2013-02-17 Merge navigation_action_activate_link_cb() and activate_link_cb() Use only once since the code is exactly the same M shell/ev-window.c commit 0cf6d56439ff373ad3d1685fcc123ffaf99c1fd2 Author: Carlos Garcia Campos Date: 2013-02-17 Don't use ev_window_get_page_title() when creating a bookmark It's confusing because a page can contain multiple destinations, and the bookmark always jumps to the top of the page. M shell/ev-window.c commit e11e158431e7deb8edca0846737199cd04a4ae22 Author: Carlos Garcia Campos Date: 2013-02-17 page-action-widget: Create the links with a localized title M libmisc/ev-page-action-widget.c commit 0ed75bf068614a8dbc470947a3331553175767ff Author: Carlos Garcia Campos Date: 2013-02-17 libdocument: Add ev_link_dest_equal() and ev_link_action_equal() M libdocument/ev-link-action.c M libdocument/ev-link-action.h M libdocument/ev-link-dest.c M libdocument/ev-link-dest.h commit b587503b0ab4837ca1a61edf8503036d62e3f20f Author: Germán Poo-Caamaño Date: 2013-02-17 Revert unreviewed commit Signed-off-by: Germán Poo-Caamaño M shell/ev-sidebar-links.c commit 1babdce29ba8b0ca8f6eb46aa9b92997a4454746 Author: Germán Poo-Caamaño Date: 2013-02-15 shell: Show as much text as possible for index tree Uses separated columns for index and page number in the sidebar for the table of contents (aka index). This makes to use as much space as possible for the index column with a reasonable size for the page number for the most common cases (e.g. page number < 9999 or 'cover', 'front', 'back'). For longer page numbers it uses ellipsis. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676593 Signed-off-by: Germán Poo-Caamaño M shell/ev-sidebar-links.c commit 397f67d960dc516619ab11be88455de91695eb5c Author: Germán Poo-Caamaño Date: 2013-02-16 Unescape location URI in properties dialog. Fixes #693794 Shows an user-friendly filename (URI) in the properties dialog. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=693794 Signed-off-by: Germán Poo-Caamaño M properties/ev-properties-view.c commit 6652414e6e3688184ae89591f73646034c53e2ce Author: Christian Persch Date: 2013-02-16 shell: Always install the app menu Always install the app menu, and just disable showing the fallback menu inside the window. M shell/ev-application.c M shell/ev-window.c commit 8c3c8dc237cb1c17890e1c65bfd2290dfed80c97 Author: Daniel Martinez Date: 2013-02-16 Updated Aragonese language M po/an.po commit 78cadb34ad2d84ea94e4e5fe981d5b0fe646bb7e Author: Pavol Klačanský Date: 2013-02-16 Updated slovak translation M po/sk.po commit 21d6bd5d6f09106510ae23406140f0e924dbe981 Author: Gheyret Kenji Date: 2013-02-16 Updated Uyghur translation Signed-off-by: Gheyret Kenji M po/ug.po commit 7452541abbe569c4a359faec8a6535535793d103 Author: José Aliste Date: 2013-02-12 libview: fix signal connection on multiline text forms M libview/ev-view.c commit a2cfcfe5733202ed57bfca8c5758751ebb0bf21d Author: José Aliste Date: 2013-02-11 libview: Fix Editable Choice Fields Editable choice fields use a ComboBox with entry. Thus, we need to set the entry-text-column so the entry can render the text. M libview/ev-view.c commit b766db567b51585cb86a8d0d289c0b8c4a3c4cea Author: José Aliste Date: 2013-02-03 djvu: Use initial rotation to render page See https://bugzilla.gnome.org/show_bug.cgi?id=667266 M backend/djvu/djvu-document.c commit 72f2ae4065bb82728a29bc8a793adadd225e5c73 Author: José Aliste Date: 2013-02-08 libview: Fix rendering of the first visible page while resizing While we are resizing the view widget and waiting for a new surface rendered at the right size, we use old surfaces scaled to match the target size. When the begining of a page is not visible, the scaled surfaces are not placed correctly. M libview/ev-view.c commit 3ab6ac10a7ea7740d56f2de1420434c0f3aa72ba Author: José Aliste Date: 2013-02-08 libview: Refactor code for drawing page and selection surfaces The code necessary to draw a page surface or a selection surface is the same. We factor this out to a new static method called draw_surface M libview/ev-view.c commit 99aa27b5b3f01a4883a0bfb787bc20bfc9077e1e Author: Anish A Date: 2013-02-10 Updated Malayalam Localization M po/ml.po commit f590dcf989653e07ca81694ca280250b4fbb58f5 Author: Juanjo Marín Date: 2013-02-10 Show accelerators in the view menu https://bugzilla.gnome.org/show_bug.cgi?id=692960 M shell/evince-ui.xml commit 775699956c80df9b1e41a94cdd56065e7b2eff82 Author: Aurimas Černius Date: 2013-02-09 Updated Lithuanian translation M po/lt.po commit 1e7ef07cc374c9121c084e0e5962a3e7f7a82f94 Author: Pavol Klačanský Date: 2013-02-06 Updated slovak translation M po/sk.po commit b013494196fba9a6a194b5a1356da08b4f0e0f63 Author: Chao-Hsiung Liao Date: 2013-02-04 Updated Traditional Chinese translation(Hong Kong and Taiwan) M po/zh_HK.po M po/zh_TW.po commit 59d87f73a74c6a219a2b20214792d322c794fe52 Author: Carlos Garcia Campos Date: 2013-02-02 release: 3.7.5 M NEWS M configure.ac