-
Notifications
You must be signed in to change notification settings - Fork 51
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
migrate to Qt6, Botan 3, make it work on macOS #105
Conversation
jlopez
commented
Jun 12, 2024
- fix: switch to qmake
- fix: seek_dir -> seekdir
- fix: botan 3 include/lib locations
- fix: ensure c++20 std
- fix: migrate to botan-3
- fix: ensure c++20 std
- fix: remove softkeys from mainwindow.ui
- fix: case insensitive issue on top Makefile
- fix: remove unnecessary botan initialization
- fix: add .qmake.stash to .gitignore
- fix: pixmap is no longer a pointer
- fix: QRegExp to QRegularExpression
- fix: switch to UTF-8 encoding
- fix: update QDate methods
- fix: setItemHidden -> setHidden
- fix: add include for QStandardPaths
- fix: implicit QChar assignment from int
- fix: QNetworkInformation reachability
- fix: QRegularExpression new API
- fix: use std::sort instead of qSort
- fix: QByteArray and QString interactions
- fix: QString sprintf deprecation
- fix: rename of QPalette::background() -> window()
- fix: update QDate methods (tbs)
- fix: missing imports
- fix: QFontMetrics::width -> horizontalAdvance
- fix: QPainter::drawRoundRect -> drawRoundedRect
- fix: ensure unix botan libs not used on mac
- fix: init QNetworkInformation to avoid crash
- chore: add vscode config files
Address issue #95 |
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.
Thanks for doing this! Could you update this COMPILING.md to include updated instructions? Seems it's referencing Qt 4.8.1
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.
Just pushed a new commit updating COMPILING.md
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.
Just pushed a new commit updating COMPILING.md
The link for the precompiled Botan library in that readme is still for the old version.