Version: 3.4.0 (using KDE 3.4.0, compiled sources) Compiler: gcc version 3.4.2 OS: Linux (i686) release 2.6.10 The Konqueror progress bar always at 100% when downloading from a http site. Testcase 1) start konqueror. 2) Goto http://www.kernel.org/pub/linux/kernel/v2.6/ 3) Click on a file. 4) The download starts. The progress bar indicates 100% progress immediately and stays there throughout the download. Counter example, ftp: 1) start konqueror. 2) Goto ftp://ftp.kernel.org/pub/linux/kernel/v2.6 3) Click on a file. 4) The download starts. The progress bar is continuously updated from 0% when starting to 100% towards the end. I got this after compiling and installing kde-3.4-rc1 from source. I have not seen this when using kde-3.3.2. Sincerely, Magnus Larsson
Hello again, This worked using kde-3.4-beta2, compiled from sources. uname -a Linux lfs 2.6.10 #1 Sat Jan 15 08:40:36 CET 2005 i686 athlon i386 GNU/Linux Best regards, Magnus Larsson
CVS commit by waba: Fix progress bar. BUG: 100491 M +4 -2 job.cpp 1.432 --- kdelibs/kio/kio/job.cpp #1.431:1.432 @@ -1566,4 +1566,5 @@ void FileCopyJob::setSourceSize( off_t s { d->m_sourceSize = size; + if (size != (off_t) -1) m_totalSize = size; } @@ -1572,4 +1573,5 @@ void FileCopyJob::setSourceSize64( KIO:: { d->m_sourceSize = size; + if (size != (KIO::filesize_t) -1) m_totalSize = size; }
*** Bug 101465 has been marked as a duplicate of this bug. ***
Hello Waldo Bastian, I got this bug again after compiling and installing kde-3.4.0 from source. Your fix did not go into the KDE-3.4.0 release. Best regards, Magnus Larsson
It will be in 3.4.1 then :-)
*** Bug 101971 has been marked as a duplicate of this bug. ***
*** Bug 103577 has been marked as a duplicate of this bug. ***
*** Bug 104662 has been marked as a duplicate of this bug. ***
*** Bug 105811 has been marked as a duplicate of this bug. ***
*** Bug 108732 has been marked as a duplicate of this bug. ***