Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -15/+15 |
| | |||||
* | pretty_size now lives in netlib.utils | Aldo Cortesi | 2015-04-30 | 1 | -3/+2 |
| | |||||
* | Refactor flow list state management | Aldo Cortesi | 2015-04-07 | 1 | -0/+1 |
| | | | | | - Use signal mechanism for state synchronisation - Move "Copy to clipboard" shortcut to "P" | ||||
* | console: refactor the way we keep global view state | Aldo Cortesi | 2015-03-22 | 1 | -1/+6 |
| | |||||
* | console: observe state objects for changes, fire event to update status bar. | Aldo Cortesi | 2015-03-22 | 1 | -0/+4 |
| | |||||
* | Simplify the way in which path prompts keep state | Aldo Cortesi | 2015-03-22 | 1 | -6/+16 |
| | | | | | | In the past, we kept the last path the user specified for a number of different path types to pre-seed the path prompt. Now, we no longer distinguish between types, and pre-seed with the last used directory regardless. | ||||
* | Rationalise prompt calling conventions | Aldo Cortesi | 2015-03-22 | 1 | -12/+6 |
| | |||||
* | Refactor status bar prompting to use signal system | Aldo Cortesi | 2015-03-22 | 1 | -12/+72 |
| | |||||
* | Status bar message expiry based on signals and Urwid main loop | Aldo Cortesi | 2015-03-21 | 1 | -7/+14 |
| | |||||
* | Add blinker dependency, start using it to refactor console app | Aldo Cortesi | 2015-03-21 | 1 | -14/+5 |
| | | | | | Blinker lets us set up a central pub/sub mechanism to disentangle our object structure. | ||||
* | console: pull primary window frame management out into window.py | Aldo Cortesi | 2015-03-20 | 1 | -0/+3 |
| | |||||
* | Pull console StatusBar into its own file. | Aldo Cortesi | 2015-03-20 | 1 | -0/+180 |