commit f83d71e3d1e3ff5771a84cc63fc0be92de4b67b8 Author: Carlos Garcia Campos Date: 2010-05-25 [release] 2.31.2 M NEWS M configure.ac commit 3debd96ce0d19b31c00b1b93fb0eca0268f64358 Author: Carlos Garcia Campos Date: 2010-05-25 Add missing files to POTFILES.in M po/POTFILES.in commit 95a30e929f9381915594ae476240d31036594238 Author: Carlos Garcia Campos Date: 2010-05-25 [doc] Fix shell api docs build M help/reference/shell/Makefile.am M shell/Makefile.am commit 1c2d9608d0d3dee305e1556525fc8c04db24a916 Author: Carlos Garcia Campos Date: 2010-05-25 [build] Add gsettings xml schema file to DISTCLEANFILES M data/Makefile.am commit 2474540c07118d414a5ab63030eef6516925ee3f Author: Hib Eris Date: 2010-05-25 [windows] init locale_dir only once M libdocument/ev-init.c commit bf0e0b42ce9209f92f53604cb7799540b3eea7fa Author: Hib Eris Date: 2010-05-25 Remove some code duplication M libdocument/ev-init.c M libdocument/ev-init.h M previewer/Makefile.am M previewer/ev-previewer.c M shell/Makefile.am M shell/main.c commit 61c9b15fa57e40c9561ae8d5ca13228d4e7a897a Author: Hib Eris Date: 2010-05-17 [windows] Fix localization on Windows Fixes bgo#610548 M libdocument/ev-init.c M previewer/ev-previewer.c M shell/main.c commit 2085e3e413cc926551b9ba6ce91689f9b9e236ce Author: Carlos Garcia Campos Date: 2010-05-25 [totem-screensaver] Use the async GDBus api M cut-n-paste/totem-screensaver/totem-scrsaver.c commit 15ef8efc8104114dd0e3e460524ad254a3a9cc7d Author: Carlos Garcia Campos Date: 2010-05-25 [shell] Use async GDBus api in ev-application M shell/ev-application.c M shell/main.c commit 6f3e578c5f96e132587aeda27c341792621af14e Author: Carlos Garcia Campos Date: 2010-05-25 [shell] Make sure we have a proxy before using it in ev-media-player-keys M shell/ev-media-player-keys.c commit 4da16e0c0882f8eec36c06aeeb86fe0116fbd025 Author: Carlos Garcia Campos Date: 2010-05-25 [shell] Update to current GDBus API And bump glib requirements M configure.ac M shell/ev-application.c commit bca795715b1428f116fc3648083f6a02f8b244f6 Author: Carlos Garcia Campos Date: 2010-05-22 [shell] Use g_bus_unwatch_proxy() instead of g_bus_unwatch_name() M shell/ev-media-player-keys.c commit e8f0fa54d55ba4547740e6148efe08d297ea1a40 Author: Carlos Garcia Campos Date: 2010-05-22 [shell] Fix build with dbus disabled M shell/ev-application.c commit 242ad429c3a90bbfaff253beebc9fe8582738ca7 Author: Carlos Garcia Campos Date: 2010-05-22 [totem-scrsaver] Use g_type_class_add_private instead of g_new to allocate priv struct M cut-n-paste/totem-screensaver/totem-scrsaver.c commit 640d136566f9a4a65ffff13207e63e20cc167a4c Author: Carlos Garcia Campos Date: 2010-05-22 [totem-scrsaver] Do not peek parent class twice M cut-n-paste/totem-screensaver/totem-scrsaver.c commit dadab29f7d5eebf9506f8d07a916ac2fa8b5f5bd Author: Carlos Garcia Campos Date: 2010-05-22 [shell] Use g_bus_watch_proxy instead of g_bus_watch_name in media-keys M shell/ev-application.c M shell/ev-media-player-keys.c M shell/ev-media-player-keys.h commit 2514100774c5d1e1fa013daccfe92897c727e640 Author: Carlos Garcia Campos Date: 2010-05-22 [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. M cut-n-paste/totem-screensaver/totem-scrsaver.c M cut-n-paste/totem-screensaver/totem-scrsaver.h M shell/ev-application.c commit 8f4c30ebbebb9128caea62bfaa89c0f3aea7a416 Author: Carlos Garcia Campos Date: 2010-05-22 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 M shell/ev-daemon.c commit af534ddb4d8992c0d58a52966f2fc40a7dde9067 Author: Carlos Garcia Campos Date: 2010-05-22 Use always the session bus instead of starter I'm not sure it makes sense using the system bus M shell/ev-daemon.c commit 08d631e43a3becea68e1a96a0422f1329856ceb6 Author: Carlos Garcia Campos Date: 2010-05-22 Update to current GDBus API M shell/ev-application.c M shell/ev-daemon.c commit 72a1f9f8d5e9bd9d6ece48173a5c5d659ebd278e Author: Christian Persch Date: 2010-05-15 [shell] Update © M cut-n-paste/totem-screensaver/totem-scrsaver.c M shell/ev-application.c M shell/ev-media-player-keys.c commit 5478e7ba12be2167143e58a33508a555d8533813 Author: Christian Persch Date: 2010-05-13 [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. M cut-n-paste/totem-screensaver/totem-scrsaver.c M cut-n-paste/totem-screensaver/totem-scrsaver.h M shell/ev-application.c commit 2baf0a33fd22d79a6803cdff480e8a293b2f0049 Author: Christian Persch Date: 2010-05-13 [shell] Use g_bus_watch_name_on_connection() We already have the bus connection here, so just pass it along. M shell/ev-daemon.c commit ee8a67fcfd878209788beb4e2ca1b00e3e99b0ba Author: Christian Persch Date: 2010-05-13 [shell] Pass the GDBusConnection to TotemScrsaver We already have a connection, so just pass it to TotemScrsaver. M cut-n-paste/totem-screensaver/Makefile.am M cut-n-paste/totem-screensaver/totem-scrsaver.c M cut-n-paste/totem-screensaver/totem-scrsaver.h M shell/ev-application.c commit f8b51206518dc31d290ed6400425cba7d4d3c9da Author: Christian Persch Date: 2010-05-13 [shell] Pass the GDBusConnection to EvMediaPlayerKeys We already have a connection, so just pass it to EvMediaPlayerKeys. M shell/ev-application.c M shell/ev-media-player-keys.c M shell/ev-media-player-keys.h commit 6510e36591c3187ddb926011c0f6e1d4c78a57c7 Author: Christian Persch Date: 2010-05-12 [shell] Fix name watching M cut-n-paste/totem-screensaver/totem-scrsaver.c M shell/ev-media-player-keys.c commit f8b878d7815b4e07f44c8f308741dd8db6108767 Author: Christian Persch Date: 2010-05-10 [shell] Fix for GDBus API changes M cut-n-paste/totem-screensaver/totem-scrsaver.c M shell/ev-application.c M shell/ev-media-player-keys.c commit f330181c78fd7b1e9cae7575ed2df0c7ce0c9fb5 Author: Christian Persch Date: 2010-05-10 [shell] Don't autostart the daemon just to unregister M shell/ev-application.c commit f9e5408ac68703a89c556a1bcb394a8c67498cca Author: Christian Persch Date: 2010-05-10 [daemon] Add debug output to name watcher M shell/ev-daemon.c commit 5bd752a3831fbb99cdcef0055707bd624fb9e30c Author: Christian Persch Date: 2010-05-10 [daemon] Return "" from RegisterDocument on new documents So we can distinguish this case in ev_application_register_uri(). M shell/ev-application.c M shell/ev-daemon.c commit c4589297f7b7f7813c9b3e62ef678dfa5a5f5190 Author: Christian Persch Date: 2010-05-10 [daemon] Add some debug logging to the daemon M shell/ev-daemon.c commit 3afaa8ad7c4f63b67e0caa4c0bfc3b832de8e351 Author: Christian Persch Date: 2010-05-10 [daemon] Fix RegisterDocument Was returning the wrong type. Also use g_set_prgname() in main(). M shell/ev-daemon.c commit 3eb988973d60bcfc1eb15752ff61f248775701f5 Author: Christian Persch Date: 2010-05-10 [build] Port to GDBus completed! Now remove libdbus and libdbus-glib dependency. M configure.ac M shell/Makefile.am commit bab7b4f2711179f9ad40a23a4df1dbb99741ec23 Author: Christian Persch Date: 2010-05-10 [shell] Port EvMediaPlayerKeys to GDBus M shell/ev-media-player-keys.c commit 65fd51ce805d7d032230e5c570434ace86ffd2e3 Author: Christian Persch Date: 2010-05-10 [shell] Port TotemScrsaver to GDBus Ported in totem (bug #618244) and re-imported to evince. M cut-n-paste/totem-screensaver/totem-scrsaver.c M cut-n-paste/totem-screensaver/totem-scrsaver.h commit bf81d8f6045121a886dd37cde1e25c2e4e9da233 Author: Christian Persch Date: 2010-05-10 [shell] Safely get the screen from the message arguments Check for out-of-bounds. M shell/ev-application.c commit 07da791141c9f3ce6ab83e63647cefbcc7f2ebe6 Author: Christian Persch Date: 2010-05-10 [shell] Save a strdup M shell/ev-application.c commit f480eea33f494d7e28ab82cb2cf6105861886c6a Author: Christian Persch Date: 2010-05-10 [shell] Plug refcount leaks M shell/ev-application.c M shell/ev-daemon.c commit eb65999fbc7173f07731461c97e6be2a1d8467ce Author: Christian Persch Date: 2010-05-10 [shell] Port EvApplication to GDBus M configure.ac M shell/Makefile.am D shell/ev-application-service.xml M shell/ev-application.c commit 166131c9257f2640843aef37f2febafc8f7da9ea Author: Christian Persch Date: 2010-05-10 [daemon] Port to GDBus M shell/Makefile.am D shell/ev-daemon-service.xml M shell/ev-daemon.c commit 037040afdc0ca50a6be25c6a739636e82338739a Author: Wouter Bolsterlee Date: 2010-05-23 Dutch translation updated by Wouter Bolsterlee M po/nl.po commit cf3ee5db3f1e80ce849b1d5189213881ab27b930 Author: Carlos Garcia Campos Date: 2010-05-22 Mark summary and description for translation in gsettings schema file M data/org.gnome.Evince.gschema.xml.in commit 768a559d41c96e3a6182d9dde4ccda94c70d31e8 Author: Matthias Clasen Date: 2010-05-22 Install a evince.convert file for gsettings-data-convert M data/Makefile.am A data/evince.convert commit c71cb3c049f191734d90cd144cd5ec8920c02abe Author: Carlos Garcia Campos Date: 2010-05-22 [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. M configure.ac M data/Makefile.am M data/org.gnome.Evince.gschema.xml.in M shell/ev-window.c M shell/main.c commit 985f7016929bae86f89e63fc2b7b56145fbd0382 Author: Carlos Garcia Campos Date: 2010-05-22 [shell] Use delay-apply mode for last_settings M shell/ev-window.c commit a6c10f45925855a5eee700c5d0af34068f4af84b Author: Manoj Kumar Giri Date: 2010-05-18 Updated Oriya Translation M po/or.po commit 5e1b11aee0641f6075f2d6eabfcfabece5e2f409 Author: Thomas Thurman Date: 2010-05-16 Updated Shavian translation M po/en@shaw.po commit ab91c143d36475df3320af2accab07b83ced495f Author: Thomas Thurman Date: 2010-05-12 Updated Shavian transliteration M po/en@shaw.po commit b016ef1e8b9920116568cab526b6ce44bddbb3da Author: Marek Kasik Date: 2010-05-12 Convert relative path to absolute path for evince-previewer Add ability to open documents specified by relative path in evince-previewer. M previewer/ev-previewer.c commit ddbf1edf3ab0ff3ffcee662fc48d9918ead007e7 Author: Kjartan Maraas Date: 2010-05-11 Updated Norwegian bokmål translation M po/nb.po commit 182e12aed96d302f78f52c16b52b8f3c2784d415 Author: Carlos Garcia Campos Date: 2010-05-11 [shell] Fix opening files with '#' in its name See bug #616515. M shell/main.c commit 00f74f90ff46e9f434e12b593ac1afcbb47443bf Author: Carlos Garcia Campos Date: 2010-05-11 [libview] Hide loading window when document is loaded M libview/ev-view.c commit f63b2d77bef9ce122f38b8f4006c41b5e3e20295 Author: Carlos Garcia Campos Date: 2010-05-11 [libview] Set accept focus for annotation windows M libview/ev-annotation-window.c commit 6d780d67e4ac7ba753aeb8ad2f5e3a55d800d3c7 Author: Carlos Garcia Campos Date: 2010-05-11 [libview] Use cairo to draw search results M libview/ev-view.c commit 5ccd1e692206fd3f7ca82a7181054eff4ad45cbf Author: Carlos Garcia Campos Date: 2010-05-10 [gimpcellrenderertoggle] Fix build with GSEAL enabled M cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.c commit 7df4bc55f873d74f901371dfdfe32007595c1e9c Author: Carlos Garcia Campos Date: 2010-05-10 [toolbar-editor] Fix build with GSEAL enabled M cut-n-paste/toolbar-editor/egg-editable-toolbar.c M cut-n-paste/toolbar-editor/egg-toolbar-editor.c commit 2212566246382bd4e5b8ca34c8db41378b2fcb2f Author: Felix Riemann Date: 2010-05-10 [toolbar-editor] Generate separator pixbuf using an offscreen window M cut-n-paste/toolbar-editor/egg-editable-toolbar.c commit 0a8ca94b8cb16d63e63cad2edce7a9035322ff3d Author: Carlos Garcia Campos Date: 2010-05-10 [toolbar-editor] Sync with current libegg M cut-n-paste/toolbar-editor/egg-editable-toolbar.c M cut-n-paste/toolbar-editor/egg-toolbar-editor.c M cut-n-paste/toolbar-editor/egg-toolbars-model.c M cut-n-paste/toolbar-editor/egg-toolbars-model.h commit e9113849f8bfac4e2a2217a6ce1cd727ef49c2b2 Author: Carlos Garcia Campos Date: 2010-05-08 [libview] Fix most of the GSEAL build issues Still pending GTK_WINDOW (toplevel)->group in ev-view-presentation M configure.ac M libview/ev-annotation-window.c M libview/ev-pixbuf-cache.c M libview/ev-view-accessible.c M libview/ev-view-presentation.c M libview/ev-view.c commit e33ec3d4af0b1e1877df50fb39d62a51f20ff275 Author: Carlos Garcia Campos Date: 2010-05-09 [libview] Do nothing in size_allocate when document is not yet loaded M libview/ev-view.c commit 6f9a44f48ab43e4a1efb46136cba8accb3487f92 Author: Carlos Garcia Campos Date: 2010-05-09 [libview] Take into account scrollbar size to get zoom for best fit in contnuous mode M libview/ev-view.c commit 6ab3c9184c95446e436bf6e71b9b8228644b1960 Author: Carlos Garcia Campos Date: 2010-05-09 [libview] Keep our own GtkRequisition and use it to set adjusment values M libview/ev-view-private.h M libview/ev-view.c commit eb80ecd1f7aa6ff57d2a3324c691274745ca4ed0 Author: Carlos Garcia Campos Date: 2010-05-08 [libdocument] Use EvPage instead of EvRenderContext in get_selected_text() It doesn't depend on scale and rotation so we only need the page. M backend/djvu/djvu-document.c M backend/pdf/ev-poppler.cc M libdocument/ev-selection.c M libdocument/ev-selection.h M libview/ev-view.c commit d92e01606a301b6f677d85c3b24348f3b51ed2f4 Author: Carlos Garcia Campos Date: 2010-05-07 [libdocument] Remove redundant macro definition EV_DEFINE_BOXED_TYPE was defined twice! M libdocument/ev-document.h commit d76bef42ca0d292a7a04d61663d4da7536136479 Author: Carlos Garcia Campos Date: 2010-05-07 [shell] Use G_DEFINE_INTERFACE and remove our own macro M libdocument/ev-document.h M shell/ev-sidebar-attachments.c M shell/ev-sidebar-layers.c M shell/ev-sidebar-links.c M shell/ev-sidebar-page.c M shell/ev-sidebar-page.h M shell/ev-sidebar-thumbnails.c commit 837897ffba5a5e4e5685c1ffdeb1d4d87083a052 Author: Carlos Garcia Campos Date: 2010-05-07 [libdocument] Use G_DEFINE_INTERFACE instead of out own macro M backend/comics/comics-document.c M backend/djvu/djvu-document.c M backend/dvi/dvi-document.c M backend/pdf/ev-poppler.cc M backend/pixbuf/pixbuf-document.c M backend/ps/ev-spectre.c M backend/tiff/tiff-document.c M libdocument/ev-async-renderer.c M libdocument/ev-async-renderer.h M libdocument/ev-document-annotations.c M libdocument/ev-document-annotations.h M libdocument/ev-document-attachments.c M libdocument/ev-document-attachments.h M libdocument/ev-document-find.c M libdocument/ev-document-find.h M libdocument/ev-document-fonts.c M libdocument/ev-document-fonts.h M libdocument/ev-document-forms.c M libdocument/ev-document-forms.h M libdocument/ev-document-images.c M libdocument/ev-document-images.h M libdocument/ev-document-layers.c M libdocument/ev-document-layers.h M libdocument/ev-document-links.c M libdocument/ev-document-links.h M libdocument/ev-document-print.c M libdocument/ev-document-print.h M libdocument/ev-document-security.c M libdocument/ev-document-security.h M libdocument/ev-document-thumbnails.c M libdocument/ev-document-thumbnails.h M libdocument/ev-document-transition.c M libdocument/ev-document-transition.h M libdocument/ev-file-exporter.c M libdocument/ev-file-exporter.h M libdocument/ev-selection.c M libdocument/ev-selection.h commit 698e8119ca94fd58c3604d4b09b15026dc2415ab Author: Carlos Garcia Campos Date: 2010-05-07 [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. M shell/ev-application.c commit ce77a4f44535378342f9393fa16e1d981e981c29 Author: Carlos Garcia Campos Date: 2010-05-07 [libview] Use loading window instead of the loading text M libview/ev-view-private.h M libview/ev-view.c commit cc49d17cb3597257bb0d8dc1038de835fe330aa0 Author: Carlos Garcia Campos Date: 2010-05-07 [libview] Add loading window to show loading progress information M libview/Makefile.am A libview/ev-loading-window.c A libview/ev-loading-window.h commit 488328147c1031108df847ce43e3600bc269feb4 Author: Christian Persch Date: 2010-05-05 [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. M libdocument/Makefile.am M libview/Makefile.am commit af931767fbab6c17cc85646a3f8b1dfb1f58868d Author: Christian Persch Date: 2010-05-05 [build] Define EV_API_VERSION_U M configure.ac commit 87561e1ba0c69c46b49a8233cd8e43c78e7875bd Author: EspeonEefi Date: 2010-05-04 [shell] Fix typo: request_width -> request_height M shell/ev-window.c commit 39cbaf29a551d246a7c00d2626aba8f1f3f3aa0d Author: Carlos Garcia Campos Date: 2010-05-04 [release] 2.31.1 M NEWS M configure.ac