Re: [Ktechlab-devel] Some testing results

2009-01-31 Thread Julian Bäume
On Saturday 31 January 2009 00:54:14 P Zoltan wrote: > My question is: how should we track the bugs? Just enumerating them here > isn't really useful. Since the SF project is of nearly no use for us ATM, I created a page in the wiki to help us: http://www.ktechlab.org/wiki/index.php?title=Devel:

[Ktechlab-devel] corrupted circuits

2009-01-31 Thread Julian Bäume
moin, After playing around with KTechLab and fixing some bugs, I finally found a way to reproduce the corrupted-circuits problem. Create a simple circuit (I needed at least 3 components to reproduce.), save it. Delete a wire, add it again. Save it. Close the document, reopen. Find at least one

Re: [Ktechlab-devel] corrupted circuits

2009-01-31 Thread Julian Bäume
hey, I can exclude that this corruption happens during saving to file. I fiddled around with gdb the whole night and found out, that ItemDocumentData::m_connectorDataMap (typedef QMap< QString, ConnectorData > ConnectorDataMap;) contains less entries than it should have. Tomorrow I'll try to fi