[Okular-devel] [okular] [Bug 308683] Okular does not remember display preferences for documents on refresh or reopen

2013-08-04 Thread reescf
https://bugs.kde.org/show_bug.cgi?id=308683 --- Comment #5 from ree...@gmail.com --- Also sorry if the "full screen" was confusing. Hyperref using "FullScreen" to request essentially presentation mode in Acrobat and beamer uses it for this as well. -- You are receiving this mail because: You are

[Okular-devel] [okular] [Bug 308683] Okular does not remember display preferences for documents on refresh or reopen

2013-08-04 Thread reescf
https://bugs.kde.org/show_bug.cgi?id=308683 --- Comment #4 from ree...@gmail.com --- Sorry about the delay. Ideally, I would like: 1) a command line switch --nopresentation which would ignore document requests to use presentation mode rather than triggering a dialogue asking me what I want to do.

[Okular-devel] [okular] [Bug 293109] Enable form filling in presentation mode

2013-08-04 Thread reescf
https://bugs.kde.org/show_bug.cgi?id=293109 --- Comment #9 from ree...@gmail.com --- OK. Glad it is clear, anyway. Unfortunately, I (literally) don't earn enough to survive let alone hire developers... -- You are receiving this mail because: You are the assignee for the bug. ___

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

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

2013-08-04 Thread Jaydeep Solanki
And for the comparisons, I have Intel i5-2430M Processor On Sun, Aug 4, 2013 at 11:31 PM, Jaydeep Solanki wrote: > Hi, > > Regarding the TextDocument threaded rendering issue, I implemented a clone > method to return an EpubDocument. QTextDocument::clone() i

[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.