522 Commits (5f38c3305f91c1e5c6cdffe4e29c2ab742608efa)

Author SHA1 Message Date
Pino Toscano 5f38c3305f typos 19 years ago
Pino Toscano 8114ea7200 fix or add the include guards 19 years ago
Pino Toscano dab13e8241 SVN_SILENT improve apidox for setAboutData() 19 years ago
Pino Toscano fea03a9bbd appName -> catalogName, even for the information we get from the about data 19 years ago
Pino Toscano 66518d52a7 Do not delete the kde bookmark manager here, it's automatically deleted. 19 years ago
Pino Toscano 5387c50960 Make the Configure backends dialog working, of course if the generators have the proper support for "mutable" configuration. 19 years ago
Pino Toscano 43f83cb967 move the calculation of the number of configurable generators to the Document, and start to store the information about the configurability of a generator 19 years ago
Pino Toscano a07b2ca166 Properly build the url of the external sound to be played. 19 years ago
Script Kiddy 94e66ff910 SVN_SILENT made messages (.desktop file) 19 years ago
Pino Toscano f76f15470a Add the file size to the document information that the generator may provide. 19 years ago
Pino Toscano b861878436 RegularAreaRect needs to be exported 19 years ago
Pino Toscano 2dd2506b8d forward declare what we can, so including area.h is no more needed 19 years ago
Pino Toscano fbe8dbf108 promote RegularAreaRect from a typedef to a class, a bit more easy to eventually expand in the future 19 years ago
Pino Toscano ffd5ed0280 the dialog for choosing backend is private, so let its header be _p.h 19 years ago
Pino Toscano f28acc1e74 correct markup 19 years ago
Pino Toscano f5c216b19c extract the private class of AudioPlayer out of the implementation, so the Document can store the url of the current document; 19 years ago
Pino Toscano f1d5e478ba init fix 19 years ago
Pino Toscano 964424d62f stop gracefully the font extraction thread when closing a document or the properties dialog; make the thread deleting itself when finished 19 years ago
Pino Toscano d746b667a4 minor renamings in the EmbedType enum: 19 years ago
Pino Toscano 3fd552ef21 Extend the FontInfo class to distinguish the different types of font embedding. 19 years ago
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