34 Commits (f2e9633ea7603df965eb7fdddf875fa8e950fb4d)

Author SHA1 Message Date
Martin T. H. Sandsmark 439ced872d Port away from signal/slot keyword 10 years ago
Montel Laurent e03e6f6863 Use Q_DECL_OVERRIDE 11 years ago
Alex Richardson 1049dc188a Add Q_INTERFACES( Okular::Generator ) to all plugins 11 years ago
Albert Astals Cid e9e3d4a435 Make documentInfo be Hash based instead of XML based 12 years ago
Albert Astals Cid 541650a4f4 Remove the concept of observer/view id 13 years ago
Pino Toscano 505139af31 generators: fix core #includes removing the okular prefix 15 years ago
Pino Toscano 002ea53f97 QVector<bool> -> QBitArray 17 years ago
Pino Toscano 86169f7558 SVN_SILENT remove old code 18 years ago
Pino Toscano 730e1f665b Take into account relative links in pages, and resolve them correctly. 18 years ago
Albert Astals Cid 2e29cd8ffa port to new kchmviewer code, this brings us to almost no local patch on extern code (we have 1 bugfix + making kio-msits work that i'll notify upstream) 18 years ago
Pino Toscano 6aa123656a Port the plugin system to the standard KDE factory and loader, getting rid of the custom system okular had so far. 19 years ago
Pino Toscano 15155d8824 Rename the virtual closeDocument() to doCloseDocument(), and make it protected. 19 years ago
Pino Toscano a3aca79a4e a vector of bool is better here 19 years ago
Pino Toscano 4dcadf5544 Add a mutex in the base generator class, so any generator that wants a mutex can use it. 19 years ago
Pino Toscano e0f08ab3e9 delete the khtml part on destruction; remove unused #include 19 years ago
Tobias Koenig 68e1c81b9a * Fixed the loading of chm documents (avoids crashes) 19 years ago
Tobias Koenig f6db3a7408 Replaced the kapp->processEvents magic by a clean nested QEventLoop 19 years ago
Pino Toscano 6068c76df6 Merge the new functions of ThreadedGenerator into the base Generator: this means that there's again only a single base Generator that can provide the multithreading for the generation of contents, just pixmaps for now. 19 years ago
Pino Toscano 55dfb87f3f simplify a bit the Feature system: move it to the base Generator class, and add a protected method to switch a feature on and off easily - no more need to copy&paste hasFeature() anymore 19 years ago
Tobias Koenig d227a94e79 First part of the porting to a threaded api for generators 19 years ago
Pino Toscano 135a18b407 get rid of supportsSearching() by using a proper feature 19 years ago
Pino Toscano 468a0da775 bye bye canGenerateTextPage(), unused nowadays 19 years ago
Tobias Koenig ea51ee18f5 Do a lot of include cleanups... we install all important 19 years ago
Pino Toscano 94c9ffa3d7 do not explicitely include document.h in generator.h 19 years ago
Pino Toscano 8def2109ec change the metaData() function of the Generator to use QVariant as type for the returned value and for the 'option' parameter, this gives more flexibility 20 years ago
Pino Toscano a62cd3aa2f The internal search is a pretty bad concept, as the Document provides it for free 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. 20 years ago
Tobias Koenig fccd412d69 * Added documentation to Generator API 20 years ago
Tobias Koenig df7d144c10 Moved all classes in core/ into the 'Okular' namespace and removed 20 years ago
Pino Toscano 5ee6d32f1b clean up a bit by removing some stuff we probably won't ever use 20 years ago
Pino Toscano 7ba0c4df3a Show the title of the current document - if available - as title of the main window, as requested in comments of KPDF bug #103362. 20 years ago
Pino Toscano b6d7a36eda Small addition to the Ganarator API: bool closeDocument(). 20 years ago
Pino Toscano e37ff4f3fe small trick: when generating small pixmaps (ie less wide than 300px) the render it as a page wider than 800px, and then rescale it back. this way, we respect more the geometry of the page in the small pixmaps (tipically, thumbnails). 20 years ago
Pino Toscano 80a843cbed TGenerator -> CHMGenerator 20 years ago
Pino Toscano 60eab90248 small API changes to Generator: 20 years ago
Pino Toscano 09bf08b3e6 small API change for Generator: getText() just return a QString instead of a QString*, as QString is already implicitely shared 20 years ago
Pino Toscano 1c5d4a5507 start to provide information, only the title for the moment 20 years ago
Albert Astals Cid 9db38ffa47 everything links for me pino :-S 20 years ago
Piotr Szymanski d09fd28b89 - MERGE KPDF 3.5 CHANGES 21 years ago
Thiago Macieira 66480a8e8a KDE sources are UTF-8. 21 years ago
Piotr Szymanski 0513ddeb58 - my wrapper around both KHTMLPart and KCHMView's chmlib wrapper so that we get a rendered page. 21 years ago