Pino Toscano
05b00c2200
support (not so much tested) for the Next search type
...
svn path=/trunk/playground/graphics/okular/; revision=643515
19 years ago
Pino Toscano
0ac881f1f3
isolate the search search bar in an own class (child of KLineEdit), so it can be used with no copy-paste job
...
svn path=/trunk/playground/graphics/okular/; revision=643508
19 years ago
Pino Toscano
c363cad735
this should hopefully fix the build
...
svn path=/trunk/playground/graphics/okular/; revision=643486
19 years ago
Pino Toscano
9581cc9594
the toolbar is not moveable
...
svn path=/trunk/playground/graphics/okular/; revision=643472
19 years ago
Pino Toscano
f18845576b
add the permission to fill forms
...
svn path=/trunk/playground/graphics/okular/; revision=643462
19 years ago
Pino Toscano
1117200950
constness for document()
...
svn path=/trunk/playground/graphics/okular/; revision=643431
19 years ago
Pino Toscano
4da2254d24
move the private stuff of PageViewToolBar into the already existing private class
...
svn path=/trunk/playground/graphics/okular/; revision=643300
19 years ago
Pino Toscano
426e21ba6f
just read the annotation tools _once_
...
svn path=/trunk/playground/graphics/okular/; revision=643295
19 years ago
Pino Toscano
55f8590f48
make it compile with Qt4.3 (snapshot)
...
svn path=/trunk/playground/graphics/okular/; revision=643279
19 years ago
Tobias Koenig
ef13da1225
Fixed the loading of documents where not all pages are referenced
...
via links. That's a bug which also exists in the original explode.c
demo app from plkr.org.
svn path=/trunk/playground/graphics/okular/; revision=643276
19 years ago
Tobias Koenig
bc309799d7
Worked around some bugs in QTextCursor/Document, bug reports already sent to TT
...
svn path=/trunk/playground/graphics/okular/; revision=643230
19 years ago
Pino Toscano
e321010e63
the plucker generators requires, libjpeg, so compile it only if libjpeg is found
...
use the right cmake variables instead of hardcoding the library name
svn path=/trunk/playground/graphics/okular/; revision=642611
19 years ago
Laurent Montel
427f632da1
Fix display message
...
svn path=/trunk/playground/graphics/cmake/modules/; revision=642498
19 years ago
Albert Astals Cid
6c75fd3203
No idea why it was a void * if it always was used as int.
...
This change makes it compile on amd64.
Tobias is the support complete? I tried a document from gutenberg website at it seems i don't get all content.
CCMAIL: tokoe@kde.org
svn path=/trunk/playground/graphics/okular/; revision=642294
19 years ago
Pino Toscano
61ace600ec
extra ';'
...
svn path=/trunk/playground/graphics/okular/; revision=642284
19 years ago
David Faure
2bfc410d5b
Fix compilation. The mimetype handling should be rewritten though; maybe with some code in KParts itself...
...
Next problem (on amd64):
/d/kde/src/4/playground/graphics/okular/generators/plucker/unpluck/unpluck.cpp:901: error: cast from ‘void*’ to ‘int’ loses precision
svn path=/trunk/playground/graphics/okular/; revision=642273
19 years ago
Dirk Mueller
92628902bd
pedantic--
...
svn path=/trunk/playground/graphics/okular/; revision=642236
19 years ago
Tobias Koenig
bbab731ce0
Add plugin for the Plucker format ( http://www.plkr.org/ ) which is used for
...
many eBooks. You can find sample files under http://www.gutenberg.org/
svn path=/trunk/playground/graphics/okular/; revision=641974
19 years ago
Pino Toscano
88006a575b
extract the messages of each generator into an own pot: this way it's easier to translate a single backend (or provide the translation for a custom one), but as drawback some strings are repeated in more than one pot
...
svn path=/trunk/playground/graphics/okular/; revision=641620
19 years ago
Pino Toscano
49c2a80585
keep the name of the current generator, and make it possible to load the custom translation of the backend
...
svn path=/trunk/playground/graphics/okular/; revision=641598
19 years ago
Pino Toscano
6ea5badeab
don't try to start a text extraction thread if the generator does not extract text
...
svn path=/trunk/playground/graphics/okular/; revision=641458
19 years ago
Brad Hards
3716cc9eb3
Minor cleanups - make debugging more informative, a spello
...
fix, and put a line break between pages in text dumps.
svn path=/trunk/playground/graphics/okular/; revision=641360
19 years ago
Pino Toscano
1bfc805a3e
it does not make much sense to check for a serie of permissions at the same time, so just check one permission at a time
...
svn path=/trunk/playground/graphics/okular/; revision=641341
19 years ago
Pino Toscano
9a10418505
move the about data in an own file, so it can be used from both the shell and the part
...
svn path=/trunk/playground/graphics/okular/; revision=641337
19 years ago
Pino Toscano
f1fd2750e4
save a pointer to save some casts
...
svn path=/trunk/playground/graphics/okular/; revision=641327
19 years ago
Pino Toscano
3507d4e68f
use the new Okular::ExportFormat::plainText()
...
svn path=/trunk/playground/graphics/okular/; revision=641321
19 years ago
Pino Toscano
2ef46f8d90
simplify a bit the export action creation code
...
svn path=/trunk/playground/graphics/okular/; revision=641313
19 years ago
Pino Toscano
1316811082
Cache the export formats, so we can know better if the text/plain formst is supported by the backend (and act accordingly).
...
svn path=/trunk/playground/graphics/okular/; revision=641302
19 years ago
Pino Toscano
bc8036dc62
they are constant methods, so let them be 'const'
...
svn path=/trunk/playground/graphics/okular/; revision=641248
19 years ago
Pino Toscano
6d16cfd1f6
krazy issues
...
svn path=/trunk/playground/graphics/okular/; revision=641195
19 years ago
Pino Toscano
c8f1b532f8
placeholder
...
svn path=/trunk/playground/graphics/okular/; revision=641192
19 years ago
Pino Toscano
24c56ef3d9
move most of the okular cmake configure stuff within the okular source tree
...
svn path=/trunk/playground/graphics/okular/; revision=641188
19 years ago
Pino Toscano
1ac4578301
init the debug area number
...
svn path=/trunk/playground/graphics/okular/; revision=641179
19 years ago
Brad Hards
61aa0d440d
Switch the Text Extraction handler over to using
...
QXmlStreamReader. This still isn't working the way I would like -
looks to be something wrong in either the character selection or the
matrix transformation code.
Also implemented the "export to" text/plain.
svn path=/trunk/playground/graphics/okular/; revision=641156
19 years ago
Brad Hards
3c05813278
More conversion from DOM to QXmlStreamReader. Same functionality,
...
a little more debugging, and about half as much code.
svn path=/trunk/playground/graphics/okular/; revision=641126
19 years ago
Brad Hards
b0039a0e11
Remove unused declaration.
...
svn path=/trunk/playground/graphics/okular/; revision=641121
19 years ago
Brad Hards
7f373a206a
Minor cleanups - stray whitespace, use the debug area
...
for kDebug(), don't use kWarning() for general debugging.
svn path=/trunk/playground/graphics/okular/; revision=641120
19 years ago
Pino Toscano
a33baf4982
connect to the right signal
...
svn path=/trunk/playground/graphics/okular/; revision=640973
19 years ago
Allen Winter
282b23b29e
tell Krazy to skip over some 3rd party subdirs
...
svn path=/trunk/playground/graphics/okular/; revision=640713
19 years ago
Pino Toscano
9ccf6d520d
adapt the icon names to the icon naming spec
...
svn path=/trunk/playground/graphics/okular/; revision=640710
19 years ago
Brad Hards
81a132092f
Switch to using QXmlStreamReader (from Qt4.3) for
...
parsing. There is more of this to be done.
Also, use a debug area for the XPS generator.
svn path=/trunk/playground/graphics/okular/; revision=640442
19 years ago
Pino Toscano
fd7434c95a
Add support for custom generator about data (and potentially for custom configuration).
...
svn path=/trunk/playground/graphics/okular/; revision=640348
19 years ago
Script Kiddy
9c27194383
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/playground/graphics/okular/; revision=640317
19 years ago
Brad Hards
2610ad9755
temporarily disable XPS generator for Qt4.2 and
...
earlier. I'm switching to using a new XML parser
that is only going live in Qt4.3.
svn path=/trunk/playground/graphics/okular/; revision=639934
19 years ago
Pino Toscano
c8328a6553
Set a title for the KDE Printing Job.
...
svn path=/trunk/playground/graphics/okular/; revision=639359
19 years ago
Tobias Koenig
da204fd4b8
Match the forms exactly into the surrounding frame
...
svn path=/trunk/playground/graphics/okular/; revision=638384
19 years ago
Tobias Koenig
1a0cd8acbd
SVN_SILENT help debugging
...
svn path=/trunk/playground/graphics/okular/; revision=637697
19 years ago
Pino Toscano
a5f6538d43
avoid the jumping of the pageview to the next (hidden) focus form widget when hiding them
...
svn path=/trunk/playground/graphics/okular/; revision=637148
19 years ago
Pino Toscano
1ea8792482
Restore compatibility with Poppler 0.5.x.
...
svn path=/trunk/playground/graphics/okular/; revision=637077
19 years ago
Pino Toscano
db8a10dc2c
Preliminary supports for text and choice form fields.
...
This includes:
- the interfaces for the generators
- the basic widgets for editing their value
- a top bar for show/hide the forms of a document
- the implementation of the forms for the PDF backend
still nothing that can be done with them, nor the value of the forms can be saved...
... but it's a start! :-)
svn path=/trunk/playground/graphics/okular/; revision=637001
19 years ago