425 Commits (bb1d6c7c9fdcac99db33b5f42d768603d698400c)

Author SHA1 Message Date
Pino Toscano bd294e1de6 move the FilePrinterPreview to the kpart (no need for it to be in the core library) 19 years ago
Pino Toscano 2cd01094a7 remove the 'lib' prefix from the okularpart 19 years ago
John Layt 1b1ed9451b Enable Okular printing features: 19 years ago
John Layt 070285e039 Port from KPrinter to QPrinter, remove dependency on KDE4_KDEPRINT_LIBS. 19 years ago
Pino Toscano 175cc2bce6 use the same about data for both the part and the shell, so: 19 years ago
Pino Toscano 7eb8659d4f Add a tool button in the toolbar with the "select" actions. 19 years ago
Tobias Koenig 9642e7ae5e Add proxy models for the AnnotationModel and port SideReviews 19 years ago
Pino Toscano a917f080e6 Create a model for the TOC, and use that for displaying the TOC of the document. 19 years ago
Pino Toscano f770c6b542 Add a port of the kdelibs classes KTreeWidgetSearchLine* that use QTreeView/QModelIndex instead of TreeWidget/QTreeWidgetItem. 19 years ago
Pino Toscano 239434362e Basic version of a tree model for the document annotations. 19 years ago
Pino Toscano 05dc08d028 include the blitz include dir as well 19 years ago
Albert Astals Cid 8d0b9b2832 KImageEffect::flatten -> Blitz::flatten 19 years ago
Albert Astals Cid 3f80eceaae Now (Qt 4.3.1) that QPainter::CompositionMode_Multiply works remove agg2 based code 19 years ago
Pino Toscano 17ad0df66c New sidebar for okular. 19 years ago
Pino Toscano ca481df309 SVN_SILENT old stuff 19 years ago
Pino Toscano 301ab93196 Riactivate the very very very, and I underline very, experimental newstuff support we had before the KNS1 -> KNS2 switch: 19 years ago
Laurent Montel 889031ab1d Remove not necessary cmake variable 19 years ago
Laurent Montel f2ce8de556 Remove not necessary cmake variable (already defined 19 years ago
Allen Winter 5110d1d3f2 remove kde4_automoc() 19 years ago
Pino Toscano 3a6e25e46a fontinfo.h needs to be installed as well 19 years ago
Pino Toscano e5037f45b1 Refator a bit the way Document and the generators use to read the font information from a document. 19 years ago
Albert Astals Cid 2437917e47 Do not start numberOfPagesWithPixmaps threads because that brings the system down, just start what threadweaver thinks its best 19 years ago
Pino Toscano 0e9b82be96 get rid of the Xrender-related stuff 19 years ago
Stephan Binner d4940f5a56 fix compilation 19 years ago
Pino Toscano 9bca223282 global.h must be installed as well 19 years ago
Pino Toscano 166ba5b87a move the Generator::Private to a GeneratorPrivate, and move the implementations of the provate threads to a cpp 19 years ago
Laurent Montel 60054621c8 Add version (not install all develop package when 19 years ago
Pino Toscano f3e484082d Link -> Action renaming. 19 years ago
Pino Toscano 8f443fc5fd disable the old newstuff system, waiting for the porting to the new one 19 years ago
Pino Toscano 08ac5c5a06 simplify 19 years ago
David Faure 06d18ea3cc Make it possible to compile all of playground in one go (but also still to compile it like before, of course). 19 years ago
Pino Toscano 36b894c75a Create a (private) PageController that handles the rotation jobs from all the pages. 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 f55c401b20 Refactor the document search interfaces, as discussed on the mailing list. 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 24c56ef3d9 move most of the okular cmake configure stuff within the okular source tree 19 years ago
Pino Toscano db8a10dc2c Preliminary supports for text and choice form fields. 19 years ago
Pino Toscano 1e7cb0b2eb First version of an audio player for okular, able to play the sounds in the documents. 19 years ago
Pino Toscano 92ea1bba69 Last step of the ThreadedGenerator -> Generator merge: remove the old files and rename the used file. 19 years ago
Pino Toscano d3619da584 get rid of two CMakeLists.txt's used to only install one files each - install the stuff from the top-level CMakeLists.txt 19 years ago
Tobias Koenig d227a94e79 First part of the porting to a threaded api for generators 19 years ago
Tobias Koenig e1ab8660ef Add new TextDocumentGenerator class, which is a base class for 19 years ago
Pino Toscano af8487c920 no need to link okularcore with kparts, kio is needed though 19 years ago
Pino Toscano 18fab3d130 Improve the way we deal with generators that give the possibility to change the size of the pages: instead of let them destroy and recreate the pages (bad), ask them the sizes they support, then do the work ourselves and notify the generator when the work is done. 19 years ago
Tobias Koenig ea51ee18f5 Do a lot of include cleanups... we install all important 19 years ago
Tobias Koenig 2aa8a4c31b Moved SourceReference into its own file 19 years ago
Tobias Koenig 777877f2d2 Refactor the RMB menu for annotations, so we can use the menu for 19 years ago
Pino Toscano 48a772be4b move the ui-related utils functions for annotations in an own utils class 19 years ago
Pino Toscano 539921bdf6 Improving the bookmark capabilities of okular. 19 years ago