summaryrefslogtreecommitdiff
path: root/alot/ui.py
Commit message (Expand)AuthorAge
* Purge logging objectdtk2012-01-05
* Don't register UI with DBMandtk2012-01-05
* propper error handling for (deferred) commandsPatrick Totzke2011-12-21
* don't raise ExitMainLoop exception to exitPatrick Totzke2011-12-18
* feature: make quit on last bclose configurablePatrick Totzke2011-12-17
* include mode string in Buffer.__str__Patrick Totzke2011-12-10
* commands docsPatrick Totzke2011-12-08
* more docs for uiPatrick Totzke2011-12-03
* boolean -> bool in docs (for stdlib linking)Patrick Totzke2011-12-02
* docs: UIPatrick Totzke2011-11-28
* documentationPatrick Totzke2011-11-26
* fixed typosPatrick Totzke2011-11-26
* documentation for alot.ui.UIPatrick Totzke2011-11-26
* cleanupPatrick Totzke2011-11-26
* prefixed 'global_' to attributes used in all modiPatrick Totzke2011-11-26
* docs for ui.pyPatrick Totzke2011-11-25
* don't log every keypressPatrick Totzke2011-11-16
* removed GPL headers from individual source filesPatrick Totzke2011-11-16
* bufferlist lovePatrick Totzke2011-11-11
* cleaned ui.notifyPatrick Totzke2011-10-22
* make ui.choice respect prompt attributePatrick Totzke2011-10-22
* fix respect prompt attributePatrick Totzke2011-10-22
* fix bindindings help wrt relayPatrick Totzke2011-10-16
* fix poblem with relays in blocking modePatrick Totzke2011-10-16
* fix blocking notificationPatrick Totzke2011-10-16
* 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
* | bend importsPatrick Totzke2011-10-08
|/
* nicer integration of movecommand and help dialogPatrick Totzke2011-10-08
* Merge branch 'helpdialogs'Patrick Totzke2011-10-08
|\
| * 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
* | | cleanupPatrick Totzke2011-10-05
* | | make input wrapping explicitPatrick Totzke2011-10-05
* | | 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
|\ \
| * | 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
* Move urwid maps to config fileJustus Winter2011-09-29
* Use new-style classesJustus Winter2011-09-22