X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=ChangeLog;h=ab1887448c57c04e25fc510207549b7905941687;hb=7172457c057ce9ec6011866e055f9c5ce6e284f2;hp=915d1251e5c097279a1bb64010074e22b7d08bbe;hpb=f63ab8c1da7a2bea3ac3c402d83ecd3091821180;p=evince.git diff --git a/ChangeLog b/ChangeLog index 915d1251..ab188744 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,214 @@ +2007-07-24 Carlos Garcia Campos + + * shell/ev-view-private.h: + * shell/ev-view.c: (ev_view_handle_cursor_over_xy), + (ev_view_leave_notify_event), (ev_view_finalize), + (ev_view_get_property), (ev_view_class_init): + + Use IBEAM cursor for text form fields and NORMAL cursor for read + only fields. Remove unused status attribute. + +2007-07-20 Carlos Garcia Campos + + * shell/ev-view.c: (ev_view_form_field_button_create_widget): + + Update region for current selected items also for checkbox + buttons, since they can behave as radio buttons when they are in a + set. + +2007-07-19 Carlos Garcia Campos + + * configure.ac: + * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field): + + Get max length of text form fields. + +2007-07-19 Carlos Garcia Campos + + * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field): + * libdocument/ev-form-field.h: + * shell/ev-view.c: (ev_view_form_field_text_create_widget): + + Fix build with current poppler cvs head. + +2007-07-11 Carlos Garcia Campos + + * cut-n-paste/zoom-control/ephy-zoom-control.c: + * shell/eggfindbar.c: (egg_find_bar_init): + + Fix build with gtk+ >= 2.11.5 due to gtktooltips + deprecation. Fixes bug #455667 + +2007-07-10 Nickolay V. Shmyrev + + * NEWS: + * configure.ac: + + Update for release 0.9.2 + +2007-07-09 Carlos Garcia Campos + + * shell/ev-view.c: (ev_view_form_field_text_save), + (ev_view_form_field_choice_save): + + Fix a crash when closing whith a form widget visible. + +2007-07-09 Carlos Garcia Campos + + * shell/ev-view.c: (ev_view_form_field_button_create_widget): + + Update also the region of the current selected button when + clicking on another button if they are radio buttons. + +2007-07-09 Carlos Garcia Campos + + * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init), + (dispose_cache_job_info), (job_finished_cb), (move_one_job), + (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface), + (ev_pixbuf_cache_get_link_mapping), + (ev_pixbuf_cache_get_image_mapping), + (ev_pixbuf_cache_get_form_field_mapping), + (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page): + * shell/ev-view.c: (ev_view_form_field_get_region), + (ev_view_form_field_button_create_widget), + (ev_view_form_field_text_save), (ev_view_form_field_choice_save), + (job_finished_cb): + + Redraw only form field region instead of the whole page when + reloading a page to show changes on the form field. + +2007-07-09 Carlos Garcia Campos + + * shell/ev-view.c: (ev_view_form_field_choice_save): + + Fix selection of first item in list form fields. + +2007-07-09 Carlos Garcia Campos + + * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed), + (ev_pixbuf_cache_reload_page), + (ev_pixbuf_cache_get_form_field_mapping): + + Some refactoring to avoid duplicated code. + +2007-07-08 Carlos Garcia Campos + + * configure.ac: + * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box), + (ev_form_field_from_poppler_field), + (pdf_document_forms_get_form_fields), + (pdf_document_forms_form_field_text_get_text), + (pdf_document_forms_form_field_text_set_text), + (pdf_document_forms_form_field_button_set_state), + (pdf_document_forms_form_field_button_get_state), + (pdf_document_forms_form_field_choice_get_item), + (pdf_document_forms_form_field_choice_get_n_items), + (pdf_document_forms_form_field_choice_is_item_selected), + (pdf_document_forms_form_field_choice_select_item), + (pdf_document_forms_form_field_choice_toggle_item), + (pdf_document_forms_form_field_choice_unselect_all), + (pdf_document_forms_form_field_choice_set_text), + (pdf_document_forms_form_field_choice_get_text), + (pdf_document_document_forms_iface_init): + * libdocument/Makefile.am: + * libdocument/ev-form-field.[ch]: + * libdocument/ev-document-forms.[ch]: + * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info), + (move_one_job), (copy_job_to_job_info), (add_job_if_needed), + (add_job), (ev_pixbuf_cache_reload_page), + (ev_pixbuf_cache_get_form_field_mapping): + * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run): + * shell/ev-view-private.h: + * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments), + (ev_view_handle_cursor_over_xy), + (ev_view_get_form_field_at_location), + (ev_view_forms_remove_widgets), (ev_view_form_field_destroy), + (ev_view_form_field_button_create_widget), + (ev_view_form_field_text_save), (ev_view_form_field_text_changed), + (ev_view_form_field_text_create_widget), + (ev_view_form_field_choice_save), + (ev_view_form_field_choice_changed), + (ev_view_form_field_choice_create_widget), + (ev_view_handle_form_field), (ev_view_size_allocate), + (ev_view_realize), (draw_end_presentation_page), + (ev_view_button_press_event), (ev_view_remove_all), + (ev_view_motion_notify_event), (ev_view_key_press_event), + (ev_view_enter_notify_event), (highlight_find_results), + (draw_loading_text), (draw_one_page), (ev_view_destroy), + (ev_view_class_init), (page_changed_cb), + (on_adjustment_value_changed), (ev_view_set_presentation), + (merge_selection_region), (ev_view_set_cursor), + (ev_view_reset_presentation_state): + + Merge evince-forms branch. + +2007-07-03 Jaap Haitsma + + * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed + + * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added + This script also updates itself from libegg + + * cut-n-paste/toolbar-editor/egg*: + Run update-toolbareditor-from-libegg.sh so we are in sync again with + libegg + +2007-07-02 Jaap Haitsma + + * shell/ev-window.c: + + Adds a nice icon to page action during toolbar editing. + See bug #452872. + +2007-07-02 Nickolay V. Shmyrev + + * data/evince-toolbar.xml: + * shell/ev-window.c: + + Let user add a presentation and fullscreen icons on toolbar. + See bug #449734. + +2007-07-01 Jaap Haitsma + + * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: + + new script to keep in sync with toolbareditor in libegg + + * cut-n-paste/toolbar-editor/*: + + Run update-toolbareditor-from-libegg so we are in sync again. + Fixes bug #452850. + + +2007-07-01 Carlos Garcia Campos + + * shell/ev-sidebar-links.c: (job_finished_callback): + + Do not connect selection changed signal more than once. Fixes bug + #349433. + +2007-06-29 Carlos Garcia Campos + + * shell/ev-window.c: (ev_window_view_sidebar_cb): + + Do not change sidebar chrome flag when pressing F9 key in + presentation mode. + +2007-06-29 Carlos Garcia Campos + + * backend/pdf/ev-poppler.cc: + (pdf_document_thumbnails_get_dimensions): + + Make sure thumbnails width and height is not <= 0. Fixes a crash + with some pdf documents which have really small pages. + +2007-06-22 Gabor Kelemen + + * shell/main.c: (main): + + Fixes program description translation issue. + Bug #450148. + 2007-06-21 Cesar Fernandez * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):