No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
tdelibs/tdenewstuff
Michele Calgaro ba3b5b77e1
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
hace 3 meses
..
CMakeLists.txt Finish renaming knewstuff hace 10 años
Mainpage.dox Removed code formatting modelines. hace 4 años
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module hace 6 años
README.knewstuff Finish renaming knewstuff hace 10 años
cr16-action-knewstuff.png Fix invalid headers in PNG files and optimize for size hace 8 años
cr32-action-knewstuff.png Fix invalid headers in PNG files and optimize for size hace 8 años
cr64-action-knewstuff.png Fix invalid headers in PNG files and optimize for size hace 8 años
downloaddialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
downloaddialog.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
engine.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
engine.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
entry.cpp Replace Qt with TQt hace 5 meses
entry.h Finish renaming knewstuff hace 10 años
ghns.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
ghns.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
knewstuff.cpp TDEHNS: Respect downloaded file extension. hace 3 años
knewstuff.h Finish renaming knewstuff hace 10 años
knewstuffbutton.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
knewstuffbutton.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
knewstuffgeneric.cpp Autodetect downloaded mime type and compare against category; if wallpaper downloads something other than image abort hace 10 años
knewstuffgeneric.h Finish renaming knewstuff hace 10 años
knewstuffsecure.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
knewstuffsecure.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
provider.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
provider.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
providerdialog.cpp Finish renaming knewstuff hace 10 años
providerdialog.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
security.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
security.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
tdehotnewstuff.cpp Finish renaming knewstuff hace 10 años
tdehotnewstuffrc Finish renaming knewstuff hace 10 años
testnewstuff.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
testnewstuff.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
types Finish renaming knewstuff hace 10 años
uploaddialog.cpp Finish renaming knewstuff hace 10 años
uploaddialog.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses

README.knewstuff

TDENewStuff library - application data sharing framework for KDE

TDENewStuff implements the "Get Hot New Stuff" (GHNS) architecture and
provides KDE applications with easy-to-use upload and download mechanisms,
with optional popularity counters, ratings, digital signatures, uncompression
and post-installation DCOP/scripting hooks.

* GHNS Standard and related software
  http://ghns.berlios.de/

* Documentation
- API docs
  http://developer.kde.org/documentation/library/cvs-api/knewstuff/html/
- TDENewStuff tutorial
  http://www.kstuff.org/docs/tutorial/
- TDENewStuffSecure tutorial
  http://developer.kde.org/documentation/tutorials/knewstuffsecure/

* Repositories
Currently, about 7 repositories exist for a variety of KDE applications using
TDENewStuff for either download or upload or both.
Please have a look at the repository browser:
-> http://www.kstuff.org/hotstuff/index.php?p=browser
If you want automatic upload processing, download counting and administration
capabilities, as well as a web frontend, check out the Hotstuff scripts:
-> http://www.kstuff.org/source/index.php?p=cvs
For testing, feel free to use the kstuff.org infrastructure, as it is up and
running 24x7.

* Future
Immediate plans:
- merge download dialog engine functionality into the engine class
- incremental updates of directories,
  including cache
- after installation, return QStringList of installed items so no scanning
  will be necessary anymore
- how to "fake" installations? (suggestions from TSDgeos)
  knewstuff should know about already installed items
Future plans:
- kick-ass web interface with history and contributions
- integration with KDE SOAP messaging framework and KWSDL to access DXS
- hm.... :-)

Josef Spillner, 01.04.2004, last updated 07.06.2005

Add d pointers to ALL public classes for KDE 4 or maintaining binary
compatibility is a nightmare. 12/3/05.

Rich.