Re: [Okular-devel] Dt. 4th August - status

2013-08-05 Thread Jaydeep Solanki
On Mon, Aug 5, 2013 at 12:25 AM, Albert Astals Cid aa...@kde.org wrote: El Diumenge, 4 d'agost de 2013, a les 23:31:02, Jaydeep Solanki va escriure: Hi, Regarding the TextDocument threaded rendering issue, I implemented a clone method to return an EpubDocument. QTextDocument::clone()

Re: [Okular-devel] Dt. 4th August - status

2013-08-05 Thread Albert Astals Cid
El Dimarts, 6 d'agost de 2013, a les 00:43:57, Jaydeep Solanki va escriure: On Mon, Aug 5, 2013 at 12:25 AM, Albert Astals Cid aa...@kde.org wrote: El Diumenge, 4 d'agost de 2013, a les 23:31:02, Jaydeep Solanki va escriure: Hi, Regarding the TextDocument threaded rendering

[Okular-devel] Dt. 4th August - status

2013-08-04 Thread Jaydeep Solanki
Hi, Regarding the TextDocument threaded rendering issue, I implemented a clone method to return an EpubDocument. QTextDocument::clone() is not a virtual method, so either we'll have to make it virtual or change the signature of clone method in EpubDocument. I made QTextDocument::clone() virtual.

Re: [Okular-devel] Dt. 4th August - status

2013-08-04 Thread Jaydeep Solanki
And for the comparisons, I have Intel i5-2430M Processorhttp://ark.intel.com/products/53450 On Sun, Aug 4, 2013 at 11:31 PM, Jaydeep Solanki jayd...@gmail.com wrote: Hi, Regarding the TextDocument threaded rendering issue, I implemented a clone method to return an EpubDocument.

Re: [Okular-devel] Dt. 4th August - status

2013-08-04 Thread Albert Astals Cid
El Diumenge, 4 d'agost de 2013, a les 23:31:02, Jaydeep Solanki va escriure: Hi, Regarding the TextDocument threaded rendering issue, I implemented a clone method to return an EpubDocument. QTextDocument::clone() is not a virtual method, so either we'll have to make it virtual or change the