Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Split the properties pages in two different objects, depend only on theMarco Pesenti Gritti2005-07-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-07-04 Marco Pesenti Gritti <mpg@redhat.com> * Makefile.am: * configure.ac: * data/evince-properties.glade: * properties/.cvsignore: * properties/Makefile.am: * properties/ev-properties-view.c: (ev_properties_view_dispose), (ev_properties_view_class_init), (ev_properties_view_format_date), (make_valid_utf8), (set_property), (ev_properties_view_set_info), (ev_properties_view_init), (ev_properties_view_new): * properties/ev-properties-view.h: * shell/Makefile.am: * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init), (ev_properties_dialog_init), (ev_properties_dialog_set_document), (ev_properties_dialog_new): * shell/ev-properties-dialog.h: * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose), (ev_properties_fonts_class_init), (ev_properties_fonts_init), (update_progress_label), (job_fonts_finished_cb), (ev_properties_fonts_set_document), (ev_properties_fonts_new): * shell/ev-properties-fonts.h: * shell/ev-properties.c: * shell/ev-properties.h: * shell/ev-window.c: (ev_window_setup_document), (ev_window_cmd_file_properties): Split the properties pages in two different objects, depend only on the backend where possible, use widgets instead of gobject for the glade part, reimplement the dialog itself with gtk. I need this to implement nautilus properties page.
* Require libgnomeprint >= 2.5.1. Thanks to Colin SlaterNickolay V. Shmyrev2005-07-011-1/+1
| | | | | | | | | | | | | | | | | | * configure.ac: Require libgnomeprint >= 2.5.1. Thanks to Colin Slater <kiltedaco@gmail.com> * djvu/djvu-document.c: (djvu_document_get_orientation), (djvu_document_set_orientation), (djvu_document_get_page_size), (rotate_pixbuf), (djvu_document_render_pixbuf), (djvu_document_document_iface_init): * dvi/dvi-document.c: (dvi_document_get_orientation), (dvi_document_set_orientation), (dvi_document_get_page_size), (rotate_pixbuf), (dvi_document_render_pixbuf), (dvi_document_document_iface_init): Dvi and djvu backends are ported to new API
* Metadata manager from gedit but modified to use GValue, so that we dontMarco Pesenti Gritti2005-06-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-06-30 Marco Pesenti Gritti <mpg@redhat.com> * shell/Makefile.am: * shell/ev-metadata-manager.c: (item_free), (ev_metadata_manager_init), (ev_metadata_manager_shutdown), (parse_value), (parseItem), (load_values), (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set), (save_values), (save_item), (get_oldest), (resize_items), (ev_metadata_manager_save), (ev_metadata_manager_set_int): * shell/ev-metadata-manager.h: Metadata manager from gedit but modified to use GValue, so that we dont need to keep converting from strings. * configure.ac: ENABLE_METADATA conditional, on when dbus is on * shell/ev-application.c: (ev_application_open_uri): Show the window after load so that we can initialize window size before it's showed. * shell/ev-window.c: (ev_window_setup_from_metadata), (ev_window_open_uri), (window_configure_event_cb), (ev_window_init): Save and load metadata information about window size. Not yet keeping states in account. * shell/main.c: (main): Shutdown metadata manager.
* Add an optional dbus interface (--enable-dbus). Rework application code,Marco Pesenti Gritti2005-06-301-0/+15
| | | | | | | | | | | | | | | | | | | 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-application-service.xml: * configure.ac: * shell/Makefile.am: * shell/ev-application.c: * shell/ev-application.h: * shell/ev-window.c: * shell/ev-window.h: * shell/main.c: Add an optional dbus interface (--enable-dbus). Rework application code, mainly to be easier to use "remotely". Do not open multiple windows with the same document, spatial evince!
* Added sk.Marcel Telka2005-06-251-1/+1
| | | | | | 2005-06-25 Marcel Telka <marcel@telka.sk> * configure.in (ALL_LINGUAS): Added sk.
* Release 0.3.2Marco Pesenti Gritti2005-06-241-2/+2
| | | | | | | | | | | | | 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com> * NEWS: * configure.ac: Release 0.3.2 * cut-n-paste/recent-files/Makefile.am: Fix make distcheck
* Better makefile for toolbar editor and update everything to latest libegg.Marco Pesenti Gritti2005-06-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com> * configure.ac: * cut-n-paste/recent-files/egg-recent-model.c: (egg_recent_model_write_raw), (egg_recent_model_lock_file), (egg_recent_model_unlock_file): * cut-n-paste/recent-files/egg-recent-util.c: (egg_recent_util_get_unique_id): * cut-n-paste/recent-files/update-from-egg.sh: * cut-n-paste/toolbar-editor/Makefile.am: * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: * cut-n-paste/toolbar-editor/egg-editable-toolbar.h: * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: * cut-n-paste/toolbar-editor/egg-toolbars-model.c: (egg_toolbars_model_get_type): * cut-n-paste/toolbar-editor/egg-toolbars-model.h: Better makefile for toolbar editor and update everything to latest libegg.
* Added 'th' (Thai) to ALL_LINGUAS. Added Thai translation by IsriyaTheppitak Karoonboonyanan2005-06-171-1/+1
| | | | | | | | 2005-06-17 Theppitak Karoonboonyanan <thep@linux.thai.net> * configure.ac: Added 'th' (Thai) to ALL_LINGUAS. * po/th.po: Added Thai translation by Isriya Paireepairit <markpeak@gmail.com>.
* Use a GtkIconView in certain situations. That situation is that you'reJonathan Blandford2005-06-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | Wed Jun 8 01:04:22 2005 Jonathan Blandford <jrb@redhat.com> * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain situations. That situation is that you're using GTK+-HEAD with the patch at #306726 is applied, and you have a document with < 1500 pages in it. It's not quite as uniformly nice as the TreeView, but should be better in the long run. I'm pretty sure I guarded against breaking compilation with HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible I missed some. * shell/ev-window.c (ev_window_init): We don't have our tree/list widget yet, so I commented that code out enable_view_actions_for_widget() for now. Need to figure this out. * shell/ev-page-action.c (match_selected_cb): emit the right signals. Our cool C-l completion now works.
* Improve djvu loading speed. Fix for 301993Nickolay V. Shmyrev2005-05-291-1/+11
|
* Cleanup tiff configure checks. Fix for bug 305218.Nickolay V. Shmyrev2005-05-241-34/+30
|
* Ukrainian translation added.Maxim Dziumanenko2005-05-231-1/+1
| | | | | | 205-05-24 Maxim Dziumanenko <mvd@mylinux.ua> * Ukrainian translation added.
* Added hu to ALL_LINGUAS.Gabor Kelemen2005-05-231-1/+1
| | | | | | 2005-05-23 Gabor Kelemen <kelemeng@gnome.hu> * configure.ac: Added hu to ALL_LINGUAS.
* Depends on poppler 0.3.2Marco Pesenti Gritti2005-05-221-1/+1
| | | | | | | | 2005-05-22 Marco Pesenti Gritti <mpg@redhat.com> * configure.ac: Depends on poppler 0.3.2
* Rough TIFF backend.Jonathan Blandford2005-05-221-0/+31
| | | | | | Sat May 21 23:18:30 2005 Jonathan Blandford <jrb@redhat.com> * tiff/tiff-document.c: Rough TIFF backend.
* Release 0.3.1Marco Pesenti Gritti2005-05-211-1/+1
| | | | | | | | | | 2005-05-21 Marco Pesenti Gritti <mpg@redhat.com> * NEWS: * configure.ac: * cut-n-paste/toolbar-editor/Makefile.am: Release 0.3.1
* Conditionally add dvi and djvu mime types to desktop file. Fix for 304658Nickolay V. Shmyrev2005-05-211-1/+13
|
* Added "es" to ALL_LINGUASFrancisco Javier F. Serrador2005-05-101-1/+1
| | | | | | 2005-05-10 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Added "es" to ALL_LINGUAS
* Implement epiphany like toolbar editor. Based on patch byMarco Pesenti Gritti2005-05-091-0/+2
| | | | Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* Make --disable really disableThomas de Grenier de Latour2005-05-091-3/+3
| | | | | | | | 2005-05-09 Thomas de Grenier de Latour <degrenier@easyconnect.fr> * configure.ac: Make --disable really disable
* Release 0.3.0Marco Pesenti Gritti2005-05-071-1/+1
| | | | | | | | | | | | | | | | | 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com> * NEWS: * configure.ac: Release 0.3.0 * data/evince-ui.xml: Hide presentation mode for now * shell/ev-view.c: (highlight_find_results): Show current find selection only on current page
* Output zoom-control Makefile. build zoom-control subdir.James Bowes2005-05-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-05-02 James Bowes <bowes@cs.dal.ca> * configure.ac: Output zoom-control Makefile. * cut-n-paste/Makefile.am: build zoom-control subdir. * cut-n-paste/zoom-control/ephy-zoom-action.c: * cut-n-paste/zoom-control/ephy-zoom-action.h: * cut-n-paste/zoom-control/ephy-zoom-control.c: * cut-n-paste/zoom-control/ephy-zoom-control.h: * cut-n-paste/zoom-control/ephy-zoom.c: * cut-n-paste/zoom-control/ephy-zoom.h: New files imported from epiphany, and modified to add a separator into the menu. * cut-n-paste/zoom-control/Makefile.am: Build zoom-control. * data/evince-ui.xml: Replace old zoom toolbar actions with new zoom-control action. * shell/Makefile.am: Include zoom-control flags. * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom), (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out), (ev_view_zoom_for_size_presentation), (ev_view_zoom_for_size_continuous_and_dual_page), (ev_view_zoom_for_size_continuous), (ev_view_zoom_for_size_dual_page), (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): s/ev_view_zoom/ev_view_set_zoom/ and make public, add ev_view_get_zoom and ev_view_get_sizing_mode. * shell/ev-view.h: * shell/ev-window.c: (update_action_sensitivity), (update_sizing_buttons), (zoom_control_changed_cb), (register_custom_actions): Initialize and use the zoom-control widget.
* Fix to poppler requirementNickolay V. Shmyrev2005-04-261-3/+3
|
* Require poppler 0.3.0Marco Pesenti Gritti2005-04-261-3/+5
| | | | | | | | 2005-04-26 Marco Pesenti Gritti <mpg@redhat.com> * configure.ac: Require poppler 0.3.0
* Fix for 301996Nickolay V. Shmyrev2005-04-261-0/+2
|
* Release 0.2.1Jonathan Blandford2005-04-231-2/+2
| | | | | | | | | | | Fri Apr 22 19:57:46 2005 Jonathan Blandford <jrb@redhat.com> * NEWS: * configure.ac: Release 0.2.1 * Makefile.am: fix distcheck.
* Depend on 2.57, 2.59 doesnt seem to be necessaryMarco Pesenti Gritti2005-04-221-1/+1
| | | | | | | | 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com> * configure.ac: Depend on 2.57, 2.59 doesnt seem to be necessary
* Recent files support.Nickolay V. Shmyrev2005-04-071-2/+64
| | | | | | | | | | | | | | | | | | | 2005-04-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * cut-n-paste/recent-files/Makefile.am: * data/evince-ui.xml, shell/Makefile.am: * shell/ev-application.c, shell/ev-application.h: * shell/ev-window.c: Recent files support. * configure.ac: Added "ru" to ALL_LINGUAS. * dvju: new backend to support DJVU files. * dvi: new backend to support DVI. * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c: * ev-application.c: Support for new backends. * help, ev-window.c, main.c shell/Makefile.am:
* Release 0.2.0Marco Pesenti Gritti2005-04-061-1/+1
| | | | | | | | | | | | | 2005-04-06 Marco Pesenti Gritti <mpg@redhat.com> * NEWS: * configure.ac: Release 0.2.0 * ps/ps-document.c: (setup_pixmap): Remove debug code
* Added new Language, Kinyarwanda (rw), to this packageSteven Michael Murphy2005-04-011-1/+1
|
* Added Walloon filePablo Saratxaga2005-04-011-1/+1
|
* Remove pixbuf backend for nowJonathan Blandford2005-03-311-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thu Mar 31 01:21:58 2005 Jonathan Blandford <jrb@redhat.com> * Makefile.am: Remove pixbuf backend for now * configure.ac: Require poppler-glib instead of just poppler. * backend/ev-document-thumbnails.h: Add a comment * backend/ev-document.h: * backend/ev-document.c: (ev_document_class_init), (ev_document_load), (ev_document_get_link), (ev_document_get_links): Remove 3 methods and add get_links. Also, made 0 based. * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run): * backend/ev-jobs.h: now EvJobRender can grab the links for a document. * backend/ev-link.c: (ev_link_set_title), (ev_link_mapping_free_foreach), (ev_link_mapping_free), (ev_link_mapping_find): * backend/ev-link.h: Allow NULL titles. Also, introduce a mapping link. * backend/ev-page-cache.c: (ev_page_cache_init), (_ev_page_cache_new), (ev_page_cache_set_current_page), (ev_page_cache_get_size), (ev_page_cache_next_page), (ev_page_cache_prev_page): Fix to be 0 based. * pdf/Makefile.am: * pdf/ev-poppler.h: * pdf/ev-poppler.cc: New backend. * ps/ps-document.c: (ps_document_init), (ps_document_set_page), (ps_document_get_page), (ps_document_document_iface_init): * shell/ev-pixbuf-cache.h: * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init), (dispose_cache_job_info), (job_finished_cb), (move_one_job), (ev_pixbuf_cache_update_range), (copy_job_to_job_info), (add_job_if_needed), (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping): Fix up code to grab a page cache per each doc. Also, fix to be 0 based. * shell/ev-sidebar-thumbnails.c: (ev_sidebar_tree_selection_changed), (page_changed_cb), (ev_sidebar_thumbnails_set_document): Fix to be 0 based. * shell/ev-view.c: (status_message_from_link), (find_page_at_location), (get_link_at_location), (ev_view_motion_notify_event), (ev_view_button_release_event), (ev_view_init): Use the new link code. Fix to be 0 based. * shell/ev-window.c: (update_action_sensitivity), (document_supports_sidebar): 0 based.
* Added "lt" to ALL_LINGUAS.Žygimantas Beručka2005-03-161-1/+1
| | | | | | 2005-03-16 Žygimantas Beručka <uid0@akl.lt> * configure.ac: Added "lt" to ALL_LINGUAS.
* Release 0.1.9Marco Pesenti Gritti2005-03-141-1/+1
| | | | | | | | | 2005-03-14 Marco Pesenti Gritti <marco@gnome.org> * NEWS: * configure.ac: Release 0.1.9
* Release 0.1.8Marco Pesenti Gritti2005-03-121-1/+1
| | | | | | | | | 2005-03-12 Marco Pesenti Gritti <marco@gnome.org> * NEWS: * configure.ac: Release 0.1.8
* Added "ko" (Korean).Changwoo Ryu2005-03-111-1/+1
| | | | | | 2005-03-12 Changwoo Ryu <cwryu@debian.org> * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
* *** empty log message ***Marco Pesenti Gritti2005-03-091-1/+1
|
* AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL; remove it.Christian Persch2005-03-071-1/+0
| | | | | | | | | 2005-03-07 Christian Persch <chpe@cvs.gnome.org> * configure.ac: AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL; remove it.
* Add a nautilus thumbnailer. Based on patch by Fernando HerreraMarco Pesenti Gritti2005-03-031-0/+2
| | | | | | | | | | | | | | | | | 2005-03-03 Marco Pesenti Gritti <marco@gnome.org> * Makefile.am: * configure.ac: * pdf/.cvsignore: * pdf/pdf-document.cc: * thumbnailer/Makefile.am: * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get), (main): * thumbnailer/evince-thumbnailer.schemas: * thumbnailer/pdf-icon.png: Add a nautilus thumbnailer. Based on patch by Fernando Herrera <fherrera@onirica.com>.
* Release 0.1.6Marco Pesenti Gritti2005-03-021-1/+1
| | | | | | | | | | 2005-03-02 Marco Pesenti Gritti <marco@gnome.org> * NEWS: * configure.ac: * po/POTFILES.in: Release 0.1.6
* Use poppler instead of including xpdf source code. Poppler is a fork ofKristian Høgsberg2005-03-011-225/+2
| | | | | | | | | | | | | | | | | | | | | | | | 2005-03-01 Kristian Høgsberg <krh@redhat.com> Use poppler instead of including xpdf source code. Poppler is a fork of xpdf to build it as a shared library. See http://freedesktop.org/wiki/Software/poppler. * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included xpdf fork. * pdf/Makefile.am: Build libpdfdocument.a here. * pdf/GDKSplashOutputDev.cc: * pdf/GDKSplashOutputDev.h: * pdf/GnomeVFSStream.cc: * pdf/GnomeVFSStream.h: * pdf-document.cc: * pdf-document.h: * test-gdk-output-dev.cc * Thumb.cc: * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile against poppler.
* Release 0.1.5Marco Pesenti Gritti2005-02-271-1/+1
| | | | | | | | | 2005-02-27 Marco Pesenti Gritti <marco@gnome.org> * NEWS: * configure.ac: Release 0.1.5
* french translationSebastien Bacher2005-02-251-1/+1
|
* Check ghostscript >= 7Marco Pesenti Gritti2005-02-251-10/+6
| | | | | | | | 2005-02-25 Marco Pesenti Gritti <marco@gnome.org> * configure.ac: Check ghostscript >= 7
* (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).Martin Kretzschmar2005-02-241-1/+1
|
* Updated Greek Translation.Kostas Papadimas2005-02-201-1/+1
|
* Added "fi" (Finnish). Added Finnish translation.Tommi Vainikainen2005-02-181-1/+1
| | | | | | | 2005-02-18 Tommi Vainikainen <thv@iki.fi> * configure.ac (ALL_LINGUAS): Added "fi" (Finnish). * po/fi.po: Added Finnish translation.
* *: Added Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>Alexander Shopov2005-02-171-1/+1
| | | | | | | 2005-02-17 Alexander Shopov <ash@contact.bg> *: Added Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>
* Updated English (British) translation.David Lodge2005-02-151-1/+1
| | | | | | 2005-02-15 David Lodge <dave@cirt.net> * en_GB.po: Updated English (British) translation.
* remove unused dirsMarco Pesenti Gritti2005-02-091-2/+0
|