X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=36534b8e267a7b89cd30a0521732f363513fbcb9;hb=1b553f2b8c0b409ff4a5c93d4341df6e4bfb4b61;hp=04bcd52c9ce6cdd4b5911ef5eb56ba621121301d;hpb=d8897e96db8b9c75a30d48c33b41fddf105b8df1;p=evince.git diff --git a/ChangeLog b/ChangeLog index 04bcd52c..36534b8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,129 @@ +2005-06-30 Alex Duggan + + * shell/ev-window.c: (window_configure_event_cb): + + Fix compilation + +2005-06-30 Marco Pesenti Gritti + + * pdf/ev-poppler.cc: + + Fix compilation + +2005-06-30 Marco Pesenti Gritti + + * shell/Makefile.am: + * shell/ev-metadata-manager.c: (item_free), + (ev_metadata_manager_init), (ev_metadata_manager_shutdown), + (parse_value), (parseItem), (load_values), + (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set), + (save_values), (save_item), (get_oldest), (resize_items), + (ev_metadata_manager_save), (ev_metadata_manager_set_int): + * shell/ev-metadata-manager.h: + + Metadata manager from gedit but modified to use GValue, so that + we dont need to keep converting from strings. + + * configure.ac: + + ENABLE_METADATA conditional, on when dbus is on + + * shell/ev-application.c: (ev_application_open_uri): + + Show the window after load so that we can initialize + window size before it's showed. + + * shell/ev-window.c: (ev_window_setup_from_metadata), + (ev_window_open_uri), (window_configure_event_cb), + (ev_window_init): + + Save and load metadata information about window size. + Not yet keeping states in account. + + * shell/main.c: (main): + + Shutdown metadata manager. + +2005-06-24 Marco Pesenti Gritti + + * shell/ev-application-service.xml: + * configure.ac: + * shell/Makefile.am: + * shell/ev-application.c: + * shell/ev-application.h: + * shell/ev-window.c: + * shell/ev-window.h: + * shell/main.c: + + Add an optional dbus interface (--enable-dbus). + Rework application code, mainly to be easier to + use "remotely". + Do not open multiple windows with the same document, + spatial evince! + +Thu Jun 30 01:50:14 2005 Jonathan Blandford + + * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the + pixbuf iff it exists. + +Thu Jun 30 01:43:00 2005 Jonathan Blandford + + * shell/*: + * backend/ev-render-context.[ch]: + * backend/ev-selection.[ch]: + + Massive changes. We now support text selection of pdfs, and not + just rectangular selection. This is pretty broken still, but I + want to get something into CVS. + +2005-06-28 Nickolay V. Shmyrev + + * pdf/ev-poppler.cc: + + Fix for Bug 309080: crash on window close. + + * shell/ev-page-action.c: (page_changed_cb): + + Fix for Bug 309168: Fix build with gcc 2.95. Thanks to + jensgr@gmx.net (Jens Granseuer). + +2005-06-25 Marcel Telka + + * configure.in (ALL_LINGUAS): Added sk. + +2005-06-24 Carlos Garcia Campos + + * shell/ev-window.c: Make rotate menu entries unsensitive if there is + not a document open + +2005-06-24 Marco Pesenti Gritti + + * NEWS: + * configure.ac: + + Release 0.3.2 + + * cut-n-paste/recent-files/Makefile.am: + + Fix make distcheck + +2005-06-24 Marco Pesenti Gritti + + * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation), + (pixbuf_document_set_orientation), (rotate_pixbuf), + (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf), + (pixbuf_document_document_iface_init), (pixbuf_document_init): + + Implement rotation and cleanup the code a bit. + + * tiff/tiff-document.c: (tiff_document_get_page_size), + (tiff_document_get_orientation), (tiff_document_set_orientation), + (rotate_pixbuf), (tiff_document_render_pixbuf), + (tiff_document_document_iface_init), (tiff_document_init): + + Implement rotation. Was the quicker solution for the release + but we really need to share this code in the shell. + 2005-06-24 Marco Pesenti Gritti * pdf/ev-poppler.cc: