From kde-devel Tue Apr 27 13:21:19 2004 From: Tim Edwards Date: Tue, 27 Apr 2004 13:21:19 +0000 To: kde-devel Subject: Re: KGet Patch Message-Id: <1083072078.16370.133.camel () coolserver> X-MARC-Message: https://marc.info/?l=kde-devel&m=108307209532243 Using gcc 3.3 and the KDE 3.1 Branch (on a KDE 3.1 system) I get an error message "transfer.cpp:760: error: call of overloaded `writeEntry(const char[10], filesize_t&)' is ambiguous" followed by a list of KConfigBase::writeEntry prototypes. Casting to QVariant seems to prevent this. I've removed the cast to double, I don't know why it was in there :) I've remade the patch file with -bup. I'll make a 3.2 and HEAD patch once I install Mandrake 10.0 so I have a KDE 3.2 to test it on. How's the best way of going about getting this committed? Should I try asking the authors again or should I just ask for CVS access so I can do it myself? On Tue, 2004-04-27 at 05:25, Alexander Neundorf wrote: > On Monday 26 April 2004 12:00, kde-devel-request@mail.kde.org wrote: > > I originally sent this message to the authors: > > .. and you didn't get response ? > > > Patch looks good, some small questions: > > > Hi, > > > > While using KGet I've noticed that when the total size of all the files > > being downloaded is over ~2gb (i.e the highest number in bytes that a > > 32-bit signed int can represent) it doesn't display the total size > > correctly in the task bar. > > > > I've created a patch to solve this problem (see attachment). If you > > agree with it I hope you can integrate it into the KDE CVS module for > > KGet. > > What is the QVariant cast needed for ? > Why do you convert the file size to double ? > > > Note: This patch was created on the KDE_3_1_BRANCH of kdenetwork/kget > > from the KDE.org CVS. > > > > Thanks > > Feel free to contact me > > Can you please use the options "-bup" when creating the patch ? > > Bye > Alex >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<