summaryrefslogtreecommitdiff
path: root/alot/ui.py
Commit message (Expand)AuthorAge
...
* 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
* Merge branch '0.3.1-theming'Patrick Totzke2012-07-22
|\
| * pep8 and pyflakes fixesPatrick Totzke2012-07-21
* | insert new buffers relative to current bufferPatrick Totzke2012-06-26
|/
* Merge branch '0.3.1-feature-statusline-474'Patrick Totzke2012-06-26
|\
| * fix implicit decoding issue with str.formatPatrick Totzke2012-06-24
| * implement configurable statusbar featurePatrick Totzke2012-06-19
* | use more apropriate log levels in UIPatrick Totzke2012-06-24
|/
* add copyright statements to all source filesPatrick Totzke2012-06-14
* Merge branch '0.3-feature-hooksexceptions-394' into stagingPatrick Totzke2012-04-08
|\
| * abort command on pre-hook exceptionsPatrick Totzke2012-03-24
* | use global body theming attributePatrick Totzke2012-04-08
|/
* ignore exceptions when stopping reactorPatrick Totzke2012-03-17
* fix issue #389Patrick Totzke2012-03-09
* Configurable prompt suffixDaniel2012-03-06
* Cleaner and more common-looking promptsDaniel2012-03-03
* read colourmode arg to settingsmanagerPatrick Totzke2012-02-23
* dont pass config parm to hooksPatrick Totzke2012-02-19
* pep8/pyflakes cleanupPatrick Totzke2012-02-19
* remove references to AccountManager in init and UIPatrick Totzke2012-02-19
* switch to new theming handling in widgets and UIPatrick Totzke2012-02-19
* replace config.get_* with settings.getPatrick Totzke2012-02-18
* force screen redraw in UI.updatePatrick Totzke2012-02-03
* Always run post command hook.Tom Prince2012-01-28
* replace buffer.typename with class var 'modename'Patrick Totzke2012-01-21
* remove call to self.exit in ui.updatePatrick Totzke2012-01-11
* fix ui.build_statusbar if current_buffer is NonePatrick Totzke2012-01-11
* 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