Revision 650379

Go back to digest for 8th April 2007

Features in KDE Base

Sebastian Trueg committed changes in /trunk/kdereview/nepomuk-kde/backbone:

The service registry now supports auto starting and activation of services.

Each service can install a desktop file that defines if it wants to be started automatically (when the registry starts) or on demand (activation).

Now to test stuff like KMetaData it is not necessary to manually start anything anymore since the registry is started using DBus activation and the RDF repository using the new KNepomuk activation (yes, I know, reimplementing another activation seems strange but I need to stay compatible to the Nepomuk architecture.)

File Changes

Added 3 files
  • /trunk/kdereview/nepomuk-kde/backbone
  •   /coreservices/knepomuk-coreservices.desktop
  •   /service-registry/core/servicewaiter.cpp
  •   /service-registry/core/servicewaiter.h
Modified 9 files
  • /trunk/kdereview/nepomuk-kde/backbone
  •   /coreservices/CMakeLists.txt
  •   /knepomuk/registry.cpp
  •   /knepomuk/registrydbusbackend.cpp
  •   /knepomuk/registrydbusbackend.h
  •   /service-registry/core/CMakeLists.txt
  •   /service-registry/core/core.cpp
  •   /service-registry/core/core.h
  •   /service-registry/core/dbusbackendinterface.cpp
  •   /service-registry/daemon/main.cpp
12 files changed in total