https://bugs.gpodder.org/show_bug.cgi?id=1557
--- Comment #3 from Thomas Perl <[email protected]> 2012-02-28 11:57:17 GMT --- There is now a on_download_progress() hook (implemented for the Gtk UI only, but should eventually be implemented for all UIs). See share/gpodder/extensions/ubuntu_unity.py for an example on how this is used. If you want a "started" hook, it should probably be called "on_downloads_started" (what is a "transfer"? - we don't have that word in gPodder, and we should avoid confusing users and developers). This might also be related to bug 1555 (i.e. make sure that the download management is unified across Gtk/QML/CLI and that all UIs call the hooks). -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
