]>
 
 
www.fi.muni.cz Git - evince.git/log 
 
 
 
 
 
 
 
Hib Eris  [Tue, 5 Jan 2010 11:56:59 +0000  (12:56 +0100)] 
 
[dvi] Use ANSI C memset() instead of bzero() if available 
 
Hib Eris  [Tue, 5 Jan 2010 11:39:38 +0000  (12:39 +0100)] 
 
[dvi] Use ANSI C rand() instead of random() 
 
Alexander Shopov  [Tue, 26 Jan 2010 07:25:56 +0000  (09:25 +0200)] 
 
Updated Bulgarian translation 
 
vasudeven  [Wed, 20 Jan 2010 12:12:53 +0000  (17:42 +0530)] 
 
updated Tamil translation 
 
Kjartan Maraas  [Tue, 19 Jan 2010 13:07:58 +0000  (14:07 +0100)] 
 
Updated Norwegian bokmål translation 
 
Wouter Bolsterlee  [Sun, 17 Jan 2010 15:15:56 +0000  (16:15 +0100)] 
 
Updated Dutch translation 
 
Carlos Garcia Campos  [Mon, 11 Jan 2010 17:27:15 +0000  (18:27 +0100)] 
 
[release] 2.29.5 
 
Carlos Garcia Campos  [Mon, 11 Jan 2010 11:29:03 +0000  (12:29 +0100)] 
 
[shell] Update only Copy action sensitivity when selection changes 
 
Carlos Garcia Campos  [Mon, 11 Jan 2010 11:28:35 +0000  (12:28 +0100)] 
 
[libview] Make sure new selection region is not empty 
 
Carlos Garcia Campos  [Mon, 11 Jan 2010 11:18:16 +0000  (12:18 +0100)] 
 
[libview] Don't emit selection-changed when selection doesn't change after clear_selection 
 
Carlos Garcia Campos  [Mon, 11 Jan 2010 09:48:17 +0000  (10:48 +0100)] 
 
Add selection-changed signal to EvView to notify that selection has changed 
 
And remove has-selection property that was used for that. 
 
Daniel Nylander  [Sat, 9 Jan 2010 16:11:50 +0000  (17:11 +0100)] 
 
Updated Swedish translation 
 
Jorge González  [Wed, 6 Jan 2010 13:41:37 +0000  (14:41 +0100)] 
 
Updated Spanish translation 
 
Kjartan Maraas  [Wed, 6 Jan 2010 09:24:36 +0000  (10:24 +0100)] 
 
Updated Norwegian bokmål translation. 
 
Matej Urbančič  [Tue, 5 Jan 2010 15:57:54 +0000  (16:57 +0100)] 
 
Updated Slovenian translation 
 
Maxim V. Dziumanenko  [Tue, 5 Jan 2010 15:33:58 +0000  (17:33 +0200)] 
 
Update Ukrainian translation 
 
Carlos Garcia Campos  [Mon, 4 Jan 2010 13:53:00 +0000  (14:53 +0100)] 
 
[presentation] Fix transition of pages with duration=0 
 
Carlos Garcia Campos  [Mon, 4 Jan 2010 13:17:25 +0000  (14:17 +0100)] 
 
[libdocument] Remove unneeded check for numeric page labels 
 
Carlos Garcia Campos  [Mon, 4 Jan 2010 12:38:52 +0000  (13:38 +0100)] 
 
[presentation] Make Home/End keys go to first/last page in presentation mode too 
 
Fixes bug #358462. 
 
Carlos Garcia Campos  [Mon, 4 Jan 2010 12:11:46 +0000  (13:11 +0100)] 
 
[presentation] Fix vertical white line in documents with black background 
 
We never show the last vertical line since it's usually wrong due to 
rounding errors. Fixes bug #438760. 
 
Carlos Garcia Campos  [Mon, 4 Jan 2010 12:11:09 +0000  (13:11 +0100)] 
 
[presentation] Add clip removed by mistake 
 
Carlos Garcia Campos  [Mon, 4 Jan 2010 10:58:31 +0000  (11:58 +0100)] 
 
[presentation] Make sure we always have a valid surface to draw a page 
 
It avoids flickering or even a black screen when changing pages fast. 
Fixes bug #602738. 
 
Khaled Hosny  [Sun, 3 Jan 2010 22:28:24 +0000  (00:28  +0200)] 
 
Updated Arabic translation 
 
