summaryrefslogtreecommitdiff
path: root/alot/widgets
Commit message (Expand)AuthorAge
...
* AttachmentWidget: drop a useless getterAnton Khirnov2020-02-19
* widgets/thread: add theming for quote lines in message bodyAnton Khirnov2020-02-19
* thread: re-enable displaying message sourceAnton Khirnov2020-02-19
* thread: implement tree decorationsAnton Khirnov2020-02-19
* thread: drop the use of urwidtreesAnton Khirnov2020-02-19
* db: rewrite the API for representing message treesAnton Khirnov2020-02-06
* db: drop useless gettersAnton Khirnov2020-02-06
* db/message: drop a useless getterAnton Khirnov2020-02-06
* db/thread: drop useless getter functionsAnton Khirnov2020-02-06
* widgets/thread: drop thread_focus_linewiseAnton Khirnov2020-02-03
* Add message subject to the message summary widget.Anton Khirnov2020-01-29
* sanitize message text for displayPatrick Totzke2019-11-21
* Remove unicode literals syntax from python2Lucas Hoffmann2019-11-06
* retire Message.accumulate_bodyPatrick Totzke2019-08-15
* rename Message.get_text_content() to get_body_text()Patrick Totzke2019-08-15
* pep8 fixes in alot/widgetsPatrick Totzke2019-08-11
* explicit expand method in MessageTreesPatrick Totzke2019-06-03
* Only create MessageSummary initiallyPatrick Totzke2019-06-02
* Fix double width characters in search viewCaio Prado2019-05-14
* don't include quoted lines in msg content summaryPatrick Totzke2018-11-08
* Merge pull request #1256 from pazz/namedqueriesDylan Baker2018-07-24
|\
| * add text widget used in namedqueries buffersPatrick Totzke2018-07-24
* | deal with cases where part widget can be NonePatrick Totzke2018-07-24
* | determine min/max width and alignment when usedPatrick Totzke2018-07-24
* | further break down threadline.build_text_partPatrick Totzke2018-07-24
* | widgets/search: Don't try to sort an iteratorDylan Baker2018-07-24
* | refactor widgets.search.ThreadlinePatrick Totzke2018-07-24
* | remove unused static methodPatrick Totzke2018-07-24
* | refactor threadline widgetPatrick Totzke2018-07-24
* | fix wide characters in search modePatrick Totzke2018-07-24
|/
* widgets/globals: inverse search keys (up/down)Dylan Baker2018-07-18
* Remove old __future__ importsLucas Hoffmann2018-06-19
* Merge branch 'master' into py3kDylan Baker2018-03-02
|\
| * CompleteEdit: go up when the up key is pressedDylan Baker2018-03-01
* | fix another unicode -> str instanceDylan Baker2018-03-01
* | repalces uses of dict.iter* with non-iter versionsDylan Baker2018-03-01
|/
* Merge pull request #1172 from Dica-Developer/patch-4Dylan Baker2018-02-08
|\
| * * apply CR commentsMartin Schaaf2017-12-12
| * * Extend ChoiceWidget to differentiate between a list of choicesMartin Schaaf2017-11-01
* | mention unredered HTML parts in message body textPatrick Totzke2018-01-16
|/
* Call _get_body() only once.Christian Geier2017-09-23
* Merge branch 'master' into fix/spellingPatrick Totzke2017-09-02
|\
| * pep8 fixesPatrick Totzke2017-09-01
* | Fix some spelling mistakesLucas Hoffmann2017-09-02
|/
* Use a tuple to build a hash valueLucas Hoffmann2017-08-20
* widgets/globals: drop functools.totalordering from TagWidgetDylan Baker2017-08-19
* widgets/globals: Implement __hash__ for TagWidgetDylan Baker2017-08-19
* widgets/thread: Delete unused variableDylan Baker2017-08-19
* settings: do not store SettingsManager instance in __init__.pyDylan Baker2017-08-03
* Mention "public" attributes in class docstringLucas Hoffmann2017-02-26