]> www.fi.muni.cz Git - evince.git/log
evince.git
14 years agoDo not try to recover invalid or unneeded files
Carlos Garcia Campos [Fri, 25 Sep 2009 09:23:40 +0000 (11:23 +0200)]
Do not try to recover invalid or unneeded files

Files that no longer exist or that are already in the command line.
Fixes bgo#595887

14 years ago[libview] Don't change current page when rotating documents with different page sizes
Carlos Garcia Campos [Thu, 24 Sep 2009 14:05:18 +0000 (16:05 +0200)]
[libview] Don't change current page when rotating documents with different page sizes

Fixes bgo#595704.

14 years ago[libview] Fix dest page when jumping to a random page and rotation is 270
Carlos Garcia Campos [Thu, 24 Sep 2009 13:52:36 +0000 (15:52 +0200)]
[libview] Fix dest page when jumping to a random page and rotation is 270

14 years ago[libview] Fix scrollbars position when moving to a dest in rotated documents
Carlos Garcia Campos [Thu, 24 Sep 2009 10:53:59 +0000 (12:53 +0200)]
[libview] Fix scrollbars position when moving to a dest in rotated documents

14 years agoUpdated Slovenian translation
Matej Urbančič [Tue, 22 Sep 2009 10:31:57 +0000 (12:31 +0200)]
Updated Slovenian translation

14 years ago[build] Add --disable-tests to disable tests during distcheck
Carlos Garcia Campos [Mon, 21 Sep 2009 18:35:21 +0000 (20:35 +0200)]
[build] Add --disable-tests to disable tests during distcheck

14 years agoUpdate Czech translation
Marek Černocký [Mon, 21 Sep 2009 13:09:14 +0000 (15:09 +0200)]
Update Czech translation

14 years agoUpdating Assamese translations
Amitakhya Phukan [Mon, 21 Sep 2009 07:28:00 +0000 (12:58 +0530)]
Updating Assamese translations

14 years agoUpdated Czech translation by Jan Drabek
Petr Kovar [Sun, 20 Sep 2009 21:10:17 +0000 (23:10 +0200)]
Updated Czech translation by Jan Drabek

Reviewed by: Lucas Lommer.

14 years agoFix thumbnails rotation when loading a rotated document
Carlos Garcia Campos [Sun, 20 Sep 2009 13:48:03 +0000 (15:48 +0200)]
Fix thumbnails rotation when loading a rotated document

Fixes bgo#595718.

14 years agoUpdated Italian translation
Francesco Marletta [Sun, 20 Sep 2009 07:42:54 +0000 (09:42 +0200)]
Updated Italian translation

14 years ago[configure] Rebump GTK+ requirements to 2.14
Carlos Garcia Campos [Fri, 18 Sep 2009 08:18:32 +0000 (10:18 +0200)]
[configure] Rebump GTK+ requirements to 2.14

It was accidentally changed to 2.12 by commit
e2796d0d1a833e63c9495193c9241bd718f68082, but we really need 2.14.

14 years agoUse EvInfoBar instead of GeditMessageArea
Carlos Garcia Campos [Fri, 18 Sep 2009 08:15:37 +0000 (10:15 +0200)]
Use EvInfoBar instead of GeditMessageArea

Fixes bug #592785

14 years agoAdd GtkInfoBar to cut-n-paste (renamed to avoid conflicts)
Carlos Garcia Campos [Fri, 18 Sep 2009 08:07:21 +0000 (10:07 +0200)]
Add GtkInfoBar to cut-n-paste (renamed to avoid conflicts)

14 years agoUpdated Romanian translation
Lucian Adrian Grijincu [Thu, 17 Sep 2009 19:41:35 +0000 (22:41 +0300)]
Updated Romanian translation

14 years agoUpdated Asturan translation
Astur [Wed, 16 Sep 2009 21:17:47 +0000 (18:17 -0300)]
Updated Asturan translation

14 years agoAdded Ukrainian translation
Maxim V. Dziumanenko [Wed, 16 Sep 2009 14:44:49 +0000 (17:44 +0300)]
Added Ukrainian translation

14 years agoUse model instead of view to handle continuous, dual-page and fullscreen
Carlos Garcia Campos [Mon, 24 Aug 2009 19:03:09 +0000 (21:03 +0200)]
Use model instead of view to handle continuous, dual-page and fullscreen

14 years ago[libview] Add continuous, dual-page and fullscreen properties to EvDocumentModel
Carlos Garcia Campos [Mon, 24 Aug 2009 19:02:14 +0000 (21:02 +0200)]
[libview] Add continuous, dual-page and fullscreen properties to EvDocumentModel

