lp://staging/~kiko/flumotion/pyflakes
- Get this branch:
- bzr branch lp://staging/~kiko/flumotion/pyflakes
Branch merges
Branch information
Recent revisions
- 3514. By wingo
-
2007-10-30 Andy Wingo <email address hidden>
* flumotion/
component/ padmonitor. py (PadMonitor): Refactor to use
the Poller. Incidentally fixes #788, and a bug whereby downstream
components would not attempt to reconnect to a missing upstream
component.* flumotion/
component/ feedcomponent01 0.py
(FeedComponent.eatFromFD) : No need to try to start the pipeline if
it was already started.* flumotion/
common/ common. py (Poller): New class, abstracts the
process of a periodically calling a procedure. - 3513. By wingo
-
* flumotion/
component/ feedcomponent01 0.py
(FeedComponent.do_setup) : try_start_pipeline, not start_pipeline;
we can't set the pipeline to PLAYING if it has eaters for which we
have not set fd's. Fixes #782.
(FeedComponent.install_ eater_event_ probes) : Moved around.
(FeedComponent._setup_ pipeline) : Add pad monitors and event probes
here, before we set the pipeline to PLAYING.
(FeedComponent.set_master_ clock): try_start_pipeline.
(FeedComponent.try_start_ pipeline) : Renamed from start_pipeline.
The eater probes and pad monitors were moved to _setup_pipeline;
this function only sets the pipeline to PLAYING if the necessary
conditions are fulfilled.
(FeedComponent.eatFromFD) : Call try_start_ pipeline( ); with the new
code, pipelines don't go to PLAYING until all of their eaters are
connected.* flumotion/
component/ eater.py (Eater.__init__): Add an fd
attribute, which is None if the eater is disconnected.
(Eater.connected): Set the uiState and fd directly, because
connected() is only called from the reactor thread.
(Eater.disconnected. updateUIState) : Null out the fd attribute as
well. - 3512. By wingo
-
2007-10-29 Andy Wingo <email address hidden>
* flumotion/
component/ base/admin_ gtk.py
(FeedersAdminGtkNode. setUIState) : Fix appearance of feeders tab
when initially selected.* flumotion/
component/ base/feeders. glade:
* flumotion/component/ base/admin_ gtk.py:
(FeedersAdminGtkNode. setFeederClient Name)
(FeedersAdminGtkNode. haveWidgetTree) : Hacks to allow the feeder
and eater names to be present at one time. Fixes #540. - 3511. By wingo
-
* flumotion/
manager/ component. py: Remove unneeded import. * flumotion/
common/ bundleclient. py: Import things more normally,
now that we don't need to fake out pychecker.
(BundleLoader.getBundles) : Not a defer generator. Don't call
getBundleZips on an empty set of bundles. Fix some format string
problems.
(BundleLoader.loadModule, BundleLoader. getBundleByName )
(BundleLoader.getFile) : Similar de-generatorifi cation. - 3510. By thomasvs
-
* flumotion/
component/ base/admin_ gtk.py:
Revert the generic ComponentAdminGtkNode bit that's not done yet. - 3508. By wingo
-
2007-10-29 Andy Wingo <email address hidden>
* flumotion/
manager/ component. py (ComponentAvata r.setElementPro perty)
(ComponentAvatar.getElementPr operty)
(ComponentAvatar.reloadCompon ent, ComponentAvatar .authenticate)
(ComponentAvatar.removeKeycar dId, ComponentAvatar .expireKeycard) :
Remove references to _mindErrback, which is unnecessary because it
is handled by mindCallRemote. - 3507. By thomasvs
-
* flumotion/
admin/gtk/ componentview. py:
* flumotion/component/ base/admin_ gtk.py:
Fix translation breakage from [5166]
* flumotion/component/ base/eaters. glade:
* po/POTFILES.in:
Add this file, and use colons like we do in other glade files.
* configure.ac:
Down boy down. - 3506. By msmith
-
* flumotion/
component/ component. py:
Add some comments, move some code from stop() to do_stop(), where it
makes more sense.
* flumotion/component/ feedcomponent01 0.py:
Add a debug line.