Accessing KIO from kdelibs4 from two different threads

2015-07-30 Thread saheb preet singh
Hi, I am Saheb Preet Singh, a KDE GSOC student. I am working on the okular project. I was working on the linearization support which allows to open the files in the reader prior to its complete download. I am having some queries related to KIO. Now, I am able to get the size of the file and

Re: Getting file in ranges using KIO

2015-07-23 Thread saheb preet singh
Hi, Its working now. I was not using cache reload. Thanks for your time! Regards, Saheb Preet Singh On Thu, Jul 23, 2015 at 12:09 PM, Albert Astals Cid wrote: > El Dijous, 23 de juliol de 2015, a les 10:52:19, saheb preet singh va > escriure: > > On Wed, Jul 22, 2015 at 10:0

Re: Getting file in ranges using KIO

2015-07-23 Thread saheb preet singh
Hi, Its working now, I was not using reload with cache. Thanks for your time :) Regards, Saheb Preet Singh On Thu, Jul 23, 2015 at 12:02 PM, Thomas Lübking wrote: > On Donnerstag, 23. Juli 2015 07:22:19 CEST, saheb preet singh wrote: > > I tried using resume and resume_until i

Re: Getting file in ranges using KIO

2015-07-22 Thread saheb preet singh
e_until instead of range and range_end, but its not working. > => which KIO version do you use? > > I am using the default KIO installed by apt-get. Its showing kio5 4.13.3-0 using apt-cache policy. I have also uploaded my code here <https://github.com/sahebpreet/kio-example>.

Re: Getting file in ranges using KIO

2015-07-22 Thread saheb preet singh
, server supports getting files in ranges. I have also uploaded a small demo of what I am doing here <https://github.com/sahebpreet/kio-example>. Thanks, Saheb Preet Singh. > 2015-07-22 5:01 GMT-03:00 saheb preet singh : > > Hi, > > > > I am Saheb Preet Singh, a KDE

Getting file in ranges using KIO

2015-07-22 Thread saheb preet singh
Hi, I am Saheb Preet Singh, a KDE GSOC student. I am working on the okular project. I was working on the linearization support which allows to open the files in the reader prior to its complete download. I am having some queries related to KIO. I am using KIO::get method to get the contents of