14 years ago[libview] Remove ev_view_set_screen_dpi() from EvView
Carlos Garcia Campos [Mon, 24 Aug 2009 13:59:41 +0000 (15:59 +0200)]
[libview] Remove ev_view_set_screen_dpi() from EvView

14 years ago[shell] Remove unneeded call to ev_view_set_screen_dpi()
Carlos Garcia Campos [Mon, 24 Aug 2009 13:58:41 +0000 (15:58 +0200)]
[shell] Remove unneeded call to ev_view_set_screen_dpi()

14 years ago[shell] Make sure to not open a document on the last page
Carlos Garcia Campos [Mon, 24 Aug 2009 13:53:12 +0000 (15:53 +0200)]
[shell] Make sure to not open a document on the last page

It was actually broken since commit 0e064f5e.

14 years ago[shell] Use ev_window_open_document() to open a copy instead of using a symlink
Carlos Garcia Campos [Mon, 24 Aug 2009 13:32:08 +0000 (15:32 +0200)]
[shell] Use ev_window_open_document() to open a copy instead of using a symlink

14 years ago[shell] Add ev_window_open_document()
Carlos Garcia Campos [Mon, 24 Aug 2009 13:29:34 +0000 (15:29 +0200)]
[shell] Add ev_window_open_document()

It allows open an already loaded document in an EvWindow

14 years ago[libview] Update current scroll values when view is realized
Carlos Garcia Campos [Mon, 24 Aug 2009 13:23:15 +0000 (15:23 +0200)]
[libview] Update current scroll values when view is realized

14 years ago[libdocument] Add ev_document_get_uri()
Carlos Garcia Campos [Sun, 23 Aug 2009 16:35:27 +0000 (18:35 +0200)]
[libdocument] Add ev_document_get_uri()

14 years agoRemove EvPageCache and use EvDocumentModel instead
Carlos Garcia Campos [Sun, 23 Aug 2009 16:02:41 +0000 (18:02 +0200)]
Remove EvPageCache and use EvDocumentModel instead

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.

14 years agoRemove zoom-invalid signal from EvView
Carlos Garcia Campos [Fri, 21 Aug 2009 10:56:35 +0000 (12:56 +0200)]
Remove zoom-invalid signal from EvView

It was used by EvView when sizing mode was best-fit or fit-width to
request the window for its content size. This is not needed at all,
since we already call size_allocate on parent class. GtkScrolledWindow
takes into account the shadow type and scrollbars visibility in its
size_allocate method, so we can just take the allocation returned
to calculate the zoom in case of best-fit or fit-width.

14 years ago[libview] Remove ev_page_cache_get_size() from EvPageCache
Carlos Garcia Campos [Thu, 20 Aug 2009 16:30:46 +0000 (18:30 +0200)]
[libview] Remove ev_page_cache_get_size() from EvPageCache

14 years ago[libview] Move get_max_width/height from EvPageCache to EvView
Carlos Garcia Campos [Thu, 20 Aug 2009 15:47:36 +0000 (17:47 +0200)]
[libview] Move get_max_width/height from EvPageCache to EvView

14 years ago[libview] Move get_dual_even_left from EvPageCache to EvView
Carlos Garcia Campos [Thu, 20 Aug 2009 15:33:15 +0000 (17:33 +0200)]
[libview] Move get_dual_even_left from EvPageCache to EvView

14 years ago[libview] Don't pass scale to get_page_y_offset() since the current scale is always...
Carlos Garcia Campos [Thu, 20 Aug 2009 15:25:34 +0000 (17:25 +0200)]
[libview] Don't pass scale to get_page_y_offset() since the current scale is always used

14 years ago[libview] Move height_to_page cache from EvPageCache to EvView
Carlos Garcia Campos [Thu, 20 Aug 2009 15:21:55 +0000 (17:21 +0200)]
[libview] Move height_to_page cache from EvPageCache to EvView

14 years agoMove ev_page_cache_check_dimensions() to EvDocument
Carlos Garcia Campos [Thu, 20 Aug 2009 10:35:08 +0000 (12:35 +0200)]
Move ev_page_cache_check_dimensions() to EvDocument

14 years ago[libview] Use ev_document_get_page_size to get document width/height
Carlos Garcia Campos [Thu, 20 Aug 2009 09:48:40 +0000 (11:48 +0200)]
[libview] Use ev_document_get_page_size to get document width/height

