Revision 6ebef73...

Go back to digest for 15th September 2013

Features in KDE-PIM

Christian Mollekopf committed changes in [kdepim-runtime] /:

GID migration.

A new MigratorBase as interface for migrators.

I didn't adapt the existing KMigratorBase as it taylored towards one
migrator per resource and I found a couple of other incompatibilities so
I figured I rather make something clean from scratch.

It should be easy enough to adapt KMigratorBase to be based on top
MigratorBase if we still need that code.

REVIEW: 112635

File Changes

Added 13 files
  •   migration/migratorbase.cpp
  •   migration/migratorbase.h
  •   migration/gid/CMakeLists.txt
  •   migration/gid/gidmigrationjob.cpp
  •   migration/gid/gidmigrationjob.h
  •   migration/gid/gidmigrator.cpp
  •   migration/gid/gidmigrator.h
  •   migration/gid/main.cpp
  •   migration/tests/testgidmigration.cpp
  •   migration/tests/testgidmigration.h
  •   migration/tests/testmigratorbase.cpp
  •   migration/tests/unittestenv/kdehome/testdata-res1.xml
  •   migration/tests/unittestenv/kdehome/share/config/akonadi_knut_resource_0rc
Modified 7 files
  •   migration/CMakeLists.txt
  •   migration/infodialog.cpp
  •   migration/infodialog.h
  •   migration/kmigratorbase.h
  •   migration/tests/CMakeLists.txt
  •   migration/tests/unittestenv/config.xml
  •   migration/tests/unittestenv/kdehome/share/config/kdebugrc
20 files changed in total