132 Commits (99a99a15901f5a3be7894de78dc2fa050b52a8e1)

Author SHA1 Message Date
Pino Toscano 48b2cad049 fixed wrong example in the apidox, and all the code that was done by copy&paste from it, basically... 19 years ago
Script Kiddy a550d8c0d4 SVN_SILENT made messages (.desktop file) 19 years ago
Thiago Macieira c778ca36b0 Unbreak compilation. 19 years ago
Script Kiddy a688f5b331 SVN_SILENT made messages (.desktop file) 19 years ago
Arto Hytönen e8ad05552b kdegraphics QString::null clean-up. 19 years ago
Arto Hytönen 6f00373e1b QString::null fixes and hiding from Krazy. 19 years ago
Laurent Montel d7193013e2 Adapt to new KWarning/kFatal/kDebug api 19 years ago
Script Kiddy b998bc9491 SVN_SILENT made messages (.desktop file) 19 years ago
Pino Toscano 4611b6ffad svnrevertlast 19 years ago
Aaron J. Seigo a58e671331 build 19 years ago
Thiago Macieira 55f327e0cc Adapt to the new UDSEntry 19 years ago
Laurent Montel 2e59ada023 change XDG_APPS_DIR -> XDG_APPS_INSTALL_DIR, XDG_DIRECTORY_DIR->XDG_DIRECTORY_INSTALL_DIR, DBUS_INTERFACES_DIR->DBUS_INTERFACES_INSTALL_ DIR, DBUS_SERVICES_DIR->DBUS_SERVICES_INSTALL_DIR to have same naming convention as discussed with Alex. 19 years ago
Script Kiddy 0fc32d6b18 SVN_SILENT made messages (.desktop file) 19 years ago
Aaron J. Seigo 425252e04a add about data to this generator. also makes a pot file possible again. everyone wins. ;) 19 years ago
Script Kiddy c1a3a10aa0 SVN_SILENT made messages (.desktop file) 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
Allen Winter 5110d1d3f2 remove kde4_automoc() 19 years ago
Script Kiddy ac29f76f55 SVN_SILENT made messages (.desktop file) 19 years ago
Script Kiddy 9fb2221299 SVN_SILENT made messages (.desktop file) 19 years ago
Stephan Binner 2eccd176e2 make .desktop files valid 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
Script Kiddy 9984a73c33 SVN_SILENT made messages (.desktop file) 19 years ago
Pino Toscano 758daf07d1 connect() to finished() only once, and close the url of the khtml part after every usage 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 e0f08ab3e9 delete the khtml part on destruction; remove unused #include 19 years ago
Tobias Koenig 06e831a3c9 Add a new method DocumentInfo::set( enum, QString ) to get more 19 years ago
Script Kiddy 1d727e66f6 SVN_SILENT made messages (.desktop file) 19 years ago
Pino Toscano 106e96240c rename (almost) every ActionFoo class to FooAction 19 years ago
Script Kiddy 46781db872 SVN_SILENT made messages (.desktop file) 19 years ago
Pino Toscano 5f21b15d99 Link -> Action renaming. 19 years ago
Pino Toscano f3e484082d Link -> Action renaming. 19 years ago
Albert Astals Cid 3f927c095a maks was right, zoom was the problem 19 years ago
David Faure 728f386e95 extra ';' 19 years ago
Script Kiddy 2e5b353482 SVN_SILENT made messages (.desktop file) 19 years ago
Script Kiddy e54cfd797f SVN_SILENT made messages (.desktop file) 19 years ago
Albert Astals Cid 55a67a082e Each plugin installs a application desktop so that the supported mimetypes are exactly the ones supported by the plugins installed 19 years ago
David Faure 06d18ea3cc Make it possible to compile all of playground in one go (but also still to compile it like before, of course). 19 years ago
Pino Toscano a7abb688a3 - convert to the xdg mimetypes 19 years ago
Pino Toscano 88006a575b extract the messages of each generator into an own pot: this way it's easier to translate a single backend (or provide the translation for a custom one), but as drawback some strings are repeated in more than one pot 19 years ago
Script Kiddy 9c27194383 SVN_SILENT made messages (.desktop file) 19 years ago
Tobias Koenig 68e1c81b9a * Fixed the loading of chm documents (avoids crashes) 19 years ago
Tobias Koenig f6db3a7408 Replaced the kapp->processEvents magic by a clean nested QEventLoop 19 years ago
Pino Toscano 6068c76df6 Merge the new functions of ThreadedGenerator into the base Generator: this means that there's again only a single base Generator that can provide the multithreading for the generation of contents, just pixmaps for now. 19 years ago
Albert Astals Cid 4586139282 Adapt to kdelibs changes 19 years ago
Tobias Koenig baf1fb2870 Several changes: 19 years ago
Pino Toscano 55dfb87f3f simplify a bit the Feature system: move it to the base Generator class, and add a protected method to switch a feature on and off easily - no more need to copy&paste hasFeature() anymore 19 years ago
Tobias Koenig d227a94e79 First part of the porting to a threaded api for generators 19 years ago
Albert Astals Cid 317abde0f9 compile 19 years ago