Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Save a copy implemented for various backends.Nickolay V. Shmyrev2005-10-176-9/+161
| | | | | | | | | | | | | | * configure.ac: * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save), (djvu_document_finalize): * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save), (dvi_document_finalize): * pixbuf/pixbuf-document.c: (pixbuf_document_load), (pixbuf_document_save), (pixbuf_document_finalize): * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save), (tiff_document_finalize): Save a copy implemented for various backends.
* Don't link with ltiff if tiff is disabled.Nickolay V. Shmyrev2005-10-172-2/+10
| | | | | | * configure.ac: Don't link with ltiff if tiff is disabled.
* Translation updated.Vincent van Adrighem2005-10-152-96/+100
| | | | | | 2005-10-15 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated.
* Remove old unused files.Nickolay V. Shmyrev2005-10-148-2209/+12
| | | | | | | | | | | | * pdf/GDKSplashOutputDev.cc: * pdf/GDKSplashOutputDev.h: * pdf/Thumb.cc: * pdf/Thumb.h: * pdf/pdf-document.cc: * pdf/pdf-document.h: * pdf/test-gdk-output-dev.cc: Remove old unused files.
* Fixed warnings on reload and probably crash reason.Nickolay V. Shmyrev2005-10-112-1/+7
| | | | | | * shell/ev-window.c: (ev_window_setup_document): Fixed warnings on reload and probably crash reason.
* Check if date is invalid. Fix for bug 318134.Nickolay V. Shmyrev2005-10-112-1/+8
| | | | | | | * properties/ev-properties-view.c: (ev_properties_view_format_date): Check if date is invalid. Fix for bug 318134.
* Add .indd files (Adobe Indesign) to the list of "bad extensions".Nickolay V. Shmyrev2005-10-022-0/+8
| | | | | | | * shell/ev-window-title.c: Add .indd files (Adobe Indesign) to the list of "bad extensions".
* Add control+keypad bindings to zoom.Nickolay V. Shmyrev2005-10-023-2/+19
|
* Add .cvsignore to keep cvs silent.Nickolay V. Shmyrev2005-10-023-0/+10
| | | | * uk, el: Add .cvsignore to keep cvs silent.
* Added missing file. Updated Canadian English translation.Adam Weinberger2005-09-303-281/+158
| | | | | | | 2005-09-30 Adam Weinberger <adamw@gnome.org> * POTFILES.in: Added missing file. * en_CA.po: Updated Canadian English translation.
* URL-escape link before passing it to gnome_vfs_url_show.Christian Persch2005-09-272-6/+23
| | | | | | | | | 2005-09-27 Christian Persch <chpe@cvs.gnome.org> * shell/ev-window.c: (launch_link), (launch_external_uri), (view_external_link_cb): URL-escape link before passing it to gnome_vfs_url_show.
* Disable copy action when there isn't text selected.Carlos Garcia Campos2005-09-274-3/+49
| | | | | | 2005-09-27 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when there isn't text selected.
* Check tooltip is valid utf8 before showing itMarco Pesenti Gritti2005-09-272-3/+13
| | | | | | | | 2005-09-27 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-view.c: (handle_link_over_xy): Check tooltip is valid utf8 before showing it
* Allow drag and drop of text. Fixes #316772Carlos Garcia Campos2005-09-272-12/+102
| | | | | 2005-09-27 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
* Guard against using g_strstrip on NULL. Fixes bug #317291.Christian Persch2005-09-262-5/+13
| | | | | | | | 2005-09-27 Christian Persch <chpe@cvs.gnome.org> * shell/ev-window-title.c: (ev_window_title_update): Guard against using g_strstrip on NULL. Fixes bug #317291.
* Show title even for unknown linksMarco Pesenti Gritti2005-09-262-1/+7
| | | | | | | | 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com> * pdf/ev-poppler.cc: Show title even for unknown links
* Strip the title stringMarco Pesenti Gritti2005-09-262-2/+10
| | | | | | | | 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-window-title.c: (ev_window_title_update): Strip the title string
* Add .rtf to the bad extensions listMarco Pesenti Gritti2005-09-262-1/+8
| | | | | | | | 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-window-title.c: Add .rtf to the bad extensions list
* Ignore link coordinates if they are outside page boundsMarco Pesenti Gritti2005-09-262-13/+37
| | | | | | | | | 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link), (goto_fitv_link), (goto_fith_link), (goto_xyz_link): Ignore link coordinates if they are outside page bounds
* *** empty log message ***Marco Pesenti Gritti2005-09-261-2/+2
|
* Implement launch links. Delegate external link opening to the window.Marco Pesenti Gritti2005-09-266-6/+163
| | | | | | | | | | | | | | | | | 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com> * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_filename), (ev_link_get_params), (ev_link_get_property), (ev_link_set_property), (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch): * backend/ev-link.h: * pdf/ev-poppler.cc: * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init): * shell/ev-window.c: (launch_link), (view_external_link_cb), (ev_window_init): Implement launch links. Delegate external link opening to the window.
* Implement fitr linksMarco Pesenti Gritti2005-09-245-1/+129
| | | | | | | | | | | | | | 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com> * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom), (ev_link_get_right), (ev_link_get_property), (ev_link_set_property), (ev_link_class_init), (ev_link_new_page_fitv), (ev_link_new_page_fitr): * backend/ev-link.h: * pdf/ev-poppler.cc: * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link): Implement fitr links
* Do not use modes for link, we need to calculate size ad hoc. Still notMarco Pesenti Gritti2005-09-244-40/+75
| | | | | | | | | | | | | | | | | | | | | 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height), (goto_fitv_link), (goto_fith_link), (goto_fit_link), (ev_view_goto_link), (ev_view_size_request_continuous_dual_page), (ev_view_size_request_continuous), (ev_view_size_request_dual_page), (ev_view_size_request_single_page), (ev_view_size_allocate), (ev_view_zoom_for_size_continuous_and_dual_page), (ev_view_zoom_for_size_continuous), (ev_view_zoom_for_size_dual_page), (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size), (ev_sizing_mode_get_type): * shell/ev-view.h: * shell/ev-window.c: (ev_window_sizing_mode_changed_cb): Do not use modes for link, we need to calculate size ad hoc. Still not perfect because of the usual scrollbar issues grrr.
* Implement FIT_HEIGHT mode (only for links). Implement FITH linksMarco Pesenti Gritti2005-09-247-4/+116
| | | | | | | | | | | | | | | | | | | | | | | | | 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com> * backend/ev-link.c: (ev_link_type_get_type), (ev_link_new_page_fith), (ev_link_new_page_fitv): * backend/ev-link.h: * pdf/ev-poppler.cc: * shell/ev-view.c: (goto_fitv_link), (goto_fith_link), (ev_view_goto_link), (ev_view_size_request_continuous_dual_page), (ev_view_size_request_continuous), (ev_view_size_request_dual_page), (ev_view_size_request_single_page), (ev_view_size_allocate), (zoom_for_size_fit_height), (ev_view_zoom_for_size_continuous_and_dual_page), (ev_view_zoom_for_size_continuous), (ev_view_zoom_for_size_dual_page), (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size), (ev_sizing_mode_get_type): * shell/ev-view.h: * shell/ev-window.c: (ev_window_sizing_mode_changed_cb): Implement FIT_HEIGHT mode (only for links). Implement FITH links
* Refactor window title building while fixing it for password documents.Marco Pesenti Gritti2005-09-244-77/+99
| | | | | | | | | | | | | | | 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-window-title.c: (get_filename_from_uri), (ev_window_title_sanitize_extension), (ev_window_title_update), (ev_window_title_set_document), (ev_window_title_set_uri), (ev_window_title_free): * shell/ev-window-title.h: * shell/ev-window.c: (ev_window_setup_document), (ev_window_popup_password_dialog): Refactor window title building while fixing it for password documents.
* Escape link title before setting it in the modelMarco Pesenti Gritti2005-09-242-1/+13
| | | | | | | | 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com> * pdf/ev-poppler.cc: Escape link title before setting it in the model
* Add a function to retrieve window list and share it where necessary.Marco Pesenti Gritti2005-09-234-21/+94
| | | | | | | | | | | | | | | 2005-09-23 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-application.c: (removed_from_session), (save_session), (init_session), (ev_application_get_empty_window), (ev_application_init), (ev_application_get_windows): * shell/ev-application.h: * shell/ev-window.c: (ev_window_finalize): Add a function to retrieve window list and share it where necessary. Implement session handling, works pretty well thanks to the metadata system.
* Fix for bug 316972. Use async gnome-keyring API.Nickolay V. Shmyrev2005-09-222-15/+30
| | | | | | | * shell/ev-password.c: (ev_password_item_created_callback), (ev_password_dialog_save_password): Fix for bug 316972. Use async gnome-keyring API.
* Remove unused unrealize handler. Add scroll handling toChristian Persch2005-09-222-23/+48
| | | | | | | | | 2005-09-22 Christian Persch <chpe@cvs.gnome.org> * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init): Remove unused unrealize handler. Add scroll handling to ev_view_scroll_event for presentation mode (bug #316708), and fix the event state checks there.
* "marco, maybe we should be crazy and jump right to 6! :)"Marco Pesenti Gritti2005-09-222-1/+9
| | | | | | | | | | 2005-09-22 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-page-action.c: (page_changed_cb): "marco, maybe we should be crazy and jump right to 6! :)" Bryan Clark, Sep 2005
* Fix unstructured documents save and printMarco Pesenti Gritti2005-09-222-19/+66
| | | | | | | | | | 2005-09-22 Marco Pesenti Gritti <mpg@redhat.com> * ps/ps-document.c: (save_document), (ps_document_save), (ps_document_ps_export_begin), (ps_document_ps_export_do_page), (ps_document_ps_export_end): Fix unstructured documents save and print
* Fix window size persistanceMarco Pesenti Gritti2005-09-222-2/+11
| | | | | | | | 2005-09-22 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-application.c: (ev_application_open_uri): Fix window size persistance
* Based on a patch from carlosgc@gnome.org. Mouse buttons switch pages inMarco Pesenti Gritti2005-09-222-7/+26
| | | | | | | | | 2005-09-22 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-view.c: (ev_view_button_release_event): Based on a patch from carlosgc@gnome.org. Mouse buttons switch pages in presentation mode.
* Dont cast to int before scalingMarco Pesenti Gritti2005-09-192-7/+13
| | | | | | | | 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-page-cache.c: (ev_page_cache_get_size): Dont cast to int before scaling
* Implement FIT and FITH linksMarco Pesenti Gritti2005-09-195-2/+76
| | | | | | | | | | | | | 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com> * backend/ev-link.c: (ev_link_type_get_type), (ev_link_new_page_xyz), (ev_link_new_page_fit), (ev_link_new_page_fith): * backend/ev-link.h: * pdf/ev-poppler.cc: * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link): Implement FIT and FITH links
* Return 0 results when search is not in progress.Marco Pesenti Gritti2005-09-193-5/+15
| | | | | | | | | | | | | 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com> * pdf/ev-poppler.cc: Return 0 results when search is not in progress. * shell/ev-window.c: (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page), (find_bar_search_changed_cb): Update menu sensitivity when cancelling search
* Take all pages in consideration, not just current oneMarco Pesenti Gritti2005-09-192-4/+14
| | | | | | | | 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-view.c: (ev_view_can_find_next): Take all pages in consideration, not just current one
* Move page next/previous functions from page chace to view and change it toMarco Pesenti Gritti2005-09-196-33/+56
| | | | | | | | | | | | | | | | 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-page-cache.c: * shell/ev-page-cache.h: * shell/ev-view.c: (ev_view_binding_activated), (ev_view_next_page), (ev_view_previous_page), (ev_sizing_mode_get_type): * shell/ev-view.h: * shell/ev-window.c: (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page): Move page next/previous functions from page chace to view and change it to move by 2 page steps in dual mode.
* Show the index by default when there is oneMarco Pesenti Gritti2005-09-192-34/+55
| | | | | | | | | | 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-window.c: (update_sidebar_visibility), (setup_sidebar_from_metadata), (ev_window_setup_document), (setup_view_from_metadata): Show the index by default when there is one
* Missing null checkMarco Pesenti Gritti2005-09-192-16/+22
| | | | | | | | 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-window-title.c: (ev_window_title_set_document): Missing null check
* Updated Thai translation (merge from gnome-2-12 branch).Theppitak Karoonboonyanan2005-09-182-651/+676
| | | | | | 2005-09-18 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation (merge from gnome-2-12 branch).
* Updated Swedish translation.Christian Rose2005-09-172-356/+388
| | | | | | 2005-09-17 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Allow display of last odd page in dual view. Fix for 316347.Nickolay V. Shmyrev2005-09-172-0/+8
| | | | | | * shell/ev-view.c: (view_update_range_and_current_page): Allow display of last odd page in dual view. Fix for 316347.
* Make close button in toolbar editor default.Nickolay V. Shmyrev2005-09-172-0/+7
|
* Mark close button as default. Fix for 316381.Nickolay V. Shmyrev2005-09-172-0/+8
| | | | | | * shell/ev-properties-dialog.c: (ev_properties_dialog_init): Mark close button as default. Fix for 316381.
* Merged from gnome-2-12Nguyen Thai Ngoc Duy2005-09-171-3/+3
|
* Allow negative doubles in left/top propertiesMarco Pesenti Gritti2005-09-162-2/+8
| | | | | | | | 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com> * backend/ev-link.c: (ev_link_class_init): Allow negative doubles in left/top properties
* Remove a bunch of strings that was used only by the statusbar.Marco Pesenti Gritti2005-09-162-52/+33
| | | | | | | | | 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-window.c: Remove a bunch of strings that was used only by the statusbar.
* When title has a confusing extension, show also the document filenameMarco Pesenti Gritti2005-09-162-5/+51
| | | | | | | | | | 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-window-title.c: (get_filename_from_uri), (ev_window_title_set_document): When title has a confusing extension, show also the document filename inside ()
* Factor out and cleanup window title codeMarco Pesenti Gritti2005-09-165-66/+206
| | | | | | | | | | | | | | | 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com> * shell/Makefile.am: * shell/ev-window-title.c: (ev_window_title_new), (ev_window_title_update), (ev_window_title_set_type), (ev_window_title_set_document), (ev_window_title_free): * shell/ev-window-title.h: * shell/ev-window.c: (ev_window_setup_document), (password_dialog_response), (ev_window_popup_password_dialog), (ev_window_dispose), (ev_window_init): Factor out and cleanup window title code