Carlos Garcia Campos  [Sun, 3 Jan 2010 20:08:51 +0000  (21:08 +0100)] 
 
Add libview/ev-view-presentation.c to POTFILES.in 
 
Carlos Garcia Campos  [Sun, 3 Jan 2010 19:57:46 +0000  (20:57 +0100)] 
 
[presentation] Allow finish presentation by clicking on end page 
 
Escape still works, but end page message now says 'Click to exit'. 
See bug #309364. 
 
Carlos Garcia Campos  [Sun, 3 Jan 2010 19:35:31 +0000  (20:35 +0100)] 
 
[libview] Do not scale when drawing animations in presentation mode 
 
Scale never changes in presentation mode, if current page is rendered is 
always at the right size. 
 
Carlos Garcia Campos  [Sun, 3 Jan 2010 19:32:11 +0000  (20:32 +0100)] 
 
[libview] Fix double to int conversion 
 
Carlos Garcia Campos  [Sun, 3 Jan 2010 18:09:38 +0000  (19:09 +0100)] 
 
[libview] Remove presentation mode code from EvView 
 
Carlos Garcia Campos  [Sun, 3 Jan 2010 17:46:21 +0000  (18:46 +0100)] 
 
[shell] Use the new EvViewPresentation for presentation mode 
 
Carlos Garcia Campos  [Sun, 3 Jan 2010 17:27:30 +0000  (18:27 +0100)] 
 
[libview] Add EvViewPresentation to implement presentation mode 
 
It's a new view that contains all the EvView features that are specific 
to presentation mode. 
 
Carlos Garcia Campos  [Sun, 3 Jan 2010 17:19:55 +0000  (18:19 +0100)] 
 
[libview] Add methods to get/set page cache flags 
 
Carlos Garcia Campos  [Sun, 3 Jan 2010 17:14:19 +0000  (18:14 +0100)] 
 
[libview] Remove ev_view_page_label_from_dest() 
 
It shouldn't be a view method since it depends on the document rather than 
the view and it's been replaced by ev_document_links_get_dest_page_label() 
 
Carlos Garcia Campos  [Sun, 3 Jan 2010 17:12:09 +0000  (18:12 +0100)] 
 
[shell] Use new function ev_document_links_get_dest_page_label() 
 
instead of ev_view_page_label_from_dest() that will be removed soon 
 
Carlos Garcia Campos  [Sun, 3 Jan 2010 17:01:52 +0000  (18:01 +0100)] 
 
[libcodument] Add helper methods to get destination page of a link 
 
Carlos Garcia Campos  [Sun, 3 Jan 2010 16:56:20 +0000  (17:56 +0100)] 
 
[libview] Move cursor handling stuff to a new file 
 
Matej Urbančič  [Fri, 1 Jan 2010 09:53:03 +0000  (10:53 +0100)] 
 
Updated Slovenian translation 
 
Hib Eris  [Tue, 29 Dec 2009 11:08:40 +0000  (12:08 +0100)] 
 
[windows] Properly define the _WIN32_WINNT version 
 
Hib Eris  [Tue, 29 Dec 2009 15:12:02 +0000  (16:12 +0100)] 
 
[windows] Fix printing on Windows 
 
Fixes bgo#604705 
 
Jorge González  [Mon, 28 Dec 2009 19:19:11 +0000  (20:19 +0100)] 
 
Updated Spanish translation 
 
Carlos Garcia Campos  [Mon, 28 Dec 2009 14:52:44 +0000  (15:52 +0100)] 
 
Popup view signal is never emitted in presentation mode 
 
Carlos Garcia Campos  [Mon, 28 Dec 2009 14:51:34 +0000  (15:51 +0100)] 
 
[libview] Disable text selection in presentation mode 
 
Fixes bug 605554. 
 
Adrian Johnson  [Thu, 24 Dec 2009 12:32:17 +0000  (13:32 +0100)] 
 
[printing] Add select page size using document page size print option 
 
Add a checkbox to the evince print setup tab that when selected 
changes the printer page size to the size of the document page being 
printed. 
 
Fixes bgo#599547. 
 
Adrian Johnson  [Wed, 23 Dec 2009 17:16:59 +0000  (18:16 +0100)] 
 
[printing] Add autorotate and center print option 
 
Add a checkbox to the evince print setup tab that when selected: 
 - rotates each printed page to match the document page orientation 
 - centers the document page within the printed page 
 
