]> www.fi.muni.cz Git - evince.git/log
evince.git
13 years ago[release] 2.31.2 EVINCE_2_31_2
Carlos Garcia Campos [Tue, 25 May 2010 17:08:28 +0000 (19:08 +0200)]
[release] 2.31.2

13 years agoAdd missing files to POTFILES.in
Carlos Garcia Campos [Tue, 25 May 2010 17:07:56 +0000 (19:07 +0200)]
Add missing files to POTFILES.in

13 years ago[doc] Fix shell api docs build
Carlos Garcia Campos [Tue, 25 May 2010 17:06:50 +0000 (19:06 +0200)]
[doc] Fix shell api docs build

13 years ago[build] Add gsettings xml schema file to DISTCLEANFILES
Carlos Garcia Campos [Tue, 25 May 2010 17:05:44 +0000 (19:05 +0200)]
[build] Add gsettings xml schema file to DISTCLEANFILES

13 years ago[windows] init locale_dir only once
Hib Eris [Tue, 25 May 2010 16:03:44 +0000 (18:03 +0200)]
[windows] init locale_dir only once

13 years agoRemove some code duplication
Hib Eris [Tue, 25 May 2010 15:44:01 +0000 (17:44 +0200)]
Remove some code duplication

13 years ago[windows] Fix localization on Windows
Hib Eris [Mon, 17 May 2010 09:38:16 +0000 (11:38 +0200)]
[windows] Fix localization on Windows

Fixes bgo#610548

13 years ago[totem-screensaver] Use the async GDBus api
Carlos Garcia Campos [Tue, 25 May 2010 11:05:59 +0000 (13:05 +0200)]
[totem-screensaver] Use the async GDBus api

13 years ago[shell] Use async GDBus api in ev-application
Carlos Garcia Campos [Tue, 25 May 2010 10:37:47 +0000 (12:37 +0200)]
[shell] Use async GDBus api in ev-application

13 years ago[shell] Make sure we have a proxy before using it in ev-media-player-keys
Carlos Garcia Campos [Tue, 25 May 2010 10:31:29 +0000 (12:31 +0200)]
[shell] Make sure we have a proxy before using it in ev-media-player-keys

13 years ago[shell] Update to current GDBus API
Carlos Garcia Campos [Tue, 25 May 2010 08:04:12 +0000 (10:04 +0200)]
[shell] Update to current GDBus API

And bump glib requirements

13 years ago[shell] Use g_bus_unwatch_proxy() instead of g_bus_unwatch_name()
Carlos Garcia Campos [Sat, 22 May 2010 17:36:23 +0000 (19:36 +0200)]
[shell] Use g_bus_unwatch_proxy() instead of g_bus_unwatch_name()

13 years ago[shell] Fix build with dbus disabled
Carlos Garcia Campos [Sat, 22 May 2010 17:24:13 +0000 (19:24 +0200)]
[shell] Fix build with dbus disabled

13 years ago[totem-scrsaver] Use g_type_class_add_private instead of g_new to allocate priv struct
Carlos Garcia Campos [Sat, 22 May 2010 17:15:41 +0000 (19:15 +0200)]
[totem-scrsaver] Use g_type_class_add_private instead of g_new to allocate priv struct

13 years ago[totem-scrsaver] Do not peek parent class twice
Carlos Garcia Campos [Sat, 22 May 2010 17:11:11 +0000 (19:11 +0200)]
[totem-scrsaver] Do not peek parent class twice

13 years ago[shell] Use g_bus_watch_proxy instead of g_bus_watch_name in media-keys
Carlos Garcia Campos [Sat, 22 May 2010 17:04:48 +0000 (19:04 +0200)]
[shell] Use g_bus_watch_proxy instead of g_bus_watch_name in media-keys

13 years ago[totem-screensaver] Use g_bus_watch_proxy instead of g_bus_watch_name
Carlos Garcia Campos [Sat, 22 May 2010 14:42:44 +0000 (16:42 +0200)]
[totem-screensaver] Use g_bus_watch_proxy instead of g_bus_watch_name

