Re: [Qt-creator] plugin_qtestlib

2009-10-27 Thread Eike Ziller
26, 2009 4:00 AM To: qt-creator@trolltech.com Subject: Re: [Qt-creator] plugin_qtestlib On Oct 20, 2009, at 7:24 PM, ext Bravo.Alex wrote: Why is it dead: a) it’s obsolete, we now have a new XYZ plugin supporting QTestLib in Qt Creator b) the author is working

Re: [Qt-creator] plugin_qtestlib

2009-10-27 Thread Coda Highland
This could be extended to also put issues when running other Qt programs into the issues pane, like Qt warnings (connect failed, etc, etc). I like the way you think. /s/ Adam ___ Qt-creator mailing list Qt-creator@trolltech.com

Re: [Qt-creator] plugin_qtestlib

2009-10-27 Thread Bravo.Alex
...@trolltech.com] On Behalf Of Eike Ziller Sent: Tuesday, October 27, 2009 3:48 AM To: qt-creator@trolltech.com Subject: Re: [Qt-creator] plugin_qtestlib On Oct 26, 2009, at 8:39 PM, ext Coda Highland wrote: Honestly I don't know if I want to set the precedent of allowing plugins to just

Re: [Qt-creator] plugin_qtestlib

2009-10-27 Thread Eike Ziller
...@trolltech.com [mailto:qt-creator-boun...@trolltech.com ] On Behalf Of Eike Ziller Sent: Tuesday, October 27, 2009 3:48 AM To: qt-creator@trolltech.com Subject: Re: [Qt-creator] plugin_qtestlib On Oct 26, 2009, at 8:39 PM, ext Coda Highland wrote: Honestly I don't know if I want to set

Re: [Qt-creator] plugin_qtestlib

2009-10-27 Thread Bravo.Alex
...@trolltech.com [mailto:qt-creator-boun...@trolltech.com ] On Behalf Of Eike Ziller Sent: Tuesday, October 27, 2009 3:48 AM To: qt-creator@trolltech.com Subject: Re: [Qt-creator] plugin_qtestlib On Oct 26, 2009, at 8:39 PM, ext Coda Highland wrote: Honestly I don't know if I want to set

Re: [Qt-creator] plugin_qtestlib

2009-10-26 Thread Eike Ziller
On Oct 20, 2009, at 7:24 PM, ext Bravo.Alex wrote: Why is it dead: a) it’s obsolete, we now have a new XYZ plugin supporting QTestLib in Qt Creator b) the author is working on something else and doesn’t have time/interest to work on it c) it didn’t do much, so it’s not

Re: [Qt-creator] plugin_qtestlib

2009-10-26 Thread Bravo.Alex
...@trolltech.com [mailto:qt-creator-boun...@trolltech.com] On Behalf Of Eike Ziller Sent: Monday, October 26, 2009 4:00 AM To: qt-creator@trolltech.com Subject: Re: [Qt-creator] plugin_qtestlib On Oct 20, 2009, at 7:24 PM, ext Bravo.Alex wrote: Why is it dead: a) it's obsolete, we

Re: [Qt-creator] plugin_qtestlib

2009-10-26 Thread Robert Caldecott
, October 26, 2009 4:00 AM To: qt-creator@trolltech.com Subject: Re: [Qt-creator] plugin_qtestlib On Oct 20, 2009, at 7:24 PM, ext Bravo.Alex wrote: Why is it dead: a) it’s obsolete, we now have a new XYZ plugin supporting QTestLib in Qt Creator b) the author is working

Re: [Qt-creator] plugin_qtestlib - Entry 254483 in Task Tracker

2009-10-26 Thread Bravo.Alex
. It doesn't have neither priority nor scheduling assigned though... From: qt-creator-boun...@trolltech.com [mailto:qt-creator-boun...@trolltech.com] On Behalf Of Robert Caldecott Sent: Monday, October 26, 2009 12:19 PM To: qt-creator@trolltech.com Subject: Re: [Qt-creator] plugin_qtestlib I like

