----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://svn.reviewboard.kde.org/r/2334/#review11131 -----------------------------------------------------------
PING. Is anybody interested in this patch? - Pali Rohár On dec. 7, 2009, 1:05 popoludní, Bartosz Brachaczek wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://svn.reviewboard.kde.org/r/2334/ > ----------------------------------------------------------- > > (Updated dec. 7, 2009, 1:05 popoludní) > > > Review request for Kopete. > > > Bugs: 213228 > https://bugs.kde.org/show_bug.cgi?id=213228 > > > Repository: kde > > > Description > ------- > > Changes done (1. and 2. partially fix bug 213228): > 1. Added new formats to `timeFormats`. > 2. Fixed importing logs from gadu and wlm (pidgin has gadu-gadu and msn > directories but "GaduProtocol" doesn't contain "gadu-gadu" and "WlmProtocol" > doesn't contain "msn"). > 3. Changed parsing HTML in parsePidginXml a bit because pidgin actually uses > <br/> for both new line inside the message and for the end of the message. > Also made the code ignoring system messages (however call them) like > warnings. I think that the code is self-explanatory, except two things: > - newly added if clause has to be performed first, otherwise we start > parsing next message, without ending the current; > - we're removing 2 chars from the end of `messageText` - I was too lazy to > find out why, but deleting (-1, 1) or (-2, 1) didn't work as expected; > deleting (-2, 2) just works. > > > Diffs > ----- > > /trunk/KDE/kdenetwork/kopete/plugins/history/historyimport.cpp 1059541 > > Diff: https://svn.reviewboard.kde.org/r/2334/diff/ > > > Testing > ------- > > New timeFormats fixed dates for me. > Thanks to gadu fix I was able to import my gadu logs (didn't work before). > Importing messages with new lines inside them now works. Previously they were > truncated at the first new line. > > > Thanks, > > Bartosz Brachaczek > >
_______________________________________________ kopete-devel mailing list kopete-devel@kde.org https://mail.kde.org/mailman/listinfo/kopete-devel