3183 Commits (05b00c2200b0a930b11145248bbdb71ac9716637)
 

Author SHA1 Message Date
Pino Toscano 05b00c2200 support (not so much tested) for the Next search type 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 19 years ago
Pino Toscano c363cad735 this should hopefully fix the build 19 years ago
Pino Toscano 9581cc9594 the toolbar is not moveable 19 years ago
Pino Toscano f18845576b add the permission to fill forms 19 years ago
Pino Toscano 1117200950 constness for document() 19 years ago
Pino Toscano 4da2254d24 move the private stuff of PageViewToolBar into the already existing private class 19 years ago
Pino Toscano 426e21ba6f just read the annotation tools _once_ 19 years ago
Pino Toscano 55f8590f48 make it compile with Qt4.3 (snapshot) 19 years ago
Tobias Koenig ef13da1225 Fixed the loading of documents where not all pages are referenced 19 years ago
Tobias Koenig bc309799d7 Worked around some bugs in QTextCursor/Document, bug reports already sent to TT 19 years ago
Pino Toscano e321010e63 the plucker generators requires, libjpeg, so compile it only if libjpeg is found 19 years ago
Laurent Montel 427f632da1 Fix display message 19 years ago
Albert Astals Cid 6c75fd3203 No idea why it was a void * if it always was used as int. 19 years ago
Pino Toscano 61ace600ec extra ';' 19 years ago
David Faure 2bfc410d5b Fix compilation. The mimetype handling should be rewritten though; maybe with some code in KParts itself... 19 years ago
Dirk Mueller 92628902bd pedantic-- 19 years ago
Tobias Koenig bbab731ce0 Add plugin for the Plucker format (http://www.plkr.org/) which is used for 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 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 19 years ago
Pino Toscano 6ea5badeab don't try to start a text extraction thread if the generator does not extract text 19 years ago
Brad Hards 3716cc9eb3 Minor cleanups - make debugging more informative, a spello 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 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 19 years ago
Pino Toscano f1fd2750e4 save a pointer to save some casts 19 years ago
Pino Toscano 3507d4e68f use the new Okular::ExportFormat::plainText() 19 years ago
Pino Toscano 2ef46f8d90 simplify a bit the export action creation code 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). 19 years ago
Pino Toscano bc8036dc62 they are constant methods, so let them be 'const' 19 years ago
Pino Toscano 6d16cfd1f6 krazy issues 19 years ago
Pino Toscano c8f1b532f8 placeholder 19 years ago
Pino Toscano 24c56ef3d9 move most of the okular cmake configure stuff within the okular source tree 19 years ago
Pino Toscano 1ac4578301 init the debug area number 19 years ago
Brad Hards 61aa0d440d Switch the Text Extraction handler over to using 19 years ago
Brad Hards 3c05813278 More conversion from DOM to QXmlStreamReader. Same functionality, 19 years ago
Brad Hards b0039a0e11 Remove unused declaration. 19 years ago
Brad Hards 7f373a206a Minor cleanups - stray whitespace, use the debug area 19 years ago
Pino Toscano a33baf4982 connect to the right signal 19 years ago
Allen Winter 282b23b29e tell Krazy to skip over some 3rd party subdirs 19 years ago
Pino Toscano 9ccf6d520d adapt the icon names to the icon naming spec 19 years ago
Brad Hards 81a132092f Switch to using QXmlStreamReader (from Qt4.3) for 19 years ago
Pino Toscano fd7434c95a Add support for custom generator about data (and potentially for custom configuration). 19 years ago
Script Kiddy 9c27194383 SVN_SILENT made messages (.desktop file) 19 years ago
Brad Hards 2610ad9755 temporarily disable XPS generator for Qt4.2 and 19 years ago
Pino Toscano c8328a6553 Set a title for the KDE Printing Job. 19 years ago
Tobias Koenig da204fd4b8 Match the forms exactly into the surrounding frame 19 years ago
Tobias Koenig 1a0cd8acbd SVN_SILENT help debugging 19 years ago
Pino Toscano a5f6538d43 avoid the jumping of the pageview to the next (hidden) focus form widget when hiding them 19 years ago
Pino Toscano 1ea8792482 Restore compatibility with Poppler 0.5.x. 19 years ago
Pino Toscano db8a10dc2c Preliminary supports for text and choice form fields. 19 years ago