From 68319883462b38f36a76875bac452cd550f3da0e Mon Sep 17 00:00:00 2001 From: Russell Martin Date: Fri, 30 Jun 2023 10:04:48 -0400 Subject: [PATCH] June 2023 typos --- .gitignore | 1 + content/news/buzz/june-2023-status-update/contents.lr | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3a014e9..3511808 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ local/ venv*/ .vscode/ .envrc +.idea/ diff --git a/content/news/buzz/june-2023-status-update/contents.lr b/content/news/buzz/june-2023-status-update/contents.lr index c205033..fc0cae3 100644 --- a/content/news/buzz/june-2023-status-update/contents.lr +++ b/content/news/buzz/june-2023-status-update/contents.lr @@ -9,7 +9,7 @@ We're half way through the year! Work on the widget audit is almost complete; bu What we've done ---------------- -* We've completed the audit of `NumberInput `__, `WebView `__, `DateInput, TimeInput `__, `ImageView `__ and `Selection `__ on all platforms; and we've completed the audit of `ScrollContainer `__ `SplitContainer `__, `OptionContainer `__, `Table `__ and `Tree `__ on macOS, iOS and GTK. +* We've completed the audit of `NumberInput `__, `WebView `__, `DateInput, TimeInput `__, `ImageView `__ and `Selection `__ on all platforms; and we've completed the audit of `ScrollContainer `__, `SplitContainer `__, `OptionContainer `__, `Table `__ and `Tree `__ on macOS, iOS and GTK. * We've identified and resolved some `edge cases in the Pack layout algorithm `__. @@ -26,7 +26,7 @@ What we've done What's next? -------------- -The widget testing audit has been a mammoth project, but the end is very nearly in sight. There's only 2 widget (Canvas and DetailedList) that haven't seen any testing to date; plus there's some non-widget features (like dialogs, fonts, windows, and basic App functionality) that still require testing. Once those tests are complete, we'll be moving on to dealing with some iOS and Android deployment issues that have been accumulating while we focussed on Toga. +The widget testing audit has been a mammoth project, but the end is very nearly in sight. There's only 2 widgets (Canvas and DetailedList) that haven't seen any testing to date; plus there's some non-widget features (like dialogs, fonts, windows, and basic App functionality) that still require testing. Once those tests are complete, we'll be moving on to dealing with some iOS and Android deployment issues that have been accumulating while we focused on Toga. We'll also be at `EuroPython 2023 `__ from July 17-23. We're presenting on Thursday; and we'll be there for the full duration of the sprints. See you in Prague!