3334 Commits (325b8711ea2490cdc5e1ab79c4e1ac7c72ed2502)
 

Author SHA1 Message Date
Tobias Koenig 0847edc4b7 Add a second parameter to requestTextPage/generateTextPage where you can 19 years ago
Albert Astals Cid d16343f677 Fordwardport r628869 19 years ago
Pino Toscano ef55f74682 lazy creation of the generation threads within Generator, so generators that don't make use of the builtin thread don't create a pair of unused threads 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 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 763bb521b7 make the loading of images from stdin working 19 years ago
Pino Toscano dd6ddee116 tokoe does not know that Page::text() and TextPage::text() have different functions ;) 19 years ago
Pino Toscano 72eea79ccd Small optimization: as PopplerQt4 currently has the limitation that links can be calculated only after a pixmap generation, then just do it once per page. 19 years ago
Pino Toscano fcf7e9aa4e waiting for a refactory, use or destroy the object rects created in the generation thread 19 years ago
Pino Toscano 63cc92be1c isolate the generator unloading code 19 years ago
Albert Astals Cid 4586139282 Adapt to kdelibs changes 19 years ago
Pino Toscano ad036bf27a SVN_SILENT forgot this 19 years ago
Pino Toscano 5a81f6f920 - make the toolbar recent file action working again as kpdf 19 years ago
Pino Toscano d37f6a80ff no need to include config.h anymore 19 years ago
Pino Toscano 23d666cf7f move the DRM skip checks to the Document 19 years ago
Tobias Koenig baf1fb2870 Several changes: 19 years ago
Pino Toscano f329a3e6dc SVN_SILENT unused 19 years ago
Pino Toscano e59275b54a don't look twice, iterator is better 19 years ago
Pino Toscano 10a6e3943e SVN_SILENT small #include cleanup 19 years ago
Pino Toscano 12a6d7b695 Enable the Previous/Next Bookmark actions only if we have bookmarks. 19 years ago
Pino Toscano b4821c5f07 Disable the Zoom In/Zoom Out actions when resp. the maximum/minimum zoom is reached. 19 years ago
Pino Toscano e0cb30ffbf Ok, now really load the generators that are supposed to have a setting widget when we want to configure them. 19 years ago
Pino Toscano d6e7010942 Refactor a bit the way we load the generator libraries: hide the hash with the Generator completely into the Document, so the Document have the complete control over them. 19 years ago
Pino Toscano 1b172366ae move the prev/next bookmark menu items to the bookmarks menu 19 years ago
Albert Astals Cid 1963e95fe6 Fix 140482 for okular too 19 years ago
Tobias Koenig 6541b015e4 Make failing to open a document a bit nicer ;) 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
Pino Toscano 59f8fa67e5 ok i was wrong with this... 19 years ago
Pino Toscano 2db51ef56b Read information like 'title', 'author', 'editor', 'publisher', 'year' and 'volume' from DjVu documents, and make them visible in the Information dialog. 19 years ago
Pino Toscano 573f989b47 don't keep the domelement for every toc item, just extract the needed information 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 d94f0e507e Add support for threaded extraction of text pages, now we just have to 19 years ago
Tobias Koenig d227a94e79 First part of the porting to a threaded api for generators 19 years ago
Pino Toscano f7f9b3df41 create() -> createDevice() as per new kdelibs API 19 years ago
Pino Toscano a669609a00 less warnings when compiling with poppler 0.5.x 19 years ago
Laurent Montel 8da5b3d5b2 Install doc 19 years ago
Pino Toscano 516c69cfd6 SVN_SILENT tidy 19 years ago
Pino Toscano b7ee07a424 read the page labels from poppler 19 years ago
Pino Toscano 9cda7888d9 small api fix 19 years ago
Pino Toscano 2479bb7cb5 one more check, and try opening the file as first action 19 years ago
Pino Toscano 3d989381f9 don't look twice in the hash 19 years ago
Pino Toscano d0744fa204 use a feature from v18 only if we have it 19 years ago
Pino Toscano f0a80b14fc Take a bit less time to load a DjVu document: instead of decoding all the pages during the loading to get their info, just decode their status, doing the real page loading when needed (usually when generating their pixmaps). 19 years ago
Pino Toscano 75946e42e3 DOX: improvements and fixes 19 years ago
Pino Toscano 5b3606eb50 Copy -> Copy Text 19 years ago
Pino Toscano b163e04115 Support for labelling the pages, and for displaying the page label (if any) in the table of contents side pane. 19 years ago
Pino Toscano e6cc48a009 Of course Florian is right, first Left and then Right 19 years ago
Pino Toscano 1041866493 Improve the Orientation menu, as suggested by our usability export Florian: 19 years ago
Tobias Koenig e642b97c8c Make the generator multithreaded 19 years ago
Leandro Emanuel López 1f478d57fb The boolean variable is not needed 19 years ago