| Age | Commit message (Collapse) | Author |
|
|
|
To allow python plugins to do work not on the UI thread.
Also allows them to call update_analysis_and_wait()
|
|
|
|
The culprit here is the _n class member which serves as the counter for the __next__ function. That needs to be reset when iterating through the list
|
|
|
|
|
|
Thanks glenn
|
|
|
|
|
|
|
|
|
|
Pseudo Python example plugin
|
|
|
|
|
|
|
|
Should make it more clear when certain callbacks are called.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #467
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reminder this needs to be removed at some point.
|
|
|
|
DWARF, improve DWARF error handling
|