bgo#599470 
 
Adrian Johnson  [Wed, 23 Dec 2009 16:48:11 +0000  (17:48 +0100)] 
 
[printing] Add custom print tab with option for page scale 
 
that can choose between none, shrink to printable area, and fit to 
printable area. 
 
bgo#599468 
 
Theppitak Karoonboonyanan  [Wed, 23 Dec 2009 11:17:16 +0000  (18:17 +0700)] 
 
Updated Thai translation. 
 
Hib Eris  [Tue, 22 Dec 2009 20:06:06 +0000  (21:06 +0100)] 
 
[windows] Use \r\n as delimiter to split lines on Windows 
 
Fixes bgo#605146. 
 
Carlos Garcia Campos  [Tue, 22 Dec 2009 17:04:30 +0000  (18:04 +0100)] 
 
[thumbnailer] Add support for remote files 
 
Fixes bgo#605218. 
 
Hib Eris  [Mon, 21 Dec 2009 11:49:11 +0000  (12:49 +0100)] 
 
[comics] Do not initalize GPid's with -1 
 
On Windows, a GPid is a pointer, not an integer. Initializing it with 
"-1" causes warnings on Windows and is unnecessay on Unix, so it is 
better to not do that. See bgo#605146 
 
Hib Eris  [Mon, 21 Dec 2009 11:46:49 +0000  (12:46 +0100)] 
 
[comics] Properly quote commands 
 
See bgo#605146. 
 
Hib Eris  [Mon, 21 Dec 2009 11:31:24 +0000  (12:31 +0100)] 
 
[windows] Do not use g_content_type_guess() on Windows 
 
At the moment, the g_content_type_guess() implementation in glib for 
Windows is too limited to be useful. 
 
Hib Eris  [Sun, 20 Dec 2009 10:09:54 +0000  (11:09 +0100)] 
 
[windows] Make comics backend also compile on Windows 
 
See bgo#605146. 
 
Juanjo Marín  [Tue, 22 Dec 2009 16:09:01 +0000  (17:09 +0100)] 
 
[comics] Remove comics_regex_quote() in favor of always using g_shell_quote() 
 
Fixes bgo#605092. 
 
Carlos Garcia Campos  [Tue, 22 Dec 2009 15:45:53 +0000  (16:45 +0100)] 
 
[properties] Properly redrawn properties view when document is reloaded 
 
Fixes bgo#605169. 
 
Hib Eris  [Tue, 22 Dec 2009 10:17:13 +0000  (11:17 +0100)] 
 
[windows] Gray-out help contents menu option on Windows 
 
Disable help because help functionality is not yet ported to Windows. 
See bgo#604703. 
 
Hib Eris  [Sat, 19 Dec 2009 12:27:46 +0000  (13:27 +0100)] 
 
Add evince icon to the win32 executable 
 
Carlos Garcia Campos  [Mon, 21 Dec 2009 13:03:34 +0000  (14:03 +0100)] 
 
[release] 2.29.4 
 
Carlos Garcia Campos  [Mon, 21 Dec 2009 13:02:53 +0000  (14:02 +0100)] 
 
Update POTFILES.in 
 
ev-print-operation.c has been moved from shell to libview 
 
Carlos Garcia Campos  [Mon, 21 Dec 2009 12:02:28 +0000  (13:02 +0100)] 
 
[libview] Initialize view from model when a new model is set 
 
Carlos Garcia Campos  [Sun, 20 Dec 2009 17:26:27 +0000  (18:26 +0100)] 
 
Do not fail to open external uri links that are relative paths 
 
If an external uri is not a valid uri (it doesn't contain :// nor 
mailto:) we assume it's http if it starts with www, otherwise we build a 
new uri for the relative path with the document uri as base. 
Fixes bgo#604716. 
 
Carlos Garcia Campos  [Sun, 20 Dec 2009 16:38:46 +0000  (17:38 +0100)] 
 
[libview] Fix a crash with document that contain no pages or empty pages 
 
Fixes bgo#605029. 
 
Hib Eris  [Fri, 18 Dec 2009 20:01:57 +0000  (21:01 +0100)] 
 
Do not hardcode BINDIR on Windows 
 
Carlos Garcia Campos  [Sat, 19 Dec 2009 12:34:58 +0000  (13:34 +0100)] 
 
[shell] Always show rotate icons 
 
Fixes bgo#599398. 
 
