Revision 1355293

Go back to digest for 19th May 2013

Features in Networking Tools

Volker Härtel committed changes in /trunk/KDE/kdenetwork/kopete/plugins:

Another history plugin based on sqlite.

Most important changes:

- based on sqlite3 instead of xml-files

- import history button in config dialog

- import option added for the other xml-based history-plugin

- pidgin import improved

- test and skip duplicates on import (so it is possible to synchronize
regularly from a windows-pidgin installation for example)

- more speed in most cases

The main reason I began to rewrite the complete plugin was, that I had
dataloss by importing from pidgin with the old history plugin.
The months, which where imported from pidgin, did overwrite the kopete
history. This was unacceptable.

File Changes

Added 22 files
  • /trunk/KDE/kdenetwork/kopete/plugins/history2
  •   /CMakeLists.txt
  •   /history2chatui.rc
  •   /history2config.kcfg
  •   /history2config.kcfgc
  •   /history2dialog.cpp
  •   /history2dialog.h
  •   /history2guiclient.cpp
  •   /history2guiclient.h
  •   /history2import.cpp
  •   /history2import.h
  •   /history2logger.cpp
  •   /history2logger.h
  •   /history2plugin.cpp
  •   /history2plugin.h
  •   /history2preferences.cpp
  •   /history2preferences.h
  •   /history2prefsui.ui
  •   /history2ui.rc
  •   /history2viewer.ui
  •   /kopete_history2.desktop
  •   /kopete_history2_config.desktop
Modified 1 files
  • /trunk/KDE/kdenetwork/kopete/plugins/CMakeLists.txt
23 files changed in total