Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Added Belarusian Latin translationIhar Hrachyshka2007-08-033-0/+1328
| | | | svn path=/trunk/; revision=2606
* Plugged memory leak.Hiroyuki Ikezoe2007-07-312-2/+11
| | | | | | | | | | | 2007-07-31 Hiroyuki Ikezoe <poincare@ikezoe.net> * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory leak. svn path=/trunk/; revision=2605
* Renamed ca/figues to ca/figuresJosep Puigdemont i Casamajó2007-07-302-0/+4
| | | | svn path=/trunk/; revision=2603
* Binding are a new featureNickolay V. Shmyrev2007-07-302-3/+2
| | | | svn path=/trunk/; revision=2601
* Release 0.9.3Carlos Garcia Campos2007-07-303-1/+37
| | | | | | | | | 2007-07-30 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * NEWS: Release 0.9.3 svn path=/trunk/; revision=2600
* Fix a headers problem with ev-linkCarlos Garcia Campos2007-07-309-11/+123
| | | | | | | | | | | | | | | | | | 2007-07-30 Carlos Garcia Campos <carlosgc@gnome.org> * libdocument/ev-document-info.h: * libdocument/ev-document.h: * shell/ev-page-action.h: * shell/ev-sidebar-links.h: Fix a headers problem with ev-link * libdocument/ev-link.[ch]: (ev_link_mapping_get_area): * shell/ev-view-private.h: * shell/ev-view.c: (ev_view_handle_cursor_over_xy), (get_link_area), (ev_view_query_tooltip), (ev_view_leave_notify_event), (ev_view_destroy), (ev_view_class_init): Use new gtk tooltips when available instead of ev-tooltip. svn path=/trunk/; revision=2599
* Require poppler_form_field_text_is_password from CVSNickolay V. Shmyrev2007-07-301-0/+1
| | | | svn path=/trunk/; revision=2598
* Do not hide sidebar in fullscreen mode. Fixes bug #396535.Carlos Garcia Campos2007-07-302-4/+9
| | | | | | | | | 2007-07-30 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (update_chrome_visibility), (ev_window_sidebar_visibility_changed_cb): Do not hide sidebar in fullscreen mode. Fixes bug #396535. svn path=/trunk/; revision=2597
* Fix compile warnings.Carlos Garcia Campos2007-07-294-5/+25
| | | | | | | | | | | | | 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-navigation-action.c: (ev_navigation_action_history_changed), (ev_navigation_action_set_history): * shell/ev-navigation-action-widget.c: (ev_navigation_action_widget_init): * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb): Fix compile warnings. svn path=/trunk/; revision=2596
* Fix memory leak.Carlos Garcia Campos2007-07-292-0/+10
| | | | | | | | | 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org> * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (egg_editable_toolbar_dispose): Fix memory leak. svn path=/trunk/; revision=2595
* Use g_timeout_add_seconds instead of g_timeout_add when available.Carlos Garcia Campos2007-07-295-9/+55
| | | | | | | | | | | | | 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org> * cut-n-paste/totem-screensaver/totem-scrsaver.c: (screensaver_disable_x11): * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout): * shell/ev-window.c: (presentation_set_timeout): * shell/ev-view.c: (ev_view_presentation_transition_start): Use g_timeout_add_seconds instead of g_timeout_add when available. svn path=/trunk/; revision=2594
* Set horizontal scrollbar policy to AUTOMATIC instead of NEVER. WorkaroundCarlos Garcia Campos2007-07-292-1/+12
| | | | | | | | | 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init): Set horizontal scrollbar policy to AUTOMATIC instead of NEVER. Workaround for bug #449462. svn path=/trunk/; revision=2593
* Add page_ready callback to main loop with high priority and hold aCarlos Garcia Campos2007-07-292-1/+11
| | | | | | | | | 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-jobs.c: (ev_job_render_page_ready): Add page_ready callback to main loop with high priority and hold a reference to job during idle. svn path=/trunk/; revision=2592
* Allow printing multiple pages per sheet. Fixes bug #395573.Carlos Garcia Campos2007-07-297-32/+153
| | | | | | | | | | | | | | | | 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * backend/pdf/ev-poppler.cc: (pdf_print_context_free), (pdf_document_file_exporter_begin), (pdf_document_file_exporter_do_page), (pdf_document_file_exporter_get_capabilities): * libdocument/ev-file-exporter.h: * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run): * shell/ev-window.c: (ev_window_print_send), (ev_window_print_dialog_response_cb): Allow printing multiple pages per sheet. Fixes bug #395573. svn path=/trunk/; revision=2591
* Check for NULL, fixes bug #460862.Nickolay V. Shmyrev2007-07-292-3/+10
| | | | | | | | | | | 2007-07-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * shell/ev-view.c: (tip_from_link): Check for NULL, fixes bug #460862. svn path=/trunk/; revision=2590
* s/gtk/gdkNickolay V. Shmyrev2007-07-291-2/+2
| | | | svn path=/trunk/; revision=2589
* Fixes bug #437681 - blocks while enumerating printers.Christian Persch2007-07-292-50/+73
| | | | | | | | | | | | | 2007-07-29 Christian Persch <chpe@gnome.org> * shell/ev-window.c: (ev_window_enumerate_printer_cb), (ev_window_preview_print_finished), (ev_window_do_preview_print), (ev_window_cmd_preview_print): Fixes bug #437681 - blocks while enumerating printers. svn path=/trunk/; revision=2588
* Don't use deprecated gtk+ function. See bug #460909.Christian Persch2007-07-292-17/+14
| | | | | | | | | | | 2007-07-29 Christian Persch <chpe@gnome.org> * shell/ev-window.c: (ev_window_screen_changed): Don't use deprecated gtk+ function. See bug #460909. svn path=/trunk/; revision=2587
* Updated Occitan translationYannig MARCHEGAY2007-07-291-3/+3
| | | | svn path=/trunk/; revision=2586
* Updated Basque translationInaki Larranaga Murgoitio2007-07-282-246/+280
| | | | | | | | | 2007-07-28 Inaki Larranaga Murgoitio <dooteo@zundan.com> * eu.po: Updated Basque translation svn path=/trunk/; revision=2585
* Do not use display before initializing it. Remove compile warnings.Carlos Garcia Campos2007-07-273-10/+20
| | | | | | | | | | 2007-07-27 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-utils.c: (get_num_monitors): * shell/ev-window.c: (ev_window_sizing_mode_changed_cb): Do not use display before initializing it. Remove compile warnings. svn path=/trunk/; revision=2584
* Unix-like hjkl bindings added. See bug #458111.Cosimo Cecchi2007-07-272-0/+15
| | | | | | | | | | | | 2007-07-27 Cosimo Cecchi <anarki@lilik.it> * shell/ev-view.c: (ev_view_class_init): Unix-like hjkl bindings added. See bug #458111. svn path=/trunk/; revision=2583
* Reorganizes utility functions.Johannes Buchner2007-07-277-79/+124
| | | | | | | | | | | | | | | | | | | | 2007-07-27 Johannes Buchner <buchner.johannes@gmx.at> * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi): * shell/ev-utils.h: * shell/ev-view.c: (ev_view_set_zoom_for_size), (ev_view_update_view_size): * shell/ev-view.h: * shell/ev-window.c: (ev_window_update_actions), (setup_view_from_metadata), (ev_window_screen_changed), (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb), (zoom_control_changed_cb): * shell/ev-window.h: Reorganizes utility functions. svn path=/trunk/; revision=2582
* Add page_ready signal to notify that page is ready as soon as possibleCarlos Garcia Campos2007-07-264-52/+146
| | | | | | | | | | | | | | | | | | | 2007-07-26 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb), (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info), (add_job), (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): * shell/ev-jobs.[ch]: (ev_job_render_class_init), (notify_page_ready), (ev_job_render_page_ready), (ev_job_render_run): Add page_ready signal to notify that page is ready as soon as possible even if other page elements like links, forms, images or text mapping are not ready yet. svn path=/trunk/; revision=2581