summaryrefslogtreecommitdiff
path: root/alot/ui.py
Commit message (Collapse)AuthorAge
* infrastructure for argparser in commandfactoryPatrick Totzke2011-10-15
|
* fix importsPatrick Totzke2011-10-13
|
* filled commands/*pyPatrick Totzke2011-10-13
|
* 2nd attemptPatrick Totzke2011-10-12
|
* Merge branch 'master' into commandrefactoringPatrick Totzke2011-10-12
|\
| * correctly handle select keypressPatrick Totzke2011-10-10
| | | | | | | | | | enter sends 'select' keypress, which should be used for mappings
* | bend importsPatrick Totzke2011-10-08
|/
* nicer integration of movecommand and help dialogPatrick Totzke2011-10-08
|
* Merge branch 'helpdialogs'Patrick Totzke2011-10-08
|\ | | | | | | | | | | Conflicts: alot/command.py alot/ui.py
| * Merge branch 'master' into helpdialogsPatrick Totzke2011-10-02
| |\
| * | add HelpCommandPatrick Totzke2011-10-01
| | |
| * | add machanism to replace root until keypressPatrick Totzke2011-10-01
| | |
* | | get rid of urwids command_mapPatrick Totzke2011-10-05
| | |
* | | respect restricted 'command interpret mode'Patrick Totzke2011-10-05
| | | | | | | | | | | | | | | | | | if InputWrap has select_cancel_only set, only those commands will be applied; other keypresses not interpreted as such will be relayed. Get rid of urwid-maps
* | | cleanupPatrick Totzke2011-10-05
| | |
* | | make input wrapping explicitPatrick Totzke2011-10-05
| | | | | | | | | | | | | | | command creation is done in the topmost widget, wich is ui.inputwrap
* | | rework main keypress for relayingPatrick Totzke2011-10-04
| |/ |/|
* | cleanup and fix issue with non-set current_bufferPatrick Totzke2011-10-02
| |
* | Merge branch 'master' of github.com:pazz/alotPatrick Totzke2011-10-02
|\ \ | | | | | | | | | | | | Conflicts: alot/init.py
| * | Remove dead assignmentsJustus Winter2011-10-02
| | |
| * | Remove superfluous importsJustus Winter2011-10-02
| |/
* / initial command instead of search: issue #79Patrick Totzke2011-10-02
|/
* new config switch bufferclose_focus_offsetPatrick Totzke2011-09-30
| | | | | defines the offset of the newly focussed buffer in case one closes the current one
* Move urwid maps to config fileJustus Winter2011-09-29
|
* Use new-style classesJustus Winter2011-09-22
| | | | See http://www.python.org/download/releases/2.3/mro/ for all the gory details.
* new hook paramter layoutPatrick Totzke2011-09-18
| | | | | all hooks get called with the following as keywords: ui, dbm, aman, log, config
* nonblocking ui.choice issue #52Patrick Totzke2011-09-11
|
* twisted mainloop and non-blocking promptPatrick Totzke2011-09-10
| | | | issue #51
* pep8 fixesPatrick Totzke2011-08-25
|
* api docPatrick Totzke2011-08-25
|
* split ui.commandprompt into prompt and interpretPatrick Totzke2011-08-25
| | | | | this allows hooks to easily call alot commands via ui.interpret_commandline('yourcommand')
* history for commandpromptPatrick Totzke2011-08-20
|
* pep8pazz2011-08-13
|
* api docpazz2011-08-13
|
* cleaned notifypazz2011-08-13
|
* call shutdown directly in commandpazz2011-08-13
|
* merged sender back into accountspazz2011-08-13
|
* add config to command hookspazz2011-08-13
|
* hand accountmanager to cmd hookspazz2011-08-13
|
* some more docupazz2011-08-11
|
* let the user confirm io intensive search for *patrick2011-08-09
|
* some docupazz2011-08-07
|
* ui.choice prompts user for a choicepazz2011-08-07
|
* pep8pazz2011-08-07
|
* more debugging feedback upon inputpazz2011-08-06
|
* handle keystrokes myself befor urwid doespazz2011-08-06
|
* deep focus. needed for select in threadbufferpazz2011-08-06
|
* "sending.." notification that gets clearedpatrick2011-08-04
| | | | issue #58
* tag theming done. needs to be used..pazz2011-08-01
| | | | eg in threadline, taglistbuffer.. issue #20
* show_notificationbar and timeout=-1pazz2011-08-01
| | | | | | removed show_notificationbar setting singe we force it to be Off. Seconly, this implements ui.notify with timeout=-1 which means the user has to acknowledge the msg by hitting a key.