14 years agoMove thumbnails page sizes cache from EvPageCache to EvSidebarThumbnails
Carlos Garcia Campos [Wed, 19 Aug 2009 14:40:19 +0000 (16:40 +0200)]
Move thumbnails page sizes cache from EvPageCache to EvSidebarThumbnails

14 years ago[libdocument] Protect some public methods with g_return macros
Carlos Garcia Campos [Wed, 19 Aug 2009 13:41:07 +0000 (15:41 +0200)]
[libdocument] Protect some public methods with g_return macros

14 years ago[shell] Add missing cast
Carlos Garcia Campos [Wed, 19 Aug 2009 13:32:52 +0000 (15:32 +0200)]
[shell] Add missing cast

14 years agoMove part of the EvPageCache to EvDocument
Carlos Garcia Campos [Wed, 19 Aug 2009 13:29:40 +0000 (15:29 +0200)]
Move part of the EvPageCache to EvDocument

The static data about the document is stored now in EvDocument class

14 years ago[libmisc] Move EvPageActionWidget implementation to its own class
Carlos Garcia Campos [Wed, 19 Aug 2009 10:45:40 +0000 (12:45 +0200)]
[libmisc] Move EvPageActionWidget implementation to its own class

For some reason it was implemented in EvPageAction class. It includes
also some minor improvements and cleanups.

14 years agoMove default implementation of document_get_info from backends to base class
Carlos Garcia Campos [Tue, 18 Aug 2009 10:17:49 +0000 (12:17 +0200)]
Move default implementation of document_get_info from backends to base class

14 years agoConvert EvDocument interface into an abstract class
Carlos Garcia Campos [Tue, 18 Aug 2009 10:08:37 +0000 (12:08 +0200)]
Convert EvDocument interface into an abstract class

14 years agoRemove attachments from EvDocument interface and use EvDocumentAttachments instead
Carlos Garcia Campos [Tue, 18 Aug 2009 08:18:55 +0000 (10:18 +0200)]
Remove attachments from EvDocument interface and use EvDocumentAttachments instead

14 years ago[libdocument] Add EvDocumentAttachments interface
Carlos Garcia Campos [Tue, 18 Aug 2009 07:50:01 +0000 (09:50 +0200)]
[libdocument] Add EvDocumentAttachments interface

14 years agoUnset executable flag
Carlos Garcia Campos [Tue, 15 Sep 2009 13:49:14 +0000 (15:49 +0200)]
Unset executable flag

14 years agoSave images as png or jpg when the filename has no extensions
Patrick Ammann [Mon, 14 Sep 2009 12:54:04 +0000 (14:54 +0200)]
Save images as png or jpg when the filename has no extensions

14 years agoUpdated British English translation
Philip Withnall [Sat, 12 Sep 2009 21:46:03 +0000 (22:46 +0100)]
Updated British English translation

14 years agoUpdated Danish translation
Kenneth Nielsen [Sat, 12 Sep 2009 12:03:56 +0000 (14:03 +0200)]
Updated Danish translation

14 years ago* 2009-09-11 Reinout van Schouwen <reinouts@gnome.org>
Reinout van Schouwen [Fri, 11 Sep 2009 21:38:42 +0000 (23:38 +0200)]
* 2009-09-11  Reinout van Schouwen <reinouts@gnome.org>

- po/nl.po: Updated Dutch translation

14 years agoUpdated Malayalam Translations
Ani [Fri, 11 Sep 2009 09:50:18 +0000 (15:20 +0530)]
Updated Malayalam Translations

14 years agoUpdated Greek translation.
Kostas Papadimas [Thu, 10 Sep 2009 15:15:15 +0000 (18:15 +0300)]
Updated Greek translation.

14 years agoUpdated Lithuanian translation.
Gintautas Miliauskas [Thu, 10 Sep 2009 11:30:15 +0000 (14:30 +0300)]
Updated Lithuanian translation.

14 years agoUpdated Telugu Translation
krishnababu k [Thu, 10 Sep 2009 10:19:58 +0000 (15:49 +0530)]
Updated Telugu Translation

14 years agoUpdated Turkish translation.
Baris Cicek [Wed, 9 Sep 2009 19:29:31 +0000 (22:29 +0300)]
Updated Turkish translation.

14 years agoUpdated Marathi Translations
Sandeep Shedmake [Wed, 9 Sep 2009 09:55:26 +0000 (15:25 +0530)]
Updated Marathi Translations

14 years agoFix bug #570054
Fernando Herrera [Tue, 8 Sep 2009 11:41:02 +0000 (13:41 +0200)]
Fix bug #570054
Populate destination page when reloading the document, so if the
reload happens because a new command line invokation it still
honors the "-p X" option and the document is reloaded at page X

