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

upgrade to Qt 5.9.2 + Qt WebEngine #1720

Merged
merged 224 commits into from Jan 12, 2018
Merged

upgrade to Qt 5.9.2 + Qt WebEngine #1720

merged 224 commits into from Jan 12, 2018

Conversation

kevinushey
Copy link
Contributor

NOTE: Not ready for merge but putting this up for initial review + organization.


This PR seeks to update Qt to 5.9.2, and alongside that port our existing Qt code base from the older, deprecated QtWebKit to the newer QtWebEngine. In this PR, we seek only to upgrade the Linux + Windows desktop components; migrating macOS to QtWebEngine will be explored in a later PR.

kevinushey and others added 28 commits January 4, 2018 14:44
- Created package with only the bits needed for building, put up on buildtools.
- Also created an equivalent 5.9.3 package (for Mac), but not using it yet.
- Fixed error on High Sierra with install-dependencies-osx configuring PAM
Qt does extra Mac stuff to determine the menu shown for focused window.

Creating via QMenuBar() causes the placeholder menu to become the default for all windows; creating via QMenuBar(this) causes it to be associated with the current window, and it gets cleaned up later via menuBarCompleted signal and replaced with real menu bar (for all windows).
@jmcphers jmcphers merged commit 7bbb817 into master Jan 12, 2018
@gtritchie gtritchie deleted the feature/qt-5.9.2-webengine branch February 22, 2018 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants