132 Commits (69cdc31727087d3eb3cb404d40a37bfa950eb7be)

Author SHA1 Message Date
Pino Toscano 539921bdf6 Improving the bookmark capabilities of okular. 19 years ago
André Wöbbeking 6e7d98b829 adapt to Aaron's kdelibs changes 19 years ago
Pino Toscano b7328d7234 add an handy DocumentViewport::isValid() and use it where possible instead of doing checks manually 19 years ago
Pino Toscano dff36b98f8 simplify RegularAreaRect by avoiding the usage of pointers, as they don't give benefits anyway. 19 years ago
Tobias Koenig 9969547b0c * observer API cleanup 20 years ago
Tobias Koenig 81fb3a383b Further cleanup of Page API: 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
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 2cbf32906d check that the target file exists 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
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
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 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 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
Albert Astals Cid 54ad65e92f }; -> } 20 years ago
Tobias Koenig d22b2f1892 A rather big change: 20 years ago
Pino Toscano 4c0808fabf a bit less of #include's 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
Tobias Koenig fccd412d69 * Added documentation to Generator API 20 years ago
Albert Astals Cid 5143cd2512 Report page size 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
Tobias Koenig 4cb4c1c86b Add convenience ctor 20 years ago
Albert Astals Cid 4e04b301f1 Almost foget to fordwardport r582561 20 years ago
Pino Toscano 8357b47a8c Annotations: 20 years ago
Tobias Koenig 5bfa5435a8 URL -> url renaming to reimplement the correct KPart::openUrl()... 20 years ago
Chu Xiaodong e207d0d6f4 Note&TextBox annotation remove operation enabled 20 years ago
Chu Xiaodong 3f81e3788f Free TextAnnotation,pop-up window and annotation properties dialog added. 20 years ago
Pino Toscano b6d7a36eda Small addition to the Ganarator API: bool closeDocument(). 20 years ago
Pino Toscano fe1b6e750a query for a property using the right way 20 years ago
Pino Toscano e3825a2870 Forward port SVN commit 561026 by aacid: 20 years ago
Albert Astals Cid 49d26ab042 fordwardport kpdf bug #122845 20 years ago
Pino Toscano e40af42c63 SVN_SILENT improve a bit 20 years ago
Pino Toscano c0d67ae2e3 sort the plugins we have for the current file by priority (more priority ... less priority) 20 years ago
Pino Toscano 12edea34f8 adapt to the new snapshot 20 years ago
Pino Toscano f516679bf6 raise to 30msecs the document rendering queue polling interval 20 years ago
Pino Toscano b3a4b27956 New skeleton for giving the generators the possibility to export the document they open in some format they support. 20 years ago
Pino Toscano 90bc2dadcb clear the visible rects when closing a document 20 years ago