1916 Commits (master)

Author SHA1 Message Date
Tobias Koenig 1cea7cb777 Fix the bug that ink annotations are not visible on startup. 20 years ago
Pino Toscano 4c17c58fc2 better remove the search points (with the iterators) first 20 years ago
Pino Toscano 97f9f895ed There is nothing to find text into if the text page has no text. 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 486ca7bd03 SVN_SILENT make it utf-8 clean 20 years ago
Tobias Koenig 81fb3a383b Further cleanup of Page API: 20 years ago
Tobias Koenig 471c71d256 Cleaned up the API of TextEntity and TextPage, ready for release ;) 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 a844f01f0e SVN_SILENT warning-- 20 years ago
Tobias Koenig a7b04cb92b Replaced 20 years ago
Pino Toscano 2f1aa08ac6 move the annotation boundary calculation to AnnotationUtils 20 years ago
Pino Toscano f950e3e172 const iterators can be used here, too 20 years ago
Albert Astals Cid b10d00e4ae virtual filesystems always return true for at end, so the memory was not beign correctly calculated 20 years ago
Albert Astals Cid 7dacbf93fd use the constant accessors so that we don't get dettach on the containers we don't want to get 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 abb20bfe6c black can be a valid color, so don't discard it when saving 20 years ago
Pino Toscano bd1880e42d less use of pointers; more const's 20 years ago
Pino Toscano c57405db8c slightly improve the performances of RegularArea::simplify() 20 years ago
Pino Toscano 2cbf32906d check that the target file exists 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 1479a6d28c Small speed up patch, caches the value of getFreeMemory for 2 seconds, 20 years ago
Tobias Koenig a6fc833662 SVN_SILENT Code cleanup 20 years ago
Tobias Koenig a70a0dea7f Removed debugging code... 20 years ago
Pino Toscano 2d99ab2588 no need to create it on the heap 20 years ago
Pino Toscano 56e1266ae5 move initializers to the d-ptr ctor 20 years ago
Pino Toscano 30de0a7dcb generator -> backend in the gui 20 years ago
Tobias Koenig bea71df6e0 * Made image rotation asynchronous 20 years ago
Pino Toscano 1285f20c21 be able to remove more than one annotation at once (and notify the observers only one) 20 years ago
Pino Toscano e9ec5399ff stop crashing when removing an annotation under particular circumstances 20 years ago
Pino Toscano 2bd05e79d5 a generator can not block the gui events of the main page view, otherwise bad things will happen - it's also not really logic to allow such a thing, better think about something else if a generator wants to interact with the gui somehow 20 years ago
Pino Toscano cdf6d44742 forward declaration & apidox fixing 20 years ago
Holger Freyther 569e93b929 oKular: Add method(s) to get the DPI of the primary screen 20 years ago
Pino Toscano 8def2109ec change the metaData() function of the Generator to use QVariant as type for the returned value and for the 'option' parameter, this gives more flexibility 20 years ago
Pino Toscano d6fd44e1ed forward declaration 20 years ago
Tobias Koenig a375953402 Adapt ghostview, kimgio, pdf, dvi, chm, xps and ooo generators to setImage() 20 years ago
Albert Astals Cid 54ad65e92f }; -> } 20 years ago
Tobias Koenig d22b2f1892 A rather big change: 20 years ago
Pino Toscano 46a1ddc08e #include not needed 20 years ago
Pino Toscano a62cd3aa2f The internal search is a pretty bad concept, as the Document provides it for free 20 years ago
Pino Toscano 4c0808fabf a bit less of #include's 20 years ago
Pino Toscano 6983c298a7 a working debug stream operator for the PixmapRequest 20 years ago
Pino Toscano 18028a8a2c API change in the Generator: use an empty construct, and set the document for the generator right after its construction. 20 years ago
Pino Toscano 0381a0410e simplify 20 years ago
Pino Toscano dd40052d86 old code 20 years ago