-
Notifications
You must be signed in to change notification settings - Fork 46
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
Implemented eventFilter removal and improved Foster stability #297
Merged
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
2580f01
Implement eventFilter removal, eased #296
davidlatwe b854b3d
Reinstall eventFilter if removed
davidlatwe 607a92a
Fix buggy window state
davidlatwe 17e915d
Improve foster mode stability
davidlatwe 577e8fa
Reinforce stay-on-top when detaching on foster mode
davidlatwe a3227fd
Foster mode stability, wait host during detach-attach
davidlatwe 7a4ebf5
Fix buggy `pyblishQmlClose` signal emission
davidlatwe e237123
Use pyblish callback to trigger eventFilter's removal
davidlatwe 33794e2
cleanup
davidlatwe 8e0ddf0
Install eventFilter before server.listen
davidlatwe 8ffec39
Disable foster mode when modal is on
davidlatwe d210a29
Ensure window closeEvent received in foster mode
davidlatwe bc7c0ac
Avoid main thread hanging on window close
davidlatwe 3969a01
Detach before running Rest in foster mode
davidlatwe bd3f4b5
Cosmetic
davidlatwe 23cae97
Aviod complicate detach-attach in foster mode's first run
davidlatwe 8a5b469
Quit app when force quitting is triggered in foster mode
davidlatwe 5869876
Add alert on finished in foster mode
davidlatwe e598d2a
Cosmetic
davidlatwe 5eb3f66
Implement foster attach-detach switch
davidlatwe 2a69568
Remove OS restriction
davidlatwe 6ea9b6d
Foster mode first run in native vessel
davidlatwe 7b3277c
Cosmetics
mottosso 64e24eb
Document foster and modal environment variables
mottosso 3dca545
Remove app argument from Window
mottosso 4d4f8a2
Restore `server.Proxy.show` from 7b3277c
davidlatwe 4b9b6a5
Rename uncleared param `ninja` to `foster_fixed`
davidlatwe 3a0510e
Version bump
davidlatwe 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This spot, is the reason that make Maya 2015 and 16 freeze at startup.
ninja
is disabled if host running Qt4, and ifninja
is disabled, it need to callvessel.show
before_dispatch("show")
, or the window will not show up.