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

migrate to Qt6, Botan 3, make it work on macOS #105

Merged
merged 31 commits into from
Jul 3, 2024
Merged

Conversation

jlopez
Copy link
Contributor

@jlopez 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

@jlopez jlopez mentioned this pull request Jun 12, 2024
@jlopez
Copy link
Contributor Author

jlopez commented Jun 12, 2024

Address issue #95

Copy link
Owner

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

Copy link
Contributor Author

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

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.

@hetelek hetelek merged commit 8889a6d into hetelek:master Jul 3, 2024
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.

3 participants