]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
Split up the ParseProgress event
authorChris Larson <chris_larson@mentor.com>
Fri, 19 Nov 2010 04:52:15 +0000 (23:52 -0500)
committerChris Larson <chris_larson@mentor.com>
Sun, 21 Nov 2010 18:24:47 +0000 (11:24 -0700)
commitdf7776f0bbbca99f09686b1d56c855cae16d2ec2
treec6407afdd79288bd767a26e3c149dd12b591d417
parent64feb03bc2accecb49033df65e0a939ef5ab5986
Split up the ParseProgress event

We now have ParseStarted, ParseProgress, and ParseCompleted.  I think this
clarifies matters, and avoids sending all our statistics with every parse
progress event.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
lib/bb/cooker.py
lib/bb/event.py
lib/bb/ui/knotty.py
lib/bb/ui/uievent.py