aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/options.py
Commit message (Collapse)AuthorAgeFilesLines
* simplify contentview apiMaximilian Hils2015-09-121-3/+3
|
* PR #700Chris Czub2015-09-021-1/+2
| | | | | Start moving the contentview up a level Started shifting the contentview class up to libmproxy
* Add coding style check, reformat.Aldo Cortesi2015-05-301-0/+1
|
* console: suport unary attributesAldo Cortesi2015-04-171-6/+4
| | | | | | | | | Attributes with no value are treated as unary, e.g. "Secure" rather than "Secure=". If you really want to have an empty attribute value you can edit the header directly. Behind the scenes, restructure GridEditor to know about data conversion in and out of the editor.
* Refactor flow list state managementAldo Cortesi2015-04-071-2/+2
| | | | | - Use signal mechanism for state synchronisation - Move "Copy to clipboard" shortcut to "P"
* console: palette picker for the options screenAldo Cortesi2015-04-071-2/+11
|
* console: factor out selection widgetAldo Cortesi2015-04-061-130/+27
|
* console: sticky cookies and auth to options screenAldo Cortesi2015-04-061-2/+24
|
* console: TCP proxy patterns to new options screenAldo Cortesi2015-04-061-1/+17
|
* console: default display mode to new options screenAldo Cortesi2015-04-061-2/+14
|
* console: scripts to new options screenAldo Cortesi2015-04-061-1/+13
|
* console: replacement patterns to new option screenAldo Cortesi2015-04-061-1/+16
|
* console: ignore patterns to new options screen.Aldo Cortesi2015-04-061-1/+17
|
* Add headings to options, start migrating more options into options screenAldo Cortesi2015-04-061-23/+85
| | | | SetHeaders first...
* Minimal help context for optionsAldo Cortesi2015-04-031-4/+13
|
* console: C to clear all options, correct footer in options screenAldo Cortesi2015-04-031-3/+27
|
* console: keyboard shortcuts for optionsAldo Cortesi2015-04-031-9/+34
|
* console: basic options pageAldo Cortesi2015-04-031-0/+151