104 Commits (86dd9e8801ae63f7ce14037ffc9386f82109f621)

Author SHA1 Message Date
Albert Astals Cid 86dd9e8801 Move the ooo wallet code to use the part.cpp one 12 years ago
Albert Astals Cid e93d5bda01 Move KWallet code from pdf backend to ui 12 years ago
Albert Astals Cid a75a7ed086 Do not start a text generation thread if we're closing 12 years ago
Michal Humpula c07ee043a3 Multiple Tiles Managers per Page 12 years ago
Eugene Shalygin ed35594627 Use DPI of current screen for PDF rendering 12 years ago
Albert Astals Cid 541650a4f4 Remove the concept of observer/view id 13 years ago
Fabio D'Urso 4a1c43df66 Do not use pixmaps from tiled requests to calculate the contents bounding box 13 years ago
Fabio D'Urso 7e12f25ac0 PixmapRequest: Return normalizedRect() by reference 14 years ago
Fabio D'Urso 2b4de7c934 Generator interface: Use the existing setFeature method to report tiled rendering capability 14 years ago
Mailson Menezes 96f325896e Keep track of visible region even when not using tiles 14 years ago
Mailson Menezes 11b848cad9 Only use tiles if the generator supports it 14 years ago
Fabio D'Urso edbb4ef9f5 Call Generator::signalPixmapRequestDone _after_ saving the calculated bounding box 14 years ago
Fabio D'Urso 5b12bf685d Call Generator::signalPixmapRequestDone _after_ saving the calculated bounding box 14 years ago
Fabio D'Urso b78aa89d12 Before preloading pixmaps check that they fit in cache 14 years ago
Fabio D'Urso 569c9b84ce Before preloading pixmaps check that they fit in cache 14 years ago
Mailson Menezes 48d105672f Use NormalizedRect instead of VisiblePageRect on PixmapRequest 14 years ago
Albert Astals Cid 48651d22dd warning-- 14 years ago
Albert Astals Cid 1b7074cacd warning-- 14 years ago
Mailson Menezes 83282971d8 Render current viewport only 14 years ago
Albert Astals Cid df5b9cd4a2 Do not set mTextPageReady to true 14 years ago
Albert Astals Cid c29ce712cf Do not set mTextPageReady to true 14 years ago
Montel Laurent f9f65979f5 Normalize signals/slots 15 years ago
Mohammad Mahfuzur Rahman Mamun 57db9f4c19 textSelection according to the TextList seems to work fine -- tested with some pdfs 15 years ago
Mohammad Mahfuzur Rahman Mamun 3798bd7398 primary text selection for more than one columns -- have problem if start or end is in empty space 15 years ago
Myreal Name 2149fb46ef Another message 15 years ago
Albert Astals Cid 0f0cacd63a add a way to generators give a bit more info of why printing failed 16 years ago
Armin Berres 555cb3c9a1 add synctex support for pdf files 17 years ago
Pino Toscano e52672e720 SVN_SILENT slightly improve the debug output of PixmapRequest 17 years ago
Pino Toscano 4501a3afbe make "standard threaded" backend use the right async setting 17 years ago
Brad Hards cfb62ab4d5 Add support for export to OpenDocument text and HTML 18 years ago
Pino Toscano e00b99bba1 add ODT in the export format class 18 years ago
Albert Astals Cid 61964b930f And now okular coupled with poppler from 5 minutes ago has the hability to let you save to file fonts embedded into a pdf file 18 years ago
Pino Toscano 9ea54d7298 update the bounding box of page after the pixmap of the page has been delivered to the observer that requested it, 18 years ago
Pino Toscano 6725e71340 when generating the page image in an internal secondary thread (started by the base generator), then also calculate the page bounding box in the thread 18 years ago
Pino Toscano 18f486c2c1 add the possibility to store an useful bounding box of a page, and for generators to notify the document (and its observers) on its change 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
Albert Astals Cid bb23209234 limit the number of text pages we keep in memory so that searching does not bring your system to its knees 18 years ago
Pino Toscano 3b9ad84427 do not crash when a non-active generator asks for the 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 e023effb15 Add a requestPixmaps() overload that takes options as flags. 18 years ago
Pino Toscano 283852c563 instead of assert()'ing, just acts like a Document and delete the pixmap request 18 years ago
Jakob Petsovits df780d0096 Icon naming spec compliance (code changes - KDE/): 18 years ago
Pino Toscano 66376cf31f make swap() private 19 years ago
Pino Toscano 5b01430bb0 remove internal aboutdata+componentdata of the generator, now it's handled by the plugin system 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
Pino Toscano d3f4460d38 add icon for the pdf export format 19 years ago
Pino Toscano 6e37c43c8d don't print the debug stuff between " and " 19 years ago
John Layt 070285e039 Port from KPrinter to QPrinter, remove dependency on KDE4_KDEPRINT_LIBS. 19 years ago
Pino Toscano 4060ef669e Make the document closing a bit more safe wrt internal threading - the closing waits for the background threads, to avoid aving them running with stale stuff. 19 years ago
Pino Toscano 15155d8824 Rename the virtual closeDocument() to doCloseDocument(), and make it protected. 19 years ago