-
-
Notifications
You must be signed in to change notification settings - Fork 785
Add optionscontainer abilities #1117
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
Merged
freakboy3742
merged 26 commits into
beeware:master
from
saroad2:add_optionscontainer_abilities
Nov 29, 2020
Merged
Changes from 6 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
c69970a
Add new features to optioncontainer.py
saroad2 488b1cc
Implement new optioncontainer.py features on windows
saroad2 d637a58
update optioncontainer example app with new features
saroad2 f5c3f31
Added missing unit tests to optioncontainer.py
saroad2 64b91f3
Add not implemented methods on optioncontainer.py
saroad2 a89b963
Fix flake8 error
saroad2 3f4b55e
Change API after review
saroad2 0a092e1
Add current tab increment and decrement
saroad2 8c96231
Fix example after API change
saroad2 32886aa
Merge branch 'master' into add_optionscontainer_abilities
saroad2 d0d3526
Include the selected option in the event message.
freakboy3742 6b2d1f6
Implement the tab selection APIs for Cocoa.
freakboy3742 af92a32
Reordered some calls to avoid invoking native properties before nativ…
freakboy3742 55056fa
Updated selection handler in optioncontainer demo.
freakboy3742 0be3e3f
Filled out GTK OptionContainer implementation
freakboy3742 a3e67cb
Remove use of private API for tab enabled status.
freakboy3742 122aaa3
Ensure option indicies are always accurate.
freakboy3742 2b20f17
Remove dependence on NSTabViewItem identifer.
freakboy3742 4eb9704
Correct GTK handling of add/remove tab.
freakboy3742 e31fc6e
Use a proxy object for current_tab.
freakboy3742 7efd437
Removed an unused import.
freakboy3742 e0ecd49
Simplify internal attribute handling
freakboy3742 fd21d37
Fix test cases.
freakboy3742 269b2e4
Correct not_required handling, and ignore Option class.
freakboy3742 55dc1d9
More decorator handling tweaks.
freakboy3742 d0c3974
Merge branch 'master' into add_optionscontainer_abilities
saroad2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.