3334 Commits (325b8711ea2490cdc5e1ab79c4e1ac7c72ed2502)
 

Author SHA1 Message Date
Pino Toscano 325b8711ea move the setTextSelections, setHighlight and deleteHighlights to the private class of Page, as they are private for now 19 years ago
Pino Toscano 1eb435cddb remove the kdebug.h inclusion in area.h 19 years ago
Pino Toscano 94355bce65 move the transform() hierarchy within the private class; allow AnnotationObjectRect to use the trasform() stuff 19 years ago
Pino Toscano bfe21b46f8 refactor the Annotation hierarchy to use a common d_ptr like Qt; move the AnnotationPrivate definition in an own header (it will be useful later...) 19 years ago
Dirk Mueller 43a23a2de6 the usual "daily unbreak compilation" 19 years ago
Pino Toscano 06411f9805 Add links and annotations when loading the pages, not during the pixmap generations. 19 years ago
Pino Toscano 6aaefb7f68 "pdf"/"pdf file" -> "document" 19 years ago
Pino Toscano b53ba3cd24 make widget() slightly safier, and pass it as parameter when running an url (closing a TODO item) 19 years ago
Pino Toscano 106e96240c rename (almost) every ActionFoo class to FooAction 19 years ago
Pino Toscano 25b6b590b9 refactor the hierarchy of the provate classes to be much like Qt-ish (common d_ptr, d_func(), etc) 19 years ago
Pino Toscano 892df34b19 any negative page number represents an invalid viewport 19 years ago
Pino Toscano a9532ee414 and a static QBitmap here leaks as well 19 years ago
Pino Toscano 912706a856 revert my r659797, a QButtonGroup can't help here 19 years ago
Pino Toscano e79cd474d9 move the Page rotating and changing page functions to the private class 19 years ago
Pino Toscano 7cfa67ecf4 improve a bit the Document::setPageSize API -- better pass the size, and not an index 19 years ago
Pino Toscano 0f4cd40e26 slotRotation -> setRotation 19 years ago
Pino Toscano 1e68ded6c9 Florian is right, change also the icon of the add/remove bookmark action 19 years ago
Pino Toscano 0260a8f2d6 properly isolate rebuildTree() from the itemChanged() signals 19 years ago
Pino Toscano 8eca279375 Add an Add/Remove Bookmark to add/remove a bookmark for the current page. 19 years ago
Pino Toscano f8662cfa90 disconnect() the itemChanged() before rebuilding the tree and reconnect after that, otherwise we'll end up saving the bookmarks many times 19 years ago
Pino Toscano 859c246013 drop the idea of the static QBitmap, so it's not leaked anymore 19 years ago
Pino Toscano bb01aa18da this action button has to stay hidden until really needed 19 years ago
Pino Toscano 6d99240256 hopefully port to the new Phonon API 19 years ago
Pino Toscano dc4acc7b83 KLibrary::globalLibrary -> KLibrary::library 19 years ago
Stephan Binner d4940f5a56 fix compilation 19 years ago
Pino Toscano ea163815a8 hopefully make really use in presentation mode of the global shortcuts for first/last/next/prev page 19 years ago
Pino Toscano f9d3246141 use a button group and simplify a bit 19 years ago
Pino Toscano 2c1d5aa44e Refactor a bit the annotating toolbar, so it can handle better its items and cha 19 years ago
Pino Toscano 2654c1b16b set a proper WId for KWallet -- thanks Lubos for the kind remind :) 19 years ago
Luboš Luňák 6843ce2916 No default window argument to kwallet calls. 19 years ago
Urs Wolfer 30114716c4 adopt to new API 19 years ago
Pino Toscano 5cd9ce1019 Master Albert is right, no need to enable the search widget over the thumbnails if the document does not support search (mainly because its backend does not support text extraction). 19 years ago
Script Kiddy 46781db872 SVN_SILENT made messages (.desktop file) 19 years ago
Pino Toscano dde7280d55 respect the DRM permissions for form filling 19 years ago
Albert Astals Cid 3ff1d4b9be adapt to poppler head change 19 years ago
Pino Toscano f61e86d542 Adapt to the recent changes in Poppler HEAD, mainly in the posibility to generate links anytime, and not just as a result of a pixmap generation. 19 years ago
Pino Toscano fa7ec200a4 this is no more needed 19 years ago
Pino Toscano 1248d82976 Keep it up to the recent poppler HEAD changes: 19 years ago
Laurent Montel b3c76b285b Move into kdelibs 19 years ago
Pino Toscano db817781c9 cache the font names instead of reinit them every time we want the information about fonts 19 years ago
Albert Astals Cid c4f3580d28 commit the code that will replace the AGG based code once QPainter works 19 years ago
Pino Toscano 7ad2256498 let poppler calculate width and height 19 years ago
Pino Toscano 56a44d8e25 fix off-by-one error in the rect of a thumbnail 19 years ago
Pino Toscano 76171e38e6 manual activate the antialiasing for both text and gfx, if using poppler HEAD 19 years ago
Laurent Montel c03c8f0c3c Remove not necessary include 19 years ago
Pino Toscano 8a216058f3 clean the headers 19 years ago
Pino Toscano 9bca223282 global.h must be installed as well 19 years ago
Laurent Montel 44fbf99be0 Remove not necessary include 19 years ago
Pino Toscano 13d14942e6 first step of a KPDF -> okular conversion: copy the data file for the document to be opened to the new place 19 years ago
Pino Toscano 2e024d6d96 generalize a bit more the way for constructing "standard" ExportFormat's 19 years ago