]>
 
 
www.fi.muni.cz Git - evince.git/log 
 
 
 
 
 
 
 
Carlos Garcia Campos  [Sat, 4 Dec 2010 14:54:46 +0000  (15:54 +0100)] 
 
libview: make sure gtk_print_operation_cancel() is called from draw-page callback 
 
Fixes crash when printing operation is cancelled. Fixes bug #635619 
 
Carlos Garcia Campos  [Sat, 4 Dec 2010 14:51:57 +0000  (15:51 +0100)] 
 
libview: return early when print job was cancelled during page rendering 
 
Carlos Garcia Campos  [Sat, 4 Dec 2010 14:46:52 +0000  (15:46 +0100)] 
 
libview: make sure cancellable object is always cancelled in ev_job_cancel() 
 
It's safe to call it multiple times, and we still don't emit our 
cancelled signal for finished jobs. 
 
Carlos Garcia Campos  [Sat, 4 Dec 2010 14:41:35 +0000  (15:41 +0100)] 
 
libview: add a method to get the job currently running in the worker thread 
 
When a job is cancelled while it's running, the cancelled signal might be 
emitted before the job finishes, and since the finished signal is not 
emitted for cancelled jobs, it's not possible to know when the job has 
finished. With this method we can see whether the job is still running 
and wait until it finishes. 
 
Christian Persch  [Sat, 4 Dec 2010 14:21:02 +0000  (15:21 +0100)] 
 
shell: It's 2010 already! 
 
Christian Persch  [Sat, 4 Dec 2010 13:43:03 +0000  (14:43 +0100)] 
 
build: Update git.mk from master copy 
 
Christian Persch  [Sat, 4 Dec 2010 13:34:36 +0000  (14:34 +0100)] 
 
help: Always build .gitignore, not just when help is enabled 
 
Christian Persch  [Sat, 4 Dec 2010 13:28:13 +0000  (14:28 +0100)] 
 
backend: Remove pixbuf backend 
 
Evince is a document viewer, not an image viewer. Eog does the latter job 
much better than evince ever could. 
 
Bug #630307. 
 
José Aliste  [Wed, 1 Dec 2010 15:55:20 +0000  (12:55 -0300)] 
 
libview: Don't draw a resize grip for Annotation Windows. 
 
Annotation Windows draw their own resize grip. 
 
Carlos Garcia Campos  [Tue, 30 Nov 2010 14:31:08 +0000  (15:31 +0100)] 
 
[release] 2.91.3 
 
José Aliste  [Fri, 26 Nov 2010 17:45:46 +0000  (14:45 -0300)] 
 
libdocument: Add more sanity checks to ev-document-misc. 
 
See bug #572061. 
 
Fran Diéguez  [Sat, 27 Nov 2010 01:57:24 +0000  (02:57  +0100)] 
 
Updated Galician translatiosn 
 
José Aliste  [Fri, 26 Nov 2010 15:01:01 +0000  (12:01 -0300)] 
 
view: do not call get_thumbnail_frame when pixbuf is NULL. 
 
José Aliste  [Fri, 26 Nov 2010 14:56:45 +0000  (11:56 -0300)] 
 
document: create_thumbnail_frame should return NULL when 
source_pixbuf is NULL and width and height are not positive. 
 
Fixes bug #594408 
 
Andrej Žnidaršič  [Thu, 25 Nov 2010 19:19:44 +0000  (20:19 +0100)] 
 
Updated Slovenian translation 
 
José Aliste  [Sat, 16 Oct 2010 19:04:36 +0000  (16:04 -0300)] 
 
[shell] Send the URI of the input file instead of the filename in SyncSource. 
 
https://bugzilla.gnome.org/show_bug.cgi?id=632317 
 
Carlos Garcia Campos  [Sun, 21 Nov 2010 11:27:21 +0000  (12:27 +0100)] 
 
libview: Make sure we have a valid page range before getting/setting selection list 
 