Re: [Qt-creator] plugin_qtestlib

2009-10-26 Thread Coda Highland
: qt-creator-boun...@trolltech.com [mailto:qt-creator-boun...@trolltech.com] On Behalf Of Eike Ziller Sent: Monday, October 26, 2009 4:00 AM To: qt-creator@trolltech.com Subject: Re: [Qt-creator] plugin_qtestlib On Oct 20, 2009, at 7:24 PM, ext Bravo.Alex wrote: Why is it dead

Re: [Qt-creator] plugin_qtestlib

2009-10-26 Thread Bravo.Alex
to Qt Creator design? -Original Message- From: qt-creator-boun...@trolltech.com [mailto:qt-creator-boun...@trolltech.com] On Behalf Of Coda Highland Sent: Monday, October 26, 2009 12:39 PM To: qt-creator@trolltech.com Subject: Re: [Qt-creator] plugin_qtestlib Honestly I don't know if I

Re: [Qt-creator] plugin_qtestlib

2009-10-26 Thread Coda Highland
On Mon, Oct 26, 2009 at 2:50 PM, Bravo.Alex alex.br...@igt.com wrote: Adam, Build Issues would be a valid output target What happens when the test itself has build issues - which is very common due to changes in the code being tested? Are you saying that running of test can be considered

Re: [Qt-creator] plugin_qtestlib

2009-10-26 Thread Bravo.Alex
- From: qt-creator-boun...@trolltech.com [mailto:qt-creator-boun...@trolltech.com] On Behalf Of Thomas Dähling Sent: Monday, October 26, 2009 1:21 PM To: qt-creator@trolltech.com Subject: Re: [Qt-creator] plugin_qtestlib I have always considered running the unit tests to be part of the build

Re: [Qt-creator] plugin_qtestlib

2009-10-26 Thread Coda Highland
: [Qt-creator] plugin_qtestlib I have always considered running the unit tests to be part of the build process; personally I always set unit tests up in a way that they are run once I compiled a project. Keeps the turnaround time as short as possible. So, with that background, I am fairly much

Re: [Qt-creator] plugin_qtestlib

2009-10-26 Thread Thomas Dähling
Sent: Monday, October 26, 2009 1:21 PM To: qt-creator@trolltech.com Subject: Re: [Qt-creator] plugin_qtestlib I have always considered running the unit tests to be part of the build process; personally I always set unit tests up in a way that they are run once I compiled a project. Keeps

Re: [Qt-creator] plugin_qtestlib

2009-10-26 Thread Bravo.Alex
[mailto:qt-creator-boun...@trolltech.com] On Behalf Of Coda Highland Sent: Monday, October 26, 2009 1:47 PM To: qt-creator@trolltech.com Subject: Re: [Qt-creator] plugin_qtestlib Running the unit tests is conceptually part of building your application. You don't have to clean and recompile your entire

Re: [Qt-creator] plugin_qtestlib

2009-10-26 Thread Coda Highland
On Mon, Oct 26, 2009 at 4:05 PM, Bravo.Alex alex.br...@igt.com wrote: Adam, you are exactly correct. Then following your logic, if test is run, but not recompiled, then there's no build stage happening and no running of a test. (if running of test is part of building). I think you missed my

[Qt-creator] plugin_qtestlib

2009-10-20 Thread Bravo.Alex
I'm not very successful in finding any info about plugin_qtestlib. There's not many comments in the source code either. plugins.pro says this: plugin_qtestlib \ # this seems to be dead The source tree on gitorious.org is missing QTestLibPlugin.pluginspec for it. Does anybody know what it was

Re: [Qt-creator] plugin_qtestlib

2009-10-20 Thread Daniel Teske
On Tuesday 20 October 2009 17:47:42 ext Bravo.Alex wrote: I'm not very successful in finding any info about plugin_qtestlib. There's not many comments in the source code either. plugins.pro says this: plugin_qtestlib \ # this seems to be dead The source tree on gitorious.org is missing