]>
www.fi.muni.cz Git - evince.git/log
Nickolay V. Shmyrev [Wed, 7 Feb 2007 09:12:30 +0000 (09:12 +0000)]
Added test for slow mime type
2007-02-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* test/Makefile.am:
* test/test-mime.bin:
* test/test3.py:
Added test for slow mime type
svn path=/trunk/; revision=2301
Stéphane Raimbault [Tue, 6 Feb 2007 22:40:15 +0000 (22:40 +0000)]
Updated French translation by Jonathan Ernst and Claude Paroz.
2007-02-06 Stéphane Raimbault <stephane.raimbault@gmail.com>
* fr.po: Updated French translation by Jonathan Ernst and Claude
Paroz.
svn path=/trunk/; revision=2300
Carlos Garcia Campos [Tue, 6 Feb 2007 10:05:30 +0000 (10:05 +0000)]
Add some checks and call parent_class->finalize. Fixes bug #404745.
2007-02-06 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-page-cache.c: (ev_page_cache_finalize):
Add some checks and call parent_class->finalize. Fixes bug #404745.
svn path=/trunk/; revision=2299
Nickolay V. Shmyrev [Mon, 5 Feb 2007 21:55:10 +0000 (21:55 +0000)]
Fixes dropdown history menu. Thanks a lot Carlos!
2007-02-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* shell/ev-navigation-action.c: (connect_proxy):
Fixes dropdown history menu. Thanks a lot Carlos!
svn path=/trunk/; revision=2298
Priit Laes [Mon, 5 Feb 2007 19:02:03 +0000 (19:02 +0000)]
Updated Estonian translation by Ivar Smolin <okul@linux.ee>.
2007-02-05 Priit Laes <plaes@svn.gnome.org>
* et.po: Updated Estonian translation by Ivar Smolin <okul@linux.ee>.
svn path=/trunk/; revision=2297
Carlos Garcia Campos [Mon, 5 Feb 2007 17:57:23 +0000 (17:57 +0000)]
Make sure g_markup_escape_text receives a valid utf-8 string. Fixes bug
2007-02-05 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
bug #373715.
svn path=/trunk/; revision=2296
Carlos Garcia Campos [Mon, 5 Feb 2007 11:27:34 +0000 (11:27 +0000)]
Fix memory leak.
2007-02-05 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/ps/ps.c: (psscan):
Fix memory leak.
svn path=/trunk/; revision=2295
Pema Geyleg [Mon, 5 Feb 2007 11:23:23 +0000 (11:23 +0000)]
updated Dzongkha Translation
svn path=/trunk/; revision=2294
Amanpreet Singh Alam [Sun, 4 Feb 2007 09:08:51 +0000 (09:08 +0000)]
updatingfor pUnjabi
svn path=/trunk/; revision=2293
Carlos Garcia Campos [Sat, 3 Feb 2007 19:17:58 +0000 (19:17 +0000)]
Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2007-02-03 Carlos Garcia Campos <carlosgc@gnome.org>
* configure.ac:
* libdocument/ev-file-helpers.c:
Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
svn path=/trunk/; revision=2292
Carlos Garcia Campos [Sat, 3 Feb 2007 19:02:28 +0000 (19:02 +0000)]
Support for PDF, PS and EPS compressed files. Fixes bug #307087.
2007-02-03 Carlos Garcia Campos <carlosgc@gnome.org>
* configure.ac:
* backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
(ps_interpreter_start), (document_load), (save_document),
(save_page_list):
* libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
* libdocument/ev-document-factory.c:
(ev_document_factory_get_from_mime), (get_document_from_uri),
(free_uncompressed_uri), (ev_document_factory_get_document):
* shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
Support for PDF, PS and EPS compressed files. Fixes bug #307087.
svn path=/trunk/; revision=2291
Ilkka Tuohela [Sat, 3 Feb 2007 13:56:49 +0000 (13:56 +0000)]
Updated Finnish translation
svn path=/trunk/; revision=2290
Carlos Garcia Campos [Sat, 3 Feb 2007 13:37:51 +0000 (13:37 +0000)]
Fix typo in function name.
2007-02-03 Carlos Garcia Campos <carlosgc@gnome.org>
* libdocument/ev-document.h:
Fix typo in function name.
svn path=/trunk/; revision=2289
Carlos Garcia Campos [Sat, 3 Feb 2007 11:57:03 +0000 (11:57 +0000)]
Handle ghostscript interpreter crashes.
2007-02-03 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/ps/ps-document.c: (ps_interpreter_finished),
(ps_interpreter_start), (ps_interpreter_failed):
Handle ghostscript interpreter crashes.
svn path=/trunk/; revision=2288
Ihar Hrachyshka [Sat, 3 Feb 2007 10:48:20 +0000 (10:48 +0000)]
Updated Belarusian translation.
svn path=/trunk/; revision=2287
Dimitris Glezos [Sat, 3 Feb 2007 04:31:22 +0000 (04:31 +0000)]
Updated Greek translation.
2007-02-02 Dimitris Glezos <dimitris@glezos.com>
* el.po: Updated Greek translation.
svn path=/trunk/; revision=2286
Carlos Garcia Campos [Fri, 2 Feb 2007 14:12:53 +0000 (14:12 +0000)]
Setup window size and position before showing it. Fixes bug #401711.
2007-02-02 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c: (ev_window_open_uri),
(window_configure_event_cb):
Setup window size and position before showing it. Fixes bug #401711.
svn path=/trunk/; revision=2285
Carlos Garcia Campos [Fri, 2 Feb 2007 12:03:26 +0000 (12:03 +0000)]
Rework ps-document. Code cleanups, remove deprecated code.
2007-02-02 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/ps/Makefile.am:
* backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
(ps_document_dispose), (ps_document_class_init),
(ps_interpreter_input), (ps_interpreter_output),
(ps_interpreter_error), (setup_interpreter_env),
(ps_interpreter_start), (ps_interpreter_stop),
(ps_interpreter_failed), (ps_interpreter_is_ready),
(check_filecompressed), (document_load), (ps_document_load),
(ps_document_get_n_pages), (setup_page), (setup_pixmap),
(ps_document_widget_event), (send_ps), (ps_document_next_page),
(render_page):
Rework ps-document. Code cleanups, remove deprecated code.
svn path=/trunk/; revision=2284
Carlos Garcia Campos [Thu, 1 Feb 2007 11:08:45 +0000 (11:08 +0000)]
Do not start an image drag and drop operation when pointer is on text, so
2007-02-01 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-view.c: (ev_view_button_press_event):
Do not start an image drag and drop operation when pointer is on
text, so that we can select text when the whole background is an
image.
svn path=/trunk/; revision=2283
Carlos Garcia Campos [Wed, 31 Jan 2007 17:30:25 +0000 (17:30 +0000)]
Disable all zoom related actions during presentation mode.
2007-01-31 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c: (ev_window_update_actions):
Disable all zoom related actions during presentation mode.
svn path=/trunk/; revision=2282
Esteban Sanchez [Wed, 31 Jan 2007 16:41:13 +0000 (16:41 +0000)]
Do not zoom in or out on presentation mode. Fixes bug #401305.
2007-01-31 Esteban Sanchez <esteban@steve-0.com>
* shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
Do not zoom in or out on presentation mode. Fixes bug #401305.
svn path=/trunk/; revision=2281
Daniel Nylander [Tue, 30 Jan 2007 20:26:07 +0000 (20:26 +0000)]
sv.po: Swedish translation updated
svn path=/trunk/; revision=2280
Wouter Bolsterlee [Tue, 30 Jan 2007 19:42:47 +0000 (19:42 +0000)]
Updated Dutch translation by Wouter Bolsterlee.
2007-01-30 Wouter Bolsterlee <wbolster@svn.gnome.org>
* nl.po: Updated Dutch translation by Wouter Bolsterlee.
svn path=/trunk/; revision=2279
Nickolay V. Shmyrev [Tue, 30 Jan 2007 18:55:12 +0000 (18:55 +0000)]
Correctly show menu and fix crash when navigaton action is out of toolbar
2007-01-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* shell/ev-navigation-action.c: (connect_proxy),
(create_menu_item), (ev_navigation_action_class_init):
Correctly show menu and fix crash when navigaton
action is out of toolbar visible area.
svn path=/trunk/; revision=2278
Nickolay V. Shmyrev [Tue, 30 Jan 2007 17:12:10 +0000 (17:12 +0000)]
Added man file
2007-01-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* data/Makefile.am:
* data/evince.1:
Added man file
svn path=/trunk/; revision=2277
Nickolay V. Shmyrev [Tue, 30 Jan 2007 01:37:54 +0000 (01:37 +0000)]
Updated index document.
2007-01-30 Nickolay V. Shmyrev <shmyrev@shadow.teleton>
* reference/Makefile.am:
* reference/evince-docs.sgml:
* reference/evince.types:
Updated index document.
svn path=/trunk/; revision=2276
Nickolay V. Shmyrev [Mon, 29 Jan 2007 18:26:45 +0000 (18:26 +0000)]
Enable gtk-doc in distcheck
svn path=/trunk/; revision=2275
Nickolay V. Shmyrev [Mon, 29 Jan 2007 18:08:05 +0000 (18:08 +0000)]
Added subdirs to makefiles
svn path=/trunk/; revision=2274
Nickolay V. Shmyrev [Mon, 29 Jan 2007 17:43:49 +0000 (17:43 +0000)]
Added gtk-doc based documentation for Evince. Still in initial state but I
2007-01-29 Nickolay V. Shmyrev <shmyrev@shadow.teleton>
* reference/Makefile.am:
* reference/evince-docs.sgml:
* reference/evince.types:
* reference/version.xml.in:
Added gtk-doc based documentation for Evince.
Still in initial state but I hope it will
grow.
svn path=/trunk/; revision=2273
Nickolay V. Shmyrev [Mon, 29 Jan 2007 17:41:17 +0000 (17:41 +0000)]
Added gtk-doc based documentation for Evince. Still in initial state but I
2007-01-29 Nickolay V. Shmyrev <shmyrev@shadow.teleton>
* help/reference/* :
* configure.ac:
Added gtk-doc based documentation for Evince.
Still in initial state but I hope it will
grow.
* configure.ac:
Lower dbus requirement to 0.70
svn path=/trunk/; revision=2272
Theppitak Karoonboonyanan [Mon, 29 Jan 2007 13:43:46 +0000 (13:43 +0000)]
Updated Thai translation.
* th.po: Updated Thai translation.
svn path=/trunk/; revision=2271
Carlos Garcia Campos [Sun, 28 Jan 2007 22:34:29 +0000 (22:34 +0000)]
Fix memory leak.
2007-01-29 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c: (ev_window_add_history):
Fix memory leak.
svn path=/trunk/; revision=2270
Nickolay V. Shmyrev [Sun, 28 Jan 2007 22:04:14 +0000 (22:04 +0000)]
Correctly handle named destination links
2007-01-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
* shell/ev-view.h:
* shell/ev-window.c: (ev_window_add_history):
Correctly handle named destination links
svn path=/trunk/; revision=2269
Nickolay V. Shmyrev [Sun, 28 Jan 2007 21:18:18 +0000 (21:18 +0000)]
Correctly handle link dest with page label
svn path=/trunk/; revision=2268
Nickolay V. Shmyrev [Sun, 28 Jan 2007 20:57:27 +0000 (20:57 +0000)]
Updated Russian translation.
2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* ru.po: Updated Russian translation.
svn path=/trunk/; revision=2267
Nickolay V. Shmyrev [Sun, 28 Jan 2007 20:52:01 +0000 (20:52 +0000)]
Check if document have links model
svn path=/trunk/; revision=2266
Nickolay V. Shmyrev [Sun, 28 Jan 2007 20:48:21 +0000 (20:48 +0000)]
Don't use markup, just set pango attribute
svn path=/trunk/; revision=2265
Nickolay V. Shmyrev [Sun, 28 Jan 2007 20:43:21 +0000 (20:43 +0000)]
Implements another history variant
2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* NOTES:
* backend/djvu/djvu-links.c: (djvu_links_get_links_model):
* backend/pdf/ev-poppler.cc:
* libdocument/ev-document-links.h:
* libdocument/ev-link.c: (ev_link_get_page):
* libdocument/ev-link.h:
* shell/ev-history.c: (ev_history_init), (ev_history_class_init),
(ev_history_add_link):
* shell/ev-history.h:
* shell/ev-navigation-action.c: (activate_menu_item_cb),
(new_history_menu_item), (build_menu):
* shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
* shell/ev-sidebar-links.c: (create_loading_model),
(print_section_cb), (ev_sidebar_links_construct),
(fill_page_labels), (update_page_callback_foreach),
(update_page_callback), (job_finished_callback):
* shell/ev-view.c: (ev_view_handle_link):
* shell/ev-window.c: (ev_window_find_chapter),
(ev_window_add_history), (view_handle_link_cb),
(history_changed_cb):
Implements another history variant
svn path=/trunk/; revision=2264
Carlos Garcia Campos [Sun, 28 Jan 2007 16:43:22 +0000 (16:43 +0000)]
Open links in new window when clicking with middle button.
2007-01-28 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c: (view_external_link_cb):
* shell/ev-view.c: (ev_view_button_release_event):
Open links in new window when clicking with middle button.
svn path=/trunk/; revision=2263
Nickolay V. Shmyrev [Sun, 28 Jan 2007 15:22:34 +0000 (15:22 +0000)]
Don't delete history
svn path=/trunk/; revision=2262
Nickolay V. Shmyrev [Sun, 28 Jan 2007 14:12:08 +0000 (14:12 +0000)]
Store link before jump, not the destination. For me it seems like more
2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* shell/ev-navigation-action.c: (new_history_menu_item):
* shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
* shell/ev-view.c: (ev_view_handle_link):
* shell/ev-window.c:
Store link before jump, not the destination. For me it
seems like more natural history behavior.
svn path=/trunk/; revision=2261
Nickolay V. Shmyrev [Sun, 28 Jan 2007 13:36:57 +0000 (13:36 +0000)]
Don't crash on links without title
svn path=/trunk/; revision=2260
Nickolay V. Shmyrev [Sun, 28 Jan 2007 13:29:10 +0000 (13:29 +0000)]
History finally works as expected.
2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* shell/ev-navigation-action.c: (activate_menu_item_cb),
(ev_navigation_action_class_init):
* shell/ev-navigation-action.h:
* shell/ev-page-action.c: (activate_cb):
* shell/ev-page-cache.c: (ev_page_cache_class_init),
(ev_page_cache_set_current_page_history):
* shell/ev-page-cache.h:
* shell/ev-sidebar-thumbnails.c:
(ev_sidebar_tree_selection_changed),
(ev_sidebar_icon_selection_changed), (page_changed_cb):
* shell/ev-view-private.h:
* shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
* shell/ev-view.h:
* shell/ev-window.c: (page_changed_cb), (history_changed_cb),
(ev_window_setup_document), (ev_window_load_job_cb):
* shell/ev-window.h:
History finally works as expected.
svn path=/trunk/; revision=2259
Carlos Garcia Campos [Sun, 28 Jan 2007 12:36:34 +0000 (12:36 +0000)]
Do not update links treeview if it doesn't have a model assigned yet.
2007-01-28 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-sidebar-links.c: (ev_sidebar_links_map):
Do not update links treeview if it doesn't have a model assigned yet.
svn path=/trunk/; revision=2258
Carlos Garcia Campos [Sun, 28 Jan 2007 12:16:21 +0000 (12:16 +0000)]
Do not update links treeview when sidepane is not visible.
2007-01-28 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-sidebar-links.c: (ev_sidebar_links_map),
(ev_sidebar_links_class_init), (update_page_callback):
Do not update links treeview when sidepane is not visible.
svn path=/trunk/; revision=2257
Nickolay V. Shmyrev [Sun, 28 Jan 2007 11:17:00 +0000 (11:17 +0000)]
Remove activate_link signal, not required.
2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* shell/ev-marshal.list:
* shell/ev-page-action.c: (activate_cb),
(ev_page_action_class_init):
* shell/ev-page-action.h:
* shell/ev-page-cache.c: (ev_page_cache_set_page_label):
* shell/ev-window.c:
Remove activate_link signal, not required.
svn path=/trunk/; revision=2256
Nickolay V. Shmyrev [Sun, 28 Jan 2007 10:25:48 +0000 (10:25 +0000)]
Reorder menu items and build menu with fixed length
svn path=/trunk/; revision=2255
Ed Catmur [Sat, 27 Jan 2007 17:29:46 +0000 (17:29 +0000)]
Normalize text to fix ligatures problem. See bug #341947 for details.
2007-01-27 Ed Catmur <ed@catmur.co.uk>
* shell/ev-view.c: (get_selected_text):
Normalize text to fix ligatures problem. See bug
#341947 for details.
svn path=/trunk/; revision=2254
Priit Laes [Sat, 27 Jan 2007 16:16:15 +0000 (16:16 +0000)]
Updated Estonian translation by Ivar Smolin <okul@linux.ee>.
2007-01-27 Priit Laes <plaes@svn.gnome.org>
* et.po: Updated Estonian translation by Ivar Smolin <okul@linux.ee>.
svn path=/trunk/; revision=2253
Theppitak Karoonboonyanan [Sat, 27 Jan 2007 01:49:40 +0000 (01:49 +0000)]
Updated Thai translation.
* th.po: Updated Thai translation.
svn path=/trunk/; revision=2252
Carlos Garcia Campos [Thu, 25 Jan 2007 11:03:35 +0000 (11:03 +0000)]
Fix memory leak in ev-page-cache.
2007-01-25 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-page-cache.c: (ev_page_cache_finalize):
Fix memory leak in ev-page-cache.
svn path=/trunk/; revision=2251
Tom Parker [Thu, 25 Jan 2007 09:37:16 +0000 (09:37 +0000)]
Correctly handle impress document errors. Fixes nautilus crash in property
2007-01-25 Tom Parker <palfrey@tevp.net>
* backend/impress/impress-document.c: (impress_document_load),
(impress_document_finalize), (impress_document_init):
* properties/ev-properties-main.c: (ev_properties_get_pages):
Correctly handle impress document errors. Fixes nautilus
crash in property page #370491.
svn path=/trunk/; revision=2250
Nickolay V. Shmyrev [Thu, 25 Jan 2007 09:35:01 +0000 (09:35 +0000)]
Added impress-document to POTFILES.
2007-01-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* POTFILES.in: Added impress-document to POTFILES.
svn path=/trunk/; revision=2249
Carlos Garcia Campos [Wed, 24 Jan 2007 18:14:06 +0000 (18:14 +0000)]
Do file transfer asynchronously in the main thread instead of
2007-01-24 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
(no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
(ev_job_queue_remove_job):
* shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
(ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
(ev_job_load_run):
* shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
(ev_window_popup_password_dialog), (ev_window_clear_load_job),
(ev_window_load_job_cb), (xfer_update_progress_callback),
(ev_window_open_uri), (ev_window_dispose):
* shell/main.c: (main):
Do file transfer asynchronously in the main thread instead of
synchronously in the load thread. Fixes bugs #399694, #398307 and
#343542.
svn path=/trunk/; revision=2248
Carlos Garcia Campos [Wed, 24 Jan 2007 16:08:25 +0000 (16:08 +0000)]
Load the document with the font-config lock held.
2007-01-24 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-jobs.c: (ev_job_xfer_run):
Load the document with the font-config lock held.
svn path=/trunk/; revision=2247
Carlos Garcia Campos [Tue, 23 Jan 2007 19:36:23 +0000 (19:36 +0000)]
Fix memory leaks in ps backend.
2007-01-23 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/ps/ps-document.c: (start_interpreter):
Fix memory leaks in ps backend.
svn path=/trunk/; revision=2246
David Lodge [Tue, 23 Jan 2007 19:27:07 +0000 (19:27 +0000)]
Updated (British) English translation
svn path=/trunk/; revision=2245
Stéphane Raimbault [Tue, 23 Jan 2007 00:09:37 +0000 (00:09 +0000)]
Updated French Translation.
2007-01-23 Stéphane Raimbault <stephane.raimbault@gmail.com>
* fr.po: Updated French Translation.
svn path=/trunk/; revision=2244
Priit Laes [Mon, 22 Jan 2007 22:18:02 +0000 (22:18 +0000)]
Updated Estonian translation by Ivar Smolin <okul@linux.ee>.
2007-01-23 Priit Laes <plaes@svn.gnome.org>
* et.po: Updated Estonian translation by Ivar Smolin <okul@linux.ee>.
svn path=/trunk/; revision=2243
Carlos Garcia Campos [Sun, 21 Jan 2007 18:10:05 +0000 (18:10 +0000)]
Do not acquire fontconfig lock in impress backend, since it is using the
2007-01-21 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/impress/impress-document.c:
(impress_document_render_pixbuf):
Do not acquire fontconfig lock in impress backend, since it is using
the main loop for rendering.
svn path=/trunk/; revision=2242
Carlos Garcia Campos [Sun, 21 Jan 2007 16:51:22 +0000 (16:51 +0000)]
Remove mdvi files that shouldn't be translated.
2007-01-21 Carlos Garcia Campos <carlosgc@gnome.org>
* po/POTFILES.in:
Remove mdvi files that shouldn't be translated.
svn path=/trunk/; revision=2241
Carlos Garcia Campos [Sun, 21 Jan 2007 16:25:45 +0000 (16:25 +0000)]
Render "loading..." text into a cairo surface instead of directly into the
2007-01-21 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-view-private.h:
* shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
(ev_view_set_zoom):
Render "loading..." text into a cairo surface instead of directly into
the window so that fontconfig lock is only needed once and UI is not
blocked. Change text color to #9B9B9B. Fixes bug #397356.
svn path=/trunk/; revision=2240
Kjartan Maraas [Sat, 20 Jan 2007 17:24:48 +0000 (17:24 +0000)]
Updated Norwegian bokmål translation.
2007-01-20 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=2239
Carlos Garcia Campos [Fri, 19 Jan 2007 18:14:36 +0000 (18:14 +0000)]
Use icon theme associated with the window screen rather than default.
2007-01-19 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-stock-icons.c: (ev_stock_icons_init):
* shell/ev-application.c: (ev_application_open_uri_at_dest):
Use icon theme associated with the window screen rather than default.
svn path=/trunk/; revision=2238
Luca Ferretti [Fri, 19 Jan 2007 13:56:17 +0000 (13:56 +0000)]
Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2007-01-19 Luca Ferretti <elle.uca@libero.it>
* configure.ac:
Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
svn path=/trunk/; revision=2237
Luca Ferretti [Fri, 19 Jan 2007 13:53:36 +0000 (13:53 +0000)]
Fix a wrong filename (continious-->continuous)
svn path=/trunk/; revision=2236
Luca Ferretti [Fri, 19 Jan 2007 13:52:45 +0000 (13:52 +0000)]
Move Evince icons under new apps directory.
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
Carlos Garcia Campos [Thu, 18 Jan 2007 15:48:08 +0000 (15:48 +0000)]
Do not draw white background page in presentation mode.
2007-01-18 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
Do not draw white background page in presentation mode.
svn path=/trunk/; revision=2234
Daniel Nylander [Wed, 17 Jan 2007 23:38:49 +0000 (23:38 +0000)]
sv.po: Updated Swedish translation.
svn path=/trunk/; revision=2233
Daniel Nylander [Wed, 17 Jan 2007 11:07:28 +0000 (11:07 +0000)]
sv/sv.po: Updated Swedish translation
svn path=/trunk/; revision=2232
Gabor Kelemen [Tue, 16 Jan 2007 23:39:36 +0000 (23:39 +0000)]
Translation updated.
2007-01-17 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated.
svn path=/trunk/; revision=2231
Jani Monoses [Tue, 16 Jan 2007 05:37:31 +0000 (05:37 +0000)]
Remove unused gnome-vfs include.
2007-01-16 Jani Monoses <jani.monoses@gmail.com>
* shell/ev-view.c: Remove unused gnome-vfs include.
svn path=/trunk/; revision=2230
Marc Brockschmidt [Tue, 16 Jan 2007 05:21:51 +0000 (05:21 +0000)]
Documentation about document dragging is corrected. Fixes bug #396532.
2007-01-16 Marc Brockschmidt <bugzilla.g@marcbrockschmidt.de>
* C/evince.xml: Documentation about document
dragging is corrected. Fixes bug #396532.
svn path=/trunk/; revision=2229
Theppitak Karoonboonyanan [Tue, 16 Jan 2007 05:07:37 +0000 (05:07 +0000)]
Format string is corrected, fixes bug #397129.
2007-01-16 Theppitak Karoonboonyanan <thep@linux.thai.net>
* backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
Format string is corrected, fixes bug #397129.
svn path=/trunk/; revision=2228
Theppitak Karoonboonyanan [Tue, 16 Jan 2007 04:37:17 +0000 (04:37 +0000)]
Updated Thai translation.
* th.po: Updated Thai translation.
svn path=/trunk/; revision=2227
Yair Hershkovitz [Mon, 15 Jan 2007 19:57:56 +0000 (19:57 +0000)]
updated hebrew translation
svn path=/trunk/; revision=2226
Djihed Afifi [Mon, 15 Jan 2007 14:22:14 +0000 (14:22 +0000)]
Updated Arabic Translation by Djihed Afifi.
svn path=/trunk/; revision=2225
Carlos Garcia Campos [Sun, 14 Jan 2007 17:37:05 +0000 (17:37 +0000)]
Do not include in recent menu inexistent documents. Fixes bug #339171.
2007-01-14 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c: (ev_window_setup_recent):
Do not include in recent menu inexistent documents. Fixes
bug #339171.
svn path=/trunk/; revision=2224
Carlos Garcia Campos [Sun, 14 Jan 2007 16:09:12 +0000 (16:09 +0000)]
Update POTFILES.skip file according to current source tree.
2007-01-14 Carlos Garcia Campos <carlosgc@gnome.org>
* po/POTFILES.skip:
Update POTFILES.skip file according to current source tree.
svn path=/trunk/; revision=2223
Jovan Naumovski [Sun, 14 Jan 2007 01:03:06 +0000 (01:03 +0000)]
2007-01-14 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.
svn path=/trunk/; revision=2222
Carlos Garcia Campos [Sat, 13 Jan 2007 13:16:13 +0000 (13:16 +0000)]
Do Save a copy in atomic way. Fixes bug #328266.
2007-01-13 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c: (file_save_dialog_response_cb):
Do Save a copy in atomic way. Fixes bug #328266.
svn path=/trunk/; revision=2221
Djihed Afifi [Sat, 13 Jan 2007 06:01:20 +0000 (06:01 +0000)]
Updated Arabic Translation.
svn path=/trunk/; revision=2220
Carlos Garcia Campos [Fri, 12 Jan 2007 17:40:08 +0000 (17:40 +0000)]
Keep selected cell always visible in index treeview.
2007-01-12 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-sidebar-links.c: (update_page_callback_foreach):
Keep selected cell always visible in index treeview.
svn path=/trunk/; revision=2219
Carlos Garcia Campos [Fri, 12 Jan 2007 16:58:49 +0000 (16:58 +0000)]
Restore horizontal scrollbar after switching to/from fullscreen or
2007-01-12 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-view.c: (ev_view_size_allocate):
Restore horizontal scrollbar after switching to/from fullscreen
or presentation mode. Fixes bug #331728.
svn path=/trunk/; revision=2218
Daniel Nylander [Fri, 12 Jan 2007 15:40:15 +0000 (15:40 +0000)]
sv.po: Updated Swedish translation
svn path=/trunk/; revision=2217
Clytie Siddall [Fri, 12 Jan 2007 11:55:56 +0000 (11:55 +0000)]
vi.po: Updated Vietnamese translation.
svn path=/trunk/; revision=2216
Clytie Siddall [Fri, 12 Jan 2007 11:54:34 +0000 (11:54 +0000)]
vi.po: Updated Vietnamese translation.
svn path=/trunk/; revision=2215
Carlos Garcia Campos [Thu, 11 Jan 2007 16:58:45 +0000 (16:58 +0000)]
Use max and min scale values in the view iby taking dpi into account.
2007-01-11 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-view-private.h:
* shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
* shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
(ev_view_set_screen_dpi), (ev_view_can_zoom_in),
(ev_view_can_zoom_out):
Use max and min scale values in the view iby taking dpi into account.
svn path=/trunk/; revision=2214
Nickolay V. Shmyrev [Thu, 11 Jan 2007 00:03:35 +0000 (00:03 +0000)]
Fixes bug #395105. Thanks to Damien Carbery <damien.carbery@sun.com>.
2007-01-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* be.po: Fixes bug #395105. Thanks to
Damien Carbery <damien.carbery@sun.com>.
svn path=/trunk/; revision=2213
Theppitak Karoonboonyanan [Wed, 10 Jan 2007 18:16:47 +0000 (18:16 +0000)]
Updated Thai translation.
2007-01-11 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Updated Thai translation.
svn path=/trunk/; revision=2212
Nickolay V. Shmyrev [Wed, 10 Jan 2007 16:53:33 +0000 (16:53 +0000)]
Use source directory to find files for test
svn path=/trunk/; revision=2210
Carlos Garcia Campos [Wed, 10 Jan 2007 15:59:25 +0000 (15:59 +0000)]
Release 0.7.1
2007-01-10 Carlos Garcia Campos <carlosgc@gnome.org>
* configure.ac:
* NEWS:
Release 0.7.1
svn path=/trunk/; revision=2209
Kjartan Maraas [Wed, 10 Jan 2007 13:57:28 +0000 (13:57 +0000)]
Updated Norwegian bokmål translation.
2007-01-10 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=2208
Djihed Afifi [Wed, 10 Jan 2007 06:52:27 +0000 (06:52 +0000)]
Updated Arabic Translation.
svn path=/trunk/; revision=2207
Josep Puigdemont i Casamajó [Tue, 9 Jan 2007 22:50:29 +0000 (22:50 +0000)]
Added Catalan documentation by Gil Forcada.
svn path=/trunk/; revision=2206
Priit Laes [Tue, 9 Jan 2007 19:24:50 +0000 (19:24 +0000)]
Estonian translation update by Ivar Smolin <okul@linux.ee>.
2007-01-09 Priit Laes <plaes@svn.gnome.org>
* et.po: Estonian translation update by Ivar Smolin <okul@linux.ee>.
svn path=/trunk/; revision=2205
Carlos Garcia Campos [Tue, 9 Jan 2007 18:51:06 +0000 (18:51 +0000)]
Send print job to printer with some settings set to default values, since
2007-01-09 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c: (ev_window_print_send):
Send print job to printer with some settings set to default values,
since we have already exported to a file according to such settings
and they could be taken twice by some printers.
svn path=/trunk/; revision=2204
Carlos Garcia Campos [Tue, 9 Jan 2007 18:14:39 +0000 (18:14 +0000)]
Show main window and load document with the font-config lock held.
2007-01-09 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-jobs.c: (ev_job_xfer_run):
* shell/ev-application.c: (ev_application_open_uri_at_dest):
Show main window and load document with the font-config lock held.
svn path=/trunk/; revision=2203
Daniel Nylander [Tue, 9 Jan 2007 07:18:40 +0000 (07:18 +0000)]
sv.po: Updated Swedish translation
svn path=/trunk/; revision=2202
Carlos Garcia Campos [Mon, 8 Jan 2007 19:04:26 +0000 (19:04 +0000)]
Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2007-01-08 Carlos Garcia Campos <carlosgc@gnome.org>
* configure.ac:
* shell/ev-application.c: (ev_application_register_service):
* shell/main.c: (load_files_remote):
Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
svn path=/trunk/; revision=2201