summaryrefslogtreecommitdiff
path: root/alot/widgets.py
Commit message (Collapse)AuthorAge
* 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
| | | | | | | urwid renders all characters in map(chr, range(32)) as '?' except for the newline character. This makes sense since it is up to the application to interpret those characters.
* Merge branch 'helpdialogs'Patrick Totzke2011-10-08
|\ | | | | | | | | | | Conflicts: alot/command.py alot/ui.py
| * Merge branch 'master' into helpdialogsPatrick Totzke2011-10-02
| |\
| * | add machanism to replace root until keypressPatrick Totzke2011-10-01
| | |
| * | add DialogBox widgetPatrick Totzke2011-10-01
| | | | | | | | | | | | that decorates a widget with a box with title
* | | Fix clipping of subjectsJustus Winter2011-10-07
| | | | | | | | | | | | | | | | | | Subjects that did not fit into the available space were not displayed at all, giving the column with the subject a higher weight fixes this.
* | | 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
| | | | issue #67
* nonblocking ui.choice issue #52Patrick Totzke2011-09-11
|
* moved history handling and callback to widgetPatrick Totzke2011-09-10
|
* new completion semanticsPatrick Totzke2011-08-28
| | | | | this time it respects suffixes and can complete recipients from your addressbook
* 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
| | | | | | | | | | This adds a new config option 'timestamp_format' to the globals section that, if set, is used to format datetimes in thread and search buffers. Caution: It accepts standart strftime strings, see: http://docs.python.org/library/datetime.html#strftime-strptime-behavior BUT: as configparser uses '%' internally, you must escape them by using '%%'.
* 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
| | | | | | | | | | this introduces a new option display_content_in_threadline in the general section of your config. Defaults to True.
* | focus theming for threadline includes contentpazz2011-08-14
| |
* | fill line w/o handling non-text partspazz2011-08-14
|/ | | | | This makes searches a bit slower as all messages in all displayed treads are opened.
* make attachments in envelopes non-selectablepazz2011-08-13
|
* attach command for envelope + displaypazz2011-08-13
| | | | issue #29
* fix: unicode decode in message bodiespazz2011-08-13
|
* fix: header togglepazz2011-08-13
|
* hotfix: issue #65pazz2011-08-12
| | | | | a better fix should come with issue #16: properly build the widgets incl. getter!
* toggleheaders workspazz2011-08-10
|
* typopazz2011-08-10
|
* fix focus issuepazz2011-08-10
|
* Merge branch 'new_branch_name'patrick2011-08-10
|\
| * resolve issue with focus on msgspatrick2011-08-10
| |
* | toggleheaders cmd. needs rebuild in headerwpazz2011-08-10
|/
* removed old header togglepazz2011-08-10
|
* fix typopazz2011-08-09
|
* pep8pazz2011-08-07
|
* more debugging feedback upon inputpazz2011-08-06
|
* open attachments according to mailcappazz2011-08-06
| | | | issue #31
* fold/unfold upon sumline select in threadpazz2011-08-06
|
* handle keystrokes myself befor urwid doespazz2011-08-06
|