-
Notifications
You must be signed in to change notification settings - Fork 365
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
Switch to Qt 6.6.0 for macOS and Windows #833
Comments
hiroyuki-komatsu
added a commit
that referenced
this issue
Oct 23, 2023
* Follow-up to cl/575700086 (#833). * https://download.qt.io/archive/qt/6.6/6.6.0/submodules/qtbase-everywhere-src-6.6.0.tar.xz.mirrorlist PiperOrigin-RevId: 575787308
hiroyuki-komatsu
added a commit
that referenced
this issue
Oct 26, 2023
Typing quality * Added 鵼(ぬえ) and 喃(のう) to the word dictionary. Linux * Fixed the crash issue of the candidate window UI (#820) Windows * Enabled the candidate window to respect the vertical writing mode (#362) * Updated InputScope mapping to be compatible with MS-IME as of Windows 11 22H2 (#818, #826) * Addressed the issue of no response on MS-Word (#819) * Enabled the candidate window to consider per-monitor DPI settings (#832) Build * Enabled C++20 (#783) * Switched to Qt 6.6.0 for Windows and macOS (#833) * Reduced Qt6 binary size (#822) * macOS: Fixed the non executable error of GUI tools with GYP * Windows: Stopped specifying /BASE option (#834) * Windows: Enabled Hardware Enforced Stack Protection (#835) * Windows: Set default dependent load flags to Mozc executables for Windows (#836) * Windows: Removed the dependency on CoCreateInpustance from mozc_tip dlls (#837) PiperOrigin-RevId: 576830216
coooooooozy
pushed a commit
to coooooooozy/mozc
that referenced
this issue
Nov 26, 2023
With this commit macOS and Windows builds switch to Qt 6.6.0 [1], which contains an important commit for Per-Monitor DPI support in Windows [2] as discussed in google#831. Note that '-no-feature-systemsemaphore' needs to be removed as otherwise the build fails in macOS. [1]: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.6.0/release-note.md [2]: qt/qtbase@5e0d9a0 PiperOrigin-RevId: 575700086
coooooooozy
pushed a commit
to coooooooozy/mozc
that referenced
this issue
Nov 26, 2023
* Follow-up to cl/575700086 (google#833). * https://download.qt.io/archive/qt/6.6/6.6.0/submodules/qtbase-everywhere-src-6.6.0.tar.xz.mirrorlist PiperOrigin-RevId: 575787308
coooooooozy
pushed a commit
to coooooooozy/mozc
that referenced
this issue
Nov 26, 2023
Typing quality * Added 鵼(ぬえ) and 喃(のう) to the word dictionary. Linux * Fixed the crash issue of the candidate window UI (google#820) Windows * Enabled the candidate window to respect the vertical writing mode (google#362) * Updated InputScope mapping to be compatible with MS-IME as of Windows 11 22H2 (google#818, google#826) * Addressed the issue of no response on MS-Word (google#819) * Enabled the candidate window to consider per-monitor DPI settings (google#832) Build * Enabled C++20 (google#783) * Switched to Qt 6.6.0 for Windows and macOS (google#833) * Reduced Qt6 binary size (google#822) * macOS: Fixed the non executable error of GUI tools with GYP * Windows: Stopped specifying /BASE option (google#834) * Windows: Enabled Hardware Enforced Stack Protection (google#835) * Windows: Set default dependent load flags to Mozc executables for Windows (google#836) * Windows: Removed the dependency on CoCreateInpustance from mozc_tip dlls (google#837) PiperOrigin-RevId: 576830216
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Qt 6.6.0 was released on Oct 10, 2023.
48350308
039d53312acb5897a9054bd38c9ccbdab72500b71fdccdb3f4f0844b0dd39e0e
Motivation
This release contains qt/qtbase@5e0d9a0, which is supposed to be important when declaring
mozc_tool.exe
compatible with Per-Monitor DPI v2. See the following issue for details.Previous version bump
Version or commit-id
9dd7bf2
Environment
The text was updated successfully, but these errors were encountered: