summaryrefslogtreecommitdiff
path: root/alot/widgets
Commit message (Expand)AuthorAge
* 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
* Remove getter for alot.widgets.globals.TagWidget.tagLucas Hoffmann2017-02-25
* optional linewise focussing in thread modePatrick Totzke2017-02-09
* Merge pull request #1009 from dcbaker/pr/remove_cmpPatrick Totzke2017-01-30
|\
| * widgets/globals: Optimize sorting TagWidgetsDylan Baker2017-01-27
| * Replace cmp with rich comparisonsDylan Baker2017-01-27
* | widgets/thread: Fix improper use of iteritemsDylan Baker2017-01-30
|/
* Merge pull request #984 from lucc/future/absolute-importsLucas Hoffmann2017-01-21
|\
| * Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* | widgets/globals: Fix typo which would lead to AttributeErrorDylan Baker2017-01-20
* | Remove unused methodLucas Hoffmann2017-01-18
|/
* fix odd continuation and indentationDylan Baker2016-12-27
* Use dict's iter methodsDylan Baker2016-12-21
* widgets/search: make method that doesn't use self a static methodDylan Baker2016-12-21
* Define instance attribute in constructor.Dylan Baker2016-12-21
* Turn methods with no `self` usage into staticmethodsLucas Hoffmann2016-12-18
* Turn method into static methodLucas Hoffmann2016-12-17
* Remove redundant None argument in dict.get()Lucas Hoffmann2016-12-17
* Fix except syntaxLucas Hoffmann2016-12-09
* Clean up importsLucas Hoffmann2016-12-09