Revision 805880

Go back to digest for 11th May 2008

Features in KDE-PIM

Marc Mutz committed changes in /trunk/KDE/kdepim/kleopatra:

Add beginnings of libkleopatraclient.
Currently, the actual connecting to Kleo isn't implemented yet, and libassuan is acting up, so there's some configure time magic to find out whether libassun is linkable to DSO's (which I've given up on, if someone is in the know about this, please fix), and the whole thing is optional (but defaults to on, if any assuan is found).

File Changes

Added 12 files
  • /trunk/KDE/kdepim/kleopatra
  •   /libkleopatraclient
  •   /libkleopatraclient/CMakeLists.txt
  •   /libkleopatraclient/core
  •   /libkleopatraclient/kleopatraclient_export.h
  •   /selftest/uiservercheck.cpp
  •   /selftest/uiservercheck.h
  •   /libkleopatraclient/core/CMakeLists.txt
  •   /libkleopatraclient/core/command.cpp
  •   /libkleopatraclient/core/command.h
  •   /libkleopatraclient/core/command_p.h
  •   /libkleopatraclient/core/initialization.cpp
  •   /libkleopatraclient/core/initialization.h
Modified 5 files
  • /trunk/KDE/kdepim/kleopatra
  •   /CMakeLists.txt
  •   /config-kleopatra.h.cmake
  •   /ConfigureChecks.cmake
  •   /main.cpp
  •   /commands/selftestcommand.cpp
17 files changed in total