85 Commits (2de89d6eb81bb0b057ded37ebcc6e6b72cc3138e)

Author SHA1 Message Date
Pino Toscano 5636ac551f don't leak memory when loading page actions from poppler, and sound objects 19 years ago
Pino Toscano 18fab3d130 Improve the way we deal with generators that give the possibility to change the size of the pages: instead of let them destroy and recreate the pages (bad), ask them the sizes they support, then do the work ourselves and notify the generator when the work is done. 19 years ago
Pino Toscano 4b922367e2 Use a proper enum to deal with orientation/rotation all around okular. 19 years ago
Tobias Koenig 42614623e8 Rotate the highlights correctly 19 years ago
Pino Toscano bd14706edb leak a bit less memory 19 years ago
Tobias Koenig ea51ee18f5 Do a lot of include cleanups... we install all important 19 years ago
Tobias Koenig 86a1fd3b69 Big cleanup of Document API and documentation: 19 years ago
Tobias Koenig 14ea3ab2ef Further documentation and API cleanups 19 years ago
Pino Toscano c51c412057 ok, let's sdo it seriously now: use the right precision for the page duration that a PDF can give us 19 years ago
Pino Toscano 5083655c11 Implement the page duration in presentation mode, and read the info from PDF documents. 19 years ago
Tobias Koenig 4fe8bdce53 Fixed free text selection for rotated pages 19 years ago
Pino Toscano 539921bdf6 Improving the bookmark capabilities of okular. 19 years ago
Pino Toscano 0fa0609e1f properly delete the regular areas of a RegularArea<> when it stores pointers to areas. no more memory leaks for RegularArea<>, yay! 20 years ago
Pino Toscano 8d8ae89b1d valgrind is right, don't use invalid iterators 20 years ago
Tobias Koenig a9f58440df First large commit for the Annotation API cleanup 20 years ago
Albert Astals Cid 4a46c9a140 contains is evil as makes you search twice 20 years ago
Pino Toscano 5ce4b0674e Make okular able to copy the text selection to the clipboard (finally!). 20 years ago
Tobias Koenig 0302929b04 Add support of transformation (rotation) of TextPages 20 years ago
Tobias Koenig 81fb3a383b Further cleanup of Page API: 20 years ago
Tobias Koenig 4848631daf Renamed all the Page::getXyz() methods to Page::xyz() to be konsistent 20 years ago
Tobias Koenig 14d6515b16 Changed the enum SearchDir to SearchDirection and use less strange 20 years ago
Tobias Koenig a7b04cb92b Replaced 20 years ago
Albert Astals Cid ac1c0b75bc const_iterator is your friend :-) 20 years ago
Tobias Koenig a490cc0cd7 Add the following functionality: 20 years ago
Albert Astals Cid 9099fbecf7 Some krazy fixes 20 years ago
Pino Toscano 7c2aac01d5 #include not needed 20 years ago
Pino Toscano 274469dae8 Almost complete support for inverse search within okular. 20 years ago
Tobias Koenig a6fc833662 SVN_SILENT Code cleanup 20 years ago
Tobias Koenig a70a0dea7f Removed debugging code... 20 years ago
Tobias Koenig bea71df6e0 * Made image rotation asynchronous 20 years ago
Pino Toscano e9ec5399ff stop crashing when removing an annotation under particular circumstances 20 years ago
Tobias Koenig d22b2f1892 A rather big change: 20 years ago
Pino Toscano cf33727105 Add the support for Sounds, links to sounds and opning/closing page actions (only in Page, not really working yet) 20 years ago
Pino Toscano c52a0e622b Change the way we rotate the pages. 20 years ago
Pino Toscano 42310e184c Restructuring a bit how the text-editor-like selection works: 20 years ago
Tobias Koenig df7d144c10 Moved all classes in core/ into the 'Okular' namespace and removed 20 years ago
Pino Toscano 45615e5289 Reworked a bit the ObjectRect API, by allowing subclassing for easiness wrt Annotation's. The brand new AnnotationObjectRect is responsible for providing the annotation bounding rect (that may vary for the various annotation types). 20 years ago
Pino Toscano 8357b47a8c Annotations: 20 years ago
Tobias Koenig 90140c1479 warnings-- 20 years ago
Chu Xiaodong a6516a74ef Fix annotation size difference when added in diff scales 20 years ago
Chu Xiaodong e207d0d6f4 Note&TextBox annotation remove operation enabled 20 years ago
Pino Toscano b1973c5078 some kpdf -> okular (mostly in comments) 20 years ago
Albert Astals Cid cb7ca95e94 pages have orientation 20 years ago
Pino Toscano 6301d6b397 In the hope I didn not break anything, this is the new way of searching through the text pages. The new way stores the search point for every searchID, avoid to search from the beginning every time. 20 years ago
Pino Toscano 59b267386c avoid using QString*, just use QString 20 years ago
Albert Astals Cid 85f007b390 qdeleteall 20 years ago
Pino Toscano 11d5e77ff4 less qt3/kde3 support 20 years ago
Pino Toscano 25e194b435 less qt3_support 20 years ago
Pino Toscano 63c18ab06e Make the oKular part and its shell compile and link. 20 years ago
Albert Astals Cid 6987b83b6a a bit of porting area.h is giving me lots of problems 20 years ago