Re: trunk crashes, context-glossary and transl.db

Nick Shaforostoff <[email protected]> Sun, 10 Sep 2006 19:37:03 +0300
Newsgroups gmane.comp.kde.devel.kbabel
Organization National Technical University of Ukraine
Message-ID <[email protected]>
On Sunday 10 September 2006 00:07, Nicolas Goutte wrote:
> > but "kbabel" crashes during the start and catalogmanager crashes when i
> > access std dialogs like "open file".
> There are plenty of problems, centered on KDirWatch class problems (in catalog 
> manager) and on Berkeley database problems (KBabelDict, so therefore visible 
> in the editor).
the cause of crashes (that i get) is multilineedit which inherits k3*
and there are hidingmsgedit.* that (as i understand from the names) should be no longer needed
as they can be replaced by operating with QTextCursor w/o setting it as visible cursor.

so i started porting multilineedit to qtextcursor-based operationing...