This way we don't need a GDBusConnection ref, since the proxy created by
GDBus contains the shared connection.

13 years agoUse g_bus_own_name and register object on bus acquired callback
Carlos Garcia Campos [Sat, 22 May 2010 14:01:09 +0000 (16:01 +0200)]
Use g_bus_own_name and register object on bus acquired callback

It simplifies the code and we don't need to take care about connection
refcount

13 years agoUse always the session bus instead of starter
Carlos Garcia Campos [Sat, 22 May 2010 13:39:47 +0000 (15:39 +0200)]
Use always the session bus instead of starter

I'm not sure it makes sense using the system bus

13 years agoUpdate to current GDBus API
Carlos Garcia Campos [Sat, 22 May 2010 13:36:43 +0000 (15:36 +0200)]
Update to current GDBus API

13 years ago[shell] Update ©
Christian Persch [Sat, 15 May 2010 10:27:30 +0000 (12:27 +0200)]
[shell] Update ©

13 years ago[shell] Remove DBUS conditionals from TotemScrsaver
Christian Persch [Thu, 13 May 2010 12:59:18 +0000 (14:59 +0200)]
[shell] Remove DBUS conditionals from TotemScrsaver

Now that GDBus is in GIO, there's no need to conditionally compile this
code. Just allow passing %NULL for @connection in totem_scrsaver_new()
to disable using DBUS to inhibit the screensaver.

13 years ago[shell] Use g_bus_watch_name_on_connection()
Christian Persch [Thu, 13 May 2010 12:46:26 +0000 (14:46 +0200)]
[shell] Use g_bus_watch_name_on_connection()

We already have the bus connection here, so just pass it along.

13 years ago[shell] Pass the GDBusConnection to TotemScrsaver
Christian Persch [Thu, 13 May 2010 12:46:05 +0000 (14:46 +0200)]
[shell] Pass the GDBusConnection to TotemScrsaver

We already have a connection, so just pass it to TotemScrsaver.

13 years ago[shell] Pass the GDBusConnection to EvMediaPlayerKeys
Christian Persch [Thu, 13 May 2010 12:26:07 +0000 (14:26 +0200)]
[shell] Pass the GDBusConnection to EvMediaPlayerKeys

We already have a connection, so just pass it to EvMediaPlayerKeys.

13 years ago[shell] Fix name watching
Christian Persch [Wed, 12 May 2010 14:03:17 +0000 (16:03 +0200)]
[shell] Fix name watching

13 years ago[shell] Fix for GDBus API changes
Christian Persch [Mon, 10 May 2010 16:06:41 +0000 (18:06 +0200)]
[shell] Fix for GDBus API changes

13 years ago[shell] Don't autostart the daemon just to unregister
Christian Persch [Mon, 10 May 2010 12:59:55 +0000 (14:59 +0200)]
[shell] Don't autostart the daemon just to unregister

13 years ago[daemon] Add debug output to name watcher
Christian Persch [Mon, 10 May 2010 12:55:17 +0000 (14:55 +0200)]
[daemon] Add debug output to name watcher

13 years ago[daemon] Return "" from RegisterDocument on new documents
Christian Persch [Mon, 10 May 2010 12:52:46 +0000 (14:52 +0200)]
[daemon] Return "" from RegisterDocument on new documents

So we can distinguish this case in ev_application_register_uri().

13 years ago[daemon] Add some debug logging to the daemon
Christian Persch [Mon, 10 May 2010 12:40:17 +0000 (14:40 +0200)]
[daemon] Add some debug logging to the daemon

13 years ago[daemon] Fix RegisterDocument
Christian Persch [Mon, 10 May 2010 12:16:11 +0000 (14:16 +0200)]
[daemon] Fix RegisterDocument

Was returning the wrong type.
Also use g_set_prgname() in main().

13 years ago[build] Port to GDBus completed!
Christian Persch [Mon, 10 May 2010 12:02:12 +0000 (14:02 +0200)]
[build] Port to GDBus completed!

