-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Fix bug with qtwebengine being optional #23703
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
Conversation
Okay test failing successfully!
I'll see if I can figure out the correct fix next |
27c1eda
to
3cc69ff
Compare
Okay this seems to be working! To go the extra mile, WDYT about adding a |
Thanks for your work on this @larsoner. Unfortunately, I'm afraid it's not the right solution because we also have a command line option called Instead, I propose to move the in-app appeal message to its own plugin and declare in it the constant The message needs to be in its own plugin because we can't disable the You can take a look at our tutorial for plugin development to better understand how they work: https://spyder-ide.github.io/spyder-api-docs/plugin_development.html Also, the
Sure, I think that's a good idea. |
Is the goal of the appeal widget to open the url Would you consider a PR that rewrites #22387 in pure-qt (ie. no webwidgets) |
I understand that there are fancy solution and maybe larger refactors but: 1. We want users to have compatibility in their installations 2. We want to ensure that users have a donation button I think this hits both xref: spyder-ide#23703
Closing as superseded by PR #24095. |
If you could reopen so @larsoner can rebase what he wants me to cherry pick into a single commit that would be great. |
@hmaarrfk this is now failing successfully. If you cherry-pick c362b6e in your PR, hopefully it comes back green 🤞 |
I understand that there are fancy solution and maybe larger refactors but: 1. We want users to have compatibility in their installations 2. We want to ensure that users have a donation button I think this hits both xref: spyder-ide#23703
Closing again as superseded by PR #24095. |
Description of Changes
This is mostly an issue-as-PR, it sounds like #22196 removed the dependency on QtWebEngine but then it came back in #22387. So the goals of this PR are:
if: false
statements)Affirmation
By submitting this Pull Request or typing my (user)name below,
I affirm the Developer Certificate of Origin
with respect to all commits and content included in this PR,
and understand I am releasing the same under Spyder's MIT (Expat) license.
I certify the above statement is true and correct:
Eric Larson