Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-properties-dialog.c
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF address everywhere.Arun Persaud2010-04-051-1/+1
| | | | | | | | updated where 'git grep Temple' showed an old address, not including po-files. Fixes bug# 514607. Signed-off-by: Arun Persaud <arun@nubati.net>
* [shell] Fix build with GSEAL_ENABLECarlos Garcia Campos2010-03-311-3/+6
|
* Add a new tab in properties dialog to show information about document licenseCarlos Garcia Campos2009-10-251-0/+15
| | | | Based on patch by Juanjo MarĂ­n. Fixes bgo#349173.
* Remove EvPageCache and use EvDocumentModel insteadCarlos Garcia Campos2009-09-151-1/+0
| | | | | | | EvView is now another view for the common model EvDocumentModel. Now it's possible to have several windows for the same document without the symlink hack. Every window has its own model, while the document object is shared.
* Move part of the EvPageCache to EvDocumentCarlos Garcia Campos2009-09-151-1/+1
| | | | The static data about the document is stored now in EvDocument class
* Add document URI to properties page. Fixes bug #555376.Carlos Garcia Campos2008-12-031-1/+2
| | | | | | | | | | | | | | | | | 2008-12-03 Carlos Garcia Campos <carlosgc@gnome.org> * properties/ev-properties-main.c: (ev_properties_get_pages): * properties/ev-properties-view.[ch]: (ev_properties_view_dispose), (ev_properties_view_class_init), (ev_properties_view_set_info), (ev_properties_view_new): * shell/ev-properties-dialog.[ch]: (ev_properties_dialog_set_document): * shell/ev-window.c: (ev_window_setup_document), (ev_window_cmd_file_properties): Add document URI to properties page. Fixes bug #555376. svn path=/trunk/; revision=3290
* Cleanup many #include statements: reorder so that a generic-to-specificWouter Bolsterlee2008-08-031-11/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-03 Wouter Bolsterlee <wbolster@svn.gnome.org> * shell/eggfindbar.c: * shell/ev-application.c: * shell/ev-message-area.c: * shell/ev-navigation-action.c: * shell/ev-open-recent-action.c: * shell/ev-page-action-widget.c: * shell/ev-page-action.c: * shell/ev-password-view.c: * shell/ev-properties-dialog.c: * shell/ev-properties-fonts.c: * shell/ev-sidebar-attachments.c: * shell/ev-sidebar-page.c: * shell/ev-sidebar-thumbnails.c: * shell/ev-stock-icons.c: * shell/ev-tooltip.c: * shell/ev-view.c: * shell/ev-window.c: * shell/main.c: Cleanup many #include statements: reorder so that a generic-to-specific order is used, use single gtk.h includes, and some other cleanups. svn path=/trunk/; revision=3094
* Fix dialogue spacing. Bug #351370.Christian Persch2006-08-141-1/+1
| | | | | | | | 2006-08-14 Christian Persch <chpe@cvs.gnome.org> * shell/ev-properties-dialog.c: Fix dialogue spacing. Bug #351370.
* Change the properties dialog response to GTK_RESPONSE_CANCEL instead ofWouter Bolsterlee2006-05-091-2/+2
| | | | | | | | | | | | | | 2006-05-09 Wouter Bolsterlee <uws+gnome@xs4all.nl> * shell/ev-properties-dialog.c: (ev_properties_dialog_init): Change the properties dialog response to GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This will make the dialog go away when the user presses enter. With gtk+ >= 2.9 this will happen anyway, but for older gtk+ versions only GTK_RESPONSE_CANCEL is bound to escape by default. Fixes bug #340539. See also bug #101293 for the gtk+ part.
* Mark close button as default. Fix for 316381.Nickolay V. Shmyrev2005-09-171-0/+2
| | | | | | * shell/ev-properties-dialog.c: (ev_properties_dialog_init): Mark close button as default. Fix for 316381.
* Rework document types managing to avoid code duplication and actuallyMarco Pesenti Gritti2005-07-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-07-05 Marco Pesenti Gritti <mpg@redhat.com> * backend/Makefile.am: * backend/ev-document-factory.c: (mime_type_supported_by_gdk_pixbuf), (ev_document_type_get_from_mime), (ev_document_factory_get_document), (ev_document_factory_get_backend), (ev_document_factory_get_mime_types), (ev_document_factory_get_all_mime_types): * backend/ev-document-factory.h: * shell/Makefile.am: * shell/ev-document-types.c: (get_document_from_uri), (ev_document_types_get_document), (file_filter_add_mime_list_and_free), (ev_document_types_add_filters): * shell/ev-document-types.h: * shell/ev-job-xfer.c: (ev_job_xfer_run): * shell/ev-properties-dialog.c: (ev_properties_dialog_set_document): * shell/ev-window.c: (ev_window_cmd_file_open), (ev_window_cmd_save_as): * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get): Rework document types managing to avoid code duplication and actually abstract from backend implementations. Also provide a minimal factory api that can be used by thumbnailer/properties.
* Plug a mem leak. HIG spacings.Christian Persch2005-07-051-1/+3
| | | | | | | | | 2005-07-05 Christian Persch <chpe@cvs.gnome.org> * properties/ev-properties-view.c: (ev_properties_view_set_info): Plug a mem leak. * shell/ev-properties-dialog.c: (ev_properties_dialog_init): HIG spacings.
* only call ev_properties_fonts_set_document() if the document implementsMatthew S. Wilson2005-07-051-7/+10
| | | | | | | | | 2005-07-04 Matthew S. Wilson <msw@rpath.com> * shell/ev-properties-dialog.c (ev_properties_dialog_set_document): only call ev_properties_fonts_set_document() if the document implements the fonts interface
* *** empty log message ***Marco Pesenti Gritti2005-07-041-0/+116