547 Commits (4e7fa038b4e587635d3da8c5ad6a72ac414f8dfd)

Author SHA1 Message Date
Matthias Kretz 4e7fa038b4 adapt to phonon-Trolltech branch API changes 19 years ago
Script Kiddy b998bc9491 SVN_SILENT made messages (.desktop file) 19 years ago
Pino Toscano 5150419e81 adapt the debug stuff to the new kdebug way: 19 years ago
Pino Toscano 9b92fa1d41 no need to set the complete viewport of new page bookmarks, the page number is enough 19 years ago
Thiago Macieira 000dc825e3 Use QDebug instead of kdbgstream 19 years ago
Pino Toscano 6254f609d8 really return an int where we are going to return an int, not a bool 19 years ago
Pino Toscano 1c9b4bae68 SVN_SILENT fixing the include guard, the revenge 19 years ago
Pino Toscano d92fa39e65 simplier copy 19 years ago
Pino Toscano 23337e1c71 move the number of maximum and saved history step into a single location for both 19 years ago
Pino Toscano a6c0f7d46d it makes no sense having a returned type for the base Annotation class (that can not be instanced directly) 19 years ago
Pino Toscano aa8155f8ed decouple the transformation applying and resetting methods, and reset the transformation when setting a new bonding rect or translating 19 years ago
Pino Toscano 857d423c46 Correctly (hopefully) translate the text annotations now. 19 years ago
Script Kiddy 0fc32d6b18 SVN_SILENT made messages (.desktop file) 19 years ago
Pino Toscano 536b632536 Correctly translate the ink annotations now. 19 years ago
Pino Toscano ba765a3b69 give the right parent page to the annotations also when restoring them from xml 19 years ago
Pino Toscano 0e7aeb2ba8 no need to set a new rotation if it's equal to the currently set 19 years ago
Pino Toscano b41dcfeddc - store a pointer of the owning page in each annotation 19 years ago
Pino Toscano 65f4831365 correct markup 2, the revenge 19 years ago
Pino Toscano 26857d5433 SVN_SILENT don't allocate a matrix in the rare case there's no need for it 19 years ago
Pino Toscano 3c009773ca __linux__ -> Q_OS_LINUX 19 years ago
Christian Ehrlicher eff4ffe995 win32 compile++ 19 years ago
Pino Toscano b73555b7f3 Windows functions to get the amount of total and free memory. 19 years ago
Pino Toscano 905f6c0946 int -> qulongqlong for the memory sizes 19 years ago
Christian Ehrlicher a913ceb5fd win32 compile++ 19 years ago
Pino Toscano 88474e3e46 manually iterate in RegularArea instead of using Q_FOREACH, it seems msvc does not like it in template classes 19 years ago
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