~vcs-imports/totem/+git/totem:plugin-api-cleanup

Last commit made on 2010-08-08
Get this branch:
git clone -b plugin-api-cleanup https://git.launchpad.net/~vcs-imports/totem/+git/totem

Branch merges

Branch information

Name:
plugin-api-cleanup
Repository:
lp:~vcs-imports/totem/+git/totem

Recent commits

192f32a... by Philip Withnall <email address hidden>

Remove compatibility defines and unify names of methods of TotemObject

a68e5f5... by Philip Withnall <email address hidden>

Remove totem_object_get_video_widget_backend_name()

a756818... by Philip Withnall <email address hidden>

Make TotemObject signal emission functions static to totem-object.c

1aaa9e3... by Philip Withnall <email address hidden>

Sort allowed_plugins alphabetically

defd3ec... by Philip Withnall <email address hidden>

Port all the Python plugins to libpeas 0.5.4

3560fbf... by Bastien Nocera

Port all the C plugins to libpeas 0.5.4

3f013e6... by Bastien Nocera

Require libpeas 0.5.4

And update the helper macros.

22d2912... by Bastien Nocera

Fix compilation following accurate seek changes

07e11de... by Bastien Nocera

Ref TotemScreensaver so it's still valid in the cb

Especially on exit, we need to keep our own reference of the
screensaver object, or it might disappear by the time we
receive the callback from GDBus.

https://bugzilla.gnome.org/show_bug.cgi?id=626092

9f355c1... by Bastien Nocera

Don't block main thread in _seek()

Instead keep hold of the last seek request and apply it
when we've been told that the previous one finished, or
apply it straight away if the previous seek took longer than
1/10th of a second.

https://bugzilla.gnome.org/show_bug.cgi?id=588377