subiquity/subiquitycore
Michael Hudson-Doyle 7441cb6df6 convert ScrollBarListBox to decoration rather than subclass
for all the usual reasons why composition is better than inheritance,
but in particular because I want to have a listbox that has a scrollbar
but not our custom tab behaviour in another branch. decoration in urwid
is not as transparent as it sometimes seems it should be but luckily
there's only one view that does much with its listbox and it was due
for some cleanup anyway.
2018-05-23 13:14:00 +12:00
..
controllers Merge pull request #334 from CanonicalLtd/mwhudson/move-excerpt-title-to-view 2018-05-22 22:38:39 +12:00
models some self review 2018-05-18 13:53:51 +12:00
testing add support for Frames to find_with_pred in view_helpers 2018-05-01 12:17:53 +12:00
ui convert ScrollBarListBox to decoration rather than subclass 2018-05-23 13:14:00 +12:00
__init__.py move imports of i18n higher so _ is always installed before tests are imported 2018-05-21 10:14:34 +12:00
controller.py stop swallowing exceptions raised by the callback passed to run_in_bg 2018-05-18 12:17:18 +12:00
core.py hack to stop ThreadPoolExecutor blocking exit 2018-05-21 11:58:10 +12:00
i18n.py work around strange behaviour of _("") 2018-04-19 10:29:08 +12:00
log.py remove unused stuff from log.py 2017-01-13 15:08:31 +13:00
prober.py changes following changes in probert 2017-11-15 14:27:24 +13:00
signals.py remove some unused code from utils.py 2017-01-13 15:08:31 +13:00
tasksequence.py trap a TaskSequence gotcha 2018-05-21 13:09:56 +12:00
utils.py Encoding input when running commands 2018-05-21 13:35:26 -05:00
view.py move titles, footers, excerpts from controller to view 2018-05-18 15:55:49 +12:00