Bug 164812

Summary: KGet should show progress in its title
Product: [Applications] kget Reporter: Raphael Kubo da Costa <rakuco>
Component: generalAssignee: KGet authors <kget>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: updates the mainwindow caption with the active transfers percents

Description Raphael Kubo da Costa 2008-06-24 08:06:36 UTC
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.
Comment 1 Javier goday 2008-07-21 22:07:59 UTC
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.

Comment 2 Javier goday 2008-07-21 22:09:14 UTC
Created attachment 26318 [details]
updates the mainwindow caption with the active transfers percents
Comment 3 Lukas Appelhans 2008-07-21 22:21:23 UTC
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
Comment 4 Javier goday 2008-07-22 20:09:24 UTC
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