Now remove libdbus and libdbus-glib dependency.

13 years ago[shell] Port EvMediaPlayerKeys to GDBus
Christian Persch [Mon, 10 May 2010 11:51:22 +0000 (13:51 +0200)]
[shell] Port EvMediaPlayerKeys to GDBus

13 years ago[shell] Port TotemScrsaver to GDBus
Christian Persch [Mon, 10 May 2010 10:19:17 +0000 (12:19 +0200)]
[shell] Port TotemScrsaver to GDBus

Ported in totem (bug #618244) and re-imported to evince.

13 years ago[shell] Safely get the screen from the message arguments
Christian Persch [Sun, 9 May 2010 23:30:11 +0000 (01:30 +0200)]
[shell] Safely get the screen from the message arguments

Check for out-of-bounds.

13 years ago[shell] Save a strdup
Christian Persch [Sun, 9 May 2010 23:27:18 +0000 (01:27 +0200)]
[shell] Save a strdup

13 years ago[shell] Plug refcount leaks
Christian Persch [Sun, 9 May 2010 22:27:26 +0000 (00:27 +0200)]
[shell] Plug refcount leaks

13 years ago[shell] Port EvApplication to GDBus
Christian Persch [Sun, 9 May 2010 22:13:09 +0000 (00:13 +0200)]
[shell] Port EvApplication to GDBus

13 years ago[daemon] Port to GDBus
Christian Persch [Sun, 9 May 2010 22:04:55 +0000 (00:04 +0200)]
[daemon] Port to GDBus

13 years agoDutch translation updated by Wouter Bolsterlee
Wouter Bolsterlee [Sun, 23 May 2010 12:25:04 +0000 (14:25 +0200)]
Dutch translation updated by Wouter Bolsterlee

13 years agoMark summary and description for translation in gsettings schema file
Carlos Garcia Campos [Sat, 22 May 2010 13:23:39 +0000 (15:23 +0200)]
Mark summary and description for translation in gsettings schema file

13 years agoInstall a evince.convert file for gsettings-data-convert
Matthias Clasen [Sat, 22 May 2010 08:43:13 +0000 (10:43 +0200)]
Install a evince.convert file for gsettings-data-convert

13 years ago[shell] Do not use the gconf gsettings backend any more
Carlos Garcia Campos [Sat, 22 May 2010 08:34:12 +0000 (10:34 +0200)]
[shell] Do not use the gconf gsettings backend any more

  - rename keys to follow gsettings name restrictions (s/_/-/)
  - remove the hardcoding of the gconf backend
  - use new gsettings macros as they have changed in glib 2.25.6

Based on patch by Matthias Clasen, see bug #619335.

13 years ago[shell] Use delay-apply mode for last_settings
Carlos Garcia Campos [Sat, 22 May 2010 08:32:25 +0000 (10:32 +0200)]
[shell] Use delay-apply mode for last_settings

14 years agoUpdated Oriya Translation
Manoj Kumar Giri [Tue, 18 May 2010 06:12:26 +0000 (11:42 +0530)]
Updated Oriya Translation

14 years agoUpdated Shavian translation
Thomas Thurman [Mon, 17 May 2010 01:00:03 +0000 (21:00 -0400)]
Updated Shavian translation

14 years agoUpdated Shavian transliteration
Thomas Thurman [Wed, 12 May 2010 22:40:56 +0000 (18:40 -0400)]
Updated Shavian transliteration

14 years agoConvert relative path to absolute path for evince-previewer
Marek Kasik [Wed, 12 May 2010 12:47:07 +0000 (14:47 +0200)]
Convert relative path to absolute path for evince-previewer

Add ability to open documents specified by relative path in
evince-previewer.

14 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Tue, 11 May 2010 17:56:00 +0000 (19:56 +0200)]
Updated Norwegian bokmål translation

14 years ago[shell] Fix opening files with '#' in its name
Carlos Garcia Campos [Tue, 11 May 2010 12:29:56 +0000 (14:29 +0200)]
[shell] Fix opening files with '#' in its name

