generic-poky/bitbake/lib/bb/ui
Joshua Lock 749ca68709 bitbake/uievent: fix queueing of events for xmlrpc before UI has loaded
The recent change to Queue up events before the UI is spawned (in
26eda93337) broke the xmlrpc server because the
uievent implementation of BBUIEventQueue expects pickled strings for its
queue_event() method.

This is because the RPC exposed event.send() method must accept pickled
strings, but for xmlrpc event.send() is just mapped to queue_event().

Work around this by adding a send_event method which unpickles strings and
hands them off to queue_event() which can then be used for the remapping.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-01-12 11:43:50 +00:00
..
crumbs Resurrect alternative UIs 2011-01-05 11:13:48 +00:00
__init__.py Formatting cleanups 2010-07-02 15:41:32 +01:00
depexp.py bitbake: Misc syncups with bitbake upstream, mostly whitespace and a missed line from the last UI commit 2011-01-05 11:24:14 +00:00
goggle.py Resurrect alternative UIs 2011-01-05 11:13:48 +00:00
knotty.py bitbake/knotty.py: Don't show log messages of NOTE and below for task processes 2011-01-08 00:02:00 +00:00
ncurses.py Resurrect alternative UIs 2011-01-05 11:13:48 +00:00
puccho.py Rename the ui 'init' method to 'main' 2011-01-04 14:46:47 +00:00
uievent.py bitbake/uievent: fix queueing of events for xmlrpc before UI has loaded 2011-01-12 11:43:50 +00:00
uihelper.py knotty: Improve task failure message handling using the uihelper code 2010-01-21 23:49:17 +00:00