Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Restart the search when reloading a document with the find bar visible.Carlos Garcia Campos2007-09-032-7/+28
| | | | | | | | | 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_load_job_cb): Restart the search when reloading a document with the find bar visible. Fixes bug #461962. svn path=/trunk/; revision=2659
* Do not jump to the first page when reloading a document from the lastCarlos Garcia Campos2007-09-032-2/+15
| | | | | | | | | | 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (setup_document_from_metadata), (ev_window_load_job_cb), (ev_window_cmd_view_reload): Do not jump to the first page when reloading a document from the last page. svn path=/trunk/; revision=2658
* Do not update visibility when changing a chrome flag so that it's possibleCarlos Garcia Campos2007-09-032-2/+25
| | | | | | | | | | | | | | | | 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (update_chrome_flag), (setup_sidebar_from_metadata), (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find), (ev_window_cmd_edit_find_next), (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape), (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb), (find_bar_close_cb), (view_actions_focus_in_cb): Do not update visibility when changing a chrome flag so that it's possible to update several flags and update visibility only once for all of them. svn path=/trunk/; revision=2657
* Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not supported byCarlos Garcia Campos2007-09-032-2/+9
| | | | | | | | | 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_print_dialog_response_cb): Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not supported by gtk+. Fixes bug #460907. svn path=/trunk/; revision=2656
* Make sure current-page <= end-page in continuous mode. Fixes bug #454950.Carlos Garcia Campos2007-09-032-1/+8
| | | | | | | | | 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view.c: (view_update_range_and_current_page): Make sure current-page <= end-page in continuous mode. Fixes bug #454950. svn path=/trunk/; revision=2655
* Ignore outline items without a title. Fixes bug #453913.Carlos Garcia Campos2007-09-032-1/+10
| | | | | | | | 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org> * backend/pdf/ev-poppler.cc: (build_tree): Ignore outline items without a title. Fixes bug #453913. svn path=/trunk/; revision=2654
* Use always drag mouse cursor during a drag operation. Fixes bug #470564.Carlos Garcia Campos2007-09-032-9/+21
| | | | | | | | | | 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view.c: (ev_view_handle_cursor_over_xy), (ev_view_button_release_event), (ev_view_leave_notify_event): Use always drag mouse cursor during a drag operation. Fixes bug #470564. svn path=/trunk/; revision=2653
* Temporarily disable double and triple selections since it depends onCarlos Garcia Campos2007-09-022-0/+17
| | | | | | | | | | | | | 2007-09-02 Carlos Garcia Campos <carlosgc@gnome.org> * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text), (pdf_selection_get_selection_region), (pdf_selection_get_selection_map): Temporarily disable double and triple selections since it depends on poppler cvs head. It'll be enabled again as soon as poppler 0.6 is released and the update of the external dependency minimal version approved. svn path=/trunk/; revision=2652
* Updated catalan translationGil Forcada Codinachs2007-09-022-264/+302
| | | | svn path=/trunk/; revision=2651
* Updated Occitan translationYannig MARCHEGAY2007-09-011-13/+15
| | | | svn path=/trunk/; revision=2650
* Actually fix printing regressions. Remove orientation from EvPrintContextCarlos Garcia Campos2007-09-016-92/+106
| | | | | | | | | | | | | 2007-09-01 Carlos Garcia Campos <carlosgc@gnome.org> * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin), (pdf_document_file_exporter_do_page): * libdocument/ev-file-exporter.h: * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run): * shell/ev-window.c: (ev_window_print_dialog_response_cb): Actually fix printing regressions. Remove orientation from EvPrintContext since it's redundant. svn path=/trunk/; revision=2649
* Add support for double and triple click selections.Carlos Garcia Campos2007-08-3120-188/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-08-31 Carlos Garcia Campos <carlosgc@gnome.org> * backend/dvi/dvi-document.c: (dvi_document_document_iface_init): * backend/impress/impress-document.c: (impress_document_document_iface_init): * backend/ps/ps-document.c: (ps_document_document_iface_init): * backend/djvu/djvu-document.c: (djvu_document_document_iface_init), (djvu_selection_get_selected_text), (djvu_selection_iface_init): * backend/tiff/tiff-document.c: (tiff_document_document_iface_init): * backend/pixbuf/pixbuf-document.c: (pixbuf_document_document_iface_init): * backend/comics/comics-document.c: (comics_document_document_iface_init): * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init), (pdf_selection_render_selection), (pdf_selection_get_selected_text), (pdf_selection_get_selection_region), (pdf_selection_get_selection_map), (pdf_selection_iface_init): * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text), (ev_selection_get_selection_region), (ev_selection_get_selection_map): * libdocument/ev-document.[ch]: * shell/ev-pixbuf-cache.[ch]: (add_job), (ev_pixbuf_cache_get_selection_surface), (update_job_selection): * shell/ev-view-private.h: * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new), (ev_job_render_run): * shell/ev-window.c: (ev_window_setup_action_sensitivity): * shell/ev-view.c: (start_selection_for_event), (ev_view_button_press_event), (ev_view_drag_data_get), (ev_view_drag_data_received), (ev_view_button_release_event), (compute_new_selection_text), (compute_selections), (ev_view_select_all), (get_selected_text), (ev_view_copy), (ev_view_primary_get_cb): Add support for double and triple click selections. svn path=/trunk/; revision=2648
* Update for release 2.19.4Nickolay V. Shmyrev2007-08-273-1/+36
| | | | | | | | | | | | 2007-08-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * NEWS: * configure.ac: Update for release 2.19.4 svn path=/trunk/; revision=2646
* Enables 'find next' when bindbar is hidden. Fixes bug #323817.Justin Blanchard2007-08-275-23/+62
| | | | | | | | | | | | | | | | | 2007-08-28 Justin Blanchard <justinb04@aim.com> * shell/ev-view-private.h: * shell/ev-view.c: (ev_view_expose_event), (ev_view_init), (ev_view_set_highlight_search): * shell/ev-view.h: * shell/ev-window.c: (ev_window_cmd_edit_find_next), (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb), (find_bar_visibility_changed_cb): Enables 'find next' when bindbar is hidden. Fixes bug #323817. svn path=/trunk/; revision=2645
* Updated Russian translation.Nickolay V. Shmyrev2007-08-272-250/+270
| | | | | | | | | 2007-08-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * ru.po: Updated Russian translation. svn path=/trunk/; revision=2644
* Create always a portrait cairo surface and rotate when needed forCarlos Garcia Campos2007-08-274-16/+51
| | | | | | | | | | | | | 2007-08-27 Carlos Garcia Campos <carlosgc@gnome.org> * backend/pdf/ev-poppler.cc: (pdf_print_context_free), (pdf_document_file_exporter_begin), (pdf_document_file_exporter_do_page): * shell/ev-jobs.c: (ev_job_print_run): * shell/ev-window.c: (ev_window_print_dialog_response_cb): Create always a portrait cairo surface and rotate when needed for landscape. It fixes printing problems in real printers. svn path=/trunk/; revision=2643
* Updated Portuguese translation.Duarte Loreto2007-08-262-234/+274
| | | | | | | | 2007-08-27 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. svn path=/trunk/; revision=2642
* Adjust number of pages per row according to page orientation when printingCarlos Garcia Campos2007-08-257-16/+62
| | | | | | | | | | | | | 2007-08-25 Carlos Garcia Campos <carlosgc@gnome.org> * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin): * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_get_capabilities): * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run): * shell/ev-window.c: (ev_window_print_dialog_response_cb): Adjust number of pages per row according to page orientation when printing 2 or 6 pages per sheet. svn path=/trunk/; revision=2641
* Reset also cups setting to 1 when printing multiple pages per sheet. FixesCarlos Garcia Campos2007-08-252-1/+10
| | | | | | | | | 2007-08-25 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_print_send): Reset also cups setting to 1 when printing multiple pages per sheet. Fixes bug #468853. svn path=/trunk/; revision=2640
* Use directly cairo_surface_get_content() when creating a similar surfaceCarlos Garcia Campos2007-08-242-8/+9
| | | | | | | | | | 2007-08-24 Carlos Garcia Campos <carlosgc@gnome.org> * libdocument/ev-document-misc.c: (ev_document_misc_surface_rotate_and_scale): Use directly cairo_surface_get_content() when creating a similar surface as suggested by Jeff Muizelaar. Thanks again. svn path=/trunk/; revision=2639
* Updated Canadian English translation.Adam Weinberger2007-08-232-405/+758
| | | | | | | | | | 2007-08-23 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=2638
* Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when creating pageCarlos Garcia Campos2007-08-235-5/+25
| | | | | | | | | | | | | | | 2007-08-24 Carlos Garcia Campos <carlosgc@gnome.org> * backend/djvu/djvu-document.c: (djvu_document_render): * backend/tiff/tiff-document.c: (tiff_document_render): * backend/pdf/ev-poppler.cc: (pdf_document_render): * libdocument/ev-document-misc.c: (ev_document_misc_surface_from_pixbuf), (ev_document_misc_surface_rotate_and_scale): Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when creating page surfaces. Fixes bug #453123. Thank you very much to Jeff Muizelaar <jeff@infidigm.net>. svn path=/trunk/; revision=2637
* Added Japanese help translation.Satoru Satoh2007-08-214-1/+954
| | | | svn path=/trunk/; revision=2636
* Updated Occitan translationYannig MARCHEGAY2007-08-211-0/+821
| | | | svn path=/trunk/; revision=2635
* Updated Occitan translationYannig MARCHEGAY2007-08-211-1/+1
| | | | svn path=/trunk/; revision=2633
* Updated Occitan translationYannig MARCHEGAY2007-08-211-238/+253
| | | | svn path=/trunk/; revision=2632
* Updated Occitan translationYannig MARCHEGAY2007-08-191-7/+4
| | | | svn path=/trunk/; revision=2631
* Also store in page-cache the dimensions of the thumbnails so that they canCarlos Garcia Campos2007-08-174-12/+131
| | | | | | | | | | | | | 2007-08-17 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-page-cache.c: (ev_page_cache_new), (ev_page_cache_get_thumbnail_size): * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (ev_sidebar_thumbnails_set_loading_icon): Also store in page-cache the dimensions of the thumbnails so that they can be used to create the correct loading icon in the side pane. Fixes bug #466857. svn path=/trunk/; revision=2630
* Fix thumbnails rotation in pdf documents that include embedded thumbnails.Carlos Garcia Campos2007-08-172-1/+17
| | | | | | | | | | 2007-08-17 Carlos Garcia Campos <carlosgc@gnome.org> * backend/pdf/ev-poppler.cc: (pdf_document_thumbnails_get_thumbnail): Fix thumbnails rotation in pdf documents that include embedded thumbnails. svn path=/trunk/; revision=2629
* Updated Occitan translationYannig MARCHEGAY2007-08-171-14/+12
| | | | svn path=/trunk/; revision=2628
* Updated French translation.Stéphane Raimbault2007-08-162-519/+280
| | | | svn path=/trunk/; revision=2627
* Don't use #ifdef in macro expansion. Some compilers don't like that.Jens Granseuer2007-08-152-3/+33
| | | | | | | | | | | 2007-08-15 Jens Granseuer <jensgr@gmx.net> * backend/pdf/ev-poppler.cc: Don't use #ifdef in macro expansion. Some compilers don't like that. Closes bug #467042. svn path=/trunk/; revision=2626
* Fixes memory leak in djvu backend.Justin Blanchard2007-08-152-0/+9
| | | | | | | | | | | 2007-08-15 Justin Blanchard <justinb04@aim.com> * backend/djvu/djvu-document.c: (djvu_document_finalize): Fixes memory leak in djvu backend. svn path=/trunk/; revision=2625
* Updated German translation.Hendrik Richter2007-08-152-18/+16
| | | | | | | | 2007-08-15 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=2624
* intltool-update deHendrik Richter2007-08-152-237/+283
| | | | | | | | 2007-08-15 Hendrik Richter <hendrikr@gnome.org> * de.po: intltool-update de svn path=/trunk/; revision=2623
* Ups once againNickolay V. Shmyrev2007-08-156-2/+3
| | | | svn path=/trunk/; revision=2622
* It's too hard to make things in the morning :(Nickolay V. Shmyrev2007-08-151-1/+0
| | | | svn path=/trunk/; revision=2621
* Forgot configure part in last changeNickolay V. Shmyrev2007-08-151-0/+3
| | | | svn path=/trunk/; revision=2620
* Icons for a new sizes.Andreas Nilsson2007-08-1513-1/+3726
| | | | | | | | | | | | | | | | | | 2007-08-15 Andreas Nilsson <nisses.mail@home.se> * data/icons/32x32/Makefile.am: * data/icons/32x32/actions/Makefile.am: * data/icons/32x32/actions/view-page-cont.svg: * data/icons/32x32/actions/view-page-facing.svg: * data/icons/48x48/Makefile.am: * data/icons/48x48/actions/Makefile.am: * data/icons/48x48/actions/view-page-cont.svg: * data/icons/48x48/actions/view-page-facing.svg: Icons for a new sizes. svn path=/trunk/; revision=2619
* Fixes invalid read, see bug #466401.Justin Blanchard2007-08-144-161/+186
| | | | | | | | | | | | 2007-08-14 Justin Blanchard <justinb04@aim.com> * shell/ev-page-cache.c: (build_height_to_page), (ev_page_cache_get_height_to_page): Fixes invalid read, see bug #466401. svn path=/trunk/; revision=2618
* Fix multihead problems in toolbar editor. Fixes bug #382055.Carlos Garcia Campos2007-08-113-6/+24
| | | | | | | | | | | 2007-08-11 Carlos Garcia Campos <carlosgc@gnome.org> * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (set_drag_cursor): * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (configure_item_cursor), (new_pixbuf_from_widget): Fix multihead problems in toolbar editor. Fixes bug #382055. svn path=/trunk/; revision=2617
* Use g_get_user_special_dir when available instead of xdg_user_dir_lookup.Carlos Garcia Campos2007-08-112-2/+32
| | | | | | | | | | 2007-08-11 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_cmd_file_open), (ev_window_cmd_save_as): Use g_get_user_special_dir when available instead of xdg_user_dir_lookup. svn path=/trunk/; revision=2616
* Updated according to request on desktop-devel.Nickolay V. Shmyrev2007-08-102-2/+11
| | | | | | | | | | | 2007-08-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * MAINTAINERS: Updated according to request on desktop-devel. svn path=/trunk/; revision=2615
* s/_Conteúdo/S_umário; see bug #461308.Leonardo Ferreira Fontenelle2007-08-052-193/+285
| | | | | | | | 2007-08-05 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> * pt_BR.po: s/_Conteúdo/S_umário; see bug #461308. svn path=/trunk/; revision=2614
* Do not use cairo_rectangle and cairo_clip since we are not usingCarlos Garcia Campos2007-08-052-20/+22
| | | | | | | | | | 2007-08-05 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view.c: (ev_view_expose_event), (draw_one_page): Do not use cairo_rectangle and cairo_clip since we are not using cairo_fill but cairo_paint. Use the same cairo context for every page in the same expose event. svn path=/trunk/; revision=2613
* Fixed wrong translation.Takeshi AIHANA2007-08-052-182/+182
| | | | | | | | 2007-08-05 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Fixed wrong translation. svn path=/trunk/; revision=2612
* Updated Brazilian Portuguese translationRaphael Higino2007-08-042-358/+307
| | | | svn path=/trunk/; revision=2611
* Added Changelog entries for sinhala SANDRA MARAKKALA DANISHKA NAVIN2007-08-031-0/+6
| | | | svn path=/trunk/; revision=2610
* si.po updated SANDRA MARAKKALA DANISHKA NAVIN2007-08-031-0/+1363
| | | | svn path=/trunk/; revision=2609
* Fixed 2 fuzzys.Ihar Hrachyshka2007-08-031-4/+2
| | | | svn path=/trunk/; revision=2608