Fixes bug #630999. 
 
Gheyret T.Kenji  [Sat, 20 Nov 2010 10:03:27 +0000  (11:03 +0100)] 
 
Added UG translation 
 
Fran Diéguez  [Tue, 16 Nov 2010 18:21:22 +0000  (19:21 +0100)] 
 
Updated Galician translations 
 
José Aliste  [Sun, 17 Oct 2010 15:10:06 +0000  (12:10 -0300)] 
 
add timestamp to SyncSource DBus signal. 
 
https://bugzilla.gnome.org/show_bug.cgi?id=632313 
 
Ville-Pekka Vainio  [Mon, 15 Nov 2010 11:59:25 +0000  (13:59 +0200)] 
 
pofilter fixes for the Finnish translation, update translator-credits 
 
Ville-Pekka Vainio  [Sat, 13 Nov 2010 23:02:24 +0000  (01:02  +0200)] 
 
Updated Finnish translation 
 
Gheyret T.Kenji  [Sat, 13 Nov 2010 20:32:25 +0000  (21:32 +0100)] 
 
Added UG translation 
 
Javier Jardón  [Tue, 9 Nov 2010 02:27:29 +0000  (03:27  +0100)] 
 
Use gtk_paned_new() instead gtk_[h|v]paned_new() 
 
Carlos Garcia Campos  [Mon, 8 Nov 2010 18:39:58 +0000  (19:39 +0100)] 
 
Release: 2.91.2 
 
Carlos Garcia Campos  [Mon, 8 Nov 2010 18:13:12 +0000  (19:13 +0100)] 
 
dvi: Don't use cairo_image_surface_create_for_data() 
 
We can use cairo_image_surface_create() and let cairo/pixman handle the 
memory. 
 
Carlos Rendon  [Mon, 8 Nov 2010 18:08:48 +0000  (19:08 +0100)] 
 
dvi: Fix drawing glyphs with transparency 
 
Fixes bug #494736. 
 
Carlos Garcia Campos  [Mon, 8 Nov 2010 18:06:11 +0000  (19:06 +0100)] 
 
dvi: Add image_done method to DviDevice to notify that the image is finished 
 
This way we can mark the surface dirty when all pixels have been 
modified. 
 
Carlos Garcia Campos  [Mon, 1 Nov 2010 09:43:07 +0000  (10:43 +0100)] 
 
libview: Set redraw_on_allocate to FALSE since we handle our own redrawing 
 
Matthias Clasen  [Sun, 31 Oct 2010 15:53:19 +0000  (16:53 +0100)] 
 
libview: Remove the use of size_request 
 
Carlos Garcia Campos  [Sun, 31 Oct 2010 15:39:21 +0000  (16:39 +0100)] 
 
[view] Make EvView inherit from GtkFixed and implement scrollable interface 
 
GtkLayout implements scrollable interface while GtkFixed doesn't, so 
using GtkFixed we can still put/move child widgets while having our own 
scrollable implementation. 
 
Christian Persch  [Sun, 24 Oct 2010 19:40:34 +0000  (21:40 +0200)] 
 
libview: Adapt to GtkScrollable 
 
Christian Persch  [Sun, 24 Oct 2010 19:21:36 +0000  (21:21 +0200)] 
 
libview: Use has-entry GtkComboBox instead of GtkComboBoxEntry 
 
Matthias Clasen  [Sun, 24 Oct 2010 19:09:03 +0000  (21:09 +0200)] 
 
shell: Use new combo box text APIs 
 
Matthias Clasen  [Sun, 24 Oct 2010 19:08:45 +0000  (21:08 +0200)] 
 
libview: Use new combo box text APIs 
 
Carlos Garcia Campos  [Sun, 7 Nov 2010 09:25:36 +0000  (10:25 +0100)] 
 
configure: Bump gtk+ 3 requirements to 2.91.3 
 
