Summary: | Missing download support based on QtNetwork | ||
---|---|---|---|
Product: | [Frameworks and Libraries] alkimia | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | General | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 8.1.0 | ||
Target Milestone: | 8.1 | ||
Platform: | Other | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/office/alkimia/commit/a37b285a2d20faf383a55f46e9ec540f8cffd370 | Version Fixed In: | 8.1.1 |
Sentry Crash Report: |
Description
Ralf Habacker
2022-03-31 17:57:52 UTC
Git commit a37b285a2d20faf383a55f46e9ec540f8cffd370 by Ralf Habacker. Committed on 31/03/2022 at 21:57. Pushed by habacker into branch '8.1'. Added support for using QtNetwork to download online quotes To enable the mentioned support, a new cmake variable BUILD_WITH_QTNETWORK has been added. When the mentioned cmake variable is set to 1 or ON, which is default on Windows, AlkOnlineQuotes::launchNative() uses Qt network support for downloading data. If it is set to 0 or OFF, the KIO library support is used, which is the default on non Windows platforms. The advantage of using Qt network support is less dependency on 3rd party components, thus less error-proneness and higher speed on Windows. FIXED-IN:8.1.1 M +27 -4 CMakeLists.txt M +4 -3 README.md M +1 -1 autotests/CMakeLists.txt M +4 -3 src/CMakeLists.txt M +7 -2 src/LibAlkimiaConfig.cmake.in M +70 -11 src/alkonlinequote.cpp M +1 -1 tests/CMakeLists.txt M +0 -2 tools/onlinequoteseditor/CMakeLists.txt https://invent.kde.org/office/alkimia/commit/a37b285a2d20faf383a55f46e9ec540f8cffd370 |