14 years agoUpdated Gujarati Translations
Sweta Kothari [Tue, 8 Sep 2009 06:26:55 +0000 (11:56 +0530)]
Updated Gujarati Translations

14 years agoCorrected some verbs in wrong gramatical mood, some changes for access
André Gondim [Tue, 8 Sep 2009 00:10:42 +0000 (21:10 -0300)]
Corrected some verbs in wrong gramatical mood, some changes for access
keys and a wrong translation

14 years agoUpdating Gurmukhi Translation
A S Alam [Sun, 6 Sep 2009 08:56:51 +0000 (14:26 +0530)]
Updating Gurmukhi Translation

14 years agoHungarian translation updated
Gabor Kelemen [Sat, 5 Sep 2009 22:01:03 +0000 (00:01 +0200)]
Hungarian translation updated

14 years agoUpdated Simplified Chinese translation.
Aron Xu [Tue, 1 Sep 2009 06:30:41 +0000 (14:30 +0800)]
Updated Simplified Chinese translation.

14 years agoUpdated Kannada(kn) translation
Shankar Prasad [Mon, 31 Aug 2009 09:58:42 +0000 (15:28 +0530)]
Updated Kannada(kn) translation

14 years agoUpdated Bengali India Translations
Runa Bhattacharjee [Mon, 31 Aug 2009 09:50:41 +0000 (15:20 +0530)]
Updated Bengali India Translations

14 years agoUpdated Portuguese translation
Duarte Loreto [Sun, 30 Aug 2009 23:52:52 +0000 (00:52 +0100)]
Updated Portuguese translation

14 years agoUpdated German translation
Mario Blättermann [Sun, 30 Aug 2009 14:43:06 +0000 (16:43 +0200)]
Updated German translation

14 years agoUpdate Korean translation
Changwoo Ryu [Sat, 29 Aug 2009 23:23:20 +0000 (08:23 +0900)]
Update Korean translation

14 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Chao-Hsiung Liao [Sat, 29 Aug 2009 08:07:34 +0000 (16:07 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

14 years agoUpdated Serbian translation
Miloš Popović [Fri, 28 Aug 2009 08:50:20 +0000 (10:50 +0200)]
Updated Serbian translation

14 years agoUpdated French translation
Claude Paroz [Wed, 26 Aug 2009 20:33:52 +0000 (22:33 +0200)]
Updated French translation

14 years agoUpdated Oriya Translation
Manoj Kumar Giri [Wed, 26 Aug 2009 10:30:07 +0000 (16:00 +0530)]
Updated Oriya Translation

14 years agoUpdated Basque language
Inaki Larranaga Murgoitio [Wed, 26 Aug 2009 09:09:30 +0000 (11:09 +0200)]
Updated Basque language

14 years agoUpdated Tamil Translations
ifelix [Tue, 25 Aug 2009 10:39:18 +0000 (16:09 +0530)]
Updated Tamil Translations

14 years agoUpdated Bulgarian translation
Alexander Shopov [Mon, 24 Aug 2009 18:57:20 +0000 (21:57 +0300)]
Updated Bulgarian translation

14 years agoUpdated Bulgarian translation
Krasimir "Bfaf" Chonov [Mon, 24 Aug 2009 07:08:35 +0000 (10:08 +0300)]
Updated Bulgarian translation

14 years agoUpdated Swedish translation
Daniel Nylander [Sun, 23 Aug 2009 21:07:25 +0000 (23:07 +0200)]
Updated Swedish translation

14 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Sun, 23 Aug 2009 05:38:25 +0000 (12:38 +0700)]
Updated Thai translation.

14 years agoUpdated Bulgarian translation
Alexander Shopov [Sat, 22 Aug 2009 15:35:21 +0000 (18:35 +0300)]
Updated Bulgarian translation

14 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Fri, 21 Aug 2009 13:58:50 +0000 (15:58 +0200)]
Updated Norwegian bokmål translation.

14 years agoUpdated Arabic translation
Khaled Hosny [Fri, 21 Aug 2009 04:02:30 +0000 (07:02 +0300)]
Updated Arabic translation

14 years agoUpdated Galician Translation
Antón Méixome [Wed, 19 Aug 2009 13:08:14 +0000 (15:08 +0200)]
Updated Galician Translation

14 years agoUpdated Brazilian Portuguese translation.
Og B. Maciel [Wed, 19 Aug 2009 03:00:46 +0000 (23:00 -0400)]
Updated Brazilian Portuguese translation.

