https://bugs.kde.org/show_bug.cgi?id=495118
Ralf Habacker <ralf.habac...@freenet.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |8.1.90 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/offi | |ce/alkimia/-/commit/261f622 | |16a0d12e293f45027a911f90562 | |8f971c --- Comment #2 from Ralf Habacker <ralf.habac...@freenet.de> --- Git commit 261f62216a0d12e293f45027a911f905628f971c by Ralf Habacker. Committed on 25/10/2024 at 13:53. Pushed by habacker into branch 'master'. Add json file support The identification of prices and data in a downloaded json file is carried out in the interface via corresponding values in the input fields 'date' and 'price' or programmatically via the corresponding methods of the AlkOnlineQuoteSource class. The hierarchy present in a json file is mapped by specifying it as a path (with colons as separators). See autotests/alkonlinequoteprivatetest.cpp for an example. FIXED-IN:8.1.90 M +25 -2 autotests/alkonlinequoteprivatetest.cpp M +1 -0 autotests/alkonlinequoteprivatetest.h A +35 -0 autotests/alkonlinequoteprivatetest.json M +1 -0 autotests/alkonlinequoteprivatetest.qrc M +10 -0 src/alkonlinequote.cpp M +2 -0 src/alkonlinequote.h M +142 -0 src/alkonlinequote_p.cpp M +1 -0 src/alkonlinequote_p.h M +6 -0 src/alkonlinequotesource.cpp M +3 -0 src/alkonlinequotesource.h M +4 -0 src/alkonlinequotesource_p.h M +10 -9 src/alkonlinequoteswidget.cpp https://invent.kde.org/office/alkimia/-/commit/261f62216a0d12e293f45027a911f905628f971c -- You are receiving this mail because: You are the assignee for the bug.