Summary: | KIO::NetAccess pops up a notification window for each price update. | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Martin Beenham <martin.beenham> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | martin.beenham |
Priority: | NOR | ||
Version: | 4.5.3 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kmymoney/ce5bddee38b1170dbf2cd842c39b9a25ee5371d6 | Version Fixed In: | 5.0 |
Sentry Crash Report: |
Description
Martin Beenham
2011-06-05 20:59:23 UTC
Git commit ce5bddee38b1170dbf2cd842c39b9a25ee5371d6 by Christian Dávid, on behalf of Artur Puzio. Committed on 03/02/2016 at 20:47. Pushed by christiand into branch 'frameworks'. Changed to asynchronous download in converter/webpricequote Using KIO::file_copy now. The code in dialogs/kequitypriceupdatedlg was ideal to code this feature. The first download is triggered by slotUpdateAllClicked. Then the next downloads are trigered by signals from WebPriceQuote. This makes the ideal possibility to create assynchronous transfers as getting back to slotUpdateAllClicked immidietly after starting the job haven't broke anything. The original review request was based on master which is qt4 based. Christian David adopted the changes to KF5 and Qt5. FIXED-IN: 5.0 CCMAIL: Artur Puzio <cytadela88@gmail.com> REVIEW: 126882 M +48 -28 kmymoney/converter/webpricequote.cpp M +2 -1 kmymoney/converter/webpricequote.h http://commits.kde.org/kmymoney/ce5bddee38b1170dbf2cd842c39b9a25ee5371d6 |