John
John
@freakboy3742 Then let's bump the minimum version to GTK 4.10+ (as part of the Dialog PR) and do a plain GTK dialog *and* a libadwaita dialog, that way apps will...
@freakboy3742 I'm suggesting that we should make non-libadwaita distros work in v1 by having a "GTK4 base" case, even if the result isn’t very idiomatic due to not using the...
For the specific try-except-else case, I've gotten ChatGPT to provide a script to do the replacement: ``` #!/usr/bin/env python3 """ Script to add `else: pass` to every try-except block that...
TL;DR I've caught at least 1 issue.
@HalfWhitt Hmm... Running ruff over the output of that script seems to bring some stuff down to like 0 coverage... I haven't investigated yet, but it is possible that ruff...
PRs that exist: - #3483 - #3536 - #3574 - [By someone else] #3647 Issues relating to Date and Time Inputs: - #3580 (non-working fix at #3581) - #3660 (this...
DateInput for iOS merged! Time to start TimeInput for iOS.
TimeInput for iOS started/
FYI: Comment above for list of PRs edited, iOS users should be aware of the bug.
FWIW, I've linked another PR in the list for posterity; all that's left now is TimeInput on GTK+; this is a non-native-existing widget, and 3 GtkSpinButtons might work (h, m,...