See bug #616515.

14 years ago[libview] Hide loading window when document is loaded
Carlos Garcia Campos [Tue, 11 May 2010 11:43:52 +0000 (13:43 +0200)]
[libview] Hide loading window when document is loaded

14 years ago[libview] Set accept focus for annotation windows
Carlos Garcia Campos [Tue, 11 May 2010 09:32:05 +0000 (11:32 +0200)]
[libview] Set accept focus for annotation windows

14 years ago[libview] Use cairo to draw search results
Carlos Garcia Campos [Tue, 11 May 2010 08:37:46 +0000 (10:37 +0200)]
[libview] Use cairo to draw search results

14 years ago[gimpcellrenderertoggle] Fix build with GSEAL enabled
Carlos Garcia Campos [Mon, 10 May 2010 17:44:33 +0000 (19:44 +0200)]
[gimpcellrenderertoggle] Fix build with GSEAL enabled

14 years ago[toolbar-editor] Fix build with GSEAL enabled
Carlos Garcia Campos [Mon, 10 May 2010 17:10:08 +0000 (19:10 +0200)]
[toolbar-editor] Fix build with GSEAL enabled

14 years ago[toolbar-editor] Generate separator pixbuf using an offscreen window
Felix Riemann [Mon, 10 May 2010 16:55:39 +0000 (18:55 +0200)]
[toolbar-editor] Generate separator pixbuf using an offscreen window

14 years ago[toolbar-editor] Sync with current libegg
Carlos Garcia Campos [Mon, 10 May 2010 16:27:55 +0000 (18:27 +0200)]
[toolbar-editor] Sync with current libegg

14 years ago[libview] Fix most of the GSEAL build issues
Carlos Garcia Campos [Sat, 8 May 2010 15:54:54 +0000 (17:54 +0200)]
[libview] Fix most of the GSEAL build issues

Still pending GTK_WINDOW (toplevel)->group in ev-view-presentation

14 years ago[libview] Do nothing in size_allocate when document is not yet loaded
Carlos Garcia Campos [Sun, 9 May 2010 14:47:46 +0000 (16:47 +0200)]
[libview] Do nothing in size_allocate when document is not yet loaded

14 years ago[libview] Take into account scrollbar size to get zoom for best fit in contnuous...
Carlos Garcia Campos [Sun, 9 May 2010 14:45:22 +0000 (16:45 +0200)]
[libview] Take into account scrollbar size to get zoom for best fit in contnuous mode

14 years ago[libview] Keep our own GtkRequisition and use it to set adjusment values
Carlos Garcia Campos [Sun, 9 May 2010 10:58:39 +0000 (12:58 +0200)]
[libview] Keep our own GtkRequisition and use it to set adjusment values

14 years ago[libdocument] Use EvPage instead of EvRenderContext in get_selected_text()
Carlos Garcia Campos [Sat, 8 May 2010 10:24:36 +0000 (12:24 +0200)]
[libdocument] Use EvPage instead of EvRenderContext in get_selected_text()

It doesn't depend on scale and rotation so we only need the page.

14 years ago[libdocument] Remove redundant macro definition
Carlos Garcia Campos [Fri, 7 May 2010 11:22:42 +0000 (13:22 +0200)]
[libdocument] Remove redundant macro definition

EV_DEFINE_BOXED_TYPE was defined twice!

14 years ago[shell] Use G_DEFINE_INTERFACE and remove our own macro
Carlos Garcia Campos [Fri, 7 May 2010 11:19:56 +0000 (13:19 +0200)]
[shell] Use G_DEFINE_INTERFACE and remove our own macro

14 years ago[libdocument] Use G_DEFINE_INTERFACE instead of out own macro
Carlos Garcia Campos [Fri, 7 May 2010 11:05:07 +0000 (13:05 +0200)]
[libdocument] Use G_DEFINE_INTERFACE instead of out own macro

