Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #1

Merged
merged 42 commits into from Apr 21, 2021
Merged

Develop #1

merged 42 commits into from Apr 21, 2021

Conversation

lazyhacker
Copy link
Owner

Description:

Fixes #(issue)

Checklist:

  • Tests included.
  • Lint and formatter run with no errors.
  • Tests all pass.

Where applicable:

  • Public APIs match existing style.
  • Any breaking changes have a deprecation path or have been discussed.

fpabl0 and others added 30 commits April 3, 2021 00:50
Go 1.16 will complain and fail if the modules don't match.
* Adding a few new svg icons

Co-authored-by: xines <xinezzmail@gmail.com>
Use the initialFileName which gets set when calling SetFileName() on the fyne dialog.
Tests in fyne_demo indicates that it speeds things up by about 20-40%.
Speedups should be more notisable with more items.
This updates the data bindings to use the strconv package instead of fmt for conversions, leading about twice as fast conversions, allocating about 20% less.
Some smaller optimizations of SelectEntry
Allow disabling and re-enabling a form. Resolves #2157.
DataItems should not trigger their listeners if their underlying value has not changed
Add UnselectAll to collection widgets
AnkushJadhav and others added 12 commits April 17, 2021 11:55
Seems to be about 30% faster when we have 500 objects.
Updates #2164
Selection used the slow path fore selection, SetSelected(), which loops through all options.
We know that our item is in the list and can thus use the fast path.
Some simple optimizations for widget.Select
Fix Form does not render HintTexts for more than one item
Fix: filter out shortcut triggers where key-modifier is same
Install windows apps into the Start Menu
@lazyhacker lazyhacker merged commit 93fa956 into lazyhacker:develop Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
8 participants