summaryrefslogtreecommitdiff
path: root/alot/widgets.py
Commit message (Expand)AuthorAge
* sorted style names (issue #131)Patrick Totzke2011-11-16
* removed GPL headers from individual source filesPatrick Totzke2011-11-16
* fix issue #127Patrick Totzke2011-11-13
* cleanup MessageWidgetPatrick Totzke2011-11-06
* removed old MessageHeaderWidgetPatrick Totzke2011-11-06
* pep8 fixesPatrick Totzke2011-11-06
* use normalization if not all headers are displayedPatrick Totzke2011-11-06
* Merge branch 'master' into envelopePatrick Totzke2011-11-06
|\
| * Workaround for missing messages.Antoine Amarilli2011-11-06
* | new HeadersList widget in MessageWidgetPatrick Totzke2011-11-06
* | cleanupPatrick Totzke2011-11-05
|/
* use string_decode or __str__i instead of unicodePatrick Totzke2011-10-22
* added global tabwidth configPatrick Totzke2011-10-21
* fix: issue #106Patrick Totzke2011-10-21
* deal with date == None in ThreadLineWidgetPatrick Totzke2011-10-21
* issue #46Patrick Totzke2011-10-21
* use decode_header in header widget!Patrick Totzke2011-10-20
* use header blacklist in envelope bufferPatrick Totzke2011-10-18
* pep8 fixesPatrick Totzke2011-10-16
* fix poblem with relays in blocking modePatrick Totzke2011-10-16
* Fix tab rendering in MessageBodyWidgetJustus Winter2011-10-16
* Merge branch 'helpdialogs'Patrick Totzke2011-10-08
|\
| * Merge branch 'master' into helpdialogsPatrick Totzke2011-10-02
| |\
| * | add machanism to replace root until keypressPatrick Totzke2011-10-01
| * | add DialogBox widgetPatrick Totzke2011-10-01
* | | Fix clipping of subjectsJustus Winter2011-10-07
* | | get rid of urwids command_mapPatrick Totzke2011-10-05
* | | cleanupPatrick Totzke2011-10-05
* | | add move commandPatrick Totzke2011-10-04
* | | clean up some corpses and pep8 fixesPatrick Totzke2011-10-03
| |/ |/|
* | Remove dead assignmentsJustus Winter2011-10-02
|/
* fix issue with non-updating focus-flagsPatrick Totzke2011-09-30
* Sort the tags in ThreadlineWidget using tag_cmpJustus Winter2011-09-30
* fancy shortening for authors listPatrick Totzke2011-09-26
* nonblocking ui.choice issue #52Patrick Totzke2011-09-11
* moved history handling and callback to widgetPatrick Totzke2011-09-10
* new completion semanticsPatrick Totzke2011-08-28
* change completion semanticsPatrick Totzke2011-08-27
* rename "tag translate" section to "tag-translate"Patrick Totzke2011-08-25
* better use of screenspace in long header valuesPatrick Totzke2011-08-24
* fix: forgot to rename methodPatrick Totzke2011-08-23
* fix issue #10Patrick Totzke2011-08-22
* make formatstring for timestamps configurable.patrick2011-08-18
* Merge branch 'hotfix-unicode-tags' into developpazz2011-08-14
|\
| * encode to utf-8 before passing to urwid (issue #4)Luke Macken2011-08-14
* | make display of message content optionalpazz2011-08-14
* | focus theming for threadline includes contentpazz2011-08-14
* | fill line w/o handling non-text partspazz2011-08-14
|/
* make attachments in envelopes non-selectablepazz2011-08-13
* attach command for envelope + displaypazz2011-08-13