Summary: | Missing upload support for online quotes | ||
---|---|---|---|
Product: | [Frameworks and Libraries] alkimia | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | Online quotes widget | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | https://invent.kde.org/office/alkimia/-/commit/676bc614bdd8223c030685433a69b9f27b45014d | Version Fixed In: | 8.1.73 |
Sentry Crash Report: |
Description
Ralf Habacker
2023-09-27 18:35:39 UTC
> https://api.kde.org/frameworks/knewstuff/html/classKNS3_1_1UploadDialog.html
Since 5.85, Upload functionality is no longer directly supported and needs complete reimplementation.
Git commit 676bc614bdd8223c030685433a69b9f27b45014d by Ralf Habacker. Committed on 22/01/2024 at 21:49. Pushed by habacker into branch 'master'. Add support to upload GHNS online quote source As the build in support of uploading GHNS sources has been removed a replacement is added to create a package and hints for uploading. FIXED-IN:8.1.73 M +6 -0 src/CMakeLists.txt A +14 -0 src/alknewstuffstore.cpp [License: LGPL(v2.1+)] A +23 -0 src/alknewstuffstore.h [License: LGPL(v2.1+)] M +78 -77 src/alkonlinequotedetails.ui M +11 -0 src/alkonlinequotes.ui M +1 -1 src/alkonlinequotesource.cpp M +1 -1 src/alkonlinequotesource.h M +13 -0 src/alkonlinequoteswidget.cpp A +118 -0 src/alkonlinequoteuploaddialog.cpp * A +46 -0 src/alkonlinequoteuploaddialog.h * A +286 -0 src/alkonlinequoteuploaddialog.ui The files marked with a * at the end have a non valid license. Please read: https://community.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. https://invent.kde.org/office/alkimia/-/commit/676bc614bdd8223c030685433a69b9f27b45014d |