]> www.fi.muni.cz Git - evince.git/log
evince.git
13 years agoUpdated Spanish translation
Daniel Mustieles [Sat, 11 Dec 2010 18:26:57 +0000 (19:26 +0100)]
Updated Spanish translation

13 years agoUpdated Spanish translation
Daniel Mustieles [Sat, 11 Dec 2010 14:32:54 +0000 (15:32 +0100)]
Updated Spanish translation

13 years agoUpdated Galician translations
Fran Diéguez [Fri, 10 Dec 2010 19:44:28 +0000 (20:44 +0100)]
Updated Galician translations

13 years ago[l10n] Updated Estonian translation
Ivar Smolin [Fri, 10 Dec 2010 10:31:54 +0000 (12:31 +0200)]
[l10n] Updated Estonian translation

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Thu, 9 Dec 2010 13:57:57 +0000 (15:57 +0200)]
Updated Hebrew translation.

13 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Chao-Hsiung Liao [Thu, 9 Dec 2010 12:09:44 +0000 (20:09 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

13 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Chao-Hsiung Liao [Thu, 9 Dec 2010 12:06:46 +0000 (20:06 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

13 years agoAdd shell/ev-sidebar-bookmarks.c to POTFILES.in
Juanjo Marín [Wed, 8 Dec 2010 14:28:47 +0000 (15:28 +0100)]
Add shell/ev-sidebar-bookmarks.c to POTFILES.in

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Mon, 6 Dec 2010 23:15:40 +0000 (01:15 +0200)]
Updated Hebrew translation.

13 years agoUpdate git.mk from master copy
Christian Persch [Mon, 6 Dec 2010 21:44:17 +0000 (22:44 +0100)]
Update git.mk from master copy

With this updates, generated mallard .page files are ignored too.

13 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Mon, 6 Dec 2010 17:20:51 +0000 (18:20 +0100)]
Updated Norwegian bokmål translation

13 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Mon, 6 Dec 2010 17:19:54 +0000 (18:19 +0100)]
Updated Norwegian bokmål translation

13 years agoshell: Use tooltips to show bookmarks page labels in sidebar
Carlos Garcia Campos [Mon, 6 Dec 2010 17:04:09 +0000 (18:04 +0100)]
shell: Use tooltips to show bookmarks page labels in sidebar

13 years agoshell: Add a new sidebar page for bookmarks
Carlos Garcia Campos [Mon, 6 Dec 2010 16:43:02 +0000 (17:43 +0100)]
shell: Add a new sidebar page for bookmarks

It allows to add, remove and rename internal bookmarks.

13 years agoshell: Add bookmarks menu to add and show internal bookmarks
Carlos Garcia Campos [Mon, 6 Dec 2010 16:40:48 +0000 (17:40 +0100)]
shell: Add bookmarks menu to add and show internal bookmarks

Fixes bug #590655.

13 years agoshell: Add EvBookmarks to handle internal document bookmarks
Carlos Garcia Campos [Mon, 6 Dec 2010 16:31:47 +0000 (17:31 +0100)]
shell: Add EvBookmarks to handle internal document bookmarks

Bookmarks are stored in the document metadata using GVariant.

13 years agoUpdated Spanish translation
Jorge González [Sun, 5 Dec 2010 18:05:36 +0000 (19:05 +0100)]
Updated Spanish translation

13 years agoUpdated Spanish translation
Daniel Mustieles [Sun, 5 Dec 2010 17:20:04 +0000 (18:20 +0100)]
Updated Spanish translation

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Sat, 4 Dec 2010 23:45:20 +0000 (01:45 +0200)]
Updated Hebrew translation.

13 years agopdf: revert "Support .wwf files"
Christian Persch [Sat, 4 Dec 2010 22:33:05 +0000 (23:33 +0100)]
pdf: revert "Support .wwf files"

This reverts commit 5116efc5a3dbd950e06b3838b34964bb2ce04307.

Turns out adding the new mime type was completely redundant, since
evince opens these files just fine without it.

13 years agopdf: Support .pdf.xz files
Christian Persch [Sat, 4 Dec 2010 21:10:08 +0000 (22:10 +0100)]
pdf: Support .pdf.xz files

Bug #636481.

