commit 0d419ebfab8680b9ada04babd66c6f858a685129 Author: Baurzhan Muftakhidinov Date: 2011-12-17 [l10n] Updated Kazakh translation M po/kk.po commit f065e36dcc014fd3279d34e9c27f588edca2e990 Author: Cyril Soldani Date: 2011-12-17 libview: Add an option to show odd pages on the left in dual mode Added a dual_even_left flag to EvView. When this flag is false, odd pages appear left instead of even ones. All the logic has been added to get_dual_even_left(). The patch is a bit more involved because build_height_to_page() was computing dual_even_left directly instead of calling get_dual_even_left(). Rather than implementing the logic twice, we replaced its EvDocument argument by its enclosing EvView in order to be able to call get_dual_even_left() directly. This function was renamed into ev_view_build_height_to_page_cache() to reflect it is now a view method. See bug #444587. M libview/ev-view-private.h M libview/ev-view.c commit 1346a98131b6e5dcf6308262aeed7acf62ff8a50 Author: Cyril Soldani Date: 2011-12-17 libview: Add dual-odd-left property to EvDocumentModel M libview/ev-document-model.c M libview/ev-document-model.h commit ed7cda334dddc08b4b10a4c1c49df3f6c0a1bc41 Author: Carlos Garcia Campos Date: 2011-12-17 evince.desktop: Add Office category Fixes bug #666346. M data/evince.desktop.in.in commit 12832c1016564bf4eeda3fc17d1fe045f7cd6db4 Author: Matej Urbančič Date: 2011-12-16 Updated Slovenian translation M help/sl/sl.po commit bd67cec1a7118f0eb0d2ad83f3e5e45e4a13e571 Author: Hib Eris Date: 2011-12-16 Somewhat clarify configure summary / options relations M configure.ac commit 1b5cf706867e17913682044dda775dd725edf24e Author: Hib Eris Date: 2011-07-25 Refresh thumbnail only when window has a document This prevents a critical warning when opening a document that was rotated in a previous Evince session. M shell/ev-window.c commit f75910292d4f2a768a5aaf0dd11be34c3c62c7d4 Author: Hib Eris Date: 2011-03-25 Do not include sys/wait.h in ev-deamon.c It is no longer needed and does not work with the mingw compiler. M shell/ev-daemon.c commit 55391392815d086f7a96a812b2af765cc498498f Author: Hib Eris Date: 2011-09-26 Add fallback mimetypes (On Windows) gio might fail to find the correct mime type for file extensions and return x-ext- as the mime type. M backend/comics/comicsdocument.evince-backend.in M backend/djvu/djvudocument.evince-backend.in M backend/dvi/dvidocument.evince-backend.in M backend/ps/psdocument.evince-backend.in commit 67700e0f50f89caab79bf8d60aaffbeaf7f53166 Author: Hib Eris Date: 2011-07-25 Fix rotated tiff documents This allows tiff documents with different XRESOLUTION and YRESOLUTION to rotate correctly. M libdocument/ev-document-misc.c commit 0edfe50d1f21fffa695d046615dc3297b87050de Author: Hib Eris Date: 2011-06-09 libview: close tmpfile descriptor before copying to it It seems that on Windows, g_file_copy() does not work on files with a file desciptor open. This is done to fix saving of tiff files on Windows. M libview/ev-jobs.c commit 9911e5b9eff60f584e8100abc353b64ef54c1674 Author: Hib Eris Date: 2011-12-15 Allow compiling dvi backend with glib < 2.31.0 M backend/dvi/dvi-document.c commit 6c07ee666ba51d3a3f3c6c0c4a58c9bf065e33fb Author: Hib Eris Date: 2011-12-15 Fix build that broke by commit eab1461b7416db80 M Makefile.am commit eab1461b7416db80e380d4a60e70b9e912a120b6 Author: Hib Eris Date: 2011-12-15 Add configure option --disable-viewer This allows you to disable the build of the document viewer. M Makefile.am M configure.ac commit 454e3500773e90b82cddcc82977e1eb40c7370e4 Author: Hib Eris Date: 2011-12-15 Cleanup configure summary M configure.ac commit 7e6913e38e012b97cde698736d2eec6291d834c7 Author: Hib Eris Date: 2011-12-15 Revert "Do not link libxml with pdf backend" This reverts commit 8bce7d5d6e63c82a1b58aeeab25adf6c91807772. That commit clearly was an error of mine. M configure.ac M cut-n-paste/toolbar-editor/Makefile.am commit c010ef577570546808f7ebbeb409fc1bcfe34547 Author: Hib Eris Date: 2011-12-15 Do not remove gnome-doc-utils.make on 'make distclean' M Makefile.am commit 8bce7d5d6e63c82a1b58aeeab25adf6c91807772 Author: Hib Eris Date: 2011-12-14 Do not link libxml with pdf backend M configure.ac M cut-n-paste/toolbar-editor/Makefile.am commit cfa0e003f6d2ba5153068c553590cc215a0b9982 Author: Hib Eris Date: 2011-12-14 Allow compiling with glib < 2.31.0 M configure.ac M libdocument/ev-document.c M libview/ev-job-scheduler.c M previewer/ev-previewer.c M shell/main.c M thumbnailer/evince-thumbnailer.c commit cb4e0ccf18e83c875ecceab566d316cacf99efa5 Author: Mario Blättermann Date: 2011-12-11 [l10n] Updated German doc translation M help/de/de.po commit 255acfd524af5c60261eddd137672adc4918db2a Author: Xiaoran Zhao Date: 2011-12-10 Update simplified Chinese help translation. M help/zh_CN/zh_CN.po commit 0981802cdbe41f712f8b9d4729a7392df837b4d7 Author: Carlos Garcia Campos Date: 2011-12-04 Fix several unused-but-set-variable compile warnings M libview/ev-view-presentation.c M libview/ev-view.c M shell/ev-annotation-properties-dialog.c M shell/ev-password-view.c M shell/ev-sidebar-links.c M shell/ev-window.c commit 969f91bdb8fb36133c075310b8b99c4e0c779de3 Author: Carlos Garcia Campos Date: 2011-12-04 pdf: Fix compile warning M backend/pdf/ev-poppler.cc commit 76151be92239ed5f491cb26c87a2328b670e9f64 Author: Carlos Garcia Campos Date: 2011-12-04 dvi: Don't use g_mutex_new(). M backend/dvi/dvi-document.c commit b3bb00d9fa636a6cb365089ebe01c4e9480ca364 Author: Carlos Garcia Campos Date: 2011-12-04 ephy-zoom-control: Use gtk_box_new() instead of gtk_vbox_new() M cut-n-paste/zoom-control/ephy-zoom-control.c commit 3b0edf9ea4a19eb8f14a3ae1947526b2c0efd8b2 Author: Carlos Garcia Campos Date: 2011-12-04 cut-n-paste: Update toolbareditor from libegg M cut-n-paste/toolbar-editor/egg-editable-toolbar.c M cut-n-paste/toolbar-editor/egg-editable-toolbar.h M cut-n-paste/toolbar-editor/egg-toolbar-editor.c M cut-n-paste/toolbar-editor/egg-toolbar-editor.h commit d00a00248b2439d0c4e58bb6dc2239d09ddbd15c Author: Carlos Garcia Campos Date: 2011-12-04 Fix incorrect row number in gtk_grid_attach() for Color label M shell/ev-annotation-properties-dialog.c commit 5a9a723dd15208b0c5c797caef941f56ecf667f1 Author: Carlos Garcia Campos Date: 2011-12-04 Use gtk_scale_new instead of gtk_hscale_new M shell/ev-annotation-properties-dialog.c commit 2a4f84ed8a7f380e5f55a04885819f8c21e9d4a1 Author: Carlos Garcia Campos Date: 2011-12-04 Use ev_document_misc_get_pointer_position() instad of gtk_widget_get_pointer() M libview/ev-view-presentation.c M libview/ev-view.c M shell/ev-sidebar-attachments.c M shell/ev-sidebar-bookmarks.c commit 5da7fad37c878a9581b314c21258f5aa140a51cd Author: Carlos Garcia Campos Date: 2011-12-04 libdocument: Add ev_document_misc_get_pointer_position() Helper function to get the pointer position to replace gtk_widget_get_pointer() that is now deprecated. M libdocument/ev-document-misc.c M libdocument/ev-document-misc.h commit 28cd78cfa7f05a78de10a5e47b2cbe864c073c93 Author: Carlos Garcia Campos Date: 2011-12-04 Use gtk_box_new() instead of gtk_[hv]box_new() M libmisc/ev-page-action-widget.c M libview/ev-annotation-window.c M libview/ev-loading-window.c M libview/ev-view-presentation.c M previewer/ev-previewer-window.c M shell/eggfindbar.c M shell/ev-annotation-properties-dialog.c M shell/ev-message-area.c M shell/ev-password-view.c M shell/ev-progress-message-area.c M shell/ev-sidebar.c M shell/ev-window.c commit ca89fde69e22dbc986e4e0c5c0532f1a0226ab35 Author: Carlos Garcia Campos Date: 2011-12-04 properties: Fix a typo in property name It was caused by s/table/grid/g selectable -> selectgrid M properties/ev-properties-view.c commit 0da73daa6993026466a8f817975c7bd5dd2d6737 Author: Jürg Billeter Date: 2011-11-27 build: Use $(LIBTOOL), not $(SAVED_LIBTOOL) M libdocument/Makefile.am commit c1fbd655225198e38af65247118dfb0f2a92a5fe Author: Yuri Myasoedov Date: 2011-11-27 Updated Russian tranlation M help/ru/ru.po commit d59762cee9fb5c556a4128afb51f70447cdb5c0b Author: Hideki Yamane Date: 2011-11-27 Updated Japanese translation M po/ja.po commit a6356b84fb1ae4785c17b7c2b327c37601a613c4 Author: Carlos Garcia Campos Date: 2011-11-22 release: 3.3.2 M NEWS M configure.ac