[Ktechlab-devel] crash on file close

2009-05-04 Thread Alan Grimes
I'm working a crash on circuit window close bug when I noticed the simulation is about 20 times faster when the mouse is outside the main window than when it is in! =P -- New president: Here we go again... Chemistry.com: A total rip-off. Powers are not rights. --

Re: [Ktechlab-devel] crash on file close

2009-05-04 Thread P Zoltan
On Mon, 04 May 2009 18:10:59 +0200, Alan Grimes wrote: > I'm working a crash on circuit window close bug when I noticed the > simulation is about 20 times faster when the mouse is outside the main > window than when it is in! =P > I wanted to write about that type of crash. The destructors o

[Ktechlab-devel] Death to QT container classes!!

2009-05-04 Thread Alan Grimes
QT container classes aren't necessarily a missfeature but they're certainly redundant to STL classes. What really is bad though is that the QT container classes we do use are heavily missused. Most notoriously the class QValueList is frequently missused as set class. When this is done, there is a t

Re: [Ktechlab-devel] Death to QT container classes!!

2009-05-04 Thread Axel Jäger
Why not kill the dependency to Qt at all? Face the fact that you are using the Qt toolkit and when you decide to do so, you should use as much as possible from that framework in order get maximum benefit. Am 04.05.2009 um 22:40 schrieb Alan Grimes: > QT container classes aren't necessarily a

Re: [Ktechlab-devel] Death to QT container classes!!

2009-05-04 Thread Alan Grimes
Axel Jäger wrote: > Why not kill the dependency to Qt at all? Face the fact that you are > using the Qt toolkit and when you decide to do so, you should use as > much as possible from that framework in order get maximum benefit. Correct, but then whichever library we use will build upon the la

[Ktechlab-devel] Blog entry about KTechLab

2009-05-04 Thread Juan De Vincenzo
Hi everyone, I just run into this blog entry talking about ktechlab and maybe someone finds it interesting. I always google about ktechlab to see what they say out there about it. =P http://tuxbotix.wordpress.com/2009/03/22/ktechlab/ Regards, Juan

Re: [Ktechlab-devel] Death to QT container classes!!

2009-05-04 Thread Axel Jäger
> Correct, but then whichever library we use will build upon the > language > headers and the standardized libraries. Actually, I see Qt as a replacement of the standard library. > Therefore our first preference > should always be to use the standardized base and then choose other > implementati