June 2023 typos
This commit is contained in:
parent
f287fcd2f8
commit
6831988346
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,3 +6,4 @@ local/
|
||||||
venv*/
|
venv*/
|
||||||
.vscode/
|
.vscode/
|
||||||
.envrc
|
.envrc
|
||||||
|
.idea/
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ We're half way through the year! Work on the widget audit is almost complete; bu
|
||||||
What we've done
|
What we've done
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
* We've completed the audit of `NumberInput <https://github.com/beeware/toga/pull/1946>`__, `WebView <https://github.com/beeware/toga/pull/1949>`__, `DateInput, TimeInput <https://github.com/beeware/toga/pull/1951>`__, `ImageView <https://github.com/beeware/toga/pull/1956>`__ and `Selection <https://github.com/beeware/toga/pull/1955>`__ on all platforms; and we've completed the audit of `ScrollContainer <https://github.com/beeware/toga/pull/1969>`__ `SplitContainer <https://github.com/beeware/toga/pull/1984>`__, `OptionContainer <https://github.com/beeware/toga/pull/1996>`__, `Table <https://github.com/beeware/toga/pull/2011>`__ and `Tree <https://github.com/beeware/toga/pull/2017>`__ on macOS, iOS and GTK.
|
* We've completed the audit of `NumberInput <https://github.com/beeware/toga/pull/1946>`__, `WebView <https://github.com/beeware/toga/pull/1949>`__, `DateInput, TimeInput <https://github.com/beeware/toga/pull/1951>`__, `ImageView <https://github.com/beeware/toga/pull/1956>`__ and `Selection <https://github.com/beeware/toga/pull/1955>`__ on all platforms; and we've completed the audit of `ScrollContainer <https://github.com/beeware/toga/pull/1969>`__, `SplitContainer <https://github.com/beeware/toga/pull/1984>`__, `OptionContainer <https://github.com/beeware/toga/pull/1996>`__, `Table <https://github.com/beeware/toga/pull/2011>`__ and `Tree <https://github.com/beeware/toga/pull/2017>`__ on macOS, iOS and GTK.
|
||||||
|
|
||||||
* We've identified and resolved some `edge cases in the Pack layout algorithm <https://github.com/beeware/toga/pull/1958>`__.
|
* We've identified and resolved some `edge cases in the Pack layout algorithm <https://github.com/beeware/toga/pull/1958>`__.
|
||||||
|
|
||||||
|
|
@ -26,7 +26,7 @@ What we've done
|
||||||
What's next?
|
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 <http://europython.eu>`__ 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!
|
We'll also be at `EuroPython 2023 <http://europython.eu>`__ 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!
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue