Re: Review Request 112009: Update thumbnail support for Microsoft Windows executables and images, and use WINAPI when on Windows.

2013-11-30 Thread Andrius da Costa Ribas
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112009/ --- (Updated Dec. 1, 2013, 2:17 a.m.) Status -- This change has been mark

Re: Review Request 112009: Update thumbnail support for Microsoft Windows executables and images, and use WINAPI when on Windows.

2013-11-30 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112009/#review44912 --- This review has been submitted with commit 8ce0308a24208eb22ec

Re: Review Request 114226: Make KLimitedIODevice::bytesAvailable return the numbers of bytesAvaliable to read

2013-11-30 Thread Albert Astals Cid
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/114226/ --- (Updated Nov. 30, 2013, 9:44 p.m.) Status -- This change has been mar

Re: Review Request 114226: Make KLimitedIODevice::bytesAvailable return the numbers of bytesAvaliable to read

2013-11-30 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/114226/#review44907 --- This review has been submitted with commit 64a7238c3c082b174e4

Re: Review Request 114226: Make KLimitedIODevice::bytesAvailable return the numbers of bytesAvaliable to read

2013-11-30 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/114226/#review44903 --- Ship it! QIODevice::bytesAvailable() probably changed meanwhil

Re: Review Request 114219: Do not encode QString to QByteArray and cast it back to QString. This causes problem when there are Unicode characters in ${HOME}

2013-11-30 Thread Yichao Yu
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/114219/ --- (Updated Nov. 30, 2013, 2:55 p.m.) Review request for kde-workspace, David

Re: Less time for KDE... :-)

2013-11-30 Thread Torgny Nyblom
On Saturday 23 November 2013 17.58.31 Alexander Neundorf wrote: > Hi, > > for very happy personal reasons (since Tuesday, named David :-) ) I'll have > significantly less time for KDE in the future. >From one who know what it's like, your life will never be the same :) Congratulations!! /Torgny

Review Request 114226: Make KLimitedIODevice::bytesAvailable return the numbers of bytesAvaliable to read

2013-11-30 Thread Albert Astals Cid
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/114226/ --- Review request for kdelibs and David Faure. Bugs: 328182 http://bugs.k

Re: KMountPoint::probablySlow and cifs mount points

2013-11-30 Thread Kevin Krammer
On Monday, 2013-11-25, 00:01:41, Mark Gaiser wrote: > On Sun, Nov 24, 2013 at 10:09 PM, Albert Astals Cid wrote: > > Why? If you open a huge file by smb:// it'll copy it to the local file > > anyway, so why should not we copy it? > > Right. True but should it be like that? > Lets take playing a

Re: Review Request 114219: Do not encode QString to QByteArray and cast it back to QString. This causes problem when there are Unicode characters in ${HOME}

2013-11-30 Thread Martin Gräßlin
> On Nov. 30, 2013, 1:45 a.m., Thomas Lübking wrote: > > kcontrol/krdb/krdb.cpp, line 102 > > > > > > QFile::encodeName() seems equal to QString::toLocal8Bit(), > > ::decodeName() to ::fromLocal8Bit() > > >