Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Removed RemovedCarlos Garcia Campos2008-12-031-0/+14
| | | | | | | | | | | | | | | | | | 2008-12-03 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * data/Makefile.am: * data/evince-password.glade: Removed * data/evince-properties.glade: Removed * properties/ev-properties-view.c: (ev_properties_view_class_init), (set_property), (ev_properties_view_set_info), (ev_properties_view_init): * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose), (font_cell_data_func), (ev_properties_fonts_init): Remove Glade dependency. svn path=/trunk/; revision=3289
* Fix zip mime-type in comics backend. Patch by Juanjo Marín.Carlos Garcia Campos2008-12-031-0/+6
| | | | | | | | | | 2008-12-03 Carlos Garcia Campos <carlosgc@gnome.org> * backend/comics/comics-document.c: (comics_document_load): Fix zip mime-type in comics backend. Patch by Juanjo Marín. svn path=/trunk/; revision=3288
* Update for release 2.25.2Carlos Garcia Campos2008-12-011-0/+1
| | | | | | | | | | | | | 2008-12-01 Carlos Garcia Campos <carlosgc@gnome.org> * NEWS: * configure.ac: Update for release 2.25.2 svn path=/trunk/; revision=3283
* Update for release 2.25.2Carlos Garcia Campos2008-12-011-0/+6
| | | | | | | | | | 2008-12-01 Carlos Garcia Campos <carlosgc@gnome.org> * NEWS: Update for release 2.25.2 svn path=/trunk/; revision=3282
* RemovedCarlos Garcia Campos2008-12-011-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-01 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * shell/Makefile.am: * shell/ev-keyring.[ch]: * shell/ev-password.[ch]: Removed * shell/ev-password-view.[ch]: (ev_password_view_finalize), (ev_password_view_class_init), (ev_password_view_clicked_cb), (ev_password_view_init), (ev_password_view_set_uri), (ev_password_dialog_got_response), (ev_password_dialog_remember_button_toggled), (ev_password_dialog_entry_changed_cb), (ev_password_dialog_entry_activated_cb), (ev_password_view_ask_password), (ev_password_view_get_password), (ev_password_view_get_password_save_flags), (ev_password_view_new): * shell/ev-window.c: (ev_window_password_view_unlock), (ev_window_load_job_cb), (ev_window_close_dialogs), (ev_window_init): Rework the password view. When the password is in the keyring it's used automatically without showing the password dialog and it's only stored in the keyring when we are sure it's correct. The password dialog has been reworked too, in order to make it more hig compliant and consistent with the GTK+ dialog used in gtkmountoperation. Fixes bug #562496. svn path=/trunk/; revision=3281
* Do not trust file extensions when getting the command needed to uncompressCarlos Garcia Campos2008-11-291-0/+7
| | | | | | | | | | | 2008-11-29 Carlos Garcia Campos <carlosgc@gnome.org> * backend/comics/comics-document.c: (comics_document_load): Do not trust file extensions when getting the command needed to uncompress comic documents. Fixes bug #562143. svn path=/trunk/; revision=3280
* Move mime-type functions from document-facrory to file-helpers so that itCarlos Garcia Campos2008-11-291-0/+10
| | | | | | | | | | | | | | 2008-11-29 Carlos Garcia Campos <carlosgc@gnome.org> * libdocument/ev-document-factory.c: (get_document_from_uri), (ev_document_factory_get_document): * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri), (get_mime_type_from_data), (ev_file_get_mime_type): Move mime-type functions from document-facrory to file-helpers so that it can be reused. svn path=/trunk/; revision=3279
* Add support for reloading remote documents. Fixes bug #555399.Carlos Garcia Campos2008-11-291-0/+9
| | | | | | | | | | | | | 2008-11-29 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime), (window_open_file_copy_ready_cb), (ev_window_reload_local), (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb), (ev_window_reload_remote), (ev_window_reload_document): Add support for reloading remote documents. Fixes bug #555399. svn path=/trunk/; revision=3278
* Make sure find_result is never < 0 which causes a crash while searching.Carlos Garcia Campos2008-11-231-0/+7
| | | | | | | | | | | 2008-11-23 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view.c: (ev_view_find_previous): Make sure find_result is never < 0 which causes a crash while searching. Fixes bug #558377. svn path=/trunk/; revision=3273
* Fixes crash on fast scrolling with simultaneous text selection.Marek Kašík2008-11-181-0/+7
| | | | | | | | | | | | 2008-11-19 Marek Kašík <mkasik@redhat.com> * shell/ev-pixbuf-cache.c (new_selection_surface_needed), (ev_pixbuf_cache_get_selection_surface): Fixes crash on fast scrolling with simultaneous text selection. svn path=/trunk/; revision=3272
* Fixes assertion fail on selecting text. See bug #561393.Marek Kašík2008-11-181-0/+7
| | | | | | | | | | | | 2008-11-19 Marek Kašík <mkasik@redhat.com> * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed): * shell/ev-window.c (launch_external_uri): Fixes assertion fail on selecting text. See bug #561393. svn path=/trunk/; revision=3271
* Add layers support.Carlos Garcia Campos2008-11-151-0/+16
| | | | | | | | | | | | | | | | | | | | 2008-11-15 Carlos Garcia Campos <carlosgc@gnome.org> * shell/Makefile.am: * shell/ev-jobs.[ch]: (ev_job_layers_init), (ev_job_layers_dispose), (ev_job_layers_run), (ev_job_layers_class_init), (ev_job_layers_new): * shell/ev-sidebar-layers.[ch]: * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget), (ev_view_form_field_text_save), (ev_view_form_field_choice_save), (ev_view_reload_page), (ev_view_reload): * shell/ev-window.c: (setup_sidebar_from_metadata), (ev_window_sidebar_current_page_changed_cb), (sidebar_layers_visibility_changed), (ev_window_init): Add layers support. svn path=/trunk/; revision=3268
* Add eye icon from gimp to hide/show layers.Carlos Garcia Campos2008-11-151-0/+8
| | | | | | | | | | | | 2008-11-15 Carlos Garcia Campos <carlosgc@gnome.org> * data/icons/22x22/actions/Makefile.am: * data/icons/22x22/actions/eye.png: * shell/ev-stock-icons.[ch]: Add eye icon from gimp to hide/show layers. svn path=/trunk/; revision=3267
* Add GimpCellRendererToggle from gimp slightly modified to fit our needs.Carlos Garcia Campos2008-11-151-0/+11
| | | | | | | | | | | | | | | 2008-11-15 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/Makefile.am: * cut-n-paste/gimpcellrenderertoggle/Makefile.am: * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]: * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list: Add GimpCellRendererToggle from gimp slightly modified to fit our needs. svn path=/trunk/; revision=3266
* Implement layers interface in PDF backend.Carlos Garcia Campos2008-11-151-0/+7
| | | | | | | | | | | 2008-11-15 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * backend/pdf/ev-poppler.cc: Implement layers interface in PDF backend. svn path=/trunk/; revision=3265
* Add optional content (layers) interface.Carlos Garcia Campos2008-11-151-0/+8
| | | | | | | | | | | | 2008-11-15 Carlos Garcia Campos <carlosgc@gnome.org> * libdocument/Makefile.am: * libdocument/ev-document-layers.[ch]: * libdocument/ev-layer.[ch]: Add optional content (layers) interface. svn path=/trunk/; revision=3264
* Removes unused code.Nickolay V. Shmyrev2008-11-121-4/+4
| | | | | | | | | | | | 2008-11-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * cut-n-paste/toolbar-editor/eggtreemultidnd.c: * cut-n-paste/toolbar-editor/eggtreemultidnd.h: Removes unused code. svn path=/trunk/; revision=3263
* Updated from the libegg, see bug #559432 for details.Nickolay V. Shmyrev2008-11-111-0/+7
| | | | | | | | | | | | 2008-11-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * cut-n-paste/toolbar-editor/eggtreemultidnd.c (egg_tree_multi_drag_motion_event): Updated from the libegg, see bug #559432 for details. svn path=/trunk/; revision=3262
* Update for 2.25.1 releaseCarlos Garcia Campos2008-11-051-6/+7
| | | | | | | | | | | | 2008-11-05 Carlos Garcia Campos <carlosgc@gnome.org> * NEWS: * configure.ac: Update for 2.25.1 release svn path=/trunk/; revision=3259
* Fix build with GTK+ < 2.14Carlos Garcia Campos2008-11-051-1/+7
| | | | | | | | | | 2008-11-05 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: Fix build with GTK+ < 2.14 svn path=/trunk/; revision=3257
* Makes menu label translatable. Fixes bug #559129.Nickolay V. Shmyrev2008-11-041-0/+6
| | | | | | | | | | | 2008-11-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item): Makes menu label translatable. Fixes bug #559129. svn path=/trunk/; revision=3256
* More renames of warning to mdvi_warning in follow up to the fix of the bugNickolay V. Shmyrev2008-11-041-0/+10
| | | | | | | | | | | | | | | 2008-11-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution), (t1_transform_font): * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font): More renames of warning to mdvi_warning in follow up to the fix of the bug #553369. Fix for the bug #559257 by Tuxce <tuxce.net@gmail.com>. svn path=/trunk/; revision=3253
* Update NEWS for 2.25.1 releaseCarlos Garcia Campos2008-11-041-0/+6
| | | | | | | | | | 2008-11-04 Carlos Garcia Campos <carlosgc@gnome.org> * NEWS: Update NEWS for 2.25.1 release svn path=/trunk/; revision=3251
* Move the egg_set_desktop_file() call to main and removeCarlos Garcia Campos2008-11-021-0/+9
| | | | | | | | | | | | | 2008-11-02 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-application.c: (ev_application_init_session): * shell/main.c: (main): Move the egg_set_desktop_file() call to main and remove gtk_window_set_default_icon_name() since it's already called by egg_set_desktop_file() svn path=/trunk/; revision=3250
* Initialize GError to NULL.Carlos Garcia Campos2008-11-011-0/+6
| | | | | | | | | | 2008-11-01 Carlos Garcia Campos <carlosgc@gnome.org> * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple): Initialize GError to NULL. svn path=/trunk/; revision=3247
* Do not use popup dialogs to show error messages anymore, use the messageCarlos Garcia Campos2008-11-011-0/+9
| | | | | | | | | | | | | 2008-11-01 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (window_save_file_copy_ready_cb), (ev_window_print_finished), (ev_window_print_dialog_response_cb), (ev_window_preview_print_finished), (launch_action): Do not use popup dialogs to show error messages anymore, use the message area instead. svn path=/trunk/; revision=3246
* Use a message format (with printf()-style) in ev_window_error_message andCarlos Garcia Campos2008-11-011-0/+14
| | | | | | | | | | | | | | | | | | 2008-11-01 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_error_message), (ev_window_warning_message), (ev_window_set_document), (ev_window_load_job_cb), (ev_window_load_remote_failed), (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb), (ev_window_cmd_help_contents), (launch_external_uri), (image_save_dialog_response_cb), (image_save_dialog_response_cb), (ev_attachment_popup_cmd_open_attachment), (attachment_save_dialog_response_cb): Use a message format (with printf()-style) in ev_window_error_message and ev_window_warning_message. svn path=/trunk/; revision=3245
* Change ev_window_error_message and ev_window_warning_message to receive aCarlos Garcia Campos2008-11-011-0/+15
| | | | | | | | | | | | | | | | | | | 2008-11-01 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_error_message), (ev_window_warning_message), (ev_window_set_document), (ev_window_load_job_cb), (ev_window_load_remote_failed), (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb), (ev_window_cmd_help_contents), (launch_external_uri), (image_save_dialog_response_cb), (ev_attachment_popup_cmd_open_attachment), (attachment_save_dialog_response_cb): Change ev_window_error_message and ev_window_warning_message to receive a EvWindow instead of a GtkWindow. It's more consistent and avoids unneeded casts. svn path=/trunk/; revision=3244
* Use gtk_show_uri() when availale to display help contents.Carlos Garcia Campos2008-11-011-0/+6
| | | | | | | | | | 2008-11-01 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_cmd_help_contents): Use gtk_show_uri() when availale to display help contents. svn path=/trunk/; revision=3243
* Removed shell/ev-view-private.hCarlos Garcia Campos2008-10-311-0/+17
| | | | | | | | | | | | | | | | | | | | | 2008-10-31 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * backend/pdf/ev-poppler.cc: * properties/ev-properties-view.c: * shell/Makefile.am: * shell/ev-tooltip.[ch]: Removed * shell/ev-view-private.h * shell/eggfindbar.c: * shell/ev-application.c: * shell/ev-open-recent-action.c: * shell/ev-sidebar-thumbnails.c: * shell/ev-view.c: * shell/ev-window.c: Bump GTK+ requirement to 2.12. svn path=/trunk/; revision=3242
* Add ChangeLog.Christian Persch2008-10-271-0/+32
| | | | svn path=/trunk/; revision=3241
* Bug 558066 – format not a string literal and no format argumentsChristian Persch2008-10-271-0/+6
| | | | svn path=/trunk/; revision=3237
* Cancel the animation without scheduling transition start and proceed toNickolay V. Shmyrev2008-10-231-0/+11
| | | | | | | | | | | | | | | | 2008-10-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * shell/ev-view.c (ev_view_change_page), (ev_view_transition_animation_finish), (ev_view_transition_animation_cancel), (page_changed_cb), (ev_view_set_presentation), (ev_view_next_page), (ev_view_previous_page): Cancel the animation without scheduling transition start and proceed to the next page to fix bug #516749. svn path=/trunk/; revision=3234
* Update for release 2.24.1Carlos Garcia Campos2008-10-201-0/+1
| | | | | | | | | | | | 2008-10-19 Carlos Garcia Campos <carlosgc@gnome.org> * NEWS: * configure.ac: Update for release 2.24.1 svn path=/trunk/; revision=3227
* Update for release 2.24.1Carlos Garcia Campos2008-10-191-0/+6
| | | | | | | | | | 2008-10-19 Carlos Garcia Campos <carlosgc@gnome.org> * NEWS: Update for release 2.24.1 svn path=/trunk/; revision=3225
* Disable toggle function of F5 when in presentation mode. Patch by DaveCarlos Garcia Campos2008-10-171-0/+7
| | | | | | | | | | | 2008-10-17 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_cmd_view_presentation): Disable toggle function of F5 when in presentation mode. Patch by Dave Neary. Fixes bug #556162. svn path=/trunk/; revision=3224
* Instead of using only one loading icon for thumbnails based on the size ofCarlos Garcia Campos2008-10-171-0/+12
| | | | | | | | | | | | | | | | 2008-10-17 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose), (ev_sidebar_thumbnails_get_loading_icon), (clear_range), (ev_sidebar_thumbnails_fill_model), (ev_sidebar_thumbnails_refresh), (ev_sidebar_thumbnails_set_document): Instead of using only one loading icon for thumbnails based on the size of the first page, create an icon for every different page size. Fixes bug #556264. svn path=/trunk/; revision=3223
* Fix memory leak.Carlos Garcia Campos2008-10-171-0/+6
| | | | | | | | | | 2008-10-17 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-page-cache.c: (ev_page_cache_finalize): Fix memory leak. svn path=/trunk/; revision=3222
* Removes bad prefixes from window title. Patch by Robin SoneforsNickolay V. Shmyrev2008-10-131-0/+7
| | | | | | | | | | | | 2008-10-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * shell/ev-window-title.c (ev_window_title_sanitize_title): Removes bad prefixes from window title. Patch by Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684. svn path=/trunk/; revision=3220
* Do not consider mailto links as http uris. Fixes bug #555801.Carlos Garcia Campos2008-10-121-0/+6
| | | | | | | | | | 2008-10-12 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (launch_external_uri): Do not consider mailto links as http uris. Fixes bug #555801. svn path=/trunk/; revision=3218
* Fix memory leak. Fixes bug #555134.Carlos Garcia Campos2008-10-061-0/+6
| | | | | | | | | | 2008-10-06 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view.c: (merge_selection_region), (clear_selection): Fix memory leak. Fixes bug #555134. svn path=/trunk/; revision=3216
* Emit the job finished signal when the job is handled before the page_readyCarlos Garcia Campos2008-10-041-0/+7
| | | | | | | | | | | 2008-10-04 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-pixbuf-cache.c: (copy_job_to_job_info): Emit the job finished signal when the job is handled before the page_ready callback. svn path=/trunk/; revision=3215
* Use GdkAppLaunchContext when available to launch external applications.Carlos Garcia Campos2008-10-041-0/+7
| | | | | | | | | | | 2008-10-04 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (launch_action): Use GdkAppLaunchContext when available to launch external applications. svn path=/trunk/; revision=3214
* Fix launching external applications for launch actions which seems to beCarlos Garcia Campos2008-10-041-0/+7
| | | | | | | | | | | 2008-10-04 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (launch_action): Fix launching external applications for launch actions which seems to be broken since the gio port. Fixes bug #554500. svn path=/trunk/; revision=3213
* Fix several compile warnings in the dvi backend.Carlos Garcia Campos2008-09-281-0/+9
| | | | | | | | | | | | | 2008-09-28 Carlos Garcia Campos <carlosgc@gnome.org> * backend/dvi/Makefile.am: * backend/dvi/cairo-device.c: * backend/dvi/dvi-document.c: * backend/dvi/mdvi-lib/Makefile.am: Fix several compile warnings in the dvi backend. svn path=/trunk/; revision=3211
* Rename error as mdvi_error to avoid symbol conflicts with the libc error.Carlos Garcia Campos2008-09-281-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | 2008-09-28 Carlos Garcia Campos <carlosgc@gnome.org> * backend/dvi/mdvi-lib/common.h: * backend/dvi/mdvi-lib/dviread.c: * backend/dvi/mdvi-lib/font.c: * backend/dvi/mdvi-lib/fontmap.c: * backend/dvi/mdvi-lib/fontsrch.c: * backend/dvi/mdvi-lib/gf.c: * backend/dvi/mdvi-lib/pagesel.c: * backend/dvi/mdvi-lib/pk.c: * backend/dvi/mdvi-lib/sp-epsf.c: * backend/dvi/mdvi-lib/special.c: * backend/dvi/mdvi-lib/tfm.c: * backend/dvi/mdvi-lib/tfmfile.c: * backend/dvi/mdvi-lib/util.c: * backend/dvi/mdvi-lib/vf.c: Rename error as mdvi_error to avoid symbol conflicts with the libc error. Rename also message, crash, fatal and warning for consistency. Fixes bug #553369. svn path=/trunk/; revision=3210
* Fix memory leak.Carlos Garcia Campos2008-09-281-0/+6
| | | | | | | | | | 2008-09-28 Carlos Garcia Campos <carlosgc@gnome.org> * backend/dvi/dvi-document.c: (dvi_document_load): Fix memory leak. svn path=/trunk/; revision=3209
* Use EV_BACKEND_IMPLEMENT_INTERFACE instead of G_IMPLEMENT_INTERFACE.Carlos Garcia Campos2008-09-281-0/+7
| | | | | | | | | | | 2008-09-28 Carlos Garcia Campos <carlosgc@gnome.org> * backend/dvi/dvi-document.c: Use EV_BACKEND_IMPLEMENT_INTERFACE instead of G_IMPLEMENT_INTERFACE. svn path=/trunk/; revision=3208
* Make sure copy_job_page_and_selection_to_job_info is always called beforeCarlos Garcia Campos2008-09-261-0/+7
| | | | | | | | | | | 2008-09-26 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-pixbuf-cache.c: (copy_job_to_job_info): Make sure copy_job_page_and_selection_to_job_info is always called before copy_job_to_job_info. Fixes bug #552382. svn path=/trunk/; revision=3207
* Update for release 2.24.0Carlos Garcia Campos2008-09-221-0/+1
| | | | | | | | | | | | 2008-09-22 Carlos Garcia Campos <carlosgc@gnome.org> * NEWS: * configure.ac: Update for release 2.24.0 svn path=/trunk/; revision=3204