13 years agolibdocument: Add xz compression support
Christian Persch [Sat, 4 Dec 2010 21:09:55 +0000 (22:09 +0100)]
libdocument: Add xz compression support

13 years agopdf: Support .wwf files
Bastien Nocera [Sat, 4 Dec 2010 20:47:24 +0000 (21:47 +0100)]
pdf: Support .wwf files

These are just pdf documents with another file extension.

Bug #636415.

13 years agolibview: make sure gtk_print_operation_cancel() is called from draw-page callback
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

13 years agolibview: return early when print job was cancelled during page rendering
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

13 years agolibview: make sure cancellable object is always cancelled in ev_job_cancel()
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.

13 years agolibview: add a method to get the job currently running in the worker thread
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.

13 years agoshell: It's 2010 already!
Christian Persch [Sat, 4 Dec 2010 14:21:02 +0000 (15:21 +0100)]
shell: It's 2010 already!

13 years agobuild: Update git.mk from master copy
Christian Persch [Sat, 4 Dec 2010 13:43:03 +0000 (14:43 +0100)]
build: Update git.mk from master copy

13 years agohelp: Always build .gitignore, not just when help is enabled
Christian Persch [Sat, 4 Dec 2010 13:34:36 +0000 (14:34 +0100)]
help: Always build .gitignore, not just when help is enabled

13 years agobackend: Remove pixbuf backend
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.

13 years agolibview: Don't draw a resize grip for Annotation Windows.
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.

13 years ago[release] 2.91.3 EVINCE_2_91_3
Carlos Garcia Campos [Tue, 30 Nov 2010 14:31:08 +0000 (15:31 +0100)]
[release] 2.91.3

13 years agolibdocument: Add more sanity checks to ev-document-misc.
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.

13 years agoUpdated Galician translatiosn
Fran Diéguez [Sat, 27 Nov 2010 01:57:24 +0000 (02:57 +0100)]
Updated Galician translatiosn

13 years agoview: do not call get_thumbnail_frame when pixbuf is NULL.
José Aliste [Fri, 26 Nov 2010 15:01:01 +0000 (12:01 -0300)]
view: do not call get_thumbnail_frame when pixbuf is NULL.

13 years agodocument: create_thumbnail_frame should return NULL when
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

13 years agoUpdated Slovenian translation
Andrej Žnidaršič [Thu, 25 Nov 2010 19:19:44 +0000 (20:19 +0100)]
Updated Slovenian translation

13 years ago[shell] Send the URI of the input file instead of the filename in SyncSource.
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

13 years agolibview: Make sure we have a valid page range before getting/setting selection list
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.

13 years agoAdded UG translation
Gheyret T.Kenji [Sat, 20 Nov 2010 10:03:27 +0000 (11:03 +0100)]
Added UG translation

13 years agoUpdated Galician translations
Fran Diéguez [Tue, 16 Nov 2010 18:21:22 +0000 (19:21 +0100)]
Updated Galician translations

13 years agoadd timestamp to SyncSource DBus signal.
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

13 years agopofilter fixes for the Finnish translation, update translator-credits
Ville-Pekka Vainio [Mon, 15 Nov 2010 11:59:25 +0000 (13:59 +0200)]
pofilter fixes for the Finnish translation, update translator-credits

13 years agoUpdated Finnish translation
Ville-Pekka Vainio [Sat, 13 Nov 2010 23:02:24 +0000 (01:02 +0200)]
Updated Finnish translation

13 years agoAdded UG translation
Gheyret T.Kenji [Sat, 13 Nov 2010 20:32:25 +0000 (21:32 +0100)]
Added UG translation

13 years agoUse gtk_paned_new() instead gtk_[h|v]paned_new()
Javier Jardón [Tue, 9 Nov 2010 02:27:29 +0000 (03:27 +0100)]
Use gtk_paned_new() instead gtk_[h|v]paned_new()

13 years agoRelease: 2.91.2 EVINCE_2_91_2
Carlos Garcia Campos [Mon, 8 Nov 2010 18:39:58 +0000 (19:39 +0100)]
Release: 2.91.2

13 years agodvi: Don't use cairo_image_surface_create_for_data()
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.

