3199 Commits (599b77cc372c6cc1b637966f6d2b8bf369aa3a31)
 

Author SHA1 Message Date
Pino Toscano 599b77cc37 two bugs and a wish hopefully closed with the new find bar implementation 19 years ago
Pino Toscano 36b894c75a Create a (private) PageController that handles the rotation jobs from all the pages. 19 years ago
Pino Toscano 5d5eb0f2ad don't leak the menu 19 years ago
Pino Toscano a67410f74f move the private class of Page in an own private header 19 years ago
Pino Toscano 363023331d add a 'find next' button in the search bar of presentation mode 19 years ago
Pino Toscano 38c0e26674 keep the right position when we resize 19 years ago
David Faure 0c1b5314e9 Use standard mimetype names from shared-mime-info 19 years ago
Pino Toscano a7abb688a3 - convert to the xdg mimetypes 19 years ago
Pino Toscano 6293345c95 okular_export.h and form.h must be installed as well 19 years ago
Christian Ehrlicher c5c2da7c89 fix win32 compilation 19 years ago
Pino Toscano 6452da8291 PageSizeLabel misses its moc 19 years ago
Urs Wolfer 6a7101b632 take use of antialiased painter 19 years ago
Pino Toscano 8704da3d13 react to highlights and draw them 19 years ago
Pino Toscano f55c401b20 Refactor the document search interfaces, as discussed on the mailing list. 19 years ago
Pino Toscano af1fd0c1f3 new icon name 19 years ago
Pino Toscano d6dd0aa28c support for configuring the viewport moving; fix small issue with minimum search text length 19 years ago
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