Re: Review Request 112982: copy[To|From]File support for kio_smb

2013-11-24 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112982/#review44365 --- This review has been submitted with commit 6c0de3209da77eb1097

Re: Review Request 112982: copy[To|From]File support for kio_smb

2013-11-24 Thread Dawit Alemayehu
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112982/ --- (Updated Nov. 25, 2013, 5:34 a.m.) Status -- This change has been mar

Re: Review Request 112982: copy[To|From]File support for kio_smb

2013-11-24 Thread Dawit Alemayehu
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112982/ --- (Updated Nov. 25, 2013, 12:34 a.m.) Review request for KDE Runtime and Dav

ksysguard failing tests

2013-11-24 Thread Albert Astals Cid
Hi, there are two ksysguard failing tests in jenkins http://build.kde.org/view/KDE%20SC%20stable/job/kde-workspace_stable/lastCompletedBuild/testReport/ There is one because of an API misuse expecting that a float will give you the plural version in k18np. Not sure we can fix this in KDE/4.11 si

Re: KMountPoint::probablySlow and cifs mount points

2013-11-24 Thread Albert Astals Cid
El Dilluns, 25 de novembre de 2013, a les 00:01:41, Mark Gaiser va escriure: > On Sun, Nov 24, 2013 at 10:09 PM, Albert Astals Cid wrote: > > El Diumenge, 24 de novembre de 2013, a les 19:42:25, Mark Gaiser va escriure: > >> On Sun, Nov 24, 2013 at 5:05 PM, Albert Astals Cid wrote: > >> > In Oku

Re: KMountPoint::probablySlow and cifs mount points

2013-11-24 Thread Mark Gaiser
On Sun, Nov 24, 2013 at 10:09 PM, Albert Astals Cid wrote: > El Diumenge, 24 de novembre de 2013, a les 19:42:25, Mark Gaiser va escriure: >> On Sun, Nov 24, 2013 at 5:05 PM, Albert Astals Cid wrote: >> > In Okular we just got bug >> > https://bugs.kde.org/show_bug.cgi?id=327846 >> > PDF Render t

Failing testcase in kpasswdservertest [kde-runtime]

2013-11-24 Thread Albert Astals Cid
Hi Dawit, can you please have a look at kpasswdservertest? It's asserting in QFATAL : KPasswdServerTest::testRetryDialog() ASSERT: "request" in file /srv/jenkins/workspace/kde-runtime_stable/kpasswdserver/kpasswdserver.cpp, line 1041 Looking at the code there's an "if (request)" just after th

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

2013-11-24 Thread Stephen Kelly
Alexander Neundorf wrote: > Hi, > > for very happy personal reasons (since Tuesday, named David :-) ) Awesome, congratulations! Steve.

Re: KMountPoint::probablySlow and cifs mount points

2013-11-24 Thread Albert Astals Cid
El Diumenge, 24 de novembre de 2013, a les 19:55:28, Ivan Čukić va escriure: > > > and adding cifs to the list of mounttypes that are "probablySlow"? > > > > It's not my place to object since the code isn't mine. Yet i do > > Whether it is a good to use probablySlow in okular is one question. The

Re: KMountPoint::probablySlow and cifs mount points

2013-11-24 Thread Albert Astals Cid
El Diumenge, 24 de novembre de 2013, a les 19:42:25, Mark Gaiser va escriure: > On Sun, Nov 24, 2013 at 5:05 PM, Albert Astals Cid wrote: > > In Okular we just got bug > > https://bugs.kde.org/show_bug.cgi?id=327846 > > PDF Render time is unreasonably slow over cifs on high latency (WAN) > > netwo

Re: KMountPoint::probablySlow and cifs mount points

2013-11-24 Thread Ivan Čukić
> > and adding cifs to the list of mounttypes that are "probablySlow"? > > It's not my place to object since the code isn't mine. Yet i do Whether it is a good to use probablySlow in okular is one question. The other one is whether cifs should be in the probablySlow category. >From my point of

Re: KMountPoint::probablySlow and cifs mount points

2013-11-24 Thread Mark Gaiser
On Sun, Nov 24, 2013 at 5:05 PM, Albert Astals Cid wrote: > In Okular we just got bug > https://bugs.kde.org/show_bug.cgi?id=327846 > PDF Render time is unreasonably slow over cifs on high latency (WAN) network > connections > > Basically the issue is that poppler is quite read-intensive over file

KMountPoint::probablySlow and cifs mount points

2013-11-24 Thread Albert Astals Cid
In Okular we just got bug https://bugs.kde.org/show_bug.cgi?id=327846 PDF Render time is unreasonably slow over cifs on high latency (WAN) network connections Basically the issue is that poppler is quite read-intensive over files, reading them over and over, and since the file is "local but rea