Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Metadata manager from gedit but modified to use GValue, so that we dontMarco Pesenti Gritti2005-06-309-2/+688
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-309-168/+364
| | | | | | | | | | | | | | | | | | | 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!
* unref the pixbuf iff it exists.Jonathan Blandford2005-06-302-1/+7
| | | | | | | Thu Jun 30 01:50:14 2005 Jonathan Blandford <jrb@redhat.com> * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the pixbuf iff it exists.
* Massive changes. We now support text selection of pdfs, and not justJonathan Blandford2005-06-3018-215/+1122
| | | | | | | | | | | | Thu Jun 30 01:43:00 2005 Jonathan Blandford <jrb@redhat.com> * shell/*: * backend/ev-render-context.[ch]: * backend/ev-selection.[ch]: Massive changes. We now support text selection of pdfs, and not just rectangular selection. This is pretty broken still, but I want to get something into CVS.
* Fix for Bug 309080: crash on window close.Nickolay V. Shmyrev2005-06-283-2/+19
| | | | | | | | | | | * pdf/ev-poppler.cc: Fix for Bug 309080: crash on window close. * shell/ev-page-action.c: (page_changed_cb): Fix for Bug 309168: Fix build with gcc 2.95. Thanks to jensgr@gmx.net (Jens Granseuer).
* Added sk.Marcel Telka2005-06-252-1/+5
| | | | | | 2005-06-25 Marcel Telka <marcel@telka.sk> * configure.in (ALL_LINGUAS): Added sk.
* Added Slovak translation by Mário Vrablanský.Marcel Telka2005-06-252-0/+993
| | | | | | 2005-06-25 Marcel Telka <marcel@telka.sk> * sk.po: Added Slovak translation by Mário Vrablanský.
* Updated Japanese translation for v0.3.2.Takeshi AIHANA2005-06-252-544/+273
| | | | | 2005-06-25 Takeshi AIHANA <aihana@gnome.gr.jp> * ja.po: Updated Japanese translation for v0.3.2.
* Make rotate menu entries unsensitive if there is not a document openCarlos Garcia Campos2005-06-242-0/+7
| | | | | | 2005-06-24 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: Make rotate menu entries unsensitive if there is not a document open
* Release 0.3.2Marco Pesenti Gritti2005-06-244-4/+44
| | | | | | | | | | | | | 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
* Implement rotation and cleanup the code a bit.Marco Pesenti Gritti2005-06-243-17/+124
| | | | | | | | | | | | | | | | | | | 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com> * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation), (pixbuf_document_set_orientation), (rotate_pixbuf), (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf), (pixbuf_document_document_iface_init), (pixbuf_document_init): Implement rotation and cleanup the code a bit. * tiff/tiff-document.c: (tiff_document_get_page_size), (tiff_document_get_orientation), (tiff_document_set_orientation), (rotate_pixbuf), (tiff_document_render_pixbuf), (tiff_document_document_iface_init), (tiff_document_init): Implement rotation. Was the quicker solution for the release but we really need to share this code in the shell.
* Enable rotation, require poppler cvs. Fix a leak.Marco Pesenti Gritti2005-06-242-6/+11
| | | | | | | | 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com> * pdf/ev-poppler.cc: Enable rotation, require poppler cvs. Fix a leak.
* Updated Canadian English translation.Adam Weinberger2005-06-232-150/+176
| | | | | | 2005-06-23 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
* Make properties unsensitive if document backend doesn't provide infoNickolay V. Shmyrev2005-06-232-1/+17
|
* Hungarian translation updated.Gabor Kelemen2005-06-232-539/+269
| | | | | | 2005-06-24 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Hungarian translation updated.
* Rename xmalloc to mdvi_malloc to avoid libtool conflict, update year inNickolay V. Shmyrev2005-06-2324-225/+280
| | | | copyright.
* Fix for 170874 - arrow keys switch pages in presentation modeNickolay V. Shmyrev2005-06-232-12/+35
|
* Fix fir bug 308265: Sidebar dissappears coming out of Presentation modeNickolay V. Shmyrev2005-06-232-5/+13
|
* Fix for bug 308402 - provide templates in Save dialogNickolay V. Shmyrev2005-06-235-83/+202
|
* Updated Russian translation.Nickolay V. Shmyrev2005-06-232-605/+604
| | | | * ru.po: Updated Russian translation.
* Translation updated by Tino Meinen.Vincent van Adrighem2005-06-222-613/+536
| | | | | | 2005-06-22 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* Some leaks fixedNickolay V. Shmyrev2005-06-194-5/+36
| | | | | | | | * pdf/ev-poppler.cc: * shell/ev-sidebar-links.c: (job_finished_callback): * shell/ev-view.c: (update_find_status_message): Some leaks fixed
* Fix buglet in !show_numbers case.Christian Persch2005-06-192-1/+8
| | | | | | | | | 2005-06-19 Christian Persch <chpe@cvs.gnome.org> * cut-n-paste/recent-files/egg-recent-view-uimanager.c: (egg_recent_view_uimanager_set_list): Fix buglet in !show_numbers case.
* Use pango ellipsisation.Christian Persch2005-06-193-13/+38
| | | | | | | | | | | | | 2005-06-19 Christian Persch <chpe@cvs.gnome.org> * cut-n-paste/recent-files/egg-recent-view-uimanager.c: (connect_proxy_cb), (egg_recent_view_uimanager_set_list): Use pango ellipsisation. * pdf/ev-poppler.cc: Fix refcount leak, from nsh.
* Removed EggRecentViewGtkNickolay V. Shmyrev2005-06-197-952/+839
| | | | | | | | | | | | | | | | * cut-n-paste/recent-files/Makefile.am: * cut-n-paste/recent-files/egg-recent-view-gtk.c: * cut-n-paste/recent-files/egg-recent-view-gtk.h: Removed EggRecentViewGtk * cut-n-paste/recent-files/egg-recent-view-uimanager.c: * cut-n-paste/recent-files/egg-recent-view-uimanager.h: * shell/ev-window.c: (ev_window_cmd_recent_file_activate), (ev_window_setup_recent): Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility with other projects
* Fix memory leakNickolay V. Shmyrev2005-06-197-4/+65
| | | | | | | | | | | | | | | | | | | | | | | * cut-n-paste/recent-files/egg-recent-view-gtk.c: (egg_recent_view_gtk_finalize): Fix memory leak * cut-n-paste/toolbar-editor/Makefile.am: Fix location of cursor icon. * pdf/ev-poppler.cc: * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb), (display_completion_text), (match_completion): * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose), (selection_changed_callback), (create_loading_model), (print_section_cb), (links_page_num_func), (update_page_callback_foreach): * shell/ev-window.c: (ev_window_dispose): Small memory fixes. Links model now store objects instead of pointers to improve memory management.
* Fix update of zoom control. Bug 308268Nickolay V. Shmyrev2005-06-192-1/+10
|
* Fix broken translationNickolay V. Shmyrev2005-06-191-1/+1
|
* Cleaned up some copied translations.Theppitak Karoonboonyanan2005-06-192-90/+84
| | | | | | 2005-06-19 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Cleaned up some copied translations.
* Updated Traditional Chinese translation.Chao-Hsiung Liao2005-06-191-0/+4
| | | | | | 2005-06-18 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_TW.po: Updated Traditional Chinese translation.
* escape the text correctly. Handles non-UTF-8 properties and escapedJonathan Blandford2005-06-193-25/+91
| | | | | | | | | | | Sat Jun 18 22:46:42 2005 Jonathan Blandford <jrb@redhat.com> * shell/ev-properties.c (set_property): escape the text correctly. Handles non-UTF-8 properties and escaped properties. Also, sets the text to "<i>None</i>" if the property isn't set. * data/evince-properties.glade: Change the label to be ellipsized, and give it a minimum size.
* Various small fixes, mostly memory leaks. Thanks to valgrind.Nickolay V. Shmyrev2005-06-196-8/+31
| | | | | | | | | | * lib/ev-file-helpers.c: (ev_file_helpers_shutdown): * shell/ev-sidebar-links.c: (create_loading_model): * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose): * shell/ev-view.c: (ev_view_set_document): * shell/ev-window.c: (ev_window_dispose): Various small fixes, mostly memory leaks. Thanks to valgrind.
* remove the locale.h include again ;-). And kill the (bogus)Martin Kretzschmar2005-06-182-20/+11
| | | | setlocale/savelocale business.
* Include locale.h to fix buildNickolay V. Shmyrev2005-06-183-2/+14
| | | | | | | | | | | | * ps/ps-document.c: Include locale.h to fix build * shell/ev-sidebar.c: Remove unnecessary includes Thanks to jaap@haitsma.org (Jaap A. Haitsma)
* Check for incorrect dvi files. Fix parsing dvi on AMD64 platform. ThanksNickolay V. Shmyrev2005-06-184-3/+27
| | | | | | | | | * dvi/dvi-document.c: (dvi_document_load): * dvi/mdvi-lib/dviread.c: (mdvi_init_context): * po/POTFILES.in: Check for incorrect dvi files. Fix parsing dvi on AMD64 platform. Thanks to tester@tester.ca (Olivier Crete).
* Fixed lot's of memory leaks, for example, memory leak on reload, describedNickolay V. Shmyrev2005-06-185-14/+51
| | | | | | | | | | | | | | | * shell/ev-page-action.c: (match_selected_cb), (display_completion_text), (match_completion), (update_model): * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose), (expand_open_links): * shell/ev-sidebar.c: (ev_sidebar_destroy), (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page), (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_xfer_job_cb), (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb): Fixed lot's of memory leaks, for example, memory leak on reload, described in bug 307793.
* Refresh thumbnails when changing orientation. Not fully working yetMarco Pesenti Gritti2005-06-185-55/+86
| | | | | | | | | | | | | | | | | | | | | | | 2005-06-18 Marco Pesenti Gritti <mpg@redhat.com> * pdf/ev-poppler.cc: * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range), (update_visible_range), (adjustment_changed_cb), (ev_sidebar_thumbnails_fill_model), (ev_sidebar_thumbnails_refresh), (ev_sidebar_tree_selection_changed), (ev_sidebar_icon_selection_changed), (ev_sidebar_thumbnails_use_icon_view), (ev_sidebar_thumbnails_set_document): * shell/ev-sidebar-thumbnails.h: * shell/ev-window.c: (ev_window_cmd_edit_rotate_left), (ev_window_cmd_edit_rotate_right), (ev_window_init): Refresh thumbnails when changing orientation. Not fully working yet becuase of a sidebar bug. Set page orientation to poppler page everywhere. This sucks really need to fix poppler.
* Sync with libegg (ellipsize labels)Marco Pesenti Gritti2005-06-183-1/+65
| | | | | | | | | | | | | | | | 2005-06-18 Marco Pesenti Gritti <mpg@redhat.com> * cut-n-paste/recent-files/egg-recent-view-gtk.c: (egg_recent_view_gtk_new_menu_item), (egg_recent_view_gtk_set_property), (egg_recent_view_gtk_get_property), (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init), (egg_recent_view_gtk_set_tooltip_func), (egg_recent_view_gtk_set_label_width), (egg_recent_view_gtk_get_label_width): * cut-n-paste/recent-files/egg-recent-view-gtk.h: Sync with libegg (ellipsize labels)
* Shift + PageUp moves 10 Pages. Fix for 306125Nickolay V. Shmyrev2005-06-183-1/+44
| | | | | | | | * data/evince-ui.xml: * shell/ev-window.c: (ev_window_cmd_go_forward), (ev_window_cmd_go_backward): Shift + PageUp moves 10 Pages. Fix for 306125
* Add a flag to check if orientation has been overridenMarco Pesenti Gritti2005-06-172-5/+22
| | | | | | | | 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com> * pdf/ev-poppler.cc: Add a flag to check if orientation has been overriden
* read "Creator:" comment, free creator field if necessary.Martin Kretzschmar2005-06-174-1/+23
| | | | | | | | | | * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator field if necessary. * ps/ps.h: add creator field to document. * ps/ps-document.c (ps_document_get_info): set format to PostScript, set creator field.
* s/PDF Version/FormatMarco Pesenti Gritti2005-06-173-7/+121
| | | | | | | | | 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com> * data/evince-properties.glade: * shell/ev-properties.c: (ev_properties_set_document): s/PDF Version/Format
* Remove unnecessary translationsMarco Pesenti Gritti2005-06-172-2/+8
| | | | | | | | 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-properties.c: (ev_properties_set_document): Remove unnecessary translations
* Correct library nameMarco Pesenti Gritti2005-06-172-4/+10
| | | | | | | | 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com> * cut-n-paste/toolbar-editor/Makefile.am: Correct library name
* *** empty log message ***Marco Pesenti Gritti2005-06-171-0/+3
|
* Better makefile for toolbar editor and update everything to latest libegg.Marco Pesenti Gritti2005-06-177-50/+135
| | | | | | | | | | | | | | | | | | | | | | 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.
* Prefer presentation mode when the document require fullscreen.Marco Pesenti Gritti2005-06-172-3/+11
| | | | | | | | | 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-window.c: (update_document_mode): Prefer presentation mode when the document require fullscreen.
* Add control-equal for zoomingMarco Pesenti Gritti2005-06-173-1/+11
| | | | | | | | | 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com> * data/evince-ui.xml: * shell/ev-window.c: Add control-equal for zooming
* Added 'th' (Thai) to ALL_LINGUAS. Added Thai translation by IsriyaTheppitak Karoonboonyanan2005-06-174-1/+1159
| | | | | | | | 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>.
* Updated Canadian English translation.Adam Weinberger2005-06-172-531/+224
| | | | | | 2005-06-17 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.