Carlos Garcia Campos  [Sat, 19 Dec 2009 12:34:24 +0000  (13:34 +0100)] 
 
Fix typo in rotate-right menu item name 
 
Hib Eris  [Thu, 17 Dec 2009 15:25:03 +0000  (16:25 +0100)] 
 
Unref document after unreffing pixbuf_cache. 
 
The pixbuf_cache depends on the availabilty of the document's module 
library (at least for djvu-documents on Windows). Fixes bgo#604919. 
 
Hib Eris  [Thu, 10 Dec 2009 15:26:34 +0000  (16:26 +0100)] 
 
Replace mkdtemp() with _ev_g_mkdtemp(). 
 
The function mkdtemp() is not available on Windows. Unfortunately, 
glib does not have a portable replacement for it yet, see 
http://bugzilla.gnome.org/show_bug.cgi?id=524831. This patch copies 
a proposed implementation for g_mkdtemp() from that bug 
report (renamed to _ev_g_mkdtemp()). Fixes bgo#604917. 
 
Hib Eris  [Thu, 10 Dec 2009 15:22:16 +0000  (16:22 +0100)] 
 
Drop gnome-icon-theme dependency 
 
As far as I can tell, Evince required only 3 icons from 
gnome-icon-theme, 'object-rotate-left', 'object-rotate-right' and 
'x-office-presentation'. 
 
This patch adds copies for these icons from gnome-icon-theme-2.24. 
 
It also removes the compile-time check for gnome-icon-theme on 
all platforms execpt gnome. 
 
Note, when gnome-icon-theme is installed, the icons from that theme take 
precedence over the icons from this patch. Therefore, evince uses the icons 
from this patch only as a backup when no gnome-icon-theme is installed. 
 
All added icons are copied from gnome-icon-theme-2.24, which is licensed 
under GNU GPLv2. 
 
Tomeu Vizoso  [Wed, 16 Dec 2009 23:37:43 +0000  (21:37 -0200)] 
 
Move EvPrintOperation to libview 
 
https://bugzilla.gnome.org/show_bug.cgi?id=604750 
 
Khaled Hosny  [Thu, 17 Dec 2009 08:46:40 +0000  (10:46 +0200)] 
 
Updated Arabic translation 
 
Tomeu Vizoso  [Wed, 16 Dec 2009 16:32:26 +0000  (14:32 -0200)] 
 
Include ev-document-attachments.h to evince-document.h 
 
Tomeu Vizoso  [Wed, 16 Dec 2009 16:32:00 +0000  (14:32 -0200)] 
 
Remove leftover function prototype 
 
Carlos Garcia Campos  [Sun, 13 Dec 2009 16:24:33 +0000  (17:24 +0100)] 
 
[libview] Remove props and api from EvView that is already in EvDocumentModel 
 
Carlos Garcia Campos  [Sun, 13 Dec 2009 16:22:37 +0000  (17:22 +0100)] 
 
[previewer] Use model api instead of EvView to set continuous mode 
 
Carlos Garcia Campos  [Sun, 13 Dec 2009 16:22:01 +0000  (17:22 +0100)] 
 
[previewer] Remove debug message 
 
Carlos Garcia Campos  [Sun, 13 Dec 2009 16:07:14 +0000  (17:07 +0100)] 
 
[libview] Make inverted_colors a guint instead of a gboolean 
 
Carlos Garcia Campos  [Sat, 12 Dec 2009 15:40:22 +0000  (16:40 +0100)] 
 
[libdocument] Get document info after page sizes to take advantage of cache 
 
Fixes 0x0 page size always shown in properties view. 
 
Carlos Garcia Campos  [Sat, 12 Dec 2009 15:22:10 +0000  (16:22 +0100)] 
 
Update page action when entry text changes but not current page 
 
That happens when user types and invalid page or current page. Fixes 
bgo#603714. 
 
Juanjo Marín  [Fri, 11 Dec 2009 13:40:43 +0000  (14:40 +0100)] 
 
[comics] Add support for cbt files 
 
Fixes bgo#588266. 
 
Carlos Garcia Campos  [Wed, 9 Dec 2009 17:36:17 +0000  (18:36 +0100)] 
 
Use EvPage instead of page index to get images 
 
So that we can re-use the page object instead of creating and deleting a 
new one. 
 
Carlos Garcia Campos  [Wed, 9 Dec 2009 17:23:00 +0000  (18:23 +0100)] 
 
