Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add print button in preview mode. Fixes bug #396475.Carlos Garcia Campos2007-05-117-11/+225
| | | | | | | | | | | | | | | | | | 2007-05-11 Carlos Garcia Campos <carlosgc@gnome.org> * data/evince-ui.xml: * shell/ev-application.[ch]: (get_print_settings_from_args), (ev_application_open_uri_at_dest), (ev_application_open_uri), (ev_application_open_uri_list): * shell/ev-window.[ch]: (ev_window_clear_print_settings_file), (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest), (ev_window_cmd_recent_file_activate), (ev_window_run_preview), (ev_window_cmd_view_reload), (lookup_printer_from_name), (ev_window_preview_print_finished), (ev_window_cmd_preview_print), (ev_window_dispose): * shell/main.c: (arguments_parse): Add print button in preview mode. Fixes bug #396475. svn path=/trunk/; revision=2450
* Updated Spanish translationJorge Gonzalez Gonzalez2007-05-102-126/+134
| | | | svn path=/trunk/; revision=2449
* sv.po: Updated Swedish translationDaniel Nylander2007-05-102-147/+166
| | | | svn path=/trunk/; revision=2448
* Fixes zoom level factors. See bug #408119 for details.Nickolay V. Shmyrev2007-05-092-2/+9
| | | | | | | | | | | 2007-05-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * cut-n-paste/zoom-control/ephy-zoom.h: Fixes zoom level factors. See bug #408119 for details. svn path=/trunk/; revision=2447
* Correctly quote symbols. Fixes crash in the bug #415370.Nickolay V. Shmyrev2007-05-092-2/+19
| | | | | | | | | | | | | 2007-05-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * backend/comics/comics-document.c: (comics_regex_quote), (extract_argv): Correctly quote symbols. Fixes crash in the bug #415370. svn path=/trunk/; revision=2446
* Connect to button-press event on correct widget. Fixes bug #431988Nickolay V. Shmyrev2007-05-092-15/+28
| | | | | | | | | | | | | | | | 2007-05-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * shell/ev-navigation-action-widget.c: (ev_navigation_action_widget_init), (ev_navigation_action_widget_class_init), (ev_navigation_action_widget_button_press_event): Connect to button-press event on correct widget. Fixes bug #431988 svn path=/trunk/; revision=2445
* Add app-specific icons to our icon theme. Fixes bug #425508.Nickolay V. Shmyrev2007-05-094-27/+56
| | | | | | | | | | | | | | | | 2007-05-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * shell/ev-application.c: (ev_application_open_window), (ev_application_add_icon_path_for_screen), (ev_application_open_uri_at_dest): * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow): * shell/ev-navigation-action.c: (build_menu): Add app-specific icons to our icon theme. Fixes bug #425508. svn path=/trunk/; revision=2444
* Make navigation action unsensitive instead of showing menu withNickolay V. Shmyrev2007-05-095-18/+56
| | | | | | | | | | | | | | | | | | | | 2007-05-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * shell/ev-history.c: (ev_history_class_init), (ev_history_add_link): * shell/ev-history.h: * shell/ev-navigation-action.c: (ev_navigation_action_history_changed), (ev_navigation_action_set_history), (build_menu), (ev_navigation_action_finalize): * shell/ev-window.c: (ev_window_setup_action_sensitivity): Make navigation action unsensitive instead of showing menu with unsensitive word. svn path=/trunk/; revision=2443
* Remember print settings. Fixes bug #349102.Carlos Garcia Campos2007-05-084-3/+113
| | | | | | | | | | | 2007-05-08 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-application.[ch]: (ev_application_shutdown), (ev_application_get_print_settings), (ev_application_set_print_settings): * shell/ev-window.c: Remember print settings. Fixes bug #349102. svn path=/trunk/; revision=2442
* Updated Spanish translationJorge Gonzalez Gonzalez2007-05-082-137/+150
| | | | svn path=/trunk/; revision=2441
* No need for a configure check; just use the GTK_CHECK_VERSION macro. BugChristian Persch2007-05-083-8/+12
| | | | | | | | | | | | 2007-05-08 Christian Persch <chpe@gnome.org> * configure.ac: * properties/ev-properties-view.c: No need for a configure check; just use the GTK_CHECK_VERSION macro. Bug #382438. svn path=/trunk/; revision=2440
* Updated Norwegian bokmål translation from Espen Stefansen.Kjartan Maraas2007-05-082-203/+174
| | | | | | | | | 2007-05-08 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation from Espen Stefansen. svn path=/trunk/; revision=2439
* Use gtk+ builtin paper list to identify the document's paper size. FixesCarlos Garcia Campos2007-05-083-0/+118
| | | | | | | | | | 2007-05-08 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * properties/ev-properties-view.c: (ev_regular_paper_size): Use gtk+ builtin paper list to identify the document's paper size. Fixes bug #382438. svn path=/trunk/; revision=2438
* Fix build when compiling with thumbnailer and libgnome support.Carlos Garcia Campos2007-05-042-2/+8
| | | | | | | | 2007-05-04 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: Fix build when compiling with thumbnailer and libgnome support. svn path=/trunk/; revision=2437
* Add --without-libgnome, check for libgnome and libgnomeui separately, andRoss Burton2007-05-045-12/+102
| | | | | | | | | | | | | | | | | | | | | | | 2007-05-04 Ross Burton <ross@openedhand.com> * configure.ac: Add --without-libgnome, check for libgnome and libgnomeui separately, and add them to the symbols as required. * libdocument/ev-file-helpers.c: When building without libgnome, use g_get_user_config_dir instead of gnome_user_dir_get. * shell/ev-application.c: When building without libgnome, don't use session management. * shell/main.c: When building without libgnome, don't use GnomeProgram or initialise the authentication manager. This fixes #328842. svn path=/trunk/; revision=2436
* Don't use libgnome to open help, instead call Yelp directly.Ross Burton2007-05-042-4/+38
| | | | | | | | | 2007-05-04 Ross Burton <ross@openedhand.com> * shell/ev-window.c: Don't use libgnome to open help, instead call Yelp directly. svn path=/trunk/; revision=2435
* Don't use libgnome to lookup icons for MIME types, instead copy code fromRoss Burton2007-05-042-15/+28
| | | | | | | | | | 2007-05-04 Ross Burton <ross@openedhand.com> * shell/ev-sidebar-attachments.c: Don't use libgnome to lookup icons for MIME types, instead copy code from GTK+ to do it manually. svn path=/trunk/; revision=2434
* Add libxml to the dependencies for SHELL_CORE (#435818).Ross Burton2007-05-042-1/+6
| | | | | | | | | 2007-05-04 Ross Burton <ross@openedhand.com> * configure.ac: Add libxml to the dependencies for SHELL_CORE (#435818). svn path=/trunk/; revision=2433
* Add --disable-thumbnailer (#434825)Ross Burton2007-05-023-1/+24
| | | | | | | | | | 2007-05-02 Ross Burton <ross@openedhand.com> * configure.ac: * Makefile.am: Add --disable-thumbnailer (#434825) svn path=/trunk/; revision=2431
* Add missing includes, fix indentation.Ross Burton2007-05-023-5/+16
| | | | | | | | | | | | 2007-05-02 Ross Burton <ross@openedhand.com> * shell/ev-window.c: Add missing includes, fix indentation. * shell/main.c: Fix indentation. svn path=/trunk/; revision=2430
* Use ev_application_open_uri_at_dest instead of ev_application_open_uriEduardo Lima2007-04-302-2/+11
| | | | | | | | | | | | | 2007-04-30 Eduardo Lima <eduardo.lima@indt.org.br> * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use ev_application_open_uri_at_dest instead of ev_application_open_uri preventing new document always being opened in a new window even if there is an empty window. svn path=/trunk/; revision=2429
* Add missing chain to parent class methods. Fixes bug #433128.Nickolay V. Shmyrev2007-04-297-0/+28
| | | | | | | | | | | | | | | | | | | | 2007-04-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * cut-n-paste/recent-files/egg-recent-view-uimanager.c: (egg_recent_view_uimanager_finalize): * properties/ev-properties-view.c: (ev_properties_view_dispose): * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize): * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize), (ev_pixbuf_cache_dispose): * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose): * shell/ev-tooltip.c: (ev_tooltip_dispose): Add missing chain to parent class methods. Fixes bug #433128. svn path=/trunk/; revision=2428
* Updates gtk-update-icon-cache in uninstall-hook.Brian Pepple2007-04-292-1/+9
| | | | | | | | | | | 2007-04-22 Brian Pepple <bpepple@fedoraproject.org> * data/Makefile.am (update-icon-cache): Updates gtk-update-icon-cache in uninstall-hook. svn path=/trunk/; revision=2427
* Added Occitan translation.Christophe Merlet2007-04-253-0/+1552
| | | | svn path=/trunk/; revision=2423
* Updated Spanish translation.Jorge Gonzalez Gonzalez2007-04-232-127/+146
| | | | svn path=/trunk/; revision=2421
* Updated Italian translation by Francesco Marletta.Luca Ferretti2007-04-232-337/+509
| | | | | | | | | 2007-04-23 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation by Francesco Marletta. svn path=/trunk/; revision=2420
* Updated British English translationDavid Lodge2007-04-222-166/+180
| | | | svn path=/trunk/; revision=2418
* Start rendering pages before any other jobs.Carlos Garcia Campos2007-04-224-27/+50
| | | | | | | | | | | 2007-04-22 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_setup_document), (ev_window_set_document), (ev_window_load_job_cb): * shell/ev-view.c: (setup_caches): * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document): Start rendering pages before any other jobs. svn path=/trunk/; revision=2417
* Update chrome visibility before window unfullscreen.Carlos Garcia Campos2007-04-222-4/+9
| | | | | | | | | 2007-04-22 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_stop_fullscreen), (ev_window_stop_presentation): Update chrome visibility before window unfullscreen. svn path=/trunk/; revision=2416
* Fixes in Brazilian Portuguese translation by Washington LinsLeonardo Ferreira Fontenelle2007-04-212-154/+164
| | | | | | | | | | 2007-04-21 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> * pt_BR.po: Fixes in Brazilian Portuguese translation by Washington Lins <washington-lins@uol.com.br> and me (Leonardo F. Fontenelle <leo.fontenelle@gmail.com>). svn path=/trunk/; revision=2415
* sv.po: Updated Swedish translationDaniel Nylander2007-04-212-171/+415
| | | | svn path=/trunk/; revision=2413
* Make fullscreen toolbar always visible. Do not use egg toolbars forCarlos Garcia Campos2007-04-209-402/+236
| | | | | | | | | | | | | | | | | | | | | 2007-04-20 Carlos Garcia Campos <carlosgc@gnome.org> * data/Makefile.am: * data/evince-ui.xml: * shell/ev-stock-icons.[ch]: * shell/ev-application.[ch]: (ev_application_shutdown), (ev_application_init), (ev_application_get_toolbars_model): * shell/ev-window.c: (update_chrome_visibility), (fullscreen_toolbar_setup_item_properties), (ev_window_run_fullscreen), (ev_window_stop_fullscreen), (ev_window_run_presentation), (ev_window_stop_presentation), (ev_window_run_preview), (ev_window_screen_changed), (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation), (ev_window_dispose), (ev_window_init): Make fullscreen toolbar always visible. Do not use egg toolbars for fullscreen and preview modes since such toolbars are not editables. Fixes bugs #300278, #338910 and #316188. svn path=/trunk/; revision=2412
* Updated Czech translation.Jakub Friedl2007-04-202-114/+127
| | | | | | | | | 2007-04-20 Jakub Friedl <jfriedl@suse.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=2411
* Developers documentation updated.Iñigo Martínez2007-04-207-1/+281
| | | | | | | | | | | | | | | | 2007-04-20 Iñigo Martínez <inigomartinez@gmail.com> * shell/ev-application.c: * shell/ev-job-queue.c: * shell/ev-metadata-manager.c: * shell/ev-stock-icons.c: * shell/ev-window.c: * shell/main.c: Developers documentation updated. svn path=/trunk/; revision=2410
* Check whether uri is valid before launching it. Fixes bug #427664.Carlos Garcia Campos2007-04-192-1/+42
| | | | | | | | 2007-04-19 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (uri_is_valid), (launch_external_uri): Check whether uri is valid before launching it. Fixes bug #427664. svn path=/trunk/; revision=2409
* Change key accelerator for Open a Copy menu entry which is in conflictCarlos Garcia Campos2007-04-192-1/+8
| | | | | | | | | 2007-04-19 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: Change key accelerator for Open a Copy menu entry which is in conflict with Close. Fixes bug #427321. svn path=/trunk/; revision=2408
* POTFILES.in: Added missing fileDaniel Nylander2007-04-151-0/+1
| | | | svn path=/trunk/; revision=2406
* Updated Greek translationKostas Papadimas2007-04-152-172/+179
| | | | svn path=/trunk/; revision=2405
* Updated Estonian translation by Ivar Smolin <okul@linux.ee>.Priit Laes2007-04-102-18/+7
| | | | | | | | 2007-04-12 Priit Laes <plaes@svn.gnome.org> * et.po: Updated Estonian translation by Ivar Smolin <okul@linux.ee>. svn path=/trunk/; revision=2404
* Updated Czech translation.Jakub Friedl2007-04-102-131/+128
| | | | | | | | | 2007-04-10 Jakub Friedl <jfriedl@suse.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=2403
* Update for release 0.8.1Nickolay V. Shmyrev2007-04-093-1/+32
| | | | | | | | | | | | 2007-04-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * NEWS: * configure.ac: Update for release 0.8.1 svn path=/trunk/; revision=2401
* Do not make window bigger than screen. Fixes bug #388985.Nickolay V. Shmyrev2007-04-092-4/+27
| | | | | | | | | | | | 2007-04-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * shell/ev-window.c: (setup_size_from_metadata): Do not make window bigger than screen. Fixes bug #388985. svn path=/trunk/; revision=2400
* Use default resolution when it's not provided by document. Fixes bugCarlos Garcia Campos2007-04-082-15/+38
| | | | | | | | | | 2007-03-08 Carlos Garcia Campos <carlosgc@gnome.org> * backend/tiff/tiff-document.c: (tiff_document_get_resolution), (tiff_document_get_page_size), (tiff_document_render_pixbuf): Use default resolution when it's not provided by document. Fixes bug #408762. svn path=/trunk/; revision=2399
* Add support for ps, eps and compressed documents thumbnails. Do not ignoreCarlos Garcia Campos2007-04-086-39/+317
| | | | | | | | | | | | | 2007-03-08 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * thumbnailer/Makefile.am: * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get): * thumbnailer/evince-thumbnailer.schemas.in: * thumbnailer/evince-thumbnailer-ps.schemas.in: Add support for ps, eps and compressed documents thumbnails. Do not ignore size parameter. svn path=/trunk/; revision=2398
* Implement font color specials in the DVI backend. Fixes bug #303651.Ricardo Markiewicz2007-04-073-4/+119
| | | | | | | | | | 2007-04-07 Ricardo Markiewicz <rmarkie@fi.uba.ar> * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb), (dvi_document_do_color_special): * backend/dvi/mdvi-lib/special.c: (register_builtin_specials): Implement font color specials in the DVI backend. Fixes bug #303651. svn path=/trunk/; revision=2397
* Updated Czech translation.Jakub Friedl2007-04-062-15/+18
| | | | | | | | | 2007-04-06 Jakub Friedl <jfriedl@suse.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=2396
* Updated Spanish translation by Jorge González.Claudio Saavedra2007-04-032-301/+690
| | | | | | | | | | 2007-04-03 Claudio Saavedra <csaavedra@alumnos.utalca.cl> * es/es.po: Updated Spanish translation by Jorge González. svn path=/trunk/; revision=2395
* Updated Czech Translation.Jakub Friedl2007-04-032-364/+502
| | | | | | | | | | 2007-04-03 Jakub Friedl <jfriedl@suse.cz> * cs.po: Updated Czech Translation. svn path=/trunk/; revision=2394
* Fixup the previous commitMatthias Clasen2007-04-024-17/+12
| | | | svn path=/trunk/; revision=2393
* Use the xdg-user-dirs DOCUMENTS folder as default folder when opening aMatthias Clasen2007-04-023-1/+188
| | | | | | | | | | | | | | | 2007-04-02 Matthias Clasen <mclasen@redhat.com> * shell/ev-window.c (file_open_dialog_response_cb): Use the xdg-user-dirs DOCUMENTS folder as default folder when opening a file chooser. (#424858) * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from xdg-user-dirs. svn path=/trunk/; revision=2392