Takayuki KUSANO  [Wed, 3 Nov 2010 00:20:16 +0000  (09:20 +0900)] 
 
Updated Japanese translation 
 
Ivar Smolin  [Tue, 2 Nov 2010 22:31:08 +0000  (00:31  +0200)] 
 
[l10n] Updated Estonian translation 
 
Jorge González  [Fri, 29 Oct 2010 08:06:06 +0000  (10:06 +0200)] 
 
Updated Spanish translation 
 
Marek Kasik  [Tue, 26 Oct 2010 13:21:52 +0000  (15:21 +0200)] 
 
Fix a small typo in requirements 
 
Mario Blättermann  [Mon, 25 Oct 2010 20:08:32 +0000  (22:08 +0200)] 
 
[l10n] Updated German doc translation 
 
Aron Xu  [Mon, 25 Oct 2010 07:54:55 +0000  (07:54 +0000)] 
 
Update Simplified Chinese translation. 
 
Jorge González  [Sun, 24 Oct 2010 10:00:31 +0000  (12:00 +0200)] 
 
Updated Spanish translation 
 
Carles Ferrando  [Fri, 22 Oct 2010 23:06:40 +0000  (01:06  +0200)] 
 
Updated Catalan (Valencian) translation 
 
Simos Xenitellis  [Fri, 22 Oct 2010 23:02:55 +0000  (02:02  +0300)] 
 
l10n: Updated Greek translation for evince help 
 
Jorge González  [Thu, 21 Oct 2010 19:55:34 +0000  (21:55 +0200)] 
 
Updated Spanish translation 
 
Fran Diéguez  [Wed, 20 Oct 2010 07:15:38 +0000  (09:15 +0200)] 
 
Updated galician translations 
 
Carlos Garcia Campos  [Mon, 18 Oct 2010 18:09:27 +0000  (20:09 +0200)] 
 
[release] 2.91.1 
 
Kjartan Maraas  [Sat, 16 Oct 2010 11:46:22 +0000  (13:46 +0200)] 
 
Remove non-existing file 
 
Kjartan Maraas  [Sat, 16 Oct 2010 11:46:01 +0000  (13:46 +0200)] 
 
Updated Norwegian bokmål translation 
 
Michael Kotsarinis  [Tue, 12 Oct 2010 18:52:11 +0000  (21:52 +0300)] 
 
l10n: Updated Greek translation for evince help 
 
Fran Diéguez  [Tue, 12 Oct 2010 14:55:24 +0000  (16:55 +0200)] 
 
Added galician translations for documentation 
 
Carlos Garcia Campos  [Sun, 10 Oct 2010 09:17:41 +0000  (11:17 +0200)] 
 
[libdocument] Use gdk_pixbuf_get_from_surface() instead of our own implementation 
 
Carlos Garcia Campos  [Sun, 10 Oct 2010 08:54:23 +0000  (10:54 +0200)] 
 
[shell] Migrate user config dir to XDG fdo directories spec 
 
Fixes bug #522811 
 
Carlos Garcia Campos  [Sun, 10 Oct 2010 08:51:51 +0000  (10:51 +0200)] 
 
Remove metadata migration code 
 
Carlos Garcia Campos  [Sat, 9 Oct 2010 14:57:06 +0000  (16:57 +0200)] 
 
[gimpcellrenderertoggle] Fix compile warnings 
 
Carlos Garcia Campos  [Sat, 9 Oct 2010 14:53:07 +0000  (16:53 +0200)] 
 
[gimpcellrenderertoggle] Paint a shadow when the mouse is over the cell renderer 
 
Carlos Garcia Campos  [Sat, 9 Oct 2010 14:43:14 +0000  (16:43 +0200)] 
 
Remove gtk 2 support 
 
Carlos Garcia Campos  [Sat, 9 Oct 2010 13:28:06 +0000  (15:28 +0200)] 
 
[configure] Bump gtk+ 3 requirements to 2.91.0 
 
