]>
www.fi.muni.cz Git - evince.git/log
Christian Persch [Wed, 26 May 2010 19:06:15 +0000 (21:06 +0200)]
[shell] Update © on totem-scrsaver.c
Ivar Smolin [Wed, 26 May 2010 16:49:51 +0000 (19:49 +0300)]
Estonian translation updated
Carlos Garcia Campos [Tue, 25 May 2010 17:08:28 +0000 (19:08 +0200)]
[release] 2.31.2
Carlos Garcia Campos [Tue, 25 May 2010 17:07:56 +0000 (19:07 +0200)]
Add missing files to POTFILES.in
Carlos Garcia Campos [Tue, 25 May 2010 17:06:50 +0000 (19:06 +0200)]
[doc] Fix shell api docs build
Carlos Garcia Campos [Tue, 25 May 2010 17:05:44 +0000 (19:05 +0200)]
[build] Add gsettings xml schema file to DISTCLEANFILES
Hib Eris [Tue, 25 May 2010 16:03:44 +0000 (18:03 +0200)]
[windows] init locale_dir only once
Hib Eris [Tue, 25 May 2010 15:44:01 +0000 (17:44 +0200)]
Remove some code duplication
Hib Eris [Mon, 17 May 2010 09:38:16 +0000 (11:38 +0200)]
[windows] Fix localization on Windows
Fixes bgo#610548
Carlos Garcia Campos [Tue, 25 May 2010 11:05:59 +0000 (13:05 +0200)]
[totem-screensaver] Use the async GDBus api
Carlos Garcia Campos [Tue, 25 May 2010 10:37:47 +0000 (12:37 +0200)]
[shell] Use async GDBus api in ev-application
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
Carlos Garcia Campos [Tue, 25 May 2010 08:04:12 +0000 (10:04 +0200)]
[shell] Update to current GDBus API
And bump glib requirements
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()
Carlos Garcia Campos [Sat, 22 May 2010 17:24:13 +0000 (19:24 +0200)]
[shell] Fix build with dbus disabled
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
Carlos Garcia Campos [Sat, 22 May 2010 17:11:11 +0000 (19:11 +0200)]
[totem-scrsaver] Do not peek parent class twice
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
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.
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
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
Carlos Garcia Campos [Sat, 22 May 2010 13:36:43 +0000 (15:36 +0200)]
Update to current GDBus API
Christian Persch [Sat, 15 May 2010 10:27:30 +0000 (12:27 +0200)]
[shell] Update ©
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.
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.
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.
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.
Christian Persch [Wed, 12 May 2010 14:03:17 +0000 (16:03 +0200)]
[shell] Fix name watching
Christian Persch [Mon, 10 May 2010 16:06:41 +0000 (18:06 +0200)]
[shell] Fix for GDBus API changes
Christian Persch [Mon, 10 May 2010 12:59:55 +0000 (14:59 +0200)]
[shell] Don't autostart the daemon just to unregister
Christian Persch [Mon, 10 May 2010 12:55:17 +0000 (14:55 +0200)]
[daemon] Add debug output to name watcher
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().
Christian Persch [Mon, 10 May 2010 12:40:17 +0000 (14:40 +0200)]
[daemon] Add some debug logging to the daemon
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().
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.
Christian Persch [Mon, 10 May 2010 11:51:22 +0000 (13:51 +0200)]
[shell] Port EvMediaPlayerKeys 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.
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.
Christian Persch [Sun, 9 May 2010 23:27:18 +0000 (01:27 +0200)]
[shell] Save a strdup
Christian Persch [Sun, 9 May 2010 22:27:26 +0000 (00:27 +0200)]
[shell] Plug refcount leaks
Christian Persch [Sun, 9 May 2010 22:13:09 +0000 (00:13 +0200)]
[shell] Port EvApplication to GDBus
Christian Persch [Sun, 9 May 2010 22:04:55 +0000 (00:04 +0200)]
[daemon] Port to GDBus
Wouter Bolsterlee [Sun, 23 May 2010 12:25:04 +0000 (14:25 +0200)]
Dutch translation updated by Wouter Bolsterlee
Carlos Garcia Campos [Sat, 22 May 2010 13:23:39 +0000 (15:23 +0200)]
Mark summary and description for translation in gsettings schema file
Matthias Clasen [Sat, 22 May 2010 08:43:13 +0000 (10:43 +0200)]
Install a evince.convert file for gsettings-data-convert
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.
Carlos Garcia Campos [Sat, 22 May 2010 08:32:25 +0000 (10:32 +0200)]
[shell] Use delay-apply mode for last_settings
Manoj Kumar Giri [Tue, 18 May 2010 06:12:26 +0000 (11:42 +0530)]
Updated Oriya Translation
Thomas Thurman [Mon, 17 May 2010 01:00:03 +0000 (21:00 -0400)]
Updated Shavian translation
Thomas Thurman [Wed, 12 May 2010 22:40:56 +0000 (18:40 -0400)]
Updated Shavian transliteration
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.
Kjartan Maraas [Tue, 11 May 2010 17:56:00 +0000 (19:56 +0200)]
Updated Norwegian bokmål translation
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.
Carlos Garcia Campos [Tue, 11 May 2010 11:43:52 +0000 (13:43 +0200)]
[libview] Hide loading window when document is loaded
Carlos Garcia Campos [Tue, 11 May 2010 09:32:05 +0000 (11:32 +0200)]
[libview] Set accept focus for annotation windows
Carlos Garcia Campos [Tue, 11 May 2010 08:37:46 +0000 (10:37 +0200)]
[libview] Use cairo to draw search results
Carlos Garcia Campos [Mon, 10 May 2010 17:44:33 +0000 (19:44 +0200)]
[gimpcellrenderertoggle] 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
Felix Riemann [Mon, 10 May 2010 16:55:39 +0000 (18:55 +0200)]
[toolbar-editor] Generate separator pixbuf using an offscreen window
Carlos Garcia Campos [Mon, 10 May 2010 16:27:55 +0000 (18:27 +0200)]
[toolbar-editor] Sync with current libegg
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
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
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
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
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.
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!
Carlos Garcia Campos [Fri, 7 May 2010 11:19:56 +0000 (13:19 +0200)]
[shell] Use G_DEFINE_INTERFACE and remove our 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
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.
Carlos Garcia Campos [Fri, 7 May 2010 08:54:47 +0000 (10:54 +0200)]
[libview] Use loading window instead of the loading text
Carlos Garcia Campos [Fri, 7 May 2010 08:50:20 +0000 (10:50 +0200)]
[libview] Add loading window to show loading progress information
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.
Christian Persch [Wed, 5 May 2010 17:31:59 +0000 (19:31 +0200)]
[build] Define EV_API_VERSION_U
EspeonEefi [Tue, 4 May 2010 18:42:40 +0000 (20:42 +0200)]
[shell] Fix typo: request_width -> request_height
Carlos Garcia Campos [Tue, 4 May 2010 12:28:08 +0000 (14:28 +0200)]
[release] 2.31.1
Carlos Garcia Campos [Tue, 4 May 2010 12:04:59 +0000 (14:04 +0200)]
[shell] Do not store metadata for files under /tmp
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.
Carlos Garcia Campos [Tue, 4 May 2010 11:44:31 +0000 (13:44 +0200)]
[libdocument] Add ev_file_is_temp()
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.
Carlos Garcia Campos [Tue, 4 May 2010 10:29:07 +0000 (12:29 +0200)]
[doc] Fix build with gtk-doc enabled
Carlos Garcia Campos [Tue, 4 May 2010 10:28:07 +0000 (12:28 +0200)]
Remove old gconf schemas file from POTFILES.in
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.
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.
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.
Carlos Garcia Campos [Tue, 4 May 2010 08:58:37 +0000 (10:58 +0200)]
[shell] Remove redundant check
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.
Carlos Garcia Campos [Mon, 3 May 2010 15:08:57 +0000 (17:08 +0200)]
[ev-daemon] Respect GNOME22_USER_DIR env variable
Carlos Garcia Campos [Mon, 3 May 2010 12:56:06 +0000 (14:56 +0200)]
Remove unneeded GLIB_CHECK_VERSION macros
Carlos Garcia Campos [Mon, 3 May 2010 12:53:13 +0000 (14:53 +0200)]
[libview] Remove unneeded #ifdef
Carlos Garcia Campos [Mon, 3 May 2010 12:37:30 +0000 (14:37 +0200)]
[shell] Port override_restrictions gconf key to GSettings
Andrej Žnidaršič [Fri, 30 Apr 2010 18:05:24 +0000 (20:05 +0200)]
Updated Slovenian translation
Carlos Garcia Campos [Fri, 30 Apr 2010 08:01:03 +0000 (10:01 +0200)]
Hide sidebar by default when window is empty
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
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.
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.
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.
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.
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.
Carles Ferrando [Wed, 21 Apr 2010 22:11:56 +0000 (00:11 +0200)]
Updated Catalan (Valencian) translation
Shankar Prasad [Wed, 21 Apr 2010 10:59:52 +0000 (16:29 +0530)]
Updated Kannada translations