72 Commits (ad50aa4b4eb60ccdeef28e0562af52bfc7a7c7bb)

Author SHA1 Message Date
Tobias Deiminger b5b273ad64 Enhance bounds check in TextDocumentGenerator 7 years ago
Albert Astals Cid ec51b2f02f Remove QFontDatabase::supportsThreadedFontRendering checks 7 years ago
Albert Astals Cid fe0c8ad7c9 MarkDown: Enable option to disable smartypants formatting 7 years ago
Albert Astals Cid 014b97fd96 Include cmath for std::floor 7 years ago
Albert Astals Cid 27b76ee7c0 TextDocumentGenerator: Support links that span more than one line 7 years ago
Albert Astals Cid 5cce9a11fe Small refactor in TextDocumentGeneratorPrivate 7 years ago
Yuri Chornoivan c04ca1fa96 Fix minor EBN issues 8 years ago
Albert Astals Cid 2d8b2c7e95 Add support for cancellable image rendering and text extraction 8 years ago
Kevin Funk a53a2402ca clang-tidy: modernize-use-nullptr run 9 years ago
Albert Astals Cid f467807506 Remove #ifdefs for Qt we require in cmake anyway 9 years ago
Montel Laurent 466eb79615 Use QStringLiteral 11 years ago
Frederik Gladhorn dad6936896 Bring back the txt generator 12 years ago
Frederik Gladhorn 6c602bf0e7 Use categorized logging even more 12 years ago
Frederik Gladhorn e28dbc6c00 Port to QMime 12 years ago
Frederik Gladhorn 83d3f1f6b7 Revert "Some more kDebug->qDebug" 12 years ago
Frederik Gladhorn 34fbdf8c85 Some more kDebug->qDebug 12 years ago
Vishesh Handa fb330dd45c Port the EPubGenerator 12 years ago
Albert Astals Cid e9e3d4a435 Make documentInfo be Hash based instead of XML based 12 years ago
Frederik Gladhorn 0c7a45c7a5 Disable lots of stuff and compile 12 years ago
Frederik Gladhorn 0ba233788c Use moc include style dictated by automoc 12 years ago
Frederik Gladhorn 75031eee7e Fix includes 12 years ago
Albert Astals Cid 86dd9e8801 Move the ooo wallet code to use the part.cpp one 12 years ago
Christoph Feck 60cc5dc98e TextDocumentGenerator: Use black as default text color 12 years ago
Jaydeep Solanki e9ccc4867b epub video support 13 years ago
Fabio D'Urso a79351212d Removed TextDocumentGenerator::generalSettingsWidget() 13 years ago
Fabio D'Urso 3dd3a000db Don't crash if Configure Backends is opened again after it's been closed 13 years ago
Azat Khuzhin 1fdb0a0a06 Font selector for TextDocumentGenerator 13 years ago
Montel Laurent f9f65979f5 Normalize signals/slots 15 years ago
Pino Toscano c05523da2b fix #include paths in core headers to other core headers to be relative 15 years ago
Tobias Koenig d5a2d53d21 Do not crash in case of false calculations in a generator 16 years ago
Tobias Koenig 911f8eaeca tab -> whitespace fixes 17 years ago
Pino Toscano 0761b20be2 turn the internal class Utils (with just static members) into a TextDocumentUtils namespace 17 years ago
Brad Hards 3cb0e7575f Improve handling of document synopsis with 18 years ago
Brad Hards bfa53df1ec Don't crash when setting up the document synopsis for 18 years ago
Pino Toscano 355eef2da6 correct place the bracket out of the #ifdef 18 years ago
Brad Hards cfb62ab4d5 Add support for export to OpenDocument text and HTML 18 years ago
Pino Toscano 84a23006d5 ask the q-ptr only when compling the threaded rendering 18 years ago
Pino Toscano 6cf2d5786e limit the scope of the text cursor, so it's deleted before the mutex unlock 18 years ago
Pino Toscano 697d51e1a2 Make the rendering for TextDocument-based generators threaded, only if Qt (via QFontDatabase) tells us we can. 18 years ago
Pino Toscano 18c8cf59e8 - when the loading of a textdocument-based document fails, cleanup all the stuff eventually gathered from the converter 18 years ago
Pino Toscano 890367943b clear TOC and document info when closing a textdocument-based document 18 years ago
Pino Toscano c44ce52719 add a private reimplementation of metaData() so the text document generator can show the title of a document 18 years ago
Pino Toscano 7266660c37 Add a protected TextDocumentGenerator* generator() to the TextDocumentConverter to make it able to use stuff of the Document (eg a parent for dialogs). 18 years ago
Pino Toscano 40803bf9b0 and actually connect to the new signal 18 years ago
Pino Toscano c6b7cfab8c Add a addMetaData(DocumentInfo::Key, QString) signal to the TextDocumentConverter. 18 years ago
Pino Toscano b9af4a6a94 check for valid pages 19 years ago
Pino Toscano 5fc6503d89 For now, do not consider links whose page cannot be calculated. 19 years ago
Pino Toscano a194acf2bc Foo/FooPrivate for TextDocumentConverter 19 years ago
Pino Toscano 870980da75 correctly set the External flag for annotations loaded from documents 19 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