[Ktechlab-devel] TEST

2018-12-23 Thread Alan Grimes
TEST *  dev-qt/qtcore   Latest version available: 5.11.2-r1   Latest version installed: 5.11.2-r1   Size of files: 45,855 KiB   Homepage:  https://www.qt.io/   Description:   Cross-platform application development framework   License:   || ( GPL-2 GPL-3 LGPL-3 ) FDL

Re: [Ktechlab-devel] test-cases using KDevelop::Core

2010-04-19 Thread Julian Bäume
On Monday 19 April 2010 13:04:06 P Zoltan wrote: > On Thu, 15 Apr 2010 21:33:45 +0200, P Zoltan > > wrote: > > Then getting the model is currently not possible. Not a big problem, > > > > can be fixed with the interfaces. > > We need a new interface, becausethe circuitdocument is subclassed

Re: [Ktechlab-devel] test-cases using KDevelop::Core

2010-04-19 Thread Julian Bäume
On Thursday 15 April 2010 21:33:45 P Zoltan wrote: > Then getting the model is currently not possible. Not a big problem, can > be fixed with the interfaces. Yes, I will add it to the IDocument interface today. Patches will follow, soon. > Now I'm thinking how hook up the simulator. > > Th

Re: [Ktechlab-devel] test-cases using KDevelop::Core

2010-04-19 Thread P Zoltan
Clarifications to my previous email: On Thu, 15 Apr 2010 21:33:45 +0200, P Zoltan wrote: > > Then getting the model is currently not possible. Not a big problem, > can be fixed with the interfaces. > We need a new interface, becausethe circuitdocument is subclassed from KDevelop::K

Re: [Ktechlab-devel] test-cases using KDevelop::Core

2010-04-15 Thread P Zoltan
On Sun, 11 Apr 2010 21:54:03 +0200, Julian Bäume wrote: > > As a next step, I want to have the same thing for circuit files. Reading > already works, but writing the model to disk is not implemented,yet. > Zoltan, > you already started working on implementing tests on this, so I guess, > we w

Re: [Ktechlab-devel] test-cases using KDevelop::Core

2010-04-11 Thread Julian Bäume
hi, after this weekend and fiddling around with project management, I want to correct some things I wrote in my last mail: On Friday 09 April 2010 17:54:51 Julian Bäume wrote: > On Wednesday 07 April 2010 12:44:51 P Zoltan wrote: > > On Fri, 02 Apr 2010 02:13:51 +0200, Julian Bäume wrote: > Cu

Re: [Ktechlab-devel] test-cases using KDevelop::Core

2010-04-09 Thread Julian Bäume
On Wednesday 07 April 2010 12:44:51 P Zoltan wrote: > On Fri, 02 Apr 2010 02:13:51 +0200, Julian Bäume wrote: > > hi, > > as promised in irc, I tried to implement some test-cases using > > KDevPlatform. > > After fiddling around, hacking around and reverting most of my hacks, I > > got > > somethi

Re: [Ktechlab-devel] test-cases using KDevelop::Core

2010-04-07 Thread P Zoltan
On Fri, 02 Apr 2010 02:13:51 +0200, Julian Bäume wrote: > hi, > as promised in irc, I tried to implement some test-cases using > KDevPlatform. > After fiddling around, hacking around and reverting most of my hacks, I > got > something working, now. This looks like how I expect a test-case to

[Ktechlab-devel] test-cases using KDevelop::Core

2010-04-01 Thread Julian Bäume
hi, as promised in irc, I tried to implement some test-cases using KDevPlatform. After fiddling around, hacking around and reverting most of my hacks, I got something working, now. This looks like how I expect a test-case to look like. This morning, I'm sure, I had something like that, but it so