X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=a26f83ae0f34ded41a1534fe62119bd52fda62e6;hb=b41413ce1926cfaca270c46139f4aee4a59e8fb5;hp=633df221736b5f858f03fd6013df280087099adb;hpb=a5c289563df30337b5321e72ddfc48c5f905a3ac;p=evince.git diff --git a/ChangeLog b/ChangeLog index 633df221..a26f83ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,165 @@ +2005-04-22 Marco Pesenti Gritti + + * shell/ev-page-action.c: (update_pages_label), (page_changed_cb), + (create_tool_item): + + Put back total number of pages as (1 of 1234) + +Thu Apr 21 23:37:52 2005 Jonathan Blandford + + * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually + remove the job. + + * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking + function. This helps debugging. + +2005-04-21 Nickolay V. Shmyrev + + * djvu/djvu-document.c: (djvu_document_class_init), + (djvu_document_get_info), (djvu_document_document_iface_init): + * dvi/dvi-document.c: (dvi_document_class_init), + (dvi_document_get_info), (dvi_document_document_iface_init): + + Dummy implementation of get_info method for dvi and djvu. Fix + crashes with those backends + +2005-04-20 Marco Pesenti Gritti + + * data/evince.desktop.in: + + Add application/x-gzpostscript + +2005-04-20 Bryan Clark + + * data/evince.schemas.in: Added real long descriptions, + closes bug 172496 + + * README: Added actual text, closes bug 171869 + +2005-04-19 Marco Pesenti Gritti + + * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get): + + Thumbnail page 0 + +2005-04-19 Marco Pesenti Gritti + + * backend/ev-document-info.h: + + s/GDate */GDate so we can just use g_free + +2005-04-19 Marco Pesenti Gritti + + * shell/ev-window.c: (update_document_mode), + (ev_window_setup_document): + + Show the window in fullscreen when specified by + the document + +2005-04-19 Marco Pesenti Gritti + + * backend/ev-document.c: (ev_document_class_init), + (ev_document_get_info), (ev_document_render_pixbuf): + * backend/ev-document.h: + * backend/ev-page-cache.c: (_ev_page_cache_new): + * pdf/ev-poppler.cc: + * pixbuf/pixbuf-document.c: (pixbuf_document_class_init), + (pixbuf_document_get_info), (pixbuf_document_document_iface_init): + * ps/ps-document.c: (ps_document_class_init), (document_load), + (ps_document_get_info), (ps_document_document_iface_init): + + Remove get_title from the interface, we can just use document info + +2005-04-19 Marco Pesenti Gritti + + * backend/Makefile.am: + * backend/ev-document.c: (ev_document_render_get_info): + * backend/ev-document.h: + * pdf/ev-poppler.cc: + + Initial support for document info. Based on jrb patch. + +2005-04-19 Paolo Borelli + + * shell/ev-window.c: (ev_window_state_event), + (ev_window_class_init), (ev_window_init): + + Doesn't show resize grip when maximized. See bug #301053 + +2005-04-19 Nickolay V. Shmyrev + + * po/POTFILES.in: + + ev-sidebar-thumbnails now has translatable labels + + * shell/Makefile.am: + * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document), + (ev_sidebar_links_support_document), (ev_sidebar_links_get_label), + (ev_sidebar_links_page_iface_init): + * shell/ev-sidebar-links.h: + * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type), + (ev_sidebar_page_support_document), (ev_sidebar_page_set_document), + (ev_sidebar_page_get_label): + * shell/ev-sidebar-page.h: + * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new), + (ev_sidebar_thumbnails_set_document), + (ev_sidebar_thumbnails_support_document), + (ev_sidebar_thumbnails_get_label), + (ev_sidebar_thumbnails_page_iface_init): + * shell/ev-sidebar-thumbnails.h: + * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page), + (ev_sidebar_set_document): + * shell/ev-sidebar.h: + * shell/ev-window.c: (ev_window_setup_document), (ev_window_init): + + Small rework of sidebar code. Now sidebar pages should implement + EvSidebarPage interface. That makes page management in EvSidebar + easier. See bug #164811 for details + +2005-04-19 Nickolay V. Shmyrev + + * shell/ev-application.c: (ev_application_open): + * shell/ev-document-types.c: + + Fix build error and small problem with application exit + +2005-04-19 Nickolay V. Shmyrev + + * thumbnailer/Makefile.am: + * thumbnailer/evince-thumbnailer-djvu.schemas: + * thumbnailer/evince-thumbnailer-dvi.schemas: + + Conditionally install schemas for djvu/dvi thumbnailer + +2005-04-18 David Malcolm + + * shell/ev-document-types.h: + * shell/ev-document-types.c: + New files, handling the mapping from mimetypes to backends + + * shell/ev-window.c: + * thumbnailer/evince-thumbnailer.c: + Use the ev-document-types code + + * shell/Makefile.am: + Added new convenience library libevbackendfactory_la, containing + the new mimetype->backend logic; moved the backends into it. + + * thumbnailer/Makefile.am: + Make the thumbnailer link with the libevbackend.la convenience + library, rather than having a duplicate of the backend logic here. + +2005-04-18 Paolo Borelli + + * shell/ev-stock-icons.c: constify some vars. + * shell/ev-window.c: ditto. + +2005-04-18 Marco Pesenti Gritti + + * ps/ps-document.c (get_page_orientation): + + Respect document orientation + 2005-04-17 Nickolay V. Shmyrev * djvu/Makefile.am: