]> www.fi.muni.cz Git - evince.git/log
evince.git
15 years ago[printing] Fixes crash found by tests EVINCE_2_27_1
Nickolay V. Shmyrev [Mon, 18 May 2009 22:34:54 +0000 (02:34 +0400)]
[printing] Fixes crash found by tests

Check that page range specified is empty

15 years agoDisables shave for dist, conflicts with gtk-doc
Nickolay V. Shmyrev [Mon, 18 May 2009 22:01:39 +0000 (02:01 +0400)]
Disables shave for dist, conflicts with gtk-doc

15 years ago[release] Update configure.ac with the new release version
Nickolay V. Shmyrev [Mon, 18 May 2009 21:13:42 +0000 (01:13 +0400)]
[release] Update configure.ac with the new release version

15 years agoUpdated Spanish translation
Jorge Gonzalez [Mon, 18 May 2009 18:17:53 +0000 (20:17 +0200)]
Updated Spanish translation

15 years ago[NEWS] Update for release 2.27.1
Carlos Garcia Campos [Mon, 18 May 2009 16:26:49 +0000 (18:26 +0200)]
[NEWS] Update for release 2.27.1

15 years ago[shell] Add EvPrintOperationPrint that implements EvPrintOperation using GtkPrintOper...
Carlos Garcia Campos [Sun, 17 May 2009 14:31:41 +0000 (16:31 +0200)]
[shell] Add EvPrintOperationPrint that implements EvPrintOperation using GtkPrintOperation

If the backend implements the EvDocumentPrint interface,
EvPrintOperationPrint is used instead of EvPrintOperationExport, to be
able to use the GTK+ printing system based on cairo. Fixes bug #557112.

15 years ago[libview] Add a new job for printing using cairo
Carlos Garcia Campos [Sun, 17 May 2009 14:29:16 +0000 (16:29 +0200)]
[libview] Add a new job for printing using cairo

15 years ago[pdf] Implement EvDocumentPrint interface
Carlos Garcia Campos [Sun, 17 May 2009 14:27:33 +0000 (16:27 +0200)]
[pdf] Implement EvDocumentPrint interface

15 years ago[libdocument] Add EvDocumentPrint interface
Carlos Garcia Campos [Sun, 17 May 2009 14:25:08 +0000 (16:25 +0200)]
[libdocument] Add EvDocumentPrint interface

It allows rendering pages into a cairo context.

15 years ago[comics] Fixes handling of the tmp folder
Juanjo Marín [Sun, 17 May 2009 13:22:31 +0000 (17:22 +0400)]
[comics] Fixes handling of the tmp folder

Uses common function for a temporary file creation. Fixes crash in
GNOME bug #582108.

15 years agoupdated Greek documentation translation
Γιάννης Κατσαμπίρης [Sat, 16 May 2009 23:08:41 +0000 (00:08 +0100)]
updated Greek documentation translation

15 years ago[libview] Update pixbuf cache page range even when the page range haven't changed
Carlos Garcia Campos [Sat, 16 May 2009 16:24:35 +0000 (18:24 +0200)]
[libview] Update pixbuf cache page range even when the page range haven't changed

It's needed because scale, rotation or selections might have changed.

15 years ago[shell] Recover previous session when running evince after a crash
Carlos Garcia Campos [Sat, 16 May 2009 16:09:08 +0000 (18:09 +0200)]
[shell] Recover previous session when running evince after a crash

Fixes bug #578894

15 years ago[pdf] Fix build with poppler without cairo support
Carlos Garcia Campos [Thu, 14 May 2009 08:38:49 +0000 (10:38 +0200)]
[pdf] Fix build with poppler without cairo support

Fixes bug #582543

15 years ago[comics] Unified command scheme to run extractor
Juanjo Marín [Wed, 13 May 2009 22:05:45 +0000 (02:05 +0400)]
[comics] Unified command scheme to run extractor

Simplified the extraction of various archive types. Fixes GNOME bug #581796.

15 years ago[shell] Implement Print named action
Carlos Garcia Campos [Wed, 13 May 2009 13:16:32 +0000 (15:16 +0200)]
[shell] Implement Print named action

15 years ago[shell] Abort dnd operations originated in the same Evince window
Carlos Garcia Campos [Wed, 13 May 2009 12:47:33 +0000 (14:47 +0200)]
[shell] Abort dnd operations originated in the same Evince window

Fixes bug #582077

15 years ago[libview] Update current range when setting the document
Carlos Garcia Campos [Wed, 13 May 2009 12:19:09 +0000 (14:19 +0200)]
[libview] Update current range when setting the document

15 years ago[libview] Remove unused function
Carlos Garcia Campos [Tue, 12 May 2009 17:23:20 +0000 (19:23 +0200)]
[libview] Remove unused function

15 years agoUpdate .gitignore
Carlos Garcia Campos [Tue, 12 May 2009 17:14:58 +0000 (19:14 +0200)]
Update .gitignore

15 years ago[build] Use shave to improve build log readability
Carlos Garcia Campos [Tue, 12 May 2009 17:12:16 +0000 (19:12 +0200)]
[build] Use shave to improve build log readability

15 years ago[libview] Initialize start/end_page to -1
Carlos Garcia Campos [Tue, 12 May 2009 16:18:37 +0000 (18:18 +0200)]
[libview] Initialize start/end_page to -1

15 years ago[pdf] Remove unneeded #ifdefs
Carlos Garcia Campos [Tue, 12 May 2009 15:54:11 +0000 (17:54 +0200)]
[pdf] Remove unneeded #ifdefs

15 years ago[libview] Do not handle key events in EvView when it's not focused
Carlos Garcia Campos [Tue, 12 May 2009 10:19:59 +0000 (12:19 +0200)]
[libview] Do not handle key events in EvView when it's not focused

We only handle key events in EvView even when it doesn't have the focus
if there is a popup window with the focus

15 years ago[shell] Propagate key events from EvWindow to EvView
Carlos Garcia Campos [Tue, 12 May 2009 10:01:43 +0000 (12:01 +0200)]
[shell] Propagate key events from EvWindow to EvView

EvAnnotationWindow is a GtkWindow that doesn't accept focus, but we
manually grab the focus on the text view contained in it to be able to
modify the annotation contents. We need to propagate the key events to
the view even when the view is not the focused widget. The view will
only handle these events when there's a popup window with the focus so
that it's possible to type in window annotations.

15 years ago[libview] Show popup windows associated to markup annotations
Carlos Garcia Campos [Tue, 12 May 2009 10:00:40 +0000 (12:00 +0200)]
[libview] Show popup windows associated to markup annotations

15 years ago[libview] Add EvAnnotationWindow widget that implements popup annotations
Carlos Garcia Campos [Tue, 12 May 2009 09:41:25 +0000 (11:41 +0200)]
[libview] Add EvAnnotationWindow widget that implements popup annotations

15 years agoAdd close, resize-se and resize-sw icons copied from stickynotes applet
Carlos Garcia Campos [Tue, 12 May 2009 09:35:40 +0000 (11:35 +0200)]
Add close, resize-se and resize-sw icons copied from stickynotes applet

15 years ago[libview] Get annotations when rendering pages
Carlos Garcia Campos [Tue, 12 May 2009 09:32:22 +0000 (11:32 +0200)]
[libview] Get annotations when rendering pages

15 years agoMove stock icons from libmisc to libview and make the API public
Carlos Garcia Campos [Tue, 12 May 2009 09:28:53 +0000 (11:28 +0200)]
Move stock icons from libmisc to libview and make the API public

15 years ago[pdf] Implement annotations interface
Carlos Garcia Campos [Tue, 12 May 2009 09:16:39 +0000 (11:16 +0200)]
[pdf] Implement annotations interface

15 years agoBump poppler requirement to 0.11.0
Carlos Garcia Campos [Tue, 12 May 2009 09:08:43 +0000 (11:08 +0200)]
Bump poppler requirement to 0.11.0

15 years ago[libdocument] Add annotations interface
Carlos Garcia Campos [Tue, 12 May 2009 09:04:14 +0000 (11:04 +0200)]
[libdocument] Add annotations interface

15 years ago[libdocument] Convert EvRectangle struct into a boxed type
Carlos Garcia Campos [Tue, 12 May 2009 08:38:33 +0000 (10:38 +0200)]
[libdocument] Convert EvRectangle struct into a boxed type

