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/knewstuff
Timothy Pearson ed99a30644
Rename additional header files to avoid conflicts with KDE4
il y a 11 ans
..
data Revert automated changes il y a 13 ans
CMakeLists.txt Rename a number of libraries and executables to avoid conflicts with KDE4 il y a 11 ans
Mainpage.dox Additional kde to tde renaming il y a 13 ans
Makefile.am Rename a number of libraries and executables to avoid conflicts with KDE4 il y a 11 ans
README.knewstuff Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
cr16-action-knewstuff.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
cr32-action-knewstuff.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
cr64-action-knewstuff.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
downloaddialog.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
downloaddialog.h Rename a number of classes to enhance compatibility with KDE4 il y a 11 ans
engine.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
engine.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 il y a 11 ans
entry.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
entry.h Trinity Qt initial conversion il y a 14 ans
ghns.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
ghns.h Rename common header files for consistency with class renaming il y a 11 ans
knewstuff.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
knewstuff.h Rename a number of classes to enhance compatibility with KDE4 il y a 11 ans
knewstuffbutton.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
knewstuffbutton.h Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 il y a 11 ans
knewstuffgeneric.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
knewstuffgeneric.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 il y a 11 ans
knewstuffsecure.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
knewstuffsecure.h Remove the tq in front of these incorrectly TQt4-converted methods/data members: il y a 13 ans
provider.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
provider.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 il y a 11 ans
providerdialog.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
providerdialog.h Rename a number of classes to enhance compatibility with KDE4 il y a 11 ans
security.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
security.h Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 il y a 11 ans
tdehotnewstuff.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
tdehotnewstuffrc Rename a number of libraries and executables to avoid conflicts with KDE4 il y a 11 ans
testnewstuff.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
testnewstuff.h Rename common header files for consistency with class renaming il y a 11 ans
types Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
uploaddialog.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
uploaddialog.h TQt conversion fixes il y a 14 ans

README.knewstuff

KNewStuff library - application data sharing framework for KDE

KNewStuff 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/
- KNewStuff tutorial
  http://www.kstuff.org/docs/tutorial/
- KNewStuffSecure tutorial
  http://developer.kde.org/documentation/tutorials/knewstuffsecure/

* Repositories
Currently, about 7 repositories exist for a variety of KDE applications using
KNewStuff 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.