aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/statusbar.py
Commit message (Collapse)AuthorAgeFilesLines
* fix #800Maximilian Hils2015-10-221-1/+2
|
* fix bugs, fix testsMaximilian Hils2015-08-291-5/+6
|
* Add coding style check, reformat.Aldo Cortesi2015-05-301-15/+15
|
* pretty_size now lives in netlib.utilsAldo Cortesi2015-04-301-3/+2
|
* Refactor flow list state managementAldo Cortesi2015-04-071-0/+1
| | | | | - Use signal mechanism for state synchronisation - Move "Copy to clipboard" shortcut to "P"
* console: refactor the way we keep global view stateAldo Cortesi2015-03-221-1/+6
|
* console: observe state objects for changes, fire event to update status bar.Aldo Cortesi2015-03-221-0/+4
|
* Simplify the way in which path prompts keep stateAldo Cortesi2015-03-221-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 conventionsAldo Cortesi2015-03-221-12/+6
|
* Refactor status bar prompting to use signal systemAldo Cortesi2015-03-221-12/+72
|
* Status bar message expiry based on signals and Urwid main loopAldo Cortesi2015-03-211-7/+14
|
* Add blinker dependency, start using it to refactor console appAldo Cortesi2015-03-211-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.pyAldo Cortesi2015-03-201-0/+3
|
* Pull console StatusBar into its own file.Aldo Cortesi2015-03-201-0/+180