Feature #126
Use Runner with detailed events instead of command-line
| Status: | New | Start: | 03/21/2010 | |
|---|---|---|---|---|
| Priority: | Very Low | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | 1.0.0 |
Description
Currently, when you run the flow thought the GUI, it uses a QProcess and runs florun as a shell program (see startFlow(), it runs a command built with florun.build_exec_cmd())
In order to update the GUI while the flow is running, we should instantiate a Runner, and notify the GUI of what is happening in the flow processing.
Using an observer pattern (something very simple like Louie http://11craft.github.com/louie/ or blinker, http://pypi.python.org/pypi/blinker).
History
Updated by Mathieu Leplatre about 1 year ago
- Priority changed from Normal to Very Low