Version: r823771 (using Devel) Installed from: Compiled sources OS: Linux Currently, if I need to track the progress of my downloads, I need to focus KGet's window or click its icon in the system tray. Tracking download progress could be made easier by putting it in the application's title (which should then look like "KGet - 70%" or something) and in its hint when hovering its systray icon. In case of more than one download in progress, maybe an avarage should be displayed.
Attach a patch that updates the mainwindow caption with the percent of the active transfers. The mainwindow gets the percent from the core each 5 seconds with QTimer, maybe this is wrong ... maybe we can use the TransferGroupObserver and update the caption with the groupChangedEvent, but this can be launching events every few seconds.
Created attachment 26318 [details] updates the mainwindow caption with the active transfers percents
Mmh, looks good to me, but probably move KGet::transfersPercent() to MainWindow, not sure... Anyway: yes, imo we should use a TransferGroupObserver, but only update the title, when the Percent-Flag is used... Lukas
SVN commit 836657 by jgoday: Add a modelobserver and a transfergroupobserver to mainwindow to update the percent in the window title BUG:164812 M +82 -0 mainwindow.cpp M +42 -0 mainwindow.h WebSVN link: http://websvn.kde.org/?view=rev&revision=836657