summaryrefslogtreecommitdiff
path: root/alot/ui.py
Commit message (Expand)AuthorAge
* refactor buffersPatrick Totzke2018-06-19
* Remove old __future__ importsLucas Hoffmann2018-06-19
* Wrap long statements on open-bracket syntax.Ben Finney2018-04-23
* py3k: Replace 'e.message' with 'str(e)' when handling exceptionsDylan Baker2018-03-01
* replace xrange with rangeDylan Baker2018-03-01
* repalces uses of dict.iter* with non-iter versionsDylan Baker2018-03-01
* Move screen stop/start logic into context manager.Thomas Nixon2018-02-19
* Merge pull request #1193 from three-comrades/fix_lang_cPatrick Totzke2018-02-10
|\
| * Fix `LANG=C alot` with custom bindings.Julian Mehne2018-02-01
* | Merge pull request #1172 from Dica-Developer/patch-4Dylan Baker2018-02-08
|\ \ | |/ |/|
| * * apply code review commentsMartin Schaaf2017-12-12
| * * Extend choice to diffefrentiate between a list of choicesMartin Schaaf2017-11-01
* | Merge pull request #1190 from three-comrades/write_historyPatrick Totzke2018-01-28
|\ \
| * | Fix writing/loading history, if a command contains a non-ascii character.Julian Mehne2018-01-10
| |/
* | Rename get_env to get_xdg_env and clarify docstring.Julian Mehne2018-01-23
* | Fix empty XDG_* environment variables.Julian Mehne2018-01-21
|/
* Fix some spelling mistakesLucas Hoffmann2017-09-02
* Replace Exception.message with str(Exception)Dylan Baker2017-08-19
* settings: do not store SettingsManager instance in __init__.pyDylan Baker2017-08-03
* Implement a hook that runs periodicallyDylan Baker2017-01-26
* Merge pull request #984 from lucc/future/absolute-importsLucas Hoffmann2017-01-21
|\
| * Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* | Merge pull request #966 from dcbaker/pr/fix-965Dylan Baker2017-01-20
|\ \
| * | alot/ui: Handle Exceptions in UI.apply_command callbacksDylan Baker2017-01-13
* | | Add docstrings to some methods and functions.Lucas Hoffmann2017-01-20
| |/ |/|
* | ui: Fix typo in protected method nameDylan Baker2017-01-17
* | Add a setting for enabling or disabling mouse support.Jody Foo2017-01-13
|/
* Eliminates bug where a modifier + mouse click would crash alot.Jody Foo2017-01-10
* adding support for mouse scrollingSamantha Marshall2017-01-09
* ui: Use xrange instead of rangeDylan Baker2016-12-27
* Replace unused arguments with _Dylan Baker2016-12-21
* ui: Don't build lists in memory for assertDylan Baker2016-12-21
* Replace map() and filter() with comprehensionsDylan Baker2016-12-21
* Turn methods with no `self` usage into staticmethodsLucas Hoffmann2016-12-18
* Merge pull request #885 from lucc/historyPatrick Totzke2016-12-15
|\
| * Fix typo in commentLucas Hoffmann2016-12-15
| * Address comments by @dcbakerLucas Hoffmann2016-12-15
| * Expand history concept for sender and recipient of mailLucas Hoffmann2016-12-14
| * Add history_size optionLucas Hoffmann2016-12-14
| * Save and load command history across invocationsLucas Hoffmann2016-12-14
* | Remove an unused variableLucas Hoffmann2016-12-14
|/
* Replace mutable keyword argumentsDylan Baker2016-12-13
* Further minor style fixesLucas Hoffmann2016-12-09
* Fix except syntaxLucas Hoffmann2016-12-09
* Clean up importsLucas Hoffmann2016-12-09
* Use logging's native string interpolationLucas Hoffmann2016-12-09
* ui: Only update via SIGINT1 when in search bufferDimitrios Semitsoglou-Tsiapos2016-11-13
* Add signal for SIGINT callback ExitCommandGuillaume Seren2016-03-10
* Added function docstring to UI.handle_signalMicah Nordland2016-01-26
* refresh current buffer on SIGUSR1Micah Nordland2016-01-26