14 years ago[shell] Remove fontconfig lock/unlock when showing the main window
Carlos Garcia Campos [Fri, 7 May 2010 08:55:49 +0000 (10:55 +0200)]
[shell] Remove fontconfig lock/unlock when showing the main window

Hopefully it's not needed anymore since there isn't loading text
in the view.

14 years ago[libview] Use loading window instead of the loading text
Carlos Garcia Campos [Fri, 7 May 2010 08:54:47 +0000 (10:54 +0200)]
[libview] Use loading window instead of the loading text

14 years ago[libview] Add loading window to show loading progress information
Carlos Garcia Campos [Fri, 7 May 2010 08:50:20 +0000 (10:50 +0200)]
[libview] Add loading window to show loading progress information

14 years ago[introspection] Add .c files to the introspection sources
Christian Persch [Wed, 5 May 2010 17:34:12 +0000 (19:34 +0200)]
[introspection] Add .c files to the introspection sources

Add the .c files to the files scanned by the GIR scanner, so it can find
the annotations.

Bug #617736.

14 years ago[build] Define EV_API_VERSION_U
Christian Persch [Wed, 5 May 2010 17:31:59 +0000 (19:31 +0200)]
[build] Define EV_API_VERSION_U

14 years ago[shell] Fix typo: request_width -> request_height
EspeonEefi [Tue, 4 May 2010 18:42:40 +0000 (20:42 +0200)]
[shell] Fix typo: request_width -> request_height

14 years ago[release] 2.31.1 EVINCE_2_31_1
Carlos Garcia Campos [Tue, 4 May 2010 12:28:08 +0000 (14:28 +0200)]
[release] 2.31.1

14 years ago[shell] Do not store metadata for files under /tmp
Carlos Garcia Campos [Tue, 4 May 2010 12:04:59 +0000 (14:04 +0200)]
[shell] Do not store metadata for files under /tmp

14 years ago[libdocument] Fix borken ev_tmp_filename_unlink()
Carlos Garcia Campos [Tue, 4 May 2010 12:03:38 +0000 (14:03 +0200)]
[libdocument] Fix borken ev_tmp_filename_unlink()

Check file is under evince tempdir rather than global tempdir and fix
the prefix check.

14 years ago[libdocument] Add ev_file_is_temp()
Carlos Garcia Campos [Tue, 4 May 2010 11:44:31 +0000 (13:44 +0200)]
[libdocument] Add ev_file_is_temp()

14 years ago[shell] Add saved documents with "save a copy" to recent file list
Carlos Garcia Campos [Tue, 4 May 2010 10:40:29 +0000 (12:40 +0200)]
[shell] Add saved documents with "save a copy" to recent file list

Fixes bug #617580.

14 years ago[doc] Fix build with gtk-doc enabled
Carlos Garcia Campos [Tue, 4 May 2010 10:29:07 +0000 (12:29 +0200)]
[doc] Fix build with gtk-doc enabled

14 years agoRemove old gconf schemas file from POTFILES.in
Carlos Garcia Campos [Tue, 4 May 2010 10:28:07 +0000 (12:28 +0200)]
Remove old gconf schemas file from POTFILES.in

14 years ago[shell] Invert colors of thumbnails when loading in inverted color mode
Carlos Garcia Campos [Tue, 4 May 2010 09:31:44 +0000 (11:31 +0200)]
[shell] Invert colors of thumbnails when loading in inverted color mode

Based on patch by Juanjo Marín. Fixes bug #616111.

14 years ago[libdocument] Add specific method to get a loading thumbnail
Carlos Garcia Campos [Tue, 4 May 2010 09:29:47 +0000 (11:29 +0200)]
[libdocument] Add specific method to get a loading thumbnail

It allows getting a loading thumbnail with inverted colors. See
bug #616111.

14 years agoInvert colors of pages when loading in inverted color mode
Juanjo Marín [Tue, 4 May 2010 09:10:12 +0000 (11:10 +0200)]
Invert colors of pages when loading in inverted color mode

Fixes bug #616110.

