Revision 855032

Go back to digest for 7th September 2008

Other in Educational

Pino Toscano committed changes in /trunk/KDE/kdeedu/marble:

- add a structure for network plugins, interface and abstract class.
- decouple the QHttp stuff into an own QHttpNetworkPlugin, compiled statically, and leave HttpJob and abstract class.
- start adapting the HttpDownloadManager to use a network plugin for creating the HTTP jobs; at the moment no plugin is used, but the static QHttp-based one is.

File Changes

Added 5 files
  • /trunk/KDE/kdeedu/marble/src/lib
  •   /MarbleNetworkPlugin.cpp
  •   /MarbleNetworkPlugin.h
  •   /MarbleNetworkPluginInterface.h
  •   /QHttpNetworkPlugin.cpp
  •   /QHttpNetworkPlugin.h
Modified 6 files
  • /trunk/KDE/kdeedu/marble
  •   /ChangeLog
  •   /src/lib/CMakeLists.txt
  •   /src/lib/HttpDownloadManager.cpp
  •   /src/lib/HttpDownloadManager.h
  •   /src/lib/HttpJob.cpp
  •   /src/lib/HttpJob.h
11 files changed in total