> On June 24, 2012, 2:58 p.m., Pali Rohár wrote:
> > In old Kopete history plugin is missing to import and export history. Has 
> > this new plugin support for import/export? Something which will work for 
> > synchronization between 2 Kopete instances. And what happends with 
> > duplicate messages (when importing)? Sometimes (in jabber protocol) is 
> > message time for same message different (about 1-2 seconds). Will be this 
> > message (same, but with shifted time in seconds) imported?
> > 
> > Has this new plugin support for HTML messages?
> > 
> > What about adding code for importing history from other IM clients? Has 
> > this plugin some interface for it?
> > Two years ago I wrote small tool which convert IM history from Nokia N900 
> > (RTCOM Maemo 5) to Kopete xml logs. Maybe it will be good to integrate this 
> > support...

There is an import option for old kopete logs and pidgin. There is no general 
"interface" for import, but it should be no problem, to add support for other 
clients, too, via additional buttons. The gui is mostly the same as the old 
history plugin gui.

Is there some "standard" IM-Exchange file-format, which would make sense to 
export to?

Shifted messages would be imported, they have to completely match. But how can 
shifted messages happen? Is it possible to have multiple clients for one 
account be active at the same time, and all these clients receive the same 
message?

Currently I think I only log plain text, but I also have imported html-messages 
in my history, which are stored in the sqlite db now, and are correctly 
displayed.


- Cyberbeat


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://svn.reviewboard.kde.org/r/6998/#review10840
-----------------------------------------------------------


On June 24, 2012, 2:45 p.m., Cyberbeat wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://svn.reviewboard.kde.org/r/6998/
> -----------------------------------------------------------
> 
> (Updated June 24, 2012, 2:45 p.m.)
> 
> 
> Review request for Kopete.
> 
> 
> Description
> -------
> 
> This is a copy of the old history plugin, but with so many changes, that I 
> created it as a new one "history2".
> 
> 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.
> 
> 
> Diffs
> -----
> 
>   /trunk/KDE/kdenetwork/kopete/plugins/CMakeLists.txt 1297320 
>   /trunk/KDE/kdenetwork/kopete/plugins/history2/CMakeLists.txt PRE-CREATION 
>   /trunk/KDE/kdenetwork/kopete/plugins/history2/history2chatui.rc 
> PRE-CREATION 
>   /trunk/KDE/kdenetwork/kopete/plugins/history2/history2config.kcfg 
> PRE-CREATION 
>   /trunk/KDE/kdenetwork/kopete/plugins/history2/history2config.kcfgc 
> PRE-CREATION 
>   /trunk/KDE/kdenetwork/kopete/plugins/history2/history2dialog.h PRE-CREATION 
>   /trunk/KDE/kdenetwork/kopete/plugins/history2/history2dialog.cpp 
> PRE-CREATION 
>   /trunk/KDE/kdenetwork/kopete/plugins/history2/history2guiclient.h 
> PRE-CREATION 
>   /trunk/KDE/kdenetwork/kopete/plugins/history2/history2guiclient.cpp 
> PRE-CREATION 
>   /trunk/KDE/kdenetwork/kopete/plugins/history2/history2import.h PRE-CREATION 
>   /trunk/KDE/kdenetwork/kopete/plugins/history2/history2import.cpp 
> PRE-CREATION 
>   /trunk/KDE/kdenetwork/kopete/plugins/history2/history2logger.h PRE-CREATION 
>   /trunk/KDE/kdenetwork/kopete/plugins/history2/history2logger.cpp 
> PRE-CREATION 
>   /trunk/KDE/kdenetwork/kopete/plugins/history2/history2plugin.h PRE-CREATION 
>   /trunk/KDE/kdenetwork/kopete/plugins/history2/history2plugin.cpp 
> PRE-CREATION 
>   /trunk/KDE/kdenetwork/kopete/plugins/history2/history2preferences.h 
> PRE-CREATION 
>   /trunk/KDE/kdenetwork/kopete/plugins/history2/history2preferences.cpp 
> PRE-CREATION 
>   /trunk/KDE/kdenetwork/kopete/plugins/history2/history2prefsui.ui 
> PRE-CREATION 
>   /trunk/KDE/kdenetwork/kopete/plugins/history2/history2ui.rc PRE-CREATION 
>   /trunk/KDE/kdenetwork/kopete/plugins/history2/history2viewer.ui 
> PRE-CREATION 
>   /trunk/KDE/kdenetwork/kopete/plugins/history2/kopete_history2.desktop 
> PRE-CREATION 
>   
> /trunk/KDE/kdenetwork/kopete/plugins/history2/kopete_history2_config.desktop 
> PRE-CREATION 
> 
> Diff: http://svn.reviewboard.kde.org/r/6998/diff/
> 
> 
> Testing
> -------
> 
> I use it for several days now, and successfully imported my complete pidgin 
> and old kopete history (some megabytes since 2006). I think it is possible to 
> use both plugins parallel, although I would like to see this plugin to 
> replace the old one in longer term. On import nothing is deleted.
> 
> 
> Thanks,
> 
> Cyberbeat
> 
>

_______________________________________________
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to