14 years agoUpdated Polish translation
Piotr Drąg [Mon, 17 Aug 2009 22:51:51 +0000 (00:51 +0200)]
Updated Polish translation

14 years agoUpdated Polish translation
Piotr Drąg [Mon, 17 Aug 2009 22:50:55 +0000 (00:50 +0200)]
Updated Polish translation

14 years agoUpdating Estonian translation
Ivar Smolin [Mon, 17 Aug 2009 17:55:14 +0000 (20:55 +0300)]
Updating Estonian translation

14 years agoAdd EV_INTLTOOL_EVINCE_BACKEND_RULE
Christian Persch [Sun, 16 Aug 2009 20:04:25 +0000 (22:04 +0200)]
Add EV_INTLTOOL_EVINCE_BACKEND_RULE

Create a rule for the .evince-backend file creation, and use that one
instead of hardcoding it in every Makefile.am. Use $(AM_V_GEN) in the
rule.

14 years agobuild: Add some more $(AM_V_GEN)s
Christian Persch [Sun, 16 Aug 2009 19:49:16 +0000 (21:49 +0200)]
build: Add some more $(AM_V_GEN)s

14 years agoUpdating Estonian translation
Ivar Smolin [Fri, 14 Aug 2009 18:41:37 +0000 (21:41 +0300)]
Updating Estonian translation

14 years agoUpdated Spanish translation
Jorge González [Fri, 14 Aug 2009 12:44:51 +0000 (14:44 +0200)]
Updated Spanish translation

14 years agoUpdated Swedish translation
Daniel Nylander [Thu, 13 Aug 2009 22:25:37 +0000 (00:25 +0200)]
Updated Swedish translation

14 years agoUpdated Finnish translation
Tommi Vainikainen [Thu, 13 Aug 2009 21:51:58 +0000 (00:51 +0300)]
Updated Finnish translation

14 years agoFix misspelling of 'appropriate'
Tommi Vainikainen [Thu, 13 Aug 2009 21:48:27 +0000 (00:48 +0300)]
Fix misspelling of 'appropriate'

14 years agoUpdated Oriya Translation
Manoj Kumar Giri [Wed, 12 Aug 2009 10:28:12 +0000 (15:58 +0530)]
Updated Oriya Translation

14 years ago[release] 2.27.90 EVINCE_2_27_90
Carlos Garcia Campos [Tue, 11 Aug 2009 09:18:52 +0000 (11:18 +0200)]
[release] 2.27.90

14 years ago[test] Disable print tests
Carlos Garcia Campos [Tue, 11 Aug 2009 08:56:45 +0000 (10:56 +0200)]
[test] Disable print tests

They crash for me due to some dogtail error

Traceback (most recent call last):
  File "./test6.py", line 21, in <module>
    click('Print to File', roleName='table cell', raw=True)
  File "/var/lib/python-support/python2.5/dogtail/procedural.py", line 299, in __call__
    Click.node.rawClick(button)
  File "/var/lib/python-support/python2.5/dogtail/tree.py", line 355, in rawClick
    extents = self.extents
  File "/var/lib/python-support/python2.5/dogtail/tree.py", line 523, in __getattr__
    return self.__component.getExtents()
  File "pyspi.pyx", line 747, in atspi.Component.getExtents
TypeError: an integer is required

14 years agoUpdated Galician translation
Antón Méixome [Mon, 10 Aug 2009 14:55:38 +0000 (16:55 +0200)]
Updated Galician translation

14 years agoOops forgot to do the change
Gil Forcada [Sun, 9 Aug 2009 09:36:23 +0000 (11:36 +0200)]
Oops forgot to do the change

14 years agoAdded Catalan (Valencian) translation
Carles Ferrando [Sun, 9 Aug 2009 09:35:49 +0000 (11:35 +0200)]
Added Catalan (Valencian) translation

14 years agoMinor fix to Catalan translation
Gil Forcada [Sun, 9 Aug 2009 09:35:42 +0000 (11:35 +0200)]
Minor fix to Catalan translation

14 years ago[properties] Fix license version
Carlos Garcia Campos [Sat, 8 Aug 2009 14:49:34 +0000 (16:49 +0200)]
[properties] Fix license version

14 years ago[libview] Let scroll wheel change page when in non-continuous best-fit mode
Philip Langdale [Sat, 8 Aug 2009 14:37:07 +0000 (16:37 +0200)]
[libview] Let scroll wheel change page when in non-continuous best-fit mode

See bgo#562257.