subiquity/subiquitycore/ui
Dan Bungert 9d12871f15 many: s/create_task/run_bg_task/
create_task has the following note:
  Important: Save a reference to the result of this function, to avoid a
  task disappearing mid-execution.

Convert existing usage of create_task to run_bg_task, if that
create_task is not actually storing the result.
2023-02-13 14:56:07 -07:00
..
tests fix some easier cases of impolite language 2022-08-29 12:30:39 -06:00
views many: s/create_task/run_bg_task/ 2023-02-13 14:56:07 -07:00
__init__.py Rename subiquity to subiquitycore -- will serve as base classes for everything 2016-06-30 14:17:01 -04:00
actionmenu.py wrap actionmenu/selector popups in Color.body 2019-10-16 12:50:44 +13:00
anchors.py do not crash in a terminal < 76 columns wide 2020-04-28 21:32:46 +12:00
buttons.py add [ Help ] button to header 2019-10-02 10:48:35 +13:00
confirmation.py ui: add a helper to open a confirmation dialog and get the response 2023-01-05 09:54:51 +01:00
container.py fix tab-cycling between header and body 2019-12-16 21:32:25 +13:00
form.py Merge pull request #1336 from ogayot/password-passphrase 2022-10-28 14:06:54 +02:00
frame.py add [ Help ] button to header 2019-10-02 10:48:35 +13:00
interactive.py Use logger names consistent with directory structure 2022-02-25 17:35:45 +01:00
selector.py Fix exception messages not interpolated properly 2021-12-16 11:35:40 +01:00
spinner.py rewrite Spinner to not require a loop parameter 2022-12-07 14:19:27 +13:00
stretchy.py add a way to log a dialog open/close, use it for network dialogs 2019-12-20 09:47:38 +13:00
table.py put zdev rows directly in a listbox, not in a pile in a listbox 2020-04-22 15:36:06 +12:00
utils.py rewrite Spinner to not require a loop parameter 2022-12-07 14:19:27 +13:00
width.py Fix exception messages not interpolated properly 2021-12-16 11:35:40 +01:00