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

2008-09-02 Thread Tobias Koenig
On Tue, Sep 02, 2008 at 12:15:11PM +1000, Brad Hards wrote: > On Tuesday 26 August 2008 12:18:01 am Tobias Koenig wrote: Hej, > > Yes, example attached. > Neither of those will load for me. > > I appear to have the plucker generator (builds, installs) and the desktop > files. "Plucker" appears

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

2008-09-01 Thread Brad Hards
On Tuesday 26 August 2008 12:18:01 am Tobias Koenig wrote: > Yes, example attached. Neither of those will load for me. I appear to have the plucker generator (builds, installs) and the desktop files. "Plucker" appears as a supported file type, but the .pdb files don't appear to be recognised as

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