14 years ago[shell] Remove redundant check
Carlos Garcia Campos [Tue, 4 May 2010 08:58:37 +0000 (10:58 +0200)]
[shell] Remove redundant check

14 years agoTake default settings from last document opened
Carlos Garcia Campos [Mon, 3 May 2010 18:02:55 +0000 (20:02 +0200)]
Take default settings from last document opened

Fixes regression caused by migration to gio metadata. Bug #606090.

14 years ago[ev-daemon] Respect GNOME22_USER_DIR env variable
Carlos Garcia Campos [Mon, 3 May 2010 15:08:57 +0000 (17:08 +0200)]
[ev-daemon] Respect GNOME22_USER_DIR env variable

14 years agoRemove unneeded GLIB_CHECK_VERSION macros
Carlos Garcia Campos [Mon, 3 May 2010 12:56:06 +0000 (14:56 +0200)]
Remove unneeded GLIB_CHECK_VERSION macros

14 years ago[libview] Remove unneeded #ifdef
Carlos Garcia Campos [Mon, 3 May 2010 12:53:13 +0000 (14:53 +0200)]
[libview] Remove unneeded #ifdef

14 years ago[shell] Port override_restrictions gconf key to GSettings
Carlos Garcia Campos [Mon, 3 May 2010 12:37:30 +0000 (14:37 +0200)]
[shell] Port override_restrictions gconf key to GSettings

14 years agoUpdated Slovenian translation
Andrej Žnidaršič [Fri, 30 Apr 2010 18:05:24 +0000 (20:05 +0200)]
Updated Slovenian translation

14 years agoHide sidebar by default when window is empty
Carlos Garcia Campos [Fri, 30 Apr 2010 08:01:03 +0000 (10:01 +0200)]
Hide sidebar by default when window is empty

14 years agoRemove GTK_CHECK_VERSION macros
Carlos Garcia Campos [Fri, 30 Apr 2010 08:17:44 +0000 (10:17 +0200)]
Remove GTK_CHECK_VERSION macros

We already depend on gtk+ 2.20.0

14 years ago[shell] Add icons to the recent items, and always show them in menu
Christian Persch [Thu, 29 Apr 2010 12:26:22 +0000 (14:26 +0200)]
[shell] Add icons to the recent items, and always show them in menu

Bug #614400.

14 years ago[shell] Ellipsise the recent action's label
Christian Persch [Thu, 29 Apr 2010 12:15:31 +0000 (14:15 +0200)]
[shell] Ellipsise the recent action's label

Otherwise a long document name makes the menu oversized.

14 years ago[presentation] Make inverted colors mode work in presentation mode too
Carlos Garcia Campos [Sun, 25 Apr 2010 16:20:56 +0000 (18:20 +0200)]
[presentation] Make inverted colors mode work in presentation mode too

Fixes bug #614693.

14 years agoRespect GNOME22_USER_DIR env variable
Carlos Garcia Campos [Sun, 25 Apr 2010 14:24:17 +0000 (16:24 +0200)]
Respect GNOME22_USER_DIR env variable

Based on patch by Ray Strode. Fixes bug #613637.

14 years agoParse page dest from uri before creating the file
Carlos Garcia Campos [Sun, 25 Apr 2010 11:07:38 +0000 (13:07 +0200)]
Parse page dest from uri before creating the file

See bug #616515.

14 years agoUpdated Catalan (Valencian) translation
Carles Ferrando [Wed, 21 Apr 2010 22:11:56 +0000 (00:11 +0200)]
Updated Catalan (Valencian) translation

14 years agoUpdated Kannada translations
Shankar Prasad [Wed, 21 Apr 2010 10:59:52 +0000 (16:29 +0530)]
Updated Kannada translations

14 years agoUpdated Galician translations
Francisco Diéguez [Sat, 17 Apr 2010 18:59:07 +0000 (20:59 +0200)]
Updated Galician translations

14 years agoUpdated Spanish translation
Jorge González [Fri, 16 Apr 2010 06:45:15 +0000 (08:45 +0200)]
Updated Spanish translation