Pino Toscano
4c3d96c193
make the rotation working almost again
...
svn path=/trunk/playground/graphics/okular/; revision=599808
20 years ago
Pino Toscano
a3667a7202
make the rotation work again
...
svn path=/trunk/playground/graphics/okular/; revision=599799
20 years ago
Pino Toscano
9b5a184aa3
delete the old rotation code and make this generator working again
...
svn path=/trunk/playground/graphics/okular/; revision=599791
20 years ago
Pino Toscano
90ee1a0547
convert to generate page images and not pixmaps
...
svn path=/trunk/playground/graphics/okular/; revision=599786
20 years ago
Albert Astals Cid
d6c251a752
setPixmap -> setImage
...
svn path=/trunk/playground/graphics/okular/; revision=599765
20 years ago
Pino Toscano
66b5ef51f3
show a 'keep password' checkbox when using a wallet so the user ca decide if he wants the password saved in the wallet.
...
Implements KPDF wish #122605 .
svn path=/trunk/playground/graphics/okular/; revision=599715
20 years ago
Pino Toscano
0be674f981
Forwardport SVN commit 599376 by pino:
...
Don't try querying the document if it's closed.
svn path=/trunk/playground/graphics/okular/; revision=599385
20 years ago
Pino Toscano
8f633c7c8e
fix library loading
...
svn path=/trunk/playground/graphics/okular/; revision=599132
20 years ago
Pino Toscano
eb83fc5d27
adapt the djvu generator (and kdjvu) to handle images instead of pixmaps
...
add a basic TODO
svn path=/trunk/playground/graphics/okular/; revision=599108
20 years ago
Tobias Koenig
a375953402
Adapt ghostview, kimgio, pdf, dvi, chm, xps and ooo generators to setImage()
...
svn path=/trunk/playground/graphics/okular/; revision=599090
20 years ago
Albert Astals Cid
54ad65e92f
}; -> }
...
svn path=/trunk/playground/graphics/okular/; revision=599084
20 years ago
Tobias Koenig
d22b2f1892
A rather big change:
...
* Hide as much private API as possible in Generator, PixmapRequest and ExportEntry/Format
* Renamed ExportEntry to ExportFormat and made it value based
* Removed canExportToText() and exportToText() from Generator API and implemented this
functionality in exportFormats()/exportTo() in the generators
* Removed the orientation parameter from PixmapRequest and let the Document handle the rotation
of the page (pixmap) instead
CCMAIL:okular-devel@kde.org
svn path=/trunk/playground/graphics/okular/; revision=599058
20 years ago
Pino Toscano
46a1ddc08e
#include not needed
...
svn path=/trunk/playground/graphics/okular/; revision=598561
20 years ago
Pino Toscano
a62cd3aa2f
The internal search is a pretty bad concept, as the Document provides it for free
...
svn path=/trunk/playground/graphics/okular/; revision=598553
20 years ago
Pino Toscano
03e01b97f6
it's not a real composition effect, but this should help a bit...
...
svn path=/trunk/playground/graphics/okular/; revision=598542
20 years ago
Pino Toscano
de3d0468ab
use the new kdelibs (adding a caption)
...
svn path=/trunk/playground/graphics/okular/; revision=598477
20 years ago
Laurent Montel
acb44a49d5
Apply Alex patch (now we can use enable-final argument
...
some module compiles with enable-final now)
As discussed with Alex it's not necessary to have program name
into automoc macro
svn path=/trunk/playground/graphics/okular/; revision=598341
20 years ago
Tobias Koenig
65eae2664a
Fixed generation of 'table of contents'
...
svn path=/trunk/playground/graphics/okular/; revision=598329
20 years ago
Pino Toscano
4c0808fabf
a bit less of #include's
...
svn path=/trunk/playground/graphics/okular/; revision=598229
20 years ago
Pino Toscano
ab1fe9f8cc
initialize a pointer is always a good idea
...
svn path=/trunk/playground/graphics/okular/; revision=598206
20 years ago
Pino Toscano
23b3a7f6a1
ooops forgot to remove some debug
...
svn path=/trunk/playground/graphics/okular/; revision=598204
20 years ago
Pino Toscano
339bfc6907
Create a new AnnotationEngine to select some text from the current page, and make it able to distill Highlight annotations. Now you can hightlight th text in your document, wooo :)
...
svn path=/trunk/playground/graphics/okular/; revision=598201
20 years ago
Pino Toscano
5f28d1163f
make a pair of actions name and label more close to the others
...
remove unused (duplicated) action
svn path=/trunk/playground/graphics/okular/; revision=598165
20 years ago
Pino Toscano
d010d05e6e
make the AnnotatorEngine able to return a list of annotations (this will be useful later...)
...
svn path=/trunk/playground/graphics/okular/; revision=598151
20 years ago
Pino Toscano
4f027d89f5
+fixes
...
svn path=/trunk/playground/graphics/okular/; revision=598131
20 years ago
Pino Toscano
7d6f5be0e5
less verbose
...
svn path=/trunk/playground/graphics/okular/; revision=598093
20 years ago
Pino Toscano
6983c298a7
a working debug stream operator for the PixmapRequest
...
svn path=/trunk/playground/graphics/okular/; revision=598087
20 years ago
Pino Toscano
18028a8a2c
API change in the Generator: use an empty construct, and set the document for the generator right after its construction.
...
Add a protected method to get the document, and hide the real document pointer as private, so the generators can't redefine it.
svn path=/trunk/playground/graphics/okular/; revision=598025
20 years ago
Pino Toscano
0381a0410e
simplify
...
svn path=/trunk/playground/graphics/okular/; revision=597994
20 years ago
Pino Toscano
dd40052d86
old code
...
svn path=/trunk/playground/graphics/okular/; revision=597993
20 years ago
Pino Toscano
d37a58ec71
show something as caption for the presentation mode; show always the file name instead of the full url when in both the part and presentation mode there is no document title available
...
svn path=/trunk/playground/graphics/okular/; revision=597895
20 years ago
Pino Toscano
cc3de8c899
fix typo in license
...
svn path=/trunk/playground/graphics/okular/; revision=597879
20 years ago
Pino Toscano
ed84916c0d
spell checking
...
svn path=/trunk/playground/graphics/okular/; revision=597875
20 years ago
Pino Toscano
bbcb217a19
foo(QString) -> foo(const QString&)
...
svn path=/trunk/playground/graphics/okular/; revision=597872
20 years ago
Pino Toscano
300d2a19d1
less includes
...
svn path=/trunk/playground/graphics/okular/; revision=597871
20 years ago
Pino Toscano
9093fb49ac
forward declaration
...
svn path=/trunk/playground/graphics/okular/; revision=597779
20 years ago
Pino Toscano
7e8cd7d780
old todo's
...
svn path=/trunk/playground/graphics/okular/; revision=597755
20 years ago
Pino Toscano
0a0cd11352
small bits
...
svn path=/trunk/playground/graphics/doc/okular/; revision=597752
20 years ago
Pino Toscano
1fabb1880d
rename setSelected to setCurrent, as it clashes with a new function of Qt4.2
...
svn path=/trunk/playground/graphics/okular/; revision=597727
20 years ago
Albert Astals Cid
47423021dc
fix my broken fix to tokoe's change
...
svn path=/trunk/playground/graphics/okular/; revision=597679
20 years ago
Albert Astals Cid
9bcad073c7
remove spanish debug message
...
svn path=/trunk/playground/graphics/okular/; revision=597675
20 years ago
Pino Toscano
2fdca9ed0e
old stuff
...
svn path=/trunk/playground/graphics/okular/; revision=597610
20 years ago
Albert Astals Cid
f6fc0a8944
tokoe messed up this, fix it
...
svn path=/trunk/playground/graphics/okular/; revision=597536
20 years ago
Tobias Koenig
fccd412d69
* Added documentation to Generator API
...
* Moved all implementations to generator.cpp
* Added 'const' where it make sense
* Adapted all generators (except gs)
svn path=/trunk/playground/graphics/okular/; revision=597525
20 years ago
Pino Toscano
78809ba627
use better a regexp
...
svn path=/trunk/playground/graphics/okular/; revision=597319
20 years ago
Albert Astals Cid
d3f03d2144
Change slotRequestVisiblePixmaps that is called due to a rotation change to a queued petition, this makes rotation changing from 0º to 180º work as previously pixmaps where not reasked because the page items relayouting was done after (in a queded petition) and so they did not intersect at this stage, now as we use a queued petition too for slotRequestVisiblePixmaps, the order is correct and works
...
Transform QTimer::singleShot to QMetaObject::invokeMethod as thiago said it is better
svn path=/trunk/playground/graphics/okular/; revision=597307
20 years ago
Pino Toscano
9583a331d5
make it compile, damn typos...
...
svn path=/trunk/playground/graphics/doc/okular/; revision=597280
20 years ago
Pino Toscano
40edc361cd
basic start of the section about annotations; spell checking
...
svn path=/trunk/playground/graphics/doc/okular/; revision=597278
20 years ago
Albert Astals Cid
fe0e06e54c
There is no need to load all text at the beginning as okular does the text extraction on-demand
...
svn path=/trunk/playground/graphics/okular/; revision=597226
20 years ago
Laurent Montel
de4760de6e
Fix enable-final
...
svn path=/trunk/playground/graphics/okular/; revision=597046
20 years ago