subiquity/subiquitycore
Michael Hudson-Doyle 9ff059eae7 put zdev rows directly in a listbox, not in a pile in a listbox
this required adding TableListRow.set_contents.

it fixes (partly by accident) a crash when a row becomes unselectable
after a refresh (https://bugs.launchpad.net/subiquity/+bug/1874114), it
also makes the home and end keys do something sane.

really this view should not rebuild every row on any change, but that's
something for another day.
2020-04-22 15:36:06 +12:00
..
controllers if netplan apply fails show an error rather than crashing the ui 2020-04-07 12:16:53 +12:00
models treat virtual network devices a bit more like physical ones 2020-04-03 10:12:42 +13:00
testing support for editing existing partitions 2019-05-30 15:10:54 +12:00
tests Fix writing of netplan configs 2018-06-07 11:46:34 -04:00
ui put zdev rows directly in a listbox, not in a pile in a listbox 2020-04-22 15:36:06 +12:00
__init__.py pyflakes3 fixes for subiquitycore/__init__.py 2018-05-24 16:59:31 -05:00
async_helpers.py translate concurrent.futures.CancelledError to asyncio.CancelledError 2020-04-02 12:15:06 +13:00
context.py pass the context object to report_start_event / report_finish_event 2020-04-07 21:51:11 +12:00
controller.py use the asyncio loop object rather than the urwid loop almost everywhere 2019-12-20 12:04:38 +13:00
core.py Merge pull request #692 from bboozzoo/bboozzoo/chooser-tweaks 2020-04-09 10:59:39 +01:00
file_util.py Fix writing of netplan configs 2018-06-07 11:46:34 -04:00
i18n.py Allow starting subiquity/console-conf without translations. 2019-08-07 12:40:10 +01:00
log.py create an INFO level log file too, unconditionally include it in error reports 2019-12-12 21:49:44 +13:00
lsb_release.py tox: Support running tests and flake8 in tox. 2018-06-05 17:59:46 -04:00
netplan.py treat virtual network devices a bit more like physical ones 2020-04-03 10:12:42 +13:00
palette.py Use common palette. 2020-04-09 12:20:16 +01:00
prober.py push debug_flag block probe crashing into Prober 2019-12-16 23:15:48 +13:00
signals.py a bit too much effort making one particular log statement look nice 2019-09-09 15:32:49 +12:00
ssh.py Review comments 2020-04-16 00:22:52 +01:00
utils.py asyncioify run_command_in_foreground 2019-12-15 08:53:36 +13:00
view.py implement local documentation 2019-10-02 10:51:34 +13:00