15 years agoUpdated Spanish translation
Jorge Gonzalez [Fri, 8 May 2009 18:17:33 +0000 (20:17 +0200)]
Updated Spanish translation

15 years agoUpdated Spanish translation
Jorge Gonzalez [Fri, 8 May 2009 18:04:35 +0000 (20:04 +0200)]
Updated Spanish translation

15 years agoUpdated Oriya Translation.
Manoj Kumar Giri [Fri, 8 May 2009 10:21:47 +0000 (15:51 +0530)]
Updated Oriya Translation.

15 years ago[ui] Disables bouncing during scrolling
Martin Pohlack [Wed, 6 May 2009 22:19:55 +0000 (02:19 +0400)]
[ui] Disables bouncing during scrolling

It appeared to be annoying. Fixes GNOME bug #533534

15 years ago[build] Added previewer to .gitignore
Nickolay V. Shmyrev [Wed, 6 May 2009 22:06:27 +0000 (02:06 +0400)]
[build] Added previewer to .gitignore

Shutup git

15 years ago[comics] Style fixes
Juanjo Marín [Wed, 6 May 2009 20:22:57 +0000 (00:22 +0400)]
[comics] Style fixes

Fixes indentation and quotes

15 years agoFix build without gconftool-2
Christian Persch [Tue, 5 May 2009 12:13:28 +0000 (14:13 +0200)]
Fix build without gconftool-2

Bug #581441.

15 years agoUpdated Spanish translation
Jorge Gonzalez [Sun, 3 May 2009 13:58:31 +0000 (15:58 +0200)]
Updated Spanish translation

15 years ago[build] Fixes distcheck
Nickolay V. Shmyrev [Sun, 3 May 2009 13:37:18 +0000 (17:37 +0400)]
[build] Fixes distcheck

Fixes distcheck issue with additional include folder.

15 years ago[docs] Fixes documentation build
Nickolay V. Shmyrev [Sun, 3 May 2009 13:26:25 +0000 (17:26 +0400)]
[docs] Fixes documentation build

Libmisc sources are added to shell docs. Fixes GNOME bug #579671

15 years ago[document] Fixes handling of broken documents
Nickolay V. Shmyrev [Sun, 3 May 2009 11:35:39 +0000 (15:35 +0400)]
[document] Fixes handling of broken documents

Instead of aborting on assertion, we gracefully report that document is broken.
Fixes GNOME bug #580886.

15 years agoUpdated Spanish translation
Jorge Gonzalez [Sun, 3 May 2009 09:33:27 +0000 (11:33 +0200)]
Updated Spanish translation

15 years ago[comics] Fixes memory leaks and error messages
Juanjo Marín [Sun, 3 May 2009 08:59:08 +0000 (12:59 +0400)]
[comics] Fixes memory leaks and error messages

Few memory leaks noted in the GNOME bug #552074

15 years ago[ui] Escape URIs for display
Nickolay V. Shmyrev [Sun, 3 May 2009 08:21:17 +0000 (12:21 +0400)]
[ui] Escape URIs for display

Uses uri escaping function to make more sensible URI's to display them.
Fixes GNOME bug #581064.

15 years ago[ui] Use stock icon for Page Setup
Nickolay V. Shmyrev [Sun, 3 May 2009 00:30:59 +0000 (04:30 +0400)]
[ui] Use stock icon for Page Setup

This stock icon requires GTK+-2.14, so it's fine to use it

15 years ago[ui] Renamed menu entry to Page Setup
Nickolay V. Shmyrev [Sun, 3 May 2009 00:18:50 +0000 (04:18 +0400)]
[ui] Renamed menu entry to Page Setup

To match with gtk+ dialog title and other applications like gedit.
Fixes GNOME bug #581109

15 years agoUpdated Spanish translation
Jorge Gonzalez [Sat, 2 May 2009 16:51:12 +0000 (18:51 +0200)]
Updated Spanish translation

15 years agoUpdated Spanish translation
Jorge Gonzalez [Fri, 1 May 2009 17:13:06 +0000 (19:13 +0200)]
Updated Spanish translation

15 years agoAdded F3 as a find-next accelerator key, bug 579072
Michael J. Chudobiak [Thu, 30 Apr 2009 12:09:57 +0000 (08:09 -0400)]
Added F3 as a find-next accelerator key, bug 579072

