summaryrefslogtreecommitdiff
path: root/alot/widgets
Commit message (Collapse)AuthorAge
* indentation errorPatrick Totzke2012-09-16
|
* display translated tagstrings in virtual "tags" headersPatrick Totzke2012-09-16
|
* Allow Tags pseudo header in message display.William Erik Baxter2012-09-12
|
* cleanup: pep8/pyflakes fixesPatrick Totzke2012-09-09
|
* make ChoiceWidget more flexiblePatrick Totzke2012-09-06
| | | | cf issue #514
* actually use mode-specific gap attributesPatrick Totzke2012-09-06
| | | | | | .. in HeaderList widgets close issue #513
* don't hardcode gaps attribute in HeadersList widgetPatrick Totzke2012-09-06
| | | | cf issue #513
* rm SendKeypressCommand, CatchKeyWidgetWrapPatrick Totzke2012-08-19
| | | | which were obsoleted by the previous commit
* cleanup input handling in UIPatrick Totzke2012-08-19
| | | | | | | | | | This moves the Command creation/application to UI.input_filter. This function gets directly triggered by the mainloop. We hardcode "esc" and "enter" to widgets.globals.ChoiceWidget and CompleteEdit and thus ditch the abstraction to "cancel" and "select" keypresses. This obsolets the extra InputWrap widget in UI and the global SendKeypressCommand and generally makes UI less messy.
* theming: fix c&p error in mailcount part of ThreadlineWidgetPatrick Totzke2012-08-10
|
* doc: update api docs wrt moved partsPatrick Totzke2012-08-10
|
* cleanup: split widgets.py and pep8/pyflakes fixesPatrick Totzke2012-08-10