aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/signals.py
Commit message (Collapse)AuthorAgeFilesLines
* console: add g/G shortcuts throughoutAldo Cortesi2015-04-071-1/+1
| | | | | g: go to end G: go to beginning
* Refactor flow list state managementAldo Cortesi2015-04-071-0/+2
| | | | | - Use signal mechanism for state synchronisation - Move "Copy to clipboard" shortcut to "P"
* console: signal-based view stack, unifying mechanisms for help, flow views, etc.Aldo Cortesi2015-03-221-0/+5
|
* Remove refresh_flow mechanism in favor of a signal-based implementationAldo Cortesi2015-03-221-0/+3
|
* console: observe state objects for changes, fire event to update status bar.Aldo Cortesi2015-03-221-0/+3
|
* Rationalise prompt calling conventionsAldo Cortesi2015-03-221-1/+1
|
* Refactor status bar prompting to use signal systemAldo Cortesi2015-03-221-1/+15
|
* Status bar message expiry based on signals and Urwid main loopAldo Cortesi2015-03-211-0/+1
|
* Add blinker dependency, start using it to refactor console appAldo Cortesi2015-03-211-0/+4
Blinker lets us set up a central pub/sub mechanism to disentangle our object structure.