summaryrefslogtreecommitdiff
path: root/alot/widgets/globals.py
Commit message (Expand)AuthorAge
* db/attachment: move to mail/Anton Khirnov2021-01-30
* db/attachment: simplify the Attachment classAnton Khirnov2021-01-30
* widgets/global: move HeadersList to the only place where it is usedAnton Khirnov2021-01-26
* helper: get rid of decode_string()Anton Khirnov2021-01-16
* AttachmentWidget: drop a useless getterAnton Khirnov2020-02-19
* Remove unicode literals syntax from python2Lucas Hoffmann2019-11-06
* pep8 fixes in alot/widgetsPatrick Totzke2019-08-11
* 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
|/
* * apply CR commentsMartin Schaaf2017-12-12
* * Extend ChoiceWidget to differentiate between a list of choicesMartin Schaaf2017-11-01
* 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
* 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
* widgets/globals: Optimize sorting TagWidgetsDylan Baker2017-01-27
* Replace cmp with rich comparisonsDylan Baker2017-01-27
* 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
|/
* Use dict's iter methodsDylan Baker2016-12-21
* Define instance attribute in constructor.Dylan Baker2016-12-21
* Fix except syntaxLucas Hoffmann2016-12-09
* Clean up importsLucas Hoffmann2016-12-09
* added ctrl-g to docstring and changed implementation to conform to coding stylebx2016-09-02
* add ctrl-g keybinding to cancel promptbx2016-09-01
* just formating (pep8 etc.)Patrick Totzke2014-08-02
* Use Ctrl-b as in Emacs, not as in VimYour Name2014-08-02
* Add documentation and more shortcutsYour Name2014-08-02
* Add some basic Emacs keybindings in CompleteEditYour Name2014-08-02
* docs for CompleteEditPatrick Totzke2013-07-07
* tune CompleteEdit:Patrick Totzke2013-07-07
* handle CompletionErrorsPatrick Totzke2013-07-07
* cleanup: pep8/pyflakes fixesPatrick Totzke2012-09-09
* make ChoiceWidget more flexiblePatrick Totzke2012-09-06
* don't hardcode gaps attribute in HeadersList widgetPatrick Totzke2012-09-06
* cleanup input handling in UIPatrick Totzke2012-08-19
* doc: update api docs wrt moved partsPatrick Totzke2012-08-10
* cleanup: split widgets.py and pep8/pyflakes fixesPatrick Totzke2012-08-10