summaryrefslogtreecommitdiff
path: root/alot/ui.py
Commit message (Expand)AuthorAge
...
* cmd instanciation from within a callbackPatrick Totzke2013-10-30
* re-raise CommandCanceled failuresPatrick Totzke2013-10-30
* hand Command instance to pre/post hooksPatrick Totzke2013-10-30
* docstrings for ui.appli_commandlinePatrick Totzke2013-10-30
* integrate sequencing of commands into ui.apply_commandlinePatrick Totzke2013-10-30
* canceling a command in a sequence will now stop the subsequent commands from ...Yann Rouillard2013-10-30
* ui: remove ui update() from each keypressSiim Põder2013-07-07
* pep8&pyflakes fixesPatrick Totzke2013-07-07
* handle CompletionErrorsPatrick Totzke2013-07-07
* fix: fix Command mechanism for move cmds in non-locked stateSebastian Jeltsch2013-05-26
* repeat complete command linesSebastian Jeltsch2013-05-26
* change cmd repeatability to be command prop and make move cmds non-repeatableSebastian Jeltsch2013-05-26
* revert to """ notation for UI attributes docsPatrick Totzke2013-05-26
* restore sphinx documentationSebastian Jeltsch2013-04-26
* change static members of UI class to membersSebastian Jeltsch2013-04-26
* pep8/pyflakes fixesPatrick Totzke2013-03-16
* fix #577Patrick Totzke2013-03-06
* Merge branch '0.3.4-feature-hooks-563' into 0.3.4-feature-urwidtreesPatrick Totzke2013-03-03
|\
| * allow asynchronous pre/post command hooksPatrick Totzke2013-02-20
| * re-introduce redraw parm to UI.buffer_closePatrick Totzke2013-02-19
| * fix: forgot buf parameter for post_buffer_open hookPatrick Totzke2013-02-19
| * add hooks [pre|post]_buffer_[open|close|focus]Patrick Totzke2013-02-19
* | Merge branch '0.3.4-feature-repeat-534' into 0.3.4-feature-urwidtreesPatrick Totzke2013-03-03
|\ \
| * | remember and re-interpret command*line* for repeatPatrick Totzke2013-02-19
| * | add repeat command to make the same action againChristopher Schwardt2013-02-19
| |/
* | fix missing return statementPatrick Totzke2013-03-03
* | immediate move commandsPatrick Totzke2013-03-03
* | postpone binding if candidates with same prefix existPatrick Totzke2013-03-03
* | re-interpret single move commandlines directlyPatrick Totzke2013-03-03
|/
* Implement move commands in globals.py. Add --redraw for bclose.William Erik Baxter2013-02-19
* empty input queue as soon asPatrick Totzke2013-01-11
* prevent multiple 'index locked' notificationsPatrick Totzke2012-12-16
* make sure ui.mode is defined initiallyPatrick Totzke2012-09-09
* doc: docstringsPatrick Totzke2012-09-05
* fix clear the input queue before cmd applicationPatrick Totzke2012-09-03
* alow command sequences also in bindingsPatrick Totzke2012-09-03
* add UI.apply_commandlinePatrick Totzke2012-09-03
* add CommandSequenceCommandPatrick Totzke2012-09-03
* cleanup: pep8/pyflakes fixesPatrick Totzke2012-09-01
* keep only one alarm callback activePatrick Totzke2012-08-20
* indicate input_queue in statusbar by defaultPatrick Totzke2012-08-19
* allow to bind mutiple keypressesPatrick Totzke2012-08-19
* clean up UI's class variablesPatrick Totzke2012-08-19
* rename UI.mainframe_themed to root_widgetPatrick Totzke2012-08-19
* doc docstrings for UIPatrick Totzke2012-08-19
* cleanup input handling in UIPatrick Totzke2012-08-19
* WIPPatrick Totzke2012-08-19
* fix: theming issue after bindings helpPatrick Totzke2012-08-17
* fix theming in help notificationsPatrick Totzke2012-08-15
* cleanup: split widgets.py and pep8/pyflakes fixesPatrick Totzke2012-08-10