Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/totem-screensaver/totem-scrsaver.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove hard-coded reason in totem-scrsaverBastien Nocera2010-06-131-1/+1
| | | | | | | We should now be able to share it between totem and evince without changes. https://bugzilla.gnome.org/show_bug.cgi?id=621386
* [shell] Remove unneeded #includeChristian Persch2010-05-261-2/+1
|
* [totem-screensaver] Use g_bus_watch_proxy instead of g_bus_watch_nameCarlos Garcia Campos2010-05-251-2/+2
| | | | | This way we don't need a GDBusConnection ref, since the proxy created by GDBus contains the shared connection.
* [shell] Remove DBUS conditionals from TotemScrsaverChristian Persch2010-05-251-8/+1
| | | | | | 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.
* [shell] Pass the GDBusConnection to TotemScrsaverChristian Persch2010-05-251-1/+15
| | | | We already have a connection, so just pass it to TotemScrsaver.
* [shell] Port TotemScrsaver to GDBusChristian Persch2010-05-251-1/+1
| | | | Ported in totem (bug #618244) and re-imported to evince.
* Update totem-scrsaver from totem sourcesCarlos Garcia Campos2010-02-171-12/+6
| | | | Fixes bug #610173.
* Move screensaver handling to application. No more message on startup.Nickolay V. Shmyrev2006-12-031-1/+9
| | | | | | | | | | | | | | | | | | | 2006-12-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * cut-n-paste/totem-screensaver/totem-scrsaver.c: (screensaver_init_dbus), (totem_scrsaver_new), (totem_scrsaver_init): * cut-n-paste/totem-screensaver/totem-scrsaver.h: * shell/ev-application.c: (ev_application_register_service), (ev_application_screensaver_enable), (ev_application_screensaver_disable): * shell/ev-application.h: * shell/ev-window.c: (ev_window_run_presentation), (ev_window_stop_presentation), (build_comments_string), (ev_window_init): Move screensaver handling to application. No more message on startup.
* cut-n-paste/totem-screensaver/.cvsignoreWouter Bolsterlee2006-11-211-0/+49
2006-11-22 Wouter Bolsterlee <wbolster@cvs.gnome.org> * configure.ac: * cut-n-paste/Makefile.am: * cut-n-paste/totem-screensaver/.cvsignore * cut-n-paste/totem-screensaver/Makefile.am: * cut-n-paste/totem-screensaver/README: * cut-n-paste/totem-screensaver/totem-scrsaver.c: * cut-n-paste/totem-screensaver/totem-scrsaver.h: * shell/Makefile.am: * shell/ev-window.c: (ev_window_run_presentation), (ev_window_stop_presentation), (ev_window_cmd_help_about), (ev_window_init): Implemented screensaver enabling/disabling for presentation mode (not fullscreen mode). Code stolen from Totem (with some minor tweaks). Fixes bug #338889.