13 years agodvi: Fix drawing glyphs with transparency
Carlos Rendon [Mon, 8 Nov 2010 18:08:48 +0000 (19:08 +0100)]
dvi: Fix drawing glyphs with transparency

Fixes bug #494736.

13 years agodvi: Add image_done method to DviDevice to notify that the image is finished
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.

13 years agolibview: Set redraw_on_allocate to FALSE since we handle our own redrawing
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

13 years agolibview: Remove the use of size_request
Matthias Clasen [Sun, 31 Oct 2010 15:53:19 +0000 (16:53 +0100)]
libview: Remove the use of size_request

13 years ago[view] Make EvView inherit from GtkFixed and implement scrollable interface
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.

13 years agolibview: Adapt to GtkScrollable
Christian Persch [Sun, 24 Oct 2010 19:40:34 +0000 (21:40 +0200)]
libview: Adapt to GtkScrollable

13 years agolibview: Use has-entry GtkComboBox instead of GtkComboBoxEntry
Christian Persch [Sun, 24 Oct 2010 19:21:36 +0000 (21:21 +0200)]
libview: Use has-entry GtkComboBox instead of GtkComboBoxEntry

13 years agoshell: Use new combo box text APIs
Matthias Clasen [Sun, 24 Oct 2010 19:09:03 +0000 (21:09 +0200)]
shell: Use new combo box text APIs

13 years agolibview: 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

13 years agoconfigure: Bump gtk+ 3 requirements to 2.91.3
Carlos Garcia Campos [Sun, 7 Nov 2010 09:25:36 +0000 (10:25 +0100)]
configure: Bump gtk+ 3 requirements to 2.91.3

13 years agoUpdated Japanese translation
Takayuki KUSANO [Wed, 3 Nov 2010 00:20:16 +0000 (09:20 +0900)]
Updated Japanese translation

13 years ago[l10n] Updated Estonian translation
Ivar Smolin [Tue, 2 Nov 2010 22:31:08 +0000 (00:31 +0200)]
[l10n] Updated Estonian translation

13 years agoUpdated Spanish translation
Jorge González [Fri, 29 Oct 2010 08:06:06 +0000 (10:06 +0200)]
Updated Spanish translation

13 years agoFix a small typo in requirements
Marek Kasik [Tue, 26 Oct 2010 13:21:52 +0000 (15:21 +0200)]
Fix a small typo in requirements

13 years ago[l10n] Updated German doc translation
Mario Blättermann [Mon, 25 Oct 2010 20:08:32 +0000 (22:08 +0200)]
[l10n] Updated German doc translation

13 years agoUpdate Simplified Chinese translation.
Aron Xu [Mon, 25 Oct 2010 07:54:55 +0000 (07:54 +0000)]
Update Simplified Chinese translation.

13 years agoUpdated Spanish translation
Jorge González [Sun, 24 Oct 2010 10:00:31 +0000 (12:00 +0200)]
Updated Spanish translation

13 years agoUpdated Catalan (Valencian) translation
Carles Ferrando [Fri, 22 Oct 2010 23:06:40 +0000 (01:06 +0200)]
Updated Catalan (Valencian) translation

13 years agol10n: Updated Greek translation for evince help
Simos Xenitellis [Fri, 22 Oct 2010 23:02:55 +0000 (02:02 +0300)]
l10n: Updated Greek translation for evince help

13 years agoUpdated Spanish translation
Jorge González [Thu, 21 Oct 2010 19:55:34 +0000 (21:55 +0200)]
Updated Spanish translation

13 years agoUpdated galician translations
Fran Diéguez [Wed, 20 Oct 2010 07:15:38 +0000 (09:15 +0200)]
Updated galician translations

13 years ago[release] 2.91.1 EVINCE_2_91_1
Carlos Garcia Campos [Mon, 18 Oct 2010 18:09:27 +0000 (20:09 +0200)]
[release] 2.91.1

13 years agoRemove non-existing file
Kjartan Maraas [Sat, 16 Oct 2010 11:46:22 +0000 (13:46 +0200)]
Remove non-existing file

13 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Sat, 16 Oct 2010 11:46:01 +0000 (13:46 +0200)]
Updated Norwegian bokmål translation

