aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/connlist.py
Commit message (Collapse)AuthorAgeFilesLines
* Add "d" for delete shortcut to flow view.Aldo Cortesi2012-02-091-1/+1
|
* Further keybinding consolidation.Aldo Cortesi2012-02-081-2/+23
| | | | Also, move KVEditor's "i" binding to "A" to avoid clashes with global bindings.
* Start consolidating keybindings.Aldo Cortesi2012-02-081-3/+9
| | | | | | I want each view to have a more coherent set of bindings. This means minimizing the global bindings, and making some bindings accessible only from screens related to their functionality.
* Move to context-dependent help model.Aldo Cortesi2012-02-081-0/+15
| | | | The all-in-one page was just getting too unwieldy.
* Editable fields for KVEditor.Aldo Cortesi2012-02-081-0/+55
|
* Refactor console.Aldo Cortesi2012-02-071-0/+100
Split the console implementation out into logical components.