Christian Persch  [Fri, 8 Oct 2010 16:34:39 +0000  (18:34 +0200)] 
 
build: Append ACLOCAL_FLAGS to ACLOCAL_AMFLAGS 
 
Jorge González  [Thu, 7 Oct 2010 12:24:53 +0000  (14:24 +0200)] 
 
Updated Spanish translation 
 
Matej Urbančič  [Wed, 6 Oct 2010 13:06:52 +0000  (15:06 +0200)] 
 
Updated Slovenian translation 
 
Baurzhan Muftakhidinov  [Wed, 6 Oct 2010 08:41:35 +0000  (14:41 +0600)] 
 
Update for Kazakh translation 
 
Yaron Shahrabani  [Wed, 6 Oct 2010 00:09:13 +0000  (02:09  +0200)] 
 
Updated Hebrew translation. 
 
Owen W. Taylor  [Mon, 4 Oct 2010 21:50:35 +0000  (17:50 -0400)] 
 
Fix introspection build for library renames 
 
Use the new evdocument3 and evview3 names for the libraries when running 
g-ir-scanner. 
 
https://bugzilla.gnome.org/show_bug.cgi?id=631360 
 
Ryan Lortie  [Tue, 5 Oct 2010 07:49:05 +0000  (03:49  -0400)] 
 
Disable generation of old user guide 
 
Ryan Lortie  [Tue, 5 Oct 2010 03:29:46 +0000  (23:29 -0400)] 
 
Import Mallard documentation 
 
Replace the existing Evince user guide with new topic-based help from 
the Mallard project. 
 
Documentation written by Phil Bull and Tiffany Antopolski. 
 
Carlos Garcia Campos  [Mon, 4 Oct 2010 16:47:11 +0000  (18:47 +0200)] 
 
[release] 2.91.0 
 
José Aliste  [Fri, 24 Sep 2010 18:10:33 +0000  (14:10 -0400)] 
 
[shell] Add timestamp parameter to SyncView. 
 
SyncView is called after user interaction, so it needs timestamp parameter 
to avoid stealing focus. 
 
José Aliste  [Wed, 29 Sep 2010 16:22:32 +0000  (12:22 -0400)] 
 
[libdocument] Check for NULL in synctex_backward_search. 
 
Fixes bug #630845 
 
Carlos Garcia Campos  [Thu, 30 Sep 2010 08:07:39 +0000  (10:07 +0200)] 
 
[configure] Default gtk version is 3.0 
 
Petr Kovar  [Wed, 29 Sep 2010 02:49:42 +0000  (04:49  +0200)] 
 
Update Czech translation by Marek Cernocky 
 
Gil Forcada  [Mon, 27 Sep 2010 21:32:12 +0000  (23:32 +0200)] 
 
Updated Catalan translation 
 
Christian Persch  [Mon, 27 Sep 2010 17:36:05 +0000  (19:36 +0200)] 
 
[shell] Remove GtkObject 
 
Use GObjectClass:dispose instead of GtkObjectClass:destroy. 
 
Based on a patch by Matthias Clasen. 
 
Bug #630676. 
 
Christian Persch  [Mon, 27 Sep 2010 17:36:05 +0000  (19:36 +0200)] 
 
[libview] Remove GtkObject 
 
Use GObjectClass:dispose instead of GtkObjectClass:destroy. 
 
Based on a patch by Matthias Clasen. 
 
Bug #630676. 
 
Christian Persch  [Mon, 27 Sep 2010 17:22:55 +0000  (19:22 +0200)] 
 
[build] Bump required gtk+ version 
 
Require 2.22.0 for gtk2, and 2.90.8 for gtk3. 
 
Carlos Garcia Campos  [Mon, 27 Sep 2010 16:02:58 +0000  (18:02 +0200)] 
 
[libview] Fix build with gtk2 
 
