[Okular-devel] [Bug 136574] Wish; Show videos in a pdf

2008-08-24 Thread Pino Toscano
http://bugs.kde.org/show_bug.cgi?id=136574 --- Comment #9 from Pino Toscano 2008-08-25 04:10:39 --- I just added some code for handling (in a really basic way) the video information and showing video widgets in the page view and in the presentation mode. If this proves to be working, it will

Re: [Okular-devel] Implement ODF export for TextDocumentGenerator

2008-08-24 Thread Pino Toscano
Hello Brad, > Qt 4.5 offers us an easy way to write an ODF text file from a > QTextDocument. A few of our generators have such a thing. So here is the > easy patch Cool... green light on my side! > It could be applied to Plucker generator, but I don't have any samples that > work. Me neithe

[Okular-devel] Implement ODF export for TextDocumentGenerator

2008-08-24 Thread Brad Hards
G'day team, Qt 4.5 offers us an easy way to write an ODF text file from a QTextDocument. A few of our generators have such a thing. So here is the easy patch This only applies to those deriving from Okular::TextDocumentGenerator. It could be applied to Plucker generator, but I don't have an