]> www.fi.muni.cz Git - evince.git/log
evince.git
14 years agoUpdated German translation
Mario Blättermann [Sun, 18 Oct 2009 08:25:10 +0000 (10:25 +0200)]
Updated German translation

14 years agoUpdated Spanish translation
Jorge González [Sat, 17 Oct 2009 09:47:10 +0000 (11:47 +0200)]
Updated Spanish translation

14 years agoUpdating Estonian translation
Ivar Smolin [Fri, 16 Oct 2009 08:17:36 +0000 (11:17 +0300)]
Updating Estonian translation

14 years agoUpdated Indonesian translation
Andika Triwidada [Tue, 13 Oct 2009 08:26:19 +0000 (15:26 +0700)]
Updated Indonesian translation

14 years agoMake sure metadata exists before reference it when opening a copy
Carlos Garcia Campos [Sun, 11 Oct 2009 15:19:28 +0000 (17:19 +0200)]
Make sure metadata exists before reference it when opening a copy

14 years agoRemove ev-metadata-manager
Carlos Garcia Campos [Sun, 11 Oct 2009 14:02:18 +0000 (16:02 +0200)]
Remove ev-metadata-manager

14 years ago[shell] Use EvMetadata to get/set gvfs metadata
Carlos Garcia Campos [Sun, 11 Oct 2009 12:42:00 +0000 (14:42 +0200)]
[shell] Use EvMetadata to get/set gvfs metadata

14 years ago[metadata] Run evince-convert-metadata tool at startup when needed
Carlos Garcia Campos [Sun, 11 Oct 2009 12:30:18 +0000 (14:30 +0200)]
[metadata] Run evince-convert-metadata tool at startup when needed

This will migrate the old metadata file to gvfs metadata

14 years ago[metadata] Add EvMetadata to handle gvfs metadata
Carlos Garcia Campos [Sun, 11 Oct 2009 12:28:41 +0000 (14:28 +0200)]
[metadata] Add EvMetadata to handle gvfs metadata

14 years ago[metadata] Add evince-convert-metadata tool
Carlos Garcia Campos [Sun, 11 Oct 2009 09:35:12 +0000 (11:35 +0200)]
[metadata] Add evince-convert-metadata tool

It converts the old xml based metadata file into gvfs metadata.

14 years agoRename gtk_info_bar_new as ev_info_bar_new
Carlos Garcia Campos [Sat, 10 Oct 2009 17:25:49 +0000 (19:25 +0200)]
Rename gtk_info_bar_new as ev_info_bar_new

I missed this one when renaming gtkinfobar public symbols

14 years ago[shell] Make sure total_num_bytes > 0 before using it in progress callbacks
Carlos Garcia Campos [Wed, 7 Oct 2009 16:36:24 +0000 (18:36 +0200)]
[shell] Make sure total_num_bytes > 0 before using it in progress callbacks

Fixes bgo#597691

14 years ago[shell] Escape uri before showing it in progress area
Carlos Garcia Campos [Wed, 7 Oct 2009 16:27:00 +0000 (18:27 +0200)]
[shell] Escape uri before showing it in progress area

See bgo#597691.

14 years ago[utils] Remove escape_uri_for_display() in favor of g_uri_unescape_string()
Carlos Garcia Campos [Wed, 7 Oct 2009 16:20:36 +0000 (18:20 +0200)]
[utils] Remove escape_uri_for_display() in favor of g_uri_unescape_string()

14 years ago[shell] Use g_uri_unescape_string() instead of our own implementation
Carlos Garcia Campos [Wed, 7 Oct 2009 16:19:04 +0000 (18:19 +0200)]
[shell] Use g_uri_unescape_string() instead of our own implementation

14 years ago[shell] Remove progress message area when document download finishes
Carlos Garcia Campos [Wed, 7 Oct 2009 15:52:34 +0000 (17:52 +0200)]
[shell] Remove progress message area when document download finishes

14 years agoUpdate Japanese translation
Shushi Kurose [Wed, 7 Oct 2009 15:24:03 +0000 (00:24 +0900)]
Update Japanese translation

14 years ago[shell] Fix a crash due to an uninitialized variable
Carlos Garcia Campos [Wed, 7 Oct 2009 12:42:52 +0000 (14:42 +0200)]
[shell] Fix a crash due to an uninitialized variable

Fixes bgo#597154.

14 years ago[libview] Scroll one screen leaving one line context
Carlos Garcia Campos [Wed, 7 Oct 2009 12:27:06 +0000 (14:27 +0200)]
[libview] Scroll one screen leaving one line context

See bgo#170871

14 years agoImprove wording on reference docs front page
Wouter Bolsterlee [Tue, 6 Oct 2009 19:40:13 +0000 (21:40 +0200)]
Improve wording on reference docs front page

14 years agoUpdated Catalan translation
Gil Forcada [Fri, 2 Oct 2009 08:40:06 +0000 (10:40 +0200)]
Updated Catalan translation

14 years ago[libview] Clear form fields when rotation changes
Carlos Garcia Campos [Wed, 30 Sep 2009 16:25:52 +0000 (18:25 +0200)]
[libview] Clear form fields when rotation changes

Fixes a crash when rotating documents with form field widgets active.
Fixes bgo#593316.

14 years agoUpdated Indonesian translation
Andika Triwidada [Mon, 28 Sep 2009 14:19:17 +0000 (21:19 +0700)]
Updated Indonesian translation

14 years ago[thumbnails] Remarks the selected thumbnail after rotation
Juanjo Marín [Sun, 27 Sep 2009 14:57:59 +0000 (16:57 +0200)]
[thumbnails] Remarks the selected thumbnail after rotation

Fixes bgo#595548.

14 years agoUpdate Japanese translation
Takayuki KUSANO [Fri, 25 Sep 2009 17:29:39 +0000 (02:29 +0900)]
Update Japanese translation

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