Damyan Ivanov  [Mon, 27 Sep 2010 10:41:10 +0000  (13:41 +0300)] 
 
Updated Bulgarian translation 
 
Christian Persch  [Tue, 14 Sep 2010 16:12:12 +0000  (18:12 +0200)] 
 
[libview] Port to latest rendering-cleanup-next branch 
 
Christian Persch  [Mon, 13 Sep 2010 13:05:18 +0000  (15:05 +0200)] 
 
[libview] Fix wrong gtk version checks 
 
It was the wrong way round. 
 
Christian Persch  [Sun, 12 Sep 2010 12:44:50 +0000  (14:44 +0200)] 
 
[libview] Remove paste error 
 
Christian Persch  [Sun, 12 Sep 2010 12:42:38 +0000  (14:42 +0200)] 
 
[libview] Port to rendering-cleanup-next 
 
Christian Persch  [Sat, 11 Sep 2010 22:15:28 +0000  (00:15  +0200)] 
 
[gimpcellrenderertoggle] Port to gtk 3 
 
Christian Persch  [Sat, 11 Sep 2010 21:54:07 +0000  (23:54 +0200)] 
 
[shell] Use changed gdk keysym names 
 
Christian Persch  [Sat, 11 Sep 2010 21:50:20 +0000  (23:50 +0200)] 
 
[shell] Dialogues have no separators on gtk 3 
 
Christian Persch  [Sat, 11 Sep 2010 21:49:24 +0000  (23:49 +0200)] 
 
[libview] Don't use GdkColormap on gtk 3 
 
Christian Persch  [Sat, 11 Sep 2010 21:48:26 +0000  (23:48 +0200)] 
 
[libview] Use changed gdk keysym names 
 
Christian Persch  [Sat, 11 Sep 2010 21:43:51 +0000  (23:43 +0200)] 
 
[libview] Use gtk_widget_shape_combine_region 
 
Christian Persch  [Sat, 11 Sep 2010 21:37:54 +0000  (23:37 +0200)] 
 
[libview] Don't allocate colours 
 
GdkColormap is being removed from gtk. 
 
Christian Persch  [Sat, 11 Sep 2010 21:29:44 +0000  (23:29 +0200)] 
 
[totem-scrsaver] Don't use GDK_DISPLAY 
 
Fixes the build with gtk master. 
 
Christian Persch  [Sun, 26 Sep 2010 14:44:17 +0000  (16:44 +0200)] 
 
[build] Post branch version bump 
 
Lucian Adrian Grijincu  [Sun, 26 Sep 2010 08:33:15 +0000  (11:33 +0300)] 
 
Updated Romanian translation 
 
Ivar Smolin  [Fri, 24 Sep 2010 07:49:48 +0000  (10:49 +0300)] 
 
[l10n] Updated Estonian translation 
 
Francesco Marletta  [Tue, 21 Sep 2010 20:16:31 +0000  (22:16 +0200)] 
 
[l10n] Updated Italian translation 
 
Milan Bouchet-Valat  [Tue, 21 Sep 2010 09:57:59 +0000  (11:57 +0200)] 
 
Updated French translation 
 
Takayuki KUSANO  [Mon, 20 Sep 2010 12:57:02 +0000  (21:57 +0900)] 
 
Fix Japanese translation 
 
Takayuki KUSANO  [Mon, 20 Sep 2010 08:07:31 +0000  (17:07 +0900)] 
 
Updated Japanese translation 
 
Wouter Bolsterlee  [Sun, 19 Sep 2010 16:14:37 +0000  (18:14 +0200)] 
 
Updated Dutch translation by Wouter Bolsterlee 
 
Francesco Marletta  [Sun, 19 Sep 2010 09:45:43 +0000  (11:45 +0200)] 
 
[l10n] Updated Italian translation 
 
Bruno Brouard  [Sat, 18 Sep 2010 22:34:58 +0000  (00:34  +0200)] 
 
Updated French translation