13 years agol10n: Updated Greek translation for evince help
Michael Kotsarinis [Tue, 12 Oct 2010 18:52:11 +0000 (21:52 +0300)]
l10n: Updated Greek translation for evince help

13 years agoAdded galician translations for documentation
Fran Diéguez [Tue, 12 Oct 2010 14:55:24 +0000 (16:55 +0200)]
Added galician translations for documentation

13 years ago[libdocument] Use gdk_pixbuf_get_from_surface() instead of our own implementation
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

13 years ago[shell] Migrate user config dir to XDG fdo directories spec
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

13 years agoRemove metadata migration code
Carlos Garcia Campos [Sun, 10 Oct 2010 08:51:51 +0000 (10:51 +0200)]
Remove metadata migration code

13 years ago[gimpcellrenderertoggle] Fix compile warnings
Carlos Garcia Campos [Sat, 9 Oct 2010 14:57:06 +0000 (16:57 +0200)]
[gimpcellrenderertoggle] Fix compile warnings

13 years ago[gimpcellrenderertoggle] Paint a shadow when the mouse is over the cell renderer
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

13 years agoRemove gtk 2 support
Carlos Garcia Campos [Sat, 9 Oct 2010 14:43:14 +0000 (16:43 +0200)]
Remove gtk 2 support

13 years ago[configure] Bump gtk+ 3 requirements to 2.91.0
Carlos Garcia Campos [Sat, 9 Oct 2010 13:28:06 +0000 (15:28 +0200)]
[configure] Bump gtk+ 3 requirements to 2.91.0

13 years agobuild: Append ACLOCAL_FLAGS to ACLOCAL_AMFLAGS
Christian Persch [Fri, 8 Oct 2010 16:34:39 +0000 (18:34 +0200)]
build: Append ACLOCAL_FLAGS to ACLOCAL_AMFLAGS

13 years agoUpdated Spanish translation
Jorge González [Thu, 7 Oct 2010 12:24:53 +0000 (14:24 +0200)]
Updated Spanish translation

13 years agoUpdated Slovenian translation
Matej Urbančič [Wed, 6 Oct 2010 13:06:52 +0000 (15:06 +0200)]
Updated Slovenian translation

13 years agoUpdate for Kazakh translation
Baurzhan Muftakhidinov [Wed, 6 Oct 2010 08:41:35 +0000 (14:41 +0600)]
Update for Kazakh translation

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Wed, 6 Oct 2010 00:09:13 +0000 (02:09 +0200)]
Updated Hebrew translation.

13 years agoFix introspection build for library renames
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

13 years agoDisable generation of old user guide
Ryan Lortie [Tue, 5 Oct 2010 07:49:05 +0000 (03:49 -0400)]
Disable generation of old user guide

13 years agoImport Mallard documentation
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.

13 years ago[release] 2.91.0 EVINCE_2_91_0
Carlos Garcia Campos [Mon, 4 Oct 2010 16:47:11 +0000 (18:47 +0200)]
[release] 2.91.0

13 years ago[shell] Add timestamp parameter to SyncView.
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.

13 years ago[libdocument] Check for NULL in synctex_backward_search.
José Aliste [Wed, 29 Sep 2010 16:22:32 +0000 (12:22 -0400)]
[libdocument] Check for NULL in synctex_backward_search.

Fixes bug #630845

13 years ago[configure] Default gtk version is 3.0
Carlos Garcia Campos [Thu, 30 Sep 2010 08:07:39 +0000 (10:07 +0200)]
[configure] Default gtk version is 3.0

13 years agoUpdate Czech translation by Marek Cernocky
Petr Kovar [Wed, 29 Sep 2010 02:49:42 +0000 (04:49 +0200)]
Update Czech translation by Marek Cernocky

13 years agoUpdated Catalan translation
Gil Forcada [Mon, 27 Sep 2010 21:32:12 +0000 (23:32 +0200)]
Updated Catalan translation

13 years ago[shell] Remove GtkObject
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.

13 years ago[libview] Remove GtkObject
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.

13 years ago[build] Bump required gtk+ version
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.

13 years ago[libview] Fix build with gtk2
Carlos Garcia Campos [Mon, 27 Sep 2010 16:02:58 +0000 (18:02 +0200)]
[libview] Fix build with gtk2