]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Make printing work again
[evince.git] / ChangeLog
index c4eada246a9a77fd8040313e1c1b652925318e17..693f80bbe7b1bd77baf492665fe77b9e27c7e35c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,288 @@
+2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * pdf/ev-poppler.cc:
+       * shell/ev-print-job.c: (idle_print_handler):
+
+       Make printing work again
+
+Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * shell/ev-page-action.h:
+       * shell/ev-page-action.c: (ev_page_action_widget_init),
+       (ev_page_action_widget_class_init), (page_changed_cb),
+       (create_tool_item), (update_page_cache), (build_new_tree_cb),
+       (get_filter_model_from_model), (match_selected_cb),
+       (display_completion_text), (match_completion), (update_model),
+       (connect_proxy), (ev_page_action_set_property),
+       (ev_page_action_get_property), (ev_page_action_set_document),
+       (ev_page_action_set_model), (ev_page_action_class_init): Big
+       reworking to make completions work iff we have >= GTK-2.7.0
+               
+       * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
+       (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
+       (job_finished_cb): We now have a 'model' property that is set when
+       the links are loaded.  This can be caught with "notify::model"
+
+       * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
+       listen for the model to be set, and propagate it to the action.
+
+2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * cut-n-paste/recent-files/egg-recent-item.c:
+       (egg_recent_item_set_uri), (make_valid_utf8),
+       (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
+       * cut-n-paste/recent-files/egg-recent-item.h:
+       
+       Update egg-recent from libegg. This should fix long
+       startup problem. For details see
+       http://bugzilla.gnome.org/show_bug.cgi?id=160531
+
+2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+       * cut-n-paste/recent-files/Makefile.am:
+       * data/evince-ui.xml, shell/Makefile.am:
+       * shell/ev-application.c, shell/ev-application.h:
+       * shell/ev-window.c: Recent files support.
+       
+       * configure.ac: Added "ru" to ALL_LINGUAS.
+       
+       * dvju: new backend to support DJVU files.
+       * dvi: new backend to support DVI.
+
+       * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
+       * ev-application.c: Support for new backends.
+       
+       * help, ev-window.c, main.c shell/Makefile.am: 
+       Evince user documentation.
+
+2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * po/POTFILES.in:
+       * shell/ev-window.c:
+       * thumbnailer/evince-thumbnailer.c:
+
+       s/pdf-document/ev-poppler
+
+2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * NEWS:
+       * configure.ac:
+
+       Release 0.2.0
+
+       * ps/ps-document.c: (setup_pixmap):
+
+       Remove debug code
+
+2005-04-05  Kristian Høgsberg  <krh@redhat.com>
+
+       * backend/ev-page-cache.c (ev_page_cache_next_page): 
+       * shell/ev-window.c (ev_window_cmd_go_next_page) 
+       (ev_window_cmd_go_first_page): Fix of by one errors.
+
+2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * ps/ps-document.c: (get_page_box):
+
+       Fix page size calculation
+
+2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * ps/ps-document.c: (ps_document_init), (push_pixbuf),
+       (ps_document_cleanup), (setup_pixmap), (get_page_box),
+       (get_page_orientation), (setup_page), (document_load),
+       (ps_document_get_page_size), (render_pixbuf_idle):
+       * ps/ps-document.h:
+
+       More refactoring to adapt to EvDocument changes
+
+2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * ps/ps-document.c: (start_interpreter):
+
+       Actually add alpha args
+
+2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * pdf/ev-poppler.cc:
+
+       Make clipboard work again
+
+2005-04-04  Kristian Høgsberg  <krh@redhat.com>
+
+       Make searching work again.
+       
+       * backend/ev-document.c:
+       * backend/ev-document.h:
+       * backend/ev-document-find.c:
+       * backend/ev-document-find.h: Change EvDocumentIface so we no
+       longer store the current page or zoom level in the document.  The
+       consequence is that all calls that operate on the current page now
+       instead take the page number as an extra argument, and all
+       coordinates are now doubles in document coordinate system.
+
+       * pdf/ev-poppler.cc:
+       * pixbuf/pixbuf-document.c:
+       * ps/ps-document.c: Update backends accordingly.
+
+2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
+
+       * autogen.sh:
+
+       Add required gettext version
+
+Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
+       make F1 bring up non-existent help.
+
+       * shell/eggfindbar.c: Patch from Christian Persch to sync to
+       epiphany's find bar, #167477
+
+       * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
+       <emil@nishra.com> to add space-bar scrolling, 
+
+       * shell/ev-window.c (static GtkActionEntry entries): add default
+       keybinding for Help (F1)
+       Fixes #171068
+
+       * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
+       changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
+       170110
+
+2005-04-01  David Malcolm  <dmalcolm@redhat.com>
+
+       * Makefile.am: 
+       * pixbuf/pixbuf-document.c: 
+
+       Got pixbuf backend working again
+
+2005-04-01  Steve Murphy  <murf@e-tools.com>
+
+        * configure.in: Added "rw" to ALL_LINGUAS.
+
+Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
+       model types, noticed by Martin Kretzschmar.
+
+2005-04-01  Kristian Høgsberg  <krh@redhat.com>
+
+       * pdf/ev-poppler.cc: Implement search based on
+       poppler_page_find_text().  Currently a bit crude since we remember
+       all matches from all pages.  Also, we grab the big document lock
+       when we search since searching changes the underlying stream and
+       thus conflicts with the rendering thread.
+       
+       * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
+       (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
+       (ev_view_find_previous): Fix some page indexes to be 0 based,
+       offset rubber band by view offset,
+
+Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
+
+       * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
+
+Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
+       completely because I didn't understand GtkActions.  I should
+       read Marco's code more carefully in the future.
+
+       * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
+       function
+
+2005-03-31  Kristian Høgsberg  <krh@redhat.com>
+
+       * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
+       PopplerRectangle change from poppler CVS.
+
+Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * backend/ev-document.c: (ev_document_get_page_label):
+       * backend/ev-document.h:
+       * backend/ev-page-cache.c: (_ev_page_cache_new),
+       (ev_page_cache_get_page_label):
+       * backend/ev-page-cache.h:
+       * pdf/ev-poppler.cc:
+       * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
+       (links_page_num_func):
+       * shell/ev-sidebar-thumbnails.c:
+       (ev_sidebar_thumbnails_set_document):
+       * shell/ev-view.c: (status_message_from_link),
+       (ev_view_motion_notify_event):
+       * shell/ev-window.c: (document_supports_sidebar): Add in page
+       label support.  It's not perfect yet, but it's the first 'feature'
+       in a while.
+        Also, fix a bogus comment noticed by crispin. 
+
+Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * Makefile.am: Remove pixbuf backend for now
+
+       * configure.ac: Require poppler-glib instead of just poppler.
+
+       * backend/ev-document-thumbnails.h: Add a comment
+
+       * backend/ev-document.h:
+       * backend/ev-document.c: (ev_document_class_init),
+       (ev_document_load), (ev_document_get_link),
+       (ev_document_get_links): Remove 3 methods and add get_links.
+       Also, made 0 based.
+
+       * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
+       * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
+
+       * backend/ev-link.c: (ev_link_set_title),
+       (ev_link_mapping_free_foreach), (ev_link_mapping_free),
+       (ev_link_mapping_find):
+       * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
+       
+       * backend/ev-page-cache.c: (ev_page_cache_init),
+       (_ev_page_cache_new), (ev_page_cache_set_current_page),
+       (ev_page_cache_get_size), (ev_page_cache_next_page),
+       (ev_page_cache_prev_page): Fix to be 0 based.
+
+       * pdf/Makefile.am: 
+       * pdf/ev-poppler.h:
+       * pdf/ev-poppler.cc: New backend.
+       
+       * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
+       (ps_document_get_page), (ps_document_document_iface_init):
+
+       * shell/ev-pixbuf-cache.h:
+       * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
+       (dispose_cache_job_info), (job_finished_cb), (move_one_job),
+       (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
+       (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
+       (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
+       Fix up code to grab a page cache per each doc.  Also, fix to be 0
+       based.
+       
+       * shell/ev-sidebar-thumbnails.c:
+       (ev_sidebar_tree_selection_changed), (page_changed_cb),
+       (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
+
+       * shell/ev-view.c: (status_message_from_link),
+       (find_page_at_location), (get_link_at_location),
+       (ev_view_motion_notify_event), (ev_view_button_release_event),
+       (ev_view_init): Use the new link code.  Fix to be 0 based.
+
+       * shell/ev-window.c: (update_action_sensitivity),
+       (document_supports_sidebar): 0 based.
+
+Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * pdf/pdf-document.cc: Patch from Fernando Herrera
+       <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
+       *blush*
+
+Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
+       1 to the page, as this seems to be 1 based.  I thought we has this
+       fixed.  grump.
+
 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
 
        * TODO:
 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
 
        * TODO: