[libalkimia] [Bug 452122] Missing download support based on QtNetwork

2022-03-31 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=452122

Ralf Habacker  changed:

   What|Removed |Added

   Target Milestone|--- |8.1

-- 
You are receiving this mail because:
You are watching all bug changes.

[libalkimia] [Bug 452122] Missing download support based on QtNetwork

2022-03-31 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=452122

Ralf Habacker  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/offi
   ||ce/alkimia/commit/a37b285a2
   ||d20faf383a55f46e9ec540f8cff
   ||d370
 Status|REPORTED|RESOLVED
   Version Fixed In||8.1.1

--- Comment #1 from Ralf Habacker  ---
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   -4CMakeLists.txt
M  +4-3README.md
M  +1-1autotests/CMakeLists.txt
M  +4-3src/CMakeLists.txt
M  +7-2src/LibAlkimiaConfig.cmake.in
M  +70   -11   src/alkonlinequote.cpp
M  +1-1tests/CMakeLists.txt
M  +0-2tools/onlinequoteseditor/CMakeLists.txt

https://invent.kde.org/office/alkimia/commit/a37b285a2d20faf383a55f46e9ec540f8cffd370

-- 
You are receiving this mail because:
You are watching all bug changes.