summaryrefslogtreecommitdiff
path: root/alot/widgets.py
Commit message (Expand)AuthorAge
* add copyright statements to all source filesPatrick Totzke2012-06-14
* Merge branch '0.3-feature-prompt-ctrl-ae-450' into stagingPatrick Totzke2012-05-17
|\
| * Implement ^A and ^E (jump to start/jump to end) for text promptsMichael Stapelberg2012-05-17
* | Merge branch '0.3-fix-content-sort' into stagingPatrick Totzke2012-05-16
|\ \
| * | threadlist: make display_content use the most recent messages instead of *ran...Michael Stapelberg2012-05-16
| |/
* | Merge branch '0.3-feature-merge-recipients-420' into stagingPatrick Totzke2012-04-08
|\ \
| * | display multiple to/cc/bcc values in a single linePatrick Totzke2012-04-06
| |/
* | Merge branch '0.3-fix-prettyprint' into stagingPatrick Totzke2012-04-08
|\ \
| * | use represent_datetime in the Threadline widgetsPatrick Totzke2012-03-31
| |/
* / read HeadersList theming attributes in its constructorPatrick Totzke2012-04-08
|/
* refactor: header utilities into db.utilsPatrick Totzke2012-03-11
* refactor: Attachment in its own filePatrick Totzke2012-03-11
* docs: corrected pointers to db.message.MessagePatrick Totzke2012-03-11
* refactor db: move into submodulePatrick Totzke2012-03-11
* add headers in orderPatrick Totzke2012-03-08
* some cleanupsPatrick Totzke2012-03-02
* We build the authors(list), and substitute 'me' for own addrsDaniel2012-03-02
* We build the authors(list), and substitute 'me' for own addrsDaniel2012-03-02
* Hidden tag functionalityDaniel2012-02-27
* fix issue 368Patrick Totzke2012-02-27
* Squeeze the pretty datetime one or two charsDaniel2012-02-25
* sanitize subject string in ThreadlineWidgetsPatrick Totzke2012-02-24
* switch to new theming handling in widgets and UIPatrick Totzke2012-02-19
* remove references to config in widgetsPatrick Totzke2012-02-18
* force utf8 decoding for alot.rcPatrick Totzke2012-02-18
* use SettingsManager for tagwidget representationPatrick Totzke2012-02-18
* replace config.get_* with settings.getPatrick Totzke2012-02-18
* Remove duplicate `has_themeing()` methoddtk2012-01-28
* case insensitive header key filterPatrick Totzke2012-01-25
* pep8 and pyflakes cleanupsPatrick Totzke2012-01-19
* show address in message summary if author is unsetPatrick Totzke2012-01-16
* Create `[highlighting]` section in default configdtk2012-01-11
* Enable highlighting of `displayed content`dtk2012-01-10
* Enable highlighting of tagsdtk2012-01-10
* Change themeing structure for highlightingdtk2012-01-10
* make MessageWidget rebuild summary widgetPatrick Totzke2012-01-08
* display outstanding tags in MessageSumary linePatrick Totzke2012-01-07
* Adjust code to new FallbackConfigParser behaviourdtk2012-01-04
* Comply with PEP8dtk2012-01-03
* Highlight threads that match a querydtk2012-01-03
* Teach thread to check whether itself matches a querydtk2012-01-03
* [PoC] Highlight threads upon arbitrary queriesdtk2012-01-03
* pep8Patrick Totzke2012-01-03
* Select highlight theme only once per refreshdtk2012-01-02
* Amend highlighting of date and mailcount in rebuild()dtk2012-01-02
* Comply with code conventions for private methodsdtk2012-01-02
* Enable highlighting of tag combinationsdtk2012-01-02
* Don't fallback to lower priority tag themeingdtk2012-01-02
* simplified MessageWidgetPatrick Totzke2011-12-27
* display raw message source text in MessageWidgetPatrick Totzke2011-12-27