15 years ago[build] Little typo fix
Nickolay V. Shmyrev [Thu, 30 Apr 2009 08:51:31 +0000 (12:51 +0400)]
[build] Little typo fix

Fixes the build issue introduced by the last commit

15 years ago[libegg] Resync with libegg to remove deprecated GTK+ symbols
Javier Jardón [Thu, 30 Apr 2009 08:46:15 +0000 (12:46 +0400)]
[libegg] Resync with libegg to remove deprecated GTK+ symbols

Fixes GNOME bug #580556

15 years agoUpdated Oriya Translation.
Manoj Kumar Giri [Thu, 30 Apr 2009 08:41:02 +0000 (14:11 +0530)]
Updated Oriya Translation.

15 years ago[comics] Support the free Gna! unrar tool.
Juanjo Marín [Tue, 28 Apr 2009 21:05:10 +0000 (01:05 +0400)]
[comics] Support the free Gna! unrar tool.

Adds handling of various types of cb[0-z] archives. Fixes Bug #552074.

15 years ago[doc] Add README.commits copied from Nautilus
Carlos Garcia Campos [Tue, 28 Apr 2009 09:55:36 +0000 (11:55 +0200)]
[doc] Add README.commits copied from Nautilus

15 years ago[build] Rename ChangeLog and autogenerate it
Carlos Garcia Campos [Tue, 28 Apr 2009 09:53:06 +0000 (11:53 +0200)]
[build] Rename ChangeLog and autogenerate it

15 years ago[infrastructure] Fixes doap file
Nickolay V. Shmyrev [Sun, 26 Apr 2009 13:57:45 +0000 (17:57 +0400)]
[infrastructure] Fixes doap file

Makes doap file valid by addition of mailto into foaf:mbox.

15 years ago[comics] Correct check for exit status
Juanjo Marín [Sun, 26 Apr 2009 10:30:49 +0000 (14:30 +0400)]
[comics] Correct check for exit status

Status of the dvipdfm needs to be checked after exit. Fixes
GNOME bug #579656.

15 years ago[build] Adds -no-undefined flag for Cygwin build
Nickolay V. Shmyrev [Sun, 26 Apr 2009 10:13:00 +0000 (14:13 +0400)]
[build] Adds -no-undefined flag for Cygwin build

Added flag -no-undefined required by Cygwin for installed shared
libraries since Cygwin's libtool can't track library dependency
automatically. Fixes GNOME bug #580058. Patch from Yaakov Selkowitz
<yselkowitz@users.sourceforge.net>

15 years agoUpdating Estonian translation
Ivar Smolin [Sat, 25 Apr 2009 15:18:05 +0000 (18:18 +0300)]
Updating Estonian translation

15 years agodoap: Add desktop category
Olav Vitters [Thu, 23 Apr 2009 16:36:43 +0000 (18:36 +0200)]
doap: Add desktop category

15 years agoUpdated Brazilian Portuguese translation.
Vladimir Melo [Thu, 23 Apr 2009 01:32:35 +0000 (22:32 -0300)]
Updated Brazilian Portuguese translation.

15 years agoUpdated Slovenian translation
Matej Urban [Wed, 22 Apr 2009 10:09:27 +0000 (12:09 +0200)]
Updated Slovenian translation

15 years agoUpdated Spanish translation
Jorge Gonzalez [Sun, 19 Apr 2009 14:21:33 +0000 (16:21 +0200)]
Updated Spanish translation

15 years agoevince.doap: Added project description.
Nickolay V. Shmyrev [Fri, 17 Apr 2009 07:22:33 +0000 (11:22 +0400)]
evince.doap: Added project description.

15 years agoFixes the test
Nickolay V. Shmyrev [Wed, 15 Apr 2009 20:35:03 +0000 (20:35 +0000)]
Fixes the test

svn path=/trunk/; revision=3612

15 years agoUpdated Arabic translation.
khaledh [Wed, 15 Apr 2009 11:04:36 +0000 (11:04 +0000)]
Updated Arabic translation.

svn path=/trunk/; revision=3607

