Bug 199346 - (patch idea proposed) Both filename and (long) remaining time are chopped in the File Operation Progress notification
Summary: (patch idea proposed) Both filename and (long) remaining time are chopped in ...
Status: RESOLVED FIXED
Alias: None
Product: plasma4
Classification: Plasma
Component: notifications (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Rob Scheepmaker
URL:
Keywords:
: 194881 196835 200257 202067 203642 209506 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-07-07 22:14 UTC by mitsarionas
Modified: 2009-10-31 21:35 UTC (History)
8 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
an image showing tranfer speed without remaining time (67.23 KB, image/png)
2009-08-29 23:56 UTC, mtz.inc ..
Details

Note You need to log in before you can comment on or make changes to this bug.
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