Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
tdelibs/tdenewstuff
Timothy Pearson a71fa0953d
Add progress and error signals to tdenewstuff
il y a 10 ans
..
CMakeLists.txt Finish renaming knewstuff il y a 10 ans
Mainpage.dox Finish renaming knewstuff il y a 10 ans
Makefile.am Finish renaming knewstuff il y a 10 ans
README.knewstuff Finish renaming knewstuff il y a 10 ans
cr16-action-knewstuff.png Finish renaming knewstuff il y a 10 ans
cr32-action-knewstuff.png Finish renaming knewstuff il y a 10 ans
cr64-action-knewstuff.png Finish renaming knewstuff il y a 10 ans
downloaddialog.cpp Add progress and error signals to tdenewstuff il y a 10 ans
downloaddialog.h Finish renaming knewstuff il y a 10 ans
engine.cpp Add proper OCS support to the base TDENewStuff class il y a 10 ans
engine.h Finish renaming knewstuff il y a 10 ans
entry.cpp Autodetect downloaded mime type and compare against category; if wallpaper downloads something other than image abort il y a 10 ans
entry.h Finish renaming knewstuff il y a 10 ans
ghns.cpp Finish renaming knewstuff il y a 10 ans
ghns.h Finish renaming knewstuff il y a 10 ans
knewstuff.cpp Finish renaming knewstuff il y a 10 ans
knewstuff.h Finish renaming knewstuff il y a 10 ans
knewstuffbutton.cpp Finish renaming knewstuff il y a 10 ans
knewstuffbutton.h Finish renaming knewstuff il y a 10 ans
knewstuffgeneric.cpp Autodetect downloaded mime type and compare against category; if wallpaper downloads something other than image abort il y a 10 ans
knewstuffgeneric.h Finish renaming knewstuff il y a 10 ans
knewstuffsecure.cpp Finish renaming knewstuff il y a 10 ans
knewstuffsecure.h Finish renaming knewstuff il y a 10 ans
provider.cpp Add progress and error signals to tdenewstuff il y a 10 ans
provider.h Add progress and error signals to tdenewstuff il y a 10 ans
providerdialog.cpp Finish renaming knewstuff il y a 10 ans
providerdialog.h Finish renaming knewstuff il y a 10 ans
security.cpp Finish renaming knewstuff il y a 10 ans
security.h Finish renaming knewstuff il y a 10 ans
tdehotnewstuff.cpp Finish renaming knewstuff il y a 10 ans
tdehotnewstuffrc Finish renaming knewstuff il y a 10 ans
testnewstuff.cpp Finish renaming knewstuff il y a 10 ans
testnewstuff.h Finish renaming knewstuff il y a 10 ans
types Finish renaming knewstuff il y a 10 ans
uploaddialog.cpp Finish renaming knewstuff il y a 10 ans
uploaddialog.h Finish renaming knewstuff il y a 10 ans

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.