3110 Commits (f0eaa1fbff2265c8fe331e0002e37d0791e4e383)
 

Author SHA1 Message Date
Jiri Klement f0eaa1fbff Rewrite of page rendering. Now it respects context and actual work is done at the end of element so child elements are taken into account 19 years ago
Dirk Mueller e24f08a75f remove misplaced ';' 19 years ago
Jiri Klement 411bf7d873 Fix separation of graphics elements (settings for path could affect glyphs) 19 years ago
Jiri Klement 55d67b9034 Fix memory leaks 19 years ago
Jiri Klement 03dc9c916c Page is now rendered on screen size so no additional scaling is necessary - better looking and faster rendering 19 years ago
Jiri Klement 74e912ea1f SVN_SILENT fix intendation 19 years ago
Jiri Klement 1de57323db Optimalize document loading. Now is used SAX instead of DOM for getting page size which reduced time to load document few times 19 years ago
Jiri Klement 53122db23d parseAbbreviatedData has be rewritten, now it supports almost all commands(except arc) 19 years ago
Pino Toscano c40ccf4808 a simple plain list is enough 19 years ago
Brad Hards 8f3336d252 Patch from Jiri Klement, which fixes: 19 years ago
Pino Toscano d8748b118b SVN_SILENT unused parameter 19 years ago
Pino Toscano 47dad5cac7 compile with the latest kdelibs 19 years ago
Pino Toscano e9bcc53bc1 a pair of "cleanups" when deleting a Document 19 years ago
Pino Toscano 3b062a8b6f In presentation mode, stop all the sound playbacks when switching page and when closing the presentation. 19 years ago
Pino Toscano 355645922b Make the playback of repeating sounds working (hopefully). 19 years ago
Pino Toscano ca2a0e194d SVN_SILENT spell check 19 years ago
Pino Toscano 770079b736 SVN_SILENT forgot this one 19 years ago
Pino Toscano 1752a95053 SVN_SILENT PlayInfo -> PlayData 19 years ago
Pino Toscano ad1d23cc26 Honor the 'mix' flag in sounds, stopping the playing sounds if necessary. 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 e158d82848 just #include in the cpp 19 years ago
Pino Toscano e31caf8334 bits 19 years ago
Pino Toscano e4d66e7cea unused #include's 19 years ago
Albert Astals Cid 1587b9605a unnecessary but fun small optimizations, basically avoid unnecessary detach() calls by ensuring the const method is called 19 years ago
Pino Toscano 0a40c2ad0f double the width of the prev/next page buttons 19 years ago
Pino Toscano 37b5d0f3cc handy method 19 years ago
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