Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | code formatting: fix whitespace issues | Thomas Kriechbaumer | 2016-01-27 | 1 | -0/+2 |
| | |||||
* | console: convert add_event to a signal. | Aldo Cortesi | 2015-06-02 | 1 | -0/+9 |
| | |||||
* | console: add g/G shortcuts throughout | Aldo Cortesi | 2015-04-07 | 1 | -1/+1 |
| | | | | | g: go to end G: go to beginning | ||||
* | Refactor flow list state management | Aldo Cortesi | 2015-04-07 | 1 | -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 Cortesi | 2015-03-22 | 1 | -0/+5 |
| | |||||
* | Remove refresh_flow mechanism in favor of a signal-based implementation | Aldo Cortesi | 2015-03-22 | 1 | -0/+3 |
| | |||||
* | console: observe state objects for changes, fire event to update status bar. | Aldo Cortesi | 2015-03-22 | 1 | -0/+3 |
| | |||||
* | Rationalise prompt calling conventions | Aldo Cortesi | 2015-03-22 | 1 | -1/+1 |
| | |||||
* | Refactor status bar prompting to use signal system | Aldo Cortesi | 2015-03-22 | 1 | -1/+15 |
| | |||||
* | Status bar message expiry based on signals and Urwid main loop | Aldo Cortesi | 2015-03-21 | 1 | -0/+1 |
| | |||||
* | Add blinker dependency, start using it to refactor console app | Aldo Cortesi | 2015-03-21 | 1 | -0/+4 |
Blinker lets us set up a central pub/sub mechanism to disentangle our object structure. |