502 Commits (033d4f6a11f73600d74bdec6c9660b1a63cbb25c)

Author SHA1 Message Date
Pino Toscano 8a31e6f3f0 Allow the user to change the visible part(s) of the document by dragging the visible areas in the thumbnails, and to change the zoom of the document by Ctrl+wheel on them. 19 years ago
Pino Toscano e5037f45b1 Refator a bit the way Document and the generators use to read the font information from a document. 19 years ago
Script Kiddy ac29f76f55 SVN_SILENT made messages (.desktop file) 19 years ago
Albert Astals Cid 2437917e47 Do not start numberOfPagesWithPixmaps threads because that brings the system down, just start what threadweaver thinks its best 19 years ago
Albert Astals Cid 723c3a482a move rotationjob.h to rotationjob_p.h 19 years ago
Pino Toscano 3ce672f586 Albert fixed poppler, now I can activate the form saving 19 years ago
Pino Toscano fa6b376626 Add the possibility to remember the contents of form fields when closing a document, and to restore them when reopening the document. 19 years ago
Pino Toscano e9b9d78faa acutally save the document information *before* closing the document, otherwise we run into troubles if we access to anything the generator provided 19 years ago
Pino Toscano 32d3dff232 d_ptr structure for the FormField classes, easier to expand in the future 19 years ago
Pino Toscano 2602037fb9 display (if available) the file size for attachments, courtesy of Albert for his work in poppler 19 years ago
Chusslove Illich 968760cb6c Auto-conversion to new KCmdLineArgs/KAboutData/KComponentData API (trunk/KDE). Watch for the few remaining QString to QByteArray assignments that will not compile without extra specification (typically needs .toLocal8Bit() or .toUtf8()). 19 years ago
David Faure 073b756bea boolean argument (for importing kde1 bookmarks!) is gone 19 years ago
Script Kiddy 9fb2221299 SVN_SILENT made messages (.desktop file) 19 years ago
Script Kiddy 7c8a8bce4f SVN_SILENT made messages (.desktop file) 19 years ago
Script Kiddy 3211dbbaf5 SVN_SILENT made messages (.desktop file) 19 years ago
Pino Toscano 6256757e2b make the Page really take ownership of the text selection set to it, thus deleting it as the HighlightAreaRect "clones" the passed rect 19 years ago
Laurent Montel e31f9ada54 Remove not necessary "class classname;" 19 years ago
Albert Astals Cid 9f448a49df small dox fixes 19 years ago
Albert Astals Cid 82fe777cc0 param changed name 19 years ago
Pino Toscano 3addf5ec7d const& for removePageAnnotations() 19 years ago
Pino Toscano 5cbdaa6dc7 some checks more, and small fixes 19 years ago
Laurent Montel 1a6db045cd Don't crash when we don't load file 19 years ago
Script Kiddy 9984a73c33 SVN_SILENT made messages (.desktop file) 19 years ago
Pino Toscano de45467966 properly free the resources of a document when calling closeDocument(), not in the destructor of the generator or in loadDocument() 19 years ago
Pino Toscano 95912893f0 remove compatibility with kpdf pre-kde 3.4 19 years ago
Pino Toscano 92204b4bb7 fix giveAbsolutePath() to properly recognize absolute paths 19 years ago
Pino Toscano fba7c1874d give the #<page> title for a new bookmark instead of #<bookmark count> 19 years ago
Pino Toscano 0d320f0b78 SVN_SILENT 19 years ago
Pino Toscano c4ea50c99b Forwardport SVN commit 665684 by pino: 19 years ago
Tobias Koenig 06e831a3c9 Add a new method DocumentInfo::set( enum, QString ) to get more 19 years ago
Pino Toscano 8f03f0d0d7 try to lock the pixmap requests queue with a mutex, hoping to solve some of our problems 19 years ago
Tobias Koenig bbbbd8eda9 Fixed the 'select one line twice' bug. 19 years ago
Script Kiddy 1d727e66f6 SVN_SILENT made messages (.desktop file) 19 years ago
Pino Toscano 48d0f95745 delete the previous action when setting a new one 19 years ago
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 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 6d99240256 hopefully port to the new Phonon API 19 years ago
Pino Toscano dc4acc7b83 KLibrary::globalLibrary -> KLibrary::library 19 years ago