]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
hook up potentially-questionable "find results status text" feature -
[evince.git] / ChangeLog
index ecff394bda6b789c6f66313b1af725f1bf76f8a9..65bcb03524f8be32e795389c0e1e65da6d6a04ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,79 @@
+2004-12-23  Havoc Pennington  <hp@redhat.com>
+
+       * shell/ev-window.c: hook up potentially-questionable "find
+       results status text" feature - something involving the sidebar or
+       scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
+       might be better in the end.
+
+       * shell/ev-view.c (ev_view_get_find_status_message): new function, 
+       with corresponding signal when it should be updated
+
+       * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
+
+2004-12-22  Havoc Pennington  <hp@redhat.com>
+
+       * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
+       find stuff on other pages, sort of (only returns one result on
+       invisible pages, to show they have results; updates full results
+       for a page when you view it). Currently repaints the current page
+       every time a new result is found on any page, which isn't so nice.
+
+2004-12-22  Havoc Pennington  <hp@redhat.com>
+
+       * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
+       the document doesn't support find (better ideas?)
+       (find_bar_search_changed_cb): handle missing document or document
+       that doesn't support find
+
+       * pdf/xpdf/pdf-document.cc: port to implement the new
+       EvDocumentFindIface
+
+       * backend/ev-document-find.c: create a new interface for searching
+
+       * backend/ev-document.h, backend/ev-document.c: delete the find stuff
+
+2004-12-23  Martin Kretzschmar  <martink@gnome.org>
+
+       * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
+       libevbackend.la.
+
+       * shell/ev-window.c (ev_window_print): add GnomePrintJob to
+       EvPrintJob constructor arguments.
+
+       * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
+       for documents that can export PostScript (page by page).
+
+       * backend/Makefile.am (libevbackend_la_SOURCES): add them.
+       
+       * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
+       (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
+       (pdf_document_ps_exporter_iface_init:
+       Implement EvPSExporter.
+
+       * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
+
+2004-12-22  Anders Carlsson  <andersca@gnome.org>
+
+       * backend/Makefile.am:
+       * backend/ev-document-thumbnails.c:
+       (ev_document_thumbnails_get_type),
+       (ev_document_thumbnails_get_thumbnail):
+       * backend/ev-document-thumbnails.h:
+       * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
+       (pixbuf_document_thumbnails_get_thumbnail),
+       (pixbuf_document_document_thumbnails_iface_init):
+       * shell/Makefile.am:
+       * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
+       (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
+       (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
+       * shell/ev-sidebar-thumbnails.h:
+       * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
+       (ev_sidebar_set_document):
+       * shell/ev-utils.c: (gaussian), (create_blur_filter),
+       (create_shadow), (ev_pixbuf_add_shadow):
+       * shell/ev-utils.h:
+       Add thumbnail support.
+       
 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
 
        * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)