X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=32410fdf348f721627ffe29d219c91e09044722c;hb=4b4d0bd105a534b896b11c663282f70fe39675da;hp=66c34ea57d67149f499730b55f30e8366a721cb2;hpb=d31ae25cc4807475460ce1d635edfeed01f4a68b;p=evince.git diff --git a/ChangeLog b/ChangeLog index 66c34ea5..32410fdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,191 @@ +2008-08-06 Nickolay V. Shmyrev + + * configure.ac: + + Update for release 2.23.6. + +2008-08-06 Carlos Garcia Campos + + * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run), + (ev_job_load_set_password): + * shell/ev-password.[ch]: (ev_password_dialog_get_password): + * shell/ev-window.c: (password_dialog_response), + (ev_window_load_job_cb): + + Fix loading encrypted documents since I broke it with the jobs + rework. + +2008-08-05 Carlos Garcia Campos + + * NEWS: + + Update NEWS for 2.23.6 release. + +2008-08-03 Wouter Bolsterlee + + * backend/impress/impress-document.c: + * backend/impress/render.h: + * libdocument/ev-document-factory.c: + * libdocument/ev-document-factory.h: + * libdocument/ev-document-links.h: + * libdocument/ev-document-misc.c: + * libdocument/ev-document-misc.h: + * properties/ev-properties-main.c: + * properties/ev-properties-view.c: + * properties/ev-properties-view.h: + * shell/eggfindbar.c: + * shell/eggfindbar.h: + * shell/ev-application.c: + * shell/ev-application.h: + * shell/ev-jobs.h: + * shell/ev-message-area.h: + * shell/ev-navigation-action.c: + * shell/ev-navigation-action.h: + * shell/ev-open-recent-action.c: + * shell/ev-open-recent-action.h: + * shell/ev-page-action-widget.c: + * shell/ev-page-action.c: + * shell/ev-page-action.h: + * shell/ev-page-cache.h: + * shell/ev-password-view.h: + * shell/ev-password.h: + * shell/ev-pixbuf-cache.h: + * shell/ev-properties-fonts.c: + * shell/ev-sidebar-attachments.c: + * shell/ev-sidebar-links.c: + * shell/ev-sidebar-links.h: + * shell/ev-sidebar-thumbnails.c: + * shell/ev-sidebar-thumbnails.h: + * shell/ev-sidebar.c: + * shell/ev-sidebar.h: + * shell/ev-stock-icons.c: + * shell/ev-tooltip.h: + * shell/ev-view.c: + * shell/ev-view.h: + * shell/ev-window.c: + * shell/ev-window.h: + * shell/main.c: + + More #include cleanups. Again: reordering, single gtk.h + includes and other stuff. + +2008-08-03 Wouter Bolsterlee + + * shell/eggfindbar.c: + * shell/ev-application.c: + * shell/ev-message-area.c: + * shell/ev-navigation-action.c: + * shell/ev-open-recent-action.c: + * shell/ev-page-action-widget.c: + * shell/ev-page-action.c: + * shell/ev-password-view.c: + * shell/ev-properties-dialog.c: + * shell/ev-properties-fonts.c: + * shell/ev-sidebar-attachments.c: + * shell/ev-sidebar-page.c: + * shell/ev-sidebar-thumbnails.c: + * shell/ev-stock-icons.c: + * shell/ev-tooltip.c: + * shell/ev-view.c: + * shell/ev-window.c: + * shell/main.c: + + Cleanup many #include statements: reorder so that a + generic-to-specific order is used, use single gtk.h + includes, and some other cleanups. + +2008-08-03 Carlos Garcia Campos + + * shell/ev-jobs.h: + + Add gio header. + +2008-08-03 Carlos Garcia Campos + + * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock), + (ev_document_fc_mutex_trylock): + * shell/Makefile.am: + * shell/ev-job-queue.[ch]: + * shell/ev-job-scheduler.[ch]: + * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose), + (ev_job_class_init), (emit_finished), (ev_job_emit_finished), + (ev_job_run), (ev_job_cancel), (ev_job_failed), + (ev_job_failed_from_error), (ev_job_succeeded), + (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode), + (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run), + (ev_job_links_class_init), (ev_job_render_init), + (notify_page_ready), (ev_job_render_page_ready), + (ev_job_render_run), (ev_job_render_class_init), + (ev_job_thumbnail_init), (ev_job_thumbnail_run), + (ev_job_thumbnail_class_init), (ev_job_fonts_init), + (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init), + (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init), + (ev_job_save_dispose), (ev_job_save_run), + (ev_job_save_class_init), (ev_job_print_init), + (ev_job_print_dispose), (ev_job_print_run), + (ev_job_print_class_init): + * shell/ev-page-cache.c: + * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info), + (check_job_size_and_unref), (move_one_job), + (copy_job_to_job_info), (add_job), + (ev_pixbuf_cache_add_jobs_if_needed): + * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose), + (job_fonts_finished_cb), (job_fonts_updated_cb), + (ev_properties_fonts_set_document): + * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose), + (ev_sidebar_links_set_document): + * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range), + (ev_sidebar_thumbnails_set_document), + (ev_sidebar_thumbnails_clear_job): + * shell/ev-view-private.h: + * shell/ev-view.c: + * shell/ev-window.c: (ev_window_clear_thumbnail_job), + (ev_window_refresh_window_thumbnail), (password_dialog_response), + (ev_window_clear_load_job), (ev_window_clear_reload_job), + (ev_window_load_job_cb), (ev_window_reload_job_cb), + (window_open_file_copy_ready_cb), (ev_window_open_uri), + (ev_window_reload_document), (ev_window_clear_save_job), + (ev_window_save_job_cb), (file_save_dialog_response_cb), + (ev_window_clear_print_job), (ev_window_print_job_cb), + (ev_window_print_dialog_response_cb): + * shell/main.c: (main): + + Rework the jobs system in order to make it simpler and more + extensible. It allows to run jobs in the main loop instead of + using a thread when it's appropriate like the fonts job. Now it's + also possible to cancel jobs that are currently running. + +2008-07-27 Carlos Garcia Campos + + * libdocument/ev-debug.c: (profile_init): + + Create the hash table also when profiling service is enabled for + all sections. + +2008-07-27 Carlos Garcia Campos + + * libdocument/ev-debug.[ch]: (ev_profiler_start), + (ev_profiler_stop): + * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run), + (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run), + (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run), + (ev_job_print_run): + * shell/main.c: (main): + + Add a profile mode available when debug is enabled. Add profilers + in ev-jobs. + +2008-07-23 Götz Waschk + + * configure.ac: Correctly build desktop file. Fixes + bug #544237. + +2008-07-22 Nickolay V. Shmyrev + + * configure.ac: + + Update for release 2.23.5. + 2008-07-21 Carlos Garcia Campos * NEWS: