proneon267
proneon267
Fixes #1857 Design discussion: #1884 The following are the API changes: ### On the interface: |**`toga.constants.WindowState`**| |---| |`WindowState.NORMAL`| |`WindowState.MAXIMIZED`| |`WindowState.MINIMIZED`| |`WindowState.FULLSCREEN`| |`WindowState.PRESENTATION`| | **`toga.Window`**|| |---|---| |**Added**|`toga.Window.state`(getter)| ||`toga.Window.state`(setter)| |**Deprecated**|`toga.Window.full_screen`(getter)| ||`toga.Window.full_screen`(setter)| |...
Toga Windows now supports calling user functions on resize events using `on_resize` handler on all platforms. Fixes #2304 ## PR Checklist: - [x] All new features have been tested -...
Implements the APIs described in #2009. `on_gain_focus`, `on_lose_focus`, `on_show`& `on_hide` handles are available both as properties and also as initialization parameters in `toga.Window`. Only tested on `WinForms` and `gtk`. This...
`window.size` setter doesn't work when called after `window.show()` in `startup()` method on `gtk`
### Describe the bug `window.size` setter doesn't work when called after `window.show()` in `startup()` method on `gtk`, but works when called before `window.show()` method. ### Steps to reproduce 1. Use...
### Describe the bug Trying to do `briefcase dev --test` will result in briefcase first installing the requirements which will fail due to missing zlib header files. However, this error...
### What is the problem or limitation you are having? Related PRs: #3009, #2484 ### Context: Currently all the 3 background color tests on the testbed cannot be enabled for...
### What is the problem or limitation you are having? Related PR: #2364 ### Context: There are 2 ways that a window's state can be changed. 1. Through the native...
I am on fedora 32 and by default dnf uses curl for downloading and updating packages. Is there any way to use aria2 as backend for dnf instead of curl?