3666 Commits (99a99a15901f5a3be7894de78dc2fa050b52a8e1)
 

Author SHA1 Message Date
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 54f586f18a remove the editing of unique name and flags, they are internal 19 years ago
Pino Toscano 4754b6713e no need for a parent widget, as its parent will be another layout 19 years ago
Pino Toscano 5f3a391744 string -> char for startsWith() 19 years ago
Pino Toscano 5f38c3305f typos 19 years ago
Pino Toscano 8114ea7200 fix or add the include guards 19 years ago
Stephan Kulow 137f5be786 don't overrun array (CID 3864) 19 years ago
Pino Toscano dab13e8241 SVN_SILENT improve apidox for setAboutData() 19 years ago
Pino Toscano 27e738f238 Start adding backend information to each generator. 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 f2ef436a56 when in embedded mode, create only the base actions for the view (zoom combo/in/out) 19 years ago
Pino Toscano 2f8a8f8f44 fix integration with the shell 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 65920e10c6 document that reparseConfig() can be called even when not really necessary 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
Script Kiddy c1a3a10aa0 SVN_SILENT made messages (.desktop file) 19 years ago
Pino Toscano a07b2ca166 Properly build the url of the external sound to be played. 19 years ago
Laurent Montel 889031ab1d Remove not necessary cmake variable 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 808aa2a621 duplicate header 19 years ago
Pino Toscano f28acc1e74 correct markup 19 years ago
Pino Toscano a71f01234b delete the internal doc when we close the document, not when we open the new one 19 years ago
Laurent Montel f2ce8de556 Remove not necessary cmake variable (already defined 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 b0535907ca extract the messages from the .ui files as well 19 years ago
Allen Winter 5110d1d3f2 remove kde4_automoc() 19 years ago
Pino Toscano 600e69c169 - add the homepage address 19 years ago
Script Kiddy f12c3a3a6f SVN_SILENT made messages (.desktop file) 19 years ago
Pino Toscano f1d5e478ba init fix 19 years ago
Script Kiddy 94aadef88d SVN_SILENT made messages (.desktop file) 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 ff308d7f83 hopefully fix the sorting of the fonts 19 years ago
Pino Toscano 64d4210634 read correctly the information about font embedding now 19 years ago
Pino Toscano d746b667a4 minor renamings in the EmbedType enum: 19 years ago
Pino Toscano 3a6e25e46a fontinfo.h needs to be installed as well 19 years ago
Pino Toscano 3fd552ef21 Extend the FontInfo class to distinguish the different types of font embedding. 19 years ago
Pino Toscano 1e13204e92 Few changes in the toolbar: remove the Fit to actions, and make room for the Text selection mode 19 years ago
Pino Toscano 033d4f6a11 some more DONE items 19 years ago
Pino Toscano 97f781ff31 reduce the critical section 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 75251b74d5 bookmarks are generally done 19 years ago
Pino Toscano 2048eada89 the fonts OT are only for Poppler 0.6, so make the generator compile again for poppler 0.5 users 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