Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Bump GTK+ requirements to 2.20.0Carlos Garcia Campos2010-03-311-1/+0
| | | | Remove GTK_CHECK_VERSION macros and unneeded code.
* [previewer] Close with control + wDiego Escalante Urrelo2010-03-311-0/+1
| | | | Fixes bug #612972.
* [previewer] Add some more keybindingsCarlos Garcia Campos2010-03-311-0/+18
|
* Assorted string fixesPhilip Withnall2010-02-031-1/+1
| | | | | Assorted string fixes, fixing some missing words, incorrect capitalisation; and converting ellipses and dashes into the appropriate Unicode characters.
* Add evince icon to the win32 executableHib Eris2009-12-222-0/+1
|
* Fix typo in rotate-right menu item nameCarlos Garcia Campos2009-12-191-1/+1
|
* Drop gnome-icon-theme dependencyHib Eris2009-12-1930-7/+1204
| | | | | | | | | | | | | | | | | | As far as I can tell, Evince required only 3 icons from gnome-icon-theme, 'object-rotate-left', 'object-rotate-right' and 'x-office-presentation'. This patch adds copies for these icons from gnome-icon-theme-2.24. It also removes the compile-time check for gnome-icon-theme on all platforms execpt gnome. Note, when gnome-icon-theme is installed, the icons from that theme take precedence over the icons from this patch. Therefore, evince uses the icons from this patch only as a backup when no gnome-icon-theme is installed. All added icons are copied from gnome-icon-theme-2.24, which is licensed under GNU GPLv2.
* Add option for displaying with inverted-colorsJuanjo Marín2009-11-292-0/+4
| | | | Fixes bgo#321823.
* Add invert icon for inverted colors optionJuanjo Marín2009-11-292-0/+1
| | | | Icon borrowed from GIMP. See bgo#321823.
* Add options to open and save attachment annotations to context menuCarlos Garcia Campos2009-11-171-0/+3
|
* Use "n" and "p" keys for page jumpCarlos Garcia Campos2009-11-151-0/+2
| | | | Fixes bgo#601217.
* [build] Remove gitignore files from gitChristian Persch2009-10-2518-400/+0
| | | | They're autogenerated now.
* [build] Include git.mk in all MakefilesChristian Persch2009-10-2218-0/+36
|
* [build] Automatically keep .gitignore files updatedChristian Persch2009-10-2118-0/+400
| | | | Import git.mk.
* build: Silence the DBUS service file ruleChristian Persch2009-10-201-1/+1
| | | | Add $(AM_V_GEN), and use $(SED).
* Run evince instances in different processes instead of single instanceCarlos Garcia Campos2009-10-202-7/+23
| | | | | | | | | | | | - When built with DBus support a daemon is used to keep track of opened documents and reload them when reopened. - Crash recovery code has been removed. - Metadata migration code has been moved from main.c to ev-daemon.c, so that it's only run once on daemon startup. Fixes bgo#583680, bgo#434966, bgo#497388, bgo#524633 and bgo#586087.
* build: Add some more $(AM_V_GEN)sChristian Persch2009-08-161-2/+0
|
* [docs] More grammar fixesNorm Meyer2009-07-221-2/+2
|
* [docs] Grammar fixesNorm Meyer2009-07-221-4/+4
|
* [build] Don't install schema files without gconfNickolay V. Shmyrev2009-07-151-0/+8
| | | | Fixes issue with schema files installed into root folder
* Add close, resize-se and resize-sw icons copied from stickynotes appletCarlos Garcia Campos2009-05-124-1/+4
|
* [ui] Renamed menu entry to Page SetupNickolay V. Shmyrev2009-05-031-1/+1
| | | | | To match with gtk+ dialog title and other applications like gedit. Fixes GNOME bug #581109
* Added F3 as a find-next accelerator key, bug 579072Michael J. Chudobiak2009-04-301-0/+1
|
* Add missing file. Fixes bug #578436Carlos Garcia Campos2009-04-101-0/+15
| | | | svn path=/trunk/; revision=3593
* Remove the preview mode from EvWindow. EvPrintOperation now launchesCarlos Garcia Campos2009-04-081-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | 2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org> * data/evince-ui.xml: * shell/ev-application.[ch]: (ev_application_open_uri_at_dest), (ev_application_open_uri), (ev_application_open_uri_list): * shell/ev-print-operation.c: (export_print_done): * shell/ev-window.[ch]: (ev_window_setup_action_sensitivity), (update_chrome_visibility), (ev_window_clear_local_uri), (ev_window_load_job_cb), (window_open_file_copy_ready_cb), (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest), (ev_window_cmd_recent_file_activate), (ev_window_open_recent_action_item_activated), (ev_window_dispose), (open_remote_link): * shell/main.c: (launch_previewer), (arguments_parse), (main): Remove the preview mode from EvWindow. EvPrintOperation now launches evince-previewer. The preview mode command line options have not been removed to keep backwards compatibility, launching evince-previewer when evince is run in preview mode. svn path=/trunk/; revision=3579
* Add evince-previewer as a separate applicaton that implements the previewCarlos Garcia Campos2009-04-081-2/+5
| | | | | | | | | | | | | | | | 2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * Makefile.am: * data/Makefile.am: * previewer/Makefile.am: * previewer/ev-previewer-window.[ch]: * previewer/ev-previewer.c: Add evince-previewer as a separate applicaton that implements the preview mode. svn path=/trunk/; revision=3578
* Direct bug-buddy bugs to the BugBuddyBugs component.Christian Persch2009-03-311-1/+1
| | | | | | | * data/evince.desktop.in.in: Direct bug-buddy bugs to the BugBuddyBugs component. svn path=/trunk/; revision=3564
* Removed RemovedCarlos Garcia Campos2008-12-033-1111/+0
| | | | | | | | | | | | | | | | | | 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
* Add eye icon from gimp to hide/show layers.Carlos Garcia Campos2008-11-152-0/+1
| | | | | | | | | | | | 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
* Allow to add SaveAs to toolbar.Abhishek Mukherjee2008-04-231-0/+1
| | | | | | | | | | | 2008-04-24 Abhishek Mukherjee <linkinpark342@gmail.com> * data/evince-toolbar.xml: Allow to add SaveAs to toolbar. svn path=/trunk/; revision=3020
* Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.Carlos Garcia Campos2008-04-121-0/+1
| | | | | | | | | | | 2008-04-12 Carlos Garcia Campos <carlosgc@gnome.org> * data/evince-ui.xml: * shell/ev-window.c: Add Ctrl-Insert keybinding for copying text. Fixes bug #526523. svn path=/trunk/; revision=3003
* Override PDF restrictions by default. Fixes bug #382700.Wouter Bolsterlee2008-01-241-1/+1
| | | | | | | | | | | | 2008-01-24 Wouter Bolsterlee <wbolster@svn.gnome.org> * NEWS: * data/evince.schemas.in: * shell/ev-window.c: (ev_window_setup_action_sensitivity): Override PDF restrictions by default. Fixes bug #382700. svn path=/trunk/; revision=2851
* Autoscroll feature with the context menu. Fixes bug #323670. Thanks toNickolay V. Shmyrev2007-12-232-0/+2
| | | | | | | | | | | | | | | | | | | | | | 2007-12-23 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * data/evince-toolbar.xml: * data/evince-ui.xml: * shell/ev-view-private.h: * shell/ev-view.c: (ev_view_handle_cursor_over_xy), (ev_view_button_press_event), (ev_view_motion_notify_event), (ev_view_button_release_event), (ev_view_init), (ev_view_autoscroll_cb), (ev_view_autoscroll), (ev_view_set_cursor): * shell/ev-view.h: * shell/ev-window.c: (ev_window_setup_action_sensitivity), (ev_window_cmd_view_autoscroll): Autoscroll feature with the context menu. Fixes bug #323670. Thanks to David Turner <cillian64@googlemail.com>. svn path=/trunk/; revision=2781
* Add an expander to the open toolbar item which pops up a dropdown menuCarlos Garcia Campos2007-10-281-1/+1
| | | | | | | | | | | | | | | 2007-10-29 Carlos Garcia Campos <carlosgc@gnome.org> * data/evince-toolbar.xml: * shell/Makefile.am: * shell/ev-application.c: (ev_application_init): * shell/ev-open-recent-action.[ch]: * shell/ev-window.c: (ev_window_open_recent_action_item_activated), (register_custom_actions): Add an expander to the open toolbar item which pops up a dropdown menu with the recently used documents. Fixes bug #487215. svn path=/trunk/; revision=2731
* Fixes desktop file issues. See bug #473471.Götz Waschk2007-09-051-1/+0
| | | | | | | | | | | | 2007-09-05 Götz Waschk <waschk@mandriva.org> * configure.ac: * data/evince.desktop.in.in: Fixes desktop file issues. See bug #473471. svn path=/trunk/; revision=2665
* Ups once againNickolay V. Shmyrev2007-08-155-1/+1
| | | | svn path=/trunk/; revision=2622
* Icons for a new sizes.Andreas Nilsson2007-08-1512-1/+3713
| | | | | | | | | | | | | | | | | | 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
* 2007-07-02 Nickolay V. Shmyrev <nshmyrev@yandex.ruNickolay V. Shmyrev2007-07-021-0/+2
| | | | | | | | | | | * data/evince-toolbar.xml: * shell/ev-window.c: Let user add a presentation and fullscreen icons on toolbar. See bug #449734. svn path=/trunk/; revision=2538
* Zoom icon artwork. See bug #444795.Michael Monreal2007-06-068-0/+467
| | | | | | | | | | | | | | | | | | 2007-06-07 Michael Monreal <infernux@web.de> * data/icons/16x16/actions/Makefile.am: * data/icons/16x16/actions/zoom.svg: * data/icons/22x22/actions/Makefile.am: * data/icons/22x22/actions/zoom.svg: * data/icons/24x24/actions/Makefile.am: * shell/ev-stock-icons.c: * shell/ev-stock-icons.h: * shell/ev-window.c: Zoom icon artwork. See bug #444795. svn path=/trunk/; revision=2488
* Add print button in preview mode. Fixes bug #396475.Carlos Garcia Campos2007-05-111-0/+2
| | | | | | | | | | | | | | | | | | 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
* Updates gtk-update-icon-cache in uninstall-hook.Brian Pepple2007-04-291-1/+4
| | | | | | | | | | | 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
* Make fullscreen toolbar always visible. Do not use egg toolbars forCarlos Garcia Campos2007-04-203-26/+23
| | | | | | | | | | | | | | | | | | | | | 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
* "Application" is not a valid category in the freedesktop specification.Christian Kirbach2007-03-071-1/+1
| | | | | | | | | * data/evince.desktop.in.in: "Application" is not a valid category in the freedesktop specification. svn path=/trunk/; revision=2370
* Added man fileNickolay V. Shmyrev2007-01-302-0/+48
| | | | | | | | | | | | 2007-01-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * data/Makefile.am: * data/evince.1: Added man file svn path=/trunk/; revision=2277
* Fix a wrong filename (continious-->continuous)Luca Ferretti2007-01-191-0/+0
| | | | svn path=/trunk/; revision=2236
* Move Evince icons under new apps directory.Luca Ferretti2007-01-1938-20/+1200
| | | | | | | | | | | | | | | | | | | | | | | | | | 2007-01-19 Luca Ferretti <elle.uca@libero.it> * data/icons/*/apps/evince.*: Move Evince icons under new apps directory. * data/icons/*/actions/*: Add new custom themeable Evince icons: view-page-continuous, view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas Nilsson, at 16 and 22 pixels (plus 24 for compatibility). * configure.ac: Add new directories to AC_CONFIG_FILES. * shell/ev-stock-icons.c: * shell/ev-stock-icons.h: Use new custom themeable icons. svn path=/trunk/; revision=2235
* Add image handling support. Fixes bugs #310008 and #325047. ImagesCarlos Garcia Campos2007-01-071-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-01-07 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * data/evince-ui.xml: * pdf/ev-poppler.cc: (pdf_document_images_get_images), (pdf_document_document_images_iface_init): * backend/Makefile.am: * backend/ev-document-images.[ch]: * backend/ev-image.[ch]: * lib/ev-file-helpers.[ch]: (ev_tmp_filename): * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run), (ev_job_xfer_run): * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info), (move_one_job), (copy_job_to_job_info), (add_job_if_needed), (ev_pixbuf_cache_get_image_mapping): * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup), (view_menu_popup_cb), (ev_window_dispose), (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as), (ev_view_popup_cmd_copy_image): * shell/ev-view-private.h: * shell/ev-view.c: (ev_view_get_image_at_location), (ev_view_do_popup_menu), (ev_view_popup_menu), (ev_view_button_press_event), (ev_view_drag_data_get), (ev_view_drag_motion), (ev_view_drag_data_received), (ev_view_motion_notify_event), (ev_view_button_release_event), (ev_view_finalize), (ev_view_class_init): Add image handling support. Fixes bugs #310008 and #325047. Images selection is not supported yet. svn path=/trunk/; revision=2194
* Change icon name in desktop file. See bug #390734 for details.Luca Ferretti2007-01-021-1/+1
| | | | | | | | | | | | | 2007-01-02 Luca Ferretti <elle.uca@libero.it> * data/evince.desktop.in.in: Change icon name in desktop file. See bug #390734 for details. svn path=/trunk/; revision=2184
* Actually remove .cvsignore filesChristian Persch2006-12-318-31/+14
| | | | svn path=/trunk/; revision=2181
* Cleaned up/slightly refactored Makefile.am. Added GConf schemasWouter Bolsterlee2006-12-131-7/+57
| | | | | | | | | 2006-12-14 Wouter Bolsterlee <wbolster@cvs.gnome.org> * data/Makefile.am: Cleaned up/slightly refactored Makefile.am. Added GConf schemas uninstallation as well.