]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Updated Brazilian Portuguese translation.
[evince.git] / ChangeLog
index 5c64a32b2055add73559c5a319c07b2af084f346..c1be1da2b67cfcf37ef5cb2a7bbc267efb154112 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,103 @@
+Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * shell/main.c:
+       * shell/ev-application.c: Last minute GTK-2.6 fixes.
+       * NEWS: Release 0.4.0
+
+Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * configure.ac: catch another gtk+-2.8ism
+       * shell/main.c: Make work with gtk+-2.6
+
+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):