generic-poky/bitbake/lib/bb
Joshua Lock 1307d64286 bitbake/depexp: Factor ProgressBar into a separate class in crumbs/
ProgressBar will be useful in other UI elements so make it it's own class.
Make ProgressBar a subclass of gtk.Dialog, rather than gtk.Window, so that we
can suggest the window manager parent the ProgressBar to the widget passed at
as parent.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-07 12:50:55 +00:00
..
fetch bitbake/fetch: Allow checking of a single url at a time (massive sstate speed improvement) 2010-11-13 20:10:53 +08:00
parse bitbake/siggen: Ensure full signature data is not held unless needed, reducing memory consumption 2010-09-29 10:47:17 +01:00
server bitbake: Simplfy pre and post cooker hooks 2010-11-28 13:54:31 -08:00
ui bitbake/depexp: Factor ProgressBar into a separate class in crumbs/ 2010-12-07 12:50:55 +00:00
COW.py Apply some 2to3 refactorings 2010-07-02 15:41:37 +01:00
__init__.py Use PendingDeprecationWarning for functions moved from bb to bb.utils 2010-07-02 15:41:36 +01:00
build.py bitbake: Add support for 'noexec' tasks 2010-11-06 14:33:05 +00:00
cache.py bitbake/sstate: Implement a lookup function to speed up setscene processing 2010-10-05 22:26:33 +01:00
codeparser.py codeparser.py: Fix storing of hash values as object references can be corrupted 2010-09-28 12:05:15 +01:00
command.py Add missing 'return False' to the SystemExit handler in runAsyncCommand 2010-07-02 15:41:37 +01:00
cooker.py bitbake: Simplfy pre and post cooker hooks 2010-11-28 13:54:31 -08:00
daemonize.py Apply some 2to3 transforms that don't cause issues in 2.6 2010-07-02 15:41:33 +01:00
data.py bitbake/data.py: Allow variables to suplement dependencies using the vardep flag 2010-09-13 12:16:46 +01:00
data_smart.py bitbake/data_smart: Refactor _append/_prepend code to remove duplication 2010-12-07 12:25:24 +00:00
event.py bitbake: Correctly route events from the worker to the server 2010-08-20 12:26:19 +01:00
methodpool.py Consolidate the exec/eval bits, switch anonfunc to better_exec, etc 2010-07-02 15:41:31 +01:00
msg.py bitbake: Correctly route events from the worker to the server 2010-08-20 12:26:19 +01:00
persist_data.py bitbake/persist_data: Attempt to fix locking issues 2010-08-20 11:24:02 +01:00
providers.py Formatting cleanups 2010-07-02 15:41:32 +01:00
runqueue.py bitbake/runqueue: Teach scenequeue about noexec tasks (since they don't do anything we can assume they're always successful 2010-11-28 13:54:32 -08:00
shell.py Apply some 2to3 refactorings 2010-07-02 15:41:37 +01:00
siggen.py siggen.py: fix the wrong usage on BB_TASKHASH_WHITELIST 2010-12-07 12:45:08 +00:00
taskdata.py Move the output of no provider and multiple provider messages into the UI 2010-07-02 15:41:35 +01:00
utils.py bitbake/utils.py: Improve traceback to be more helpful/clear to users 2010-12-05 22:52:44 +00:00