Bug 199346

Summary: (patch idea proposed) Both filename and (long) remaining time are chopped in the File Operation Progress notification
Product: [Plasma] plasma4 Reporter: mitsarionas <mitsarionas>
Component: notificationsAssignee: Rob Scheepmaker <rob>
Status: RESOLVED FIXED    
Severity: normal CC: andresbajotierra, codenamed004, me, mikmach, mstu, plasma-bugs, talvik, thomas
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: an image showing tranfer speed without remaining time

Description mitsarionas 2009-07-07 22:14:21 UTC
Version:            (using Devel)
OS:                Linux
Installed from:    Compiled sources

in the notification area of a file transfer, in the speed / time remaining line, the format for the time remaining is quite long, and the transfer speed indication is usually cropped off... a more compact time format would eliminate the problem (easier to check at a glance too)
Also, due to the small widget size, the files currently transfered are not clearly visible. Perhaps a tooltip would do the job nicely...
Comment 1 mitsarionas 2009-07-07 22:18:45 UTC
I've 4.3 RC1 from the kubuntu ppa packages actually, sorry about the wrong info posted originally
Comment 2 Dario Andres 2009-07-07 23:04:53 UTC
*** Bug 196835 has been marked as a duplicate of this bug. ***
Comment 3 Dario Andres 2009-07-07 23:05:15 UTC
Bug 194881 is also related to this
Comment 4 Dario Andres 2009-07-15 02:51:20 UTC
*** Bug 200257 has been marked as a duplicate of this bug. ***
Comment 5 Dario Andres 2009-07-31 16:01:05 UTC
*** Bug 202067 has been marked as a duplicate of this bug. ***
Comment 6 Dario Andres 2009-07-31 16:01:25 UTC
*** Bug 194881 has been marked as a duplicate of this bug. ***
Comment 7 Dario Andres 2009-08-13 00:56:48 UTC
*** Bug 203642 has been marked as a duplicate of this bug. ***
Comment 8 mtz.inc .. 2009-08-29 23:56:00 UTC
Created attachment 36566 [details]
an image showing tranfer speed without remaining time
Comment 9 mtz.inc .. 2009-08-29 23:57:58 UTC
a diff of kdebase/workspace/plasma/applets/systemtray/ui/jobwidget.cpp that seem to solve this bug:

188,190c188,189
<         if (m_job->eta()) {
<             m_eta->setText(i18n("%1 (%2 remaining)", m_job->speed(),
<                                  KGlobal::locale()->prettyFormatDuration(m_job->eta())));
---
>         if (m_job->eta()) {
>           m_eta->setText(i18n("%1 ", m_job->speed())) ;

the remaining time is shown in two different places, in the title area and next to transfer speed. This patch just doesnt show this info next to the transfer speed

a picture is attached with this post to show the effect of the change.
Comment 10 Aaron J. Seigo 2009-09-03 11:51:20 UTC
SVN commit 1019281 by aseigo:

use a more compact rep
BUG:199346


 M  +1 -1      jobwidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1019281
Comment 11 mtz.inc .. 2009-09-07 01:54:59 UTC
using rev. 1020653 both in kdelibs and kdebase and the transfer speed line is not shown anymore ..
Comment 12 Dario Andres 2009-10-06 01:49:04 UTC
*** Bug 209506 has been marked as a duplicate of this bug. ***
Comment 13 Dario Andres 2009-10-31 21:35:21 UTC
The bug about the speed and the ETA of the transfer not being shown at all is being tracked at bug 210081. Thanks