15 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Sun, 12 Apr 2009 14:20:20 +0000 (14:20 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=3605

15 years agoTranslation updated by Ivar Smolin
Priit Laes [Sun, 12 Apr 2009 10:15:07 +0000 (10:15 +0000)]
Translation updated by Ivar Smolin

2009-04-12  Priit Laes  <plaes at svn dot gnome dot org>

* et.po: Translation updated by Ivar Smolin

svn path=/trunk/; revision=3603

15 years agoFixes typo
Nickolay V. Shmyrev [Sun, 12 Apr 2009 00:17:32 +0000 (00:17 +0000)]
Fixes typo

svn path=/trunk/; revision=3602

15 years agoUpdated Serbian translation (by Miloš Popović)
Goran Rakic [Fri, 10 Apr 2009 17:22:39 +0000 (17:22 +0000)]
Updated Serbian translation (by Miloš Popović)

svn path=/trunk/; revision=3601

15 years agoChange process working directory to $HOME so that we don't prevent
Carlos Garcia Campos [Fri, 10 Apr 2009 14:22:16 +0000 (14:22 +0000)]
Change process working directory to $HOME so that we don't prevent

2009-04-10  Carlos Garcia Campos  <carlosgc@gnome.org>

* shell/main.c: (main):

Change process working directory to $HOME so that we don't prevent
unmounting in case the initial cwd is on an external device. Fixes
bug #575436.

svn path=/trunk/; revision=3598

15 years agoUse g_file_make_symbolic_link to create symlinks. Patch by Hib Eris. See
Carlos Garcia Campos [Fri, 10 Apr 2009 13:57:32 +0000 (13:57 +0000)]
Use g_file_make_symbolic_link to create symlinks. Patch by Hib Eris. See

2009-04-10  Carlos Garcia Campos  <carlosgc@gnome.org>

* shell/ev-window.c: (ev_window_create_tmp_symlink):

Use g_file_make_symbolic_link to create symlinks. Patch by Hib
Eris. See bug #339172.

svn path=/trunk/; revision=3597

15 years agoCreate and load the document based on the mime-type provided by nautilus
Carlos Garcia Campos [Fri, 10 Apr 2009 10:37:56 +0000 (10:37 +0000)]
Create and load the document based on the mime-type provided by nautilus

2009-04-10  Carlos Garcia Campos  <carlosgc@gnome.org>

* properties/ev-properties-main.c: (ev_properties_get_pages):

Create and load the document based on the mime-type provided by
nautilus instead of using our own documents factory. Fixes bug
#533917.

svn path=/trunk/; revision=3595

15 years agoUpdated Serbian translation (by Miloš Popović)
Goran Rakic [Fri, 10 Apr 2009 10:17:19 +0000 (10:17 +0000)]
Updated Serbian translation (by Miloš Popović)

svn path=/trunk/; revision=3594

15 years agoAdd missing file. Fixes bug #578436
Carlos Garcia Campos [Fri, 10 Apr 2009 10:00:27 +0000 (10:00 +0000)]
Add missing file. Fixes bug #578436

svn path=/trunk/; revision=3593

15 years agoUpdated zh_CN translation.
Funda Wang [Fri, 10 Apr 2009 03:26:05 +0000 (03:26 +0000)]
Updated zh_CN translation.

svn path=/trunk/; revision=3592

15 years agoFix tiff pixel conversion on big endian machines. Fixes bug #509920.
Benjamin Berg [Thu, 9 Apr 2009 20:36:17 +0000 (20:36 +0000)]
Fix tiff pixel conversion on big endian machines. Fixes bug #509920.

2009-04-09  Benjamin Berg  <benjamin@sipsolutions.net>

* backend/tiff/tiff-document.c: (tiff_document_render):
Fix tiff pixel conversion on big endian machines. Fixes bug #509920.

svn path=/trunk/; revision=3589

15 years agoFix output on big endian machines. Fixes bug #578433.
Benjamin Berg [Wed, 8 Apr 2009 22:34:02 +0000 (22:34 +0000)]
Fix output on big endian machines. Fixes bug #578433.

2009-04-09  Benjamin Berg  <benjamin@sipsolutions.net>

* backend/dvi/cairo-device.c: (dvi_cairo_put_pixel):
Fix output on big endian machines. Fixes bug #578433.

svn path=/trunk/; revision=3586

15 years agoFix the .desktop-file-as-state-file case; egg_desktop_file_get_source()
Dan Winship [Wed, 8 Apr 2009 22:14:07 +0000 (22:14 +0000)]
Fix the .desktop-file-as-state-file case; egg_desktop_file_get_source()

2009-04-08  Dan Winship  <danw@gnome.org>
* cut-n-paste/smclient/eggsmclient-xsmp.c (save_state):

Fix the .desktop-file-as-state-file case;
egg_desktop_file_get_source() returns a URI, not a filename.

svn path=/trunk/; revision=3585

15 years agoRemoved
Carlos Garcia Campos [Wed, 8 Apr 2009 15:42:49 +0000 (15:42 +0000)]
Removed

2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>

* configure.ac:
* cut-n-paste/Makefile.am:
* cut-n-paste/evmountoperation/*: Removed
* po/POTFILES.in:
* shell/Makefile.am:
* shell/ev-print-operation.c:
* shell/ev-window.c: (window_open_file_copy_ready_cb),
(ev_window_cmd_help_contents), (launch_action),
(launch_external_uri):

Bump GTK+ requirement to 2.14.

svn path=/trunk/; revision=3584

15 years agoUse g_error_matches() instead of manually check error code and domain.
Carlos Garcia Campos [Wed, 8 Apr 2009 13:43:06 +0000 (13:43 +0000)]
Use g_error_matches() instead of manually check error code and domain.

2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>

* shell/ev-window.c: (window_open_file_copy_ready_cb),
(reload_remote_copy_ready_cb), (window_save_file_copy_ready_cb):

Use g_error_matches() instead of manually check error code and
domain.

svn path=/trunk/; revision=3583

15 years agoDelete the temp symlink created when opening a copy.
Carlos Garcia Campos [Wed, 8 Apr 2009 13:35:11 +0000 (13:35 +0000)]
Delete the temp symlink created when opening a copy.

2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>

* shell/ev-window.c: (ev_window_clear_temp_symlink),
(ev_window_dispose):

Delete the temp symlink created when opening a copy.

svn path=/trunk/; revision=3582

15 years agoAdd previewer files to POTFILES.in.
Carlos Garcia Campos [Wed, 8 Apr 2009 13:13:41 +0000 (13:13 +0000)]
Add previewer files to POTFILES.in.

2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>

* po/POTFILES.in:

Add previewer files to POTFILES.in.

svn path=/trunk/; revision=3581

15 years agoDelete the print settings file.
Carlos Garcia Campos [Wed, 8 Apr 2009 13:10:39 +0000 (13:10 +0000)]
Delete the print settings file.

2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>

* previewer/ev-previewer.c: (ev_previewer_unlink_tempfile),
(main):

Delete the print settings file.

svn path=/trunk/; revision=3580

15 years agoRemove the preview mode from EvWindow. EvPrintOperation now launches
Carlos Garcia Campos [Wed, 8 Apr 2009 13:10:27 +0000 (13:10 +0000)]
Remove the preview mode from EvWindow. EvPrintOperation now launches

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

15 years agoAdd evince-previewer as a separate applicaton that implements the preview
Carlos Garcia Campos [Wed, 8 Apr 2009 13:10:12 +0000 (13:10 +0000)]
Add evince-previewer as a separate applicaton that implements the preview

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

15 years agoMove EvPageAction and EvStockIcons from shell to a new internal library
Carlos Garcia Campos [Wed, 8 Apr 2009 13:10:00 +0000 (13:10 +0000)]
Move EvPageAction and EvStockIcons from shell to a new internal library

2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>

* configure.ac:
* Makefile.am:
* po/POTFILES.in:
* shell/Makefile.am:
* shell/ev-page-action-widget.[ch]:
* shell/ev-page-action.[ch]:
* shell/ev-stock-icons.[ch]:
* shell/ev-application.c:
* shell/main.c:
* libmisc/Makefile.am:
* libmisc/ev-page-action-widget.[ch]:
* libmisc/ev-page-action.[ch]:
* libmisc/ev-stock-icons.[ch]:

Move EvPageAction and EvStockIcons from shell to a new internal
library (libevmisc) that will be used by the evince previewer too.

svn path=/trunk/; revision=3577

15 years agoUps, proper fix
Nickolay V. Shmyrev [Tue, 7 Apr 2009 22:17:34 +0000 (22:17 +0000)]
Ups, proper fix

svn path=/trunk/; revision=3575

15 years agoFixes memory leak. Bug #578285.
Nickolay V. Shmyrev [Tue, 7 Apr 2009 22:16:47 +0000 (22:16 +0000)]
Fixes memory leak. Bug #578285.

2009-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* backend/tiff/tiff2ps.c (tiff2ps_context_new):

Fixes memory leak. Bug #578285.

svn path=/trunk/; revision=3574

15 years agoMove ev_view_update_view_size() from libview to ev-window again and make
Carlos Garcia Campos [Mon, 6 Apr 2009 17:05:52 +0000 (17:05 +0000)]
Move ev_view_update_view_size() from libview to ev-window again and make

2009-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>

* libview/ev-view.[ch]: (ev_view_set_zoom),
(ev_view_update_view_size):
* shell/ev-window.c: (ev_window_set_view_size),
(ev_window_sizing_mode_changed_cb), (ev_window_init):

Move ev_view_update_view_size() from libview to ev-window again
and make sure the view is not redrawn when calling
ev_view_set_zoom more than once with the same zoom scale.

svn path=/trunk/; revision=3573

15 years agoFollow up to bug #539972. Alt+Arrows conflict with view scrolling, changed
Nickolay V. Shmyrev [Sun, 5 Apr 2009 10:23:26 +0000 (10:23 +0000)]
Follow up to bug #539972. Alt+Arrows conflict with view scrolling, changed

2009-04-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* shell/ev-window.c:

Follow up to bug #539972. Alt+Arrows conflict with
view scrolling, changed it to Ctrl+Arrows.

svn path=/trunk/; revision=3572

15 years agoFollow up to bug #539972. Alt+Arrows conflict with
Nickolay V. Shmyrev [Sun, 5 Apr 2009 10:22:08 +0000 (10:22 +0000)]
Follow up to bug #539972. Alt+Arrows conflict with
view scrolling, changed it to Ctrl+Arrows.

svn path=/trunk/; revision=3571

15 years agoPatch by Juanjo Marín <juanj.marin@juntadeandalucia.es> to fix the bug
Nickolay V. Shmyrev [Sat, 4 Apr 2009 21:34:19 +0000 (21:34 +0000)]
Patch by Juanjo Marín <juanj.marin@juntadeandalucia.es> to fix the bug

2009-04-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* shell/ev-print-operation.c (clamp_ranges),
(ev_print_operation_export_print_dialog_response_cb):
* test/Makefile.am:
* test/test7.py:

Patch by Juanjo Marín <juanj.marin@juntadeandalucia.es> to fix
the bug 517735. Fixes preview of the empty selection.

svn path=/trunk/; revision=3570

15 years agoDirect bug-buddy bugs to the BugBuddyBugs component.
Christian Persch [Tue, 31 Mar 2009 22:15:12 +0000 (22:15 +0000)]
Direct bug-buddy bugs to the BugBuddyBugs component.

* data/evince.desktop.in.in: Direct bug-buddy bugs to the
BugBuddyBugs component.

svn path=/trunk/; revision=3564

15 years agoSet proper path to saved accels file. Fixes bug #577500.
Nickolay V. Shmyrev [Tue, 31 Mar 2009 21:07:01 +0000 (21:07 +0000)]
Set proper path to saved accels file. Fixes bug #577500.

2009-04-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* shell/ev-application.c (ev_application_init):

Set proper path to saved accels file. Fixes bug #577500.

svn path=/trunk/; revision=3563

15 years agoAnimation is ready only when origin surface is ready. This fixes fading
Nickolay V. Shmyrev [Mon, 30 Mar 2009 01:49:12 +0000 (01:49 +0000)]
Animation is ready only when origin surface is ready. This fixes fading

2009-03-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* libview/ev-transition-animation.c:
(ev_transition_animation_paint), (ev_transition_animation_ready):

Animation is ready only when origin surface is ready. This fixes
fading animations because otherwise next page is displayed
before animaiton starts.

svn path=/trunk/; revision=3562