Use EvPage instead of page index to get links 
 
So that we can re-use the page object instead of creating and deleting a 
new one. 
 
Carlos Garcia Campos  [Wed, 9 Dec 2009 17:14:06 +0000  (18:14 +0100)] 
 
[libview] Unref EvPage as soon as page is rendered 
 
Carlos Garcia Campos  [Wed, 9 Dec 2009 17:07:59 +0000  (18:07 +0100)] 
 
[libview] Remove RenderContext from CacheJobInfo 
 
Carlos Garcia Campos  [Tue, 8 Dec 2009 17:23:50 +0000  (18:23 +0100)] 
 
[libview] Split EvPixbufCache into dynamic and static data 
 
Dynamic page data (page surfaces and selections) that depend on current 
scale/rotation, keep in EvPixbufCache with the current cache approach. 
Static page data (links, annots, images, text and forms) that don't 
depend on current scale/rotation, have been moved to EvPageCache and they 
are never removed from the cache. 
Fixes bgo#602405. 
 
Carlos Garcia Campos  [Tue, 8 Dec 2009 16:28:49 +0000  (17:28 +0100)] 
 
[libview] Don't try to show/hide annot windows the first time page range changes 
 
Carlos Garcia Campos  [Tue, 8 Dec 2009 12:26:44 +0000  (13:26 +0100)] 
 
Use EvPage instead of a render context to get the selection map 
 
Selection map doesn't depend on scale/rotation so only the page is 
needed. 
 
Carlos Garcia Campos  [Tue, 8 Dec 2009 11:41:13 +0000  (12:41 +0100)] 
 
Remove leftover EvPageCache 
 
Gustavo Carneiro  [Sun, 6 Dec 2009 00:13:45 +0000  (00:13  +0000)] 
 
[Bug 603857] Typo in EV_RENDER_CONTEXT 
 
Carlos Garcia Campos  [Sat, 5 Dec 2009 18:42:27 +0000  (19:42 +0100)] 
 
[libview] Remove unimplemented method ev_job_is_cancelled() 
 
Fixes bgo#603858. 
 
Yair Hershkovitz  [Sat, 5 Dec 2009 10:42:51 +0000  (12:42 +0200)] 
 
Updated Hebrew translation 
 
Kjartan Maraas  [Fri, 4 Dec 2009 20:55:58 +0000  (21:55 +0100)] 
 
Updated Norwegian bokmål translation. 
 
Aron Xu  [Fri, 4 Dec 2009 16:27:06 +0000  (00:27  +0800)] 
 
Update Simplified Chinese translation. 
 
Carlos Garcia Campos  [Tue, 1 Dec 2009 19:36:45 +0000  (20:36 +0100)] 
 
[libview] Improve size_request functions 
 
Some of the code is only required depending on the sizing mode. 
 
Carlos Garcia Campos  [Tue, 1 Dec 2009 19:17:29 +0000  (20:17 +0100)] 
 
[libview] Remove unneeded redundant code 
 
Carlos Garcia Campos  [Tue, 1 Dec 2009 08:46:28 +0000  (09:46 +0100)] 
 
[NEWS] Add info about bgo#602742 to 2.29.3 news 
 
Matej Urbančič  [Mon, 30 Nov 2009 19:37:52 +0000  (20:37 +0100)] 
 
Updated Slovenian translation 
 
Carlos Garcia Campos  [Mon, 30 Nov 2009 19:22:07 +0000  (20:22 +0100)] 
 
[release] 2.29.3 
 
Carlos Garcia Campos  [Mon, 30 Nov 2009 17:45:50 +0000  (18:45 +0100)] 
 
[libview] Queue a redraw instead of a resize when inverted colors changes 
 
Carlos Garcia Campos  [Mon, 30 Nov 2009 17:40:56 +0000  (18:40 +0100)] 
 
[libview] Fix infinite loop when scrollbar visibility changes in fit-with mode 
 
Nils-Christoph Fiedler  [Mon, 30 Nov 2009 15:25:46 +0000  (16:25 +0100)] 
 
Added LowGerman translation 
 
Nils-Christoph Fiedler  [Mon, 30 Nov 2009 15:25:39 +0000  (16:25 +0100)] 
 
Added LowGerman translation 
 
Ivar Smolin  [Mon, 30 Nov 2009 11:08:25 +0000  (13:08 +0200)] 
 
Updating Estonian translation