]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Add 'timestamp' argument to ev_application_open_window and
[evince.git] / ChangeLog
index 1bbd6fd5aea7cf7b2a5d2736d2c5f6d8d0f81008..187b1772b3f791a8032463b1bcaca2bb69e799d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,352 @@
+2005-08-25  Ryan Lortie  <desrt@desrt.ca>
+
+       * shell/ev-application-service.xml: Add 'timestamp' argument to
+         ev_application_open_window and ev_application_open_uri methods.
+
+       * shell/ev-application.h: Add 'timestamp' argument to
+         ev_application_open_window, ev_application_open_uri,
+         and ev_application_open_uri_list functions.
+
+       * shell/ev-application.c (ev_application_open_window,
+         ev_application_open_uri, ev_application_open_uri_list): Change
+         functions that show/present windows to use a timestamp if one
+         is passed in.
+
+       * shell/ev-window.c (ev_window_cmd_file_open,
+         ev_window_cmd_recent_file_activate, drag_data_received_cb):
+       * shell/main.c (load_files): Modify calls to ev_application to
+         include GDK_CURRENT_TIME as timestamp.
+
+       * shell/main.c (load_files_remote): Obtain timestamp for client
+         instance from GDK and pass to server instance so new windows are
+         focused properly.  Fix dbus_g_proxy_call() calls by including second
+         G_TYPE_INVALID.
+         
+       Closes bug #314475.
+
+Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * shell/ev-window.c (ev_window_finalize): Check for
+       avail. EvWindows when quiting to handle the finalize better,
+       #314497
+
+2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+       
+       * properties/ev-properties-view.c: 
+       
+       Set textdomain to libglade. Fixes translation problem in property page.
+
+2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
+       * dvi/Makefile.am:
+       * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
+       * dvi/mdvi-lib/Makefile.am:
+       
+       Fix rotation of thumbnails, ported to new API. Moved library
+       dependencies earlier, probably it will fix linkage problem.
+
+Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * backend/ev-document-misc.c:
+       (ev_document_misc_get_thumbnail_frame):
+       * backend/ev-document-misc.h:
+       * configure.ac:
+       * pdf/ev-poppler.cc:
+       * shell/Makefile.am:
+       * shell/ev-sidebar-thumbnails.c: (add_range),
+       (ev_sidebar_thumbnails_set_loading_icon),
+       (ev_sidebar_thumbnails_refresh),
+       (ev_sidebar_thumbnails_set_document):
+       * shell/ev-sidebar-thumbnails.h:
+       * shell/ev-view.c: (ev_view_motion_notify_event),
+       (ev_view_set_property), (ev_view_get_property),
+       (ev_view_class_init), (ev_view_set_rotation):
+       * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
+       (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
+       (ev_window_init):
+       * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
+       Redo rotation (again).  prepare for 0.4.0
+
+2005-08-24  Kristian Høgsberg  <krh@redhat.com>
+
+       * configure.ac: Bump poppler requirement to 0.4.1.
+
+       * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
+       argument to poppler_page_render_selection() call.
+
+2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * djvu/djvu-document.c: (djvu_document_render_pixbuf),
+       (djvu_document_thumbnails_get_thumbnail):
+       * dvi/dvi-document.c: (dvi_document_render_pixbuf),
+       (dvi_document_thumbnails_get_thumbnail):
+       * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
+       (pixbuf_document_thumbnails_get_thumbnail):
+       * tiff/tiff-document.c: (tiff_document_render_pixbuf):
+       
+       Update rotation direction of backends to fit with pdf and ps.
+
+2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
+       * backend/ev-async-renderer.h:
+       * ps/ps-document.c: (ps_document_init), (setup_pixmap),
+       (setup_page), (ps_document_get_page_size),
+       (ps_async_renderer_render_pixbuf):
+       * ps/ps-document.h:
+       * shell/ev-jobs.c: (ev_job_render_run):
+
+       Fix orientation in the postscript document
+
+2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * pdf/ev-poppler.cc:
+       * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
+       * shell/ev-view.c: (highlight_find_results):
+
+       Adapt to the new poppler rotation API. Fix text maps on landscape
+       documents.
+
+Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * shell/ev-view.c (compute_new_selection_text): get the correct
+       region when selecting in modes other than continuous.
+
+Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * shell/main.c (main): remove redundant g_warnings.
+
+2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/Makefile.am: Don't include autogenerated
+       file ev-application-service.h into distribution, since
+       it causes dbus crash. Fix for bugs 313724 and 313443. 
+
+2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * configure.ac: Fix sed expression for FreeBSD. Thanks
+       to Joe Marcus Clark <marcus@freebsd.org>
+       
+       * shell/eggfindbar.c: (entry_activate_callback),
+       (entry_changed_callback), (egg_find_bar_init),
+       (egg_find_bar_set_search_string):
+       
+       Made findbar buttons unsensitive if there is no text in
+       entry. Fix for the bug 313285.
+
+2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * ps/ps-document.c: Use g_filename_display_name for displaying
+       filenames and revert string freeze breackage
+
+2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * NEWS:
+       * configure.ac:
+
+       Update for 0.3.4
+
+       * shell/Makefile.am:
+
+       Add ev-application-service.xml to extra dist
+
+       * shell/ev-view.c: (find_page_at_location):
+
+       Remove unused function (fix warning)
+
+2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
+       (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
+       
+       Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
+       bug 313623.
+
+2005-08-16  Nickolay V. Shmyrev   <nshmyrev@yandex.ru>
+
+       * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
+       * shell/ev-window.c:
+       Fix build warnings
+
+2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * configure.ac: Update script to get dbus version.
+       Fix for the bug #313443.
+
+2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-window.c: (ev_window_cmd_escape):
+       
+       Return focus back to view on escape. Fix for bug 313295.
+
+2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+       * shell/ev-window.c: (update_window_title),
+       (ev_window_popup_password_dialog), (ev_window_load_job_cb),
+       (ev_window_cmd_save_as):
+       
+       Correct conversion from uri to displayable string. Fix for
+       bug 313296.
+
+2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * ps/ps-document.c: convert filename to utf8 when there is an error
+       loading document. Fixes #309915
+
+2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * configure.ac:
+
+       We depend on poppler 0.4.0
+
+Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * configure.ac:
+       * NEWS: Release 0.3.3.
+       * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
+
+2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
+
+       * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
+       add a couple missing mnemonics to menu items, use title 
+       capitalization for menu items and window titles, and add 
+       ellipsis to open menu item.     
+
+Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * pdf/ev-poppler.cc:
+       * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
+       * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
+       (ev_view_get_rotation):
+       * shell/ev-view.h:
+       * shell/ev-window.c: (setup_view_from_metadata),
+       (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
+       (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
+       disk.
+
+2005-08-14  Baris Cicek <baris@teamforce.name.tr>
+
+       * configure.ac: Added tr to ALL_LINGUAS
+
+2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+       * shell/ev-view.c: Fix for bug Bug 311838. Search backward
+       requires several clicks to find word. Thanks to 
+       Colin Slater <kiltedtaco@gmail.com>.
+
+2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
+
+       * data/evince.desktop.in.in: Hide menu entry and
+       rename it to "Document Viewer". Fix for bug 
+       #312399.
+
+2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
+
+       * shell/ev-page-action.c (ev_page_action_class_init): 
+
+       Point to the correct function in constructor of the
+       activate_label signal
+
+Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
+       * shell/ev-jobs.h: Make thread safe.
+
+2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-view.c: (view_update_range_and_current_page):
+       Don't update page range if we are scrolling to some document
+       point.
+
+2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-view.c: (get_page_extents): reverse rotation/scale
+       when getting max_page_width, fix drawing in dual mode.
+
+Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
+       getting the area for select_all.
+
+2005-08-06  Kristian Høgsberg  <krh@redhat.com>
+
+       * backend/ev-selection.c: (ev_selection_render_selection):
+       * backend/ev-selection.h:
+       * pdf/ev-poppler.cc:
+       * shell/ev-jobs.c: (ev_job_render_new):
+       * shell/ev-jobs.h:
+       * shell/ev-pixbuf-cache.c: (get_selection_colors),
+       (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
+       * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
+       (ev_view_class_init):
+
+       Change selection color on focus in and focus out events.  Also,
+       poppler now uses GdkColor for specifying the selection colors, so
+       drop some awkward conversion code.
+
+2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
+
+       * configure.ac: Added Hebrew translation
+
+Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * NOTES:
+       * backend/ev-selection.c: (ev_selection_render_selection):
+       * backend/ev-selection.h:
+       * pdf/ev-poppler.cc:
+       * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
+       (ev_job_render_run):
+       * shell/ev-jobs.h:
+       * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
+       (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
+       (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
+       (ev_pixbuf_cache_style_changed),
+       (ev_pixbuf_cache_get_selection_pixbuf),
+       (ev_pixbuf_cache_set_selection_list),
+       (ev_pixbuf_cache_get_selection_list):
+       * shell/ev-pixbuf-cache.h:
+       * shell/ev-utils.c: (ev_print_region_contents):
+       * shell/ev-utils.h:
+       * shell/ev-view.c: (ev_view_queue_draw_page),
+       (selection_update_idle_cb), (ev_view_motion_notify_event),
+       (ev_view_style_set), (draw_one_page), (ev_view_class_init),
+       (setup_caches), (ev_view_find_next), (merge_selection_region),
+       (selection_free):
+       * shell/ev-window.c: (ev_window_update_fullscreen_popup):
+
+       Clean up selection to be much smoother!
+
+2005-08-05  Kristian Høgsberg  <krh@redhat.com>
+
+       * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
+       to poppler_page_render_selection().
+
+2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * ps/ps-document.c: (save_page_list): Use
+       unzipped document when printing. Thanks to 
+       Colin Slater <kiltedtaco@gmail.com>. Fix for bug
+       311016.
+
+2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-window.c: (update_action_sensitivity):
+       
+       Disable print and save respect to lockdown gconf keys. Fix
+       for 312342.
+
+2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * configure.ac:
+       * shell/ev-utils.c: (rename_file), (set_umask_permissions),
+       (write_to_temp_file), (ev_file_set_contents):
+       * shell/ev-utils.h:
+       * shell/ev-window.c: (save_print_config_to_file):
+       
+       Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
+       Fix for bug 312238
+
 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
 
        * shell/ev-window.c: (load_print_config_from_file),