Re: [Qt-creator] OpenGL is not working

2009-12-18 Thread Coda Highland
Sounds more like a Qt issue than a Creator issue. This mailing list is
for Creator, the IDE, not Qt, the framework.

Try the qt-interest list.

/s/ Adam

On Fri, Dec 18, 2009 at 1:29 PM, Sujan Dasmahapatra
 wrote:
> Dear Friends
> I am successfull in building my application in windows in VC++ and also in
> QT-Creator. In the same Qt folder I am able to run both creator and vc++ and
> able to run my application in debug mode. But in none of the environment I
> am able to launch openGL window and graphics. I sthere any constraint in
> running openGL from creator and vc++. While the same application is being
> run in LINUX environment.I am seeing this problem in windows.
> I am just creating an opengl widget or QGLWidget and trying to create a
> curve from just GL_LINE_STRIP suing glDrawElements() method.If you want i
> can send the code snippet but this opengl graphics is being run on LINUX.
> but its not launching opengl window in windows. in case of VC++ this
> QGLWidget is coming and curve is being off and  on flickering while i am
> zooming it i can see its appearing and disappearing while in case of creator
> my QGLWidget is not at all appearing.
>
> Could anyone help in sorting out this problem.Thanks
>
> --
> Thanks & Regards
> S. Dasmahapatra
> B.E. (Aeronautics-Aerodynamics)
> Software programmer
> Bangalore, India
> Ph:91-9900839788
> Office:91-80-66470248
> mail id : sujan.dasmahapa...@gmail.com
>
> ___
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
>

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


[Qt-creator] OpenGL is not working

2009-12-18 Thread Sujan Dasmahapatra
Dear Friends
I am successfull in building my application in windows in VC++ and also in
QT-Creator. In the same Qt folder I am able to run both creator and vc++ and
able to run my application in debug mode. But in none of the environment I
am able to launch openGL window and graphics. I sthere any constraint in
running openGL from creator and vc++. While the same application is being
run in LINUX environment.I am seeing this problem in windows.
I am just creating an opengl widget or QGLWidget and trying to create a
curve from just GL_LINE_STRIP suing glDrawElements() method.If you want i
can send the code snippet but this opengl graphics is being run on LINUX.
but its not launching opengl window in windows. in case of VC++ this
QGLWidget is coming and curve is being off and  on flickering while i am
zooming it i can see its appearing and disappearing while in case of creator
my QGLWidget is not at all appearing.

Could anyone help in sorting out this problem.Thanks

-- 
Thanks & Regards
S. Dasmahapatra
B.E. (Aeronautics-Aerodynamics)
Software programmer
Bangalore, India
Ph:91-9900839788
Office:91-80-66470248
mail id : sujan.dasmahapa...@gmail.com
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Debugging problem Creator

2009-12-18 Thread Sujan Dasmahapatra
Friends
now my debugger is working fine. I have  reloaded my application and its
working fine now. Thanks for all your help.

On Fri, Dec 18, 2009 at 5:47 PM, André Pönitz wrote:

> On Friday 18 December 2009 07:39:52 ext Sujan Dasmahapatra wrote:
> > now my creator debugger is running but when  after setting break point
> > i am trying to step over F10 its not moving forward.I can see a console
> its
> > started for debugger.My debugger is working fine with vc++.
>
> For solving any debugger related problem I really need the contents
> of the right pane of the Debug -> View -> Debugger view.
>
> Andre'
>  ___
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>



-- 
Thanks & Regards
S. Dasmahapatra
B.E. (Aeronautics-Aerodynamics)
Software programmer
Bangalore, India
Ph:91-9900839788
Office:91-80-66470248
mail id : sujan.dasmahapa...@gmail.com
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Viewing watches in variables as hex?

2009-12-18 Thread Robert Wood
I may have spoken slightly too soon. ;~)

Although I was able to change the array of quint32s in my union to be 
hex, when I try to do the same for the array of quint8s in the union, 
the option is greyed out.

Does anyone else see the same issue? Is there something in the set-up I 
have missed?

Thanks again,

Rob

Robert Wood wrote:
> Hi André,
> 
> I was running 1.2.1 on the machine that it didn't work on and 1.3 on the 
> one it did. I was abroad when I put it on my laptop and it hadn't 
> occurred to me that I'd downloaded a different version than the one on 
> my server.
> 
> That works now, thanks very much.
> 
> Does that suggest it's worth checking for new version fairly regularly?
> 
> It's a great IDE btw. I'm really impressed with its speed and how 
> intuitive it is to use. Compliments to Trolltech and Nokia for a great 
> piece of software.
> 
> Cheers,
> 
> Rob
> 
> 
> 
> 
> 
> André Pönitz wrote:
>> On Friday 18 December 2009 11:40:29 ext Robert Wood wrote:
>>> Folks,
>>>
>>> I must confess I have posted this on the bulletin board style forum, so 
>>> am hoping this is a separate mailing list as the forum seems dead.
>>>
>>> If it's the same, I apologise.
>>>
>>> Here's my question:
>>>
>>> I have qt-creator installed on two Linux machines.
>> What version?
>>
>>> One was installed on 
>>> a KDE3.5 machine in my /opt directory and I upgraded to a KDE4 
>>> distribution. On that, I can right click on a watch variable and choose 
>>> to view all variables of that type as hex, or decimal, binary etc.
>>>
>>> I also have another KDE4 machine that I installed qt-creator on without 
>>> it being KDE3.5 first and I cannot choose what format to view the 
>>> watches in. Anyone know how to remedy this?
>>>
>>> What I would really like to do is choose exactly which variables I view 
>>> as what base (so I might have two quint8 variables and I'd like to 
>>> choose to view one as decimal and one as hex).
>> There's an option in the context menu of 'int' items in the Locals 
>> and Watchers view, both for a bulk change, and individual items.
>> The changes are sticky.
>>
>> Andre'
>> ___
>> Qt-creator mailing list
>> Qt-creator@trolltech.com
>> http://lists.trolltech.com/mailman/listinfo/qt-creator
>>
> ___
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
> 
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Qt Creator crashes on breakpoint

2009-12-18 Thread André Pönitz
On Friday 18 December 2009 15:18:53 ext Qt Quest wrote:
> OK, compiling Qt 4.6.0 debug.
> Is there a way to compile Qt creator for debug mode 
> from the command line? 

qmake -r CONFIG+=debug  

> It should also have some --with-qt-dir flag as well...

That's not needed, just use the qmake from that directory.

Andre'
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Some annoyances

2009-12-18 Thread Danny Price
Yes I raised it. The trolls didn't believe me either until I posted a
screenshot and someone else mentioned the tabs vs spaces setting.

On Fri, Dec 18, 2009 at 3:40 PM, John Vilburn wrote:

>
> On Dec 18, 2009, at 5:29 AM, Danny Price wrote:
>
> Bug tracker - http://bugreports.qt.nokia.com/browse/QTCREATORBUG-292
>
>
> Thank you, Danny. That bug report is exactly what I am experiencing.
>
>
> ___
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
>
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Some annoyances

2009-12-18 Thread John Vilburn

On Dec 18, 2009, at 5:29 AM, Danny Price wrote:

> Bug tracker - http://bugreports.qt.nokia.com/browse/QTCREATORBUG-292
> 

Thank you, Danny. That bug report is exactly what I am experiencing.

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Some annoyances

2009-12-18 Thread Danny Price
Are you using spaces or tabs?

On Fri, Dec 18, 2009 at 3:20 PM, Eike Ziller  wrote:

>
> On Dec 18, 2009, at 3:42 PM, ext John Vilburn wrote:
>
> > In the few days I have been using Qt Creator (on the Mac), I have found
> it to be friendlier than XCode, but with a few annoyances. My perception may
> be influenced by my long-time use of Visual Studio. Anyway, here are the
> things I have found. If you have any suggestions regarding them, I would be
> most grateful.
> >
> > 1. The selection list of member variables and methods above the editor
> window appears to be in the order that they are found in your code. It would
> be easier to find a method if the list were in alphabetical order.
> >
> > 2. The formatting of switch statements is impossible. The case lines are
> indented one tab stop from the left edge of the paper, rather than being
> even with the switch. This cannot be what was intended. Do I have a
> preference set wrong?
> >
> > 3.  I have chosen to save my filenames in mixed case. If I open a Foo.h,
> then open Foo.cpp, then while in Foo.cpp use "Switch between Method
> Declaration/Definition", I get another copy of Foo.h opened, but it is
> listed as foo.h (all lowercase) in the Open Documents window. If at this
> point I modify foo.h, I get a message that Foo.h was modified outside of Qt
> Creator.
>
> Which version of Qt Creator do you use? I can't reproduce 2. and 3. with
> 1.3.0.
>
> For me writing a switch statement results in
>
>
>
>
>
>
> >
> > Thank you for any suggestions regarding these items.
> > John
> >
> > ___
> > Qt-creator mailing list
> > Qt-creator@trolltech.com
> > http://lists.trolltech.com/mailman/listinfo/qt-creator
>
> --
> Eike Ziller
> Software Engineer
> Nokia, Qt Development Frameworks
>
> Nokia gate5 GmbH
> Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
> Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B
> Umsatzsteueridentifikationsnummer: DE 812 845 193
> Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori
>
>
>
>
> ___
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
>
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Some annoyances

2009-12-18 Thread Danny Price
Bug tracker - http://bugreports.qt.nokia.com/browse/QTCREATORBUG-292

On Fri, Dec 18, 2009 at 3:20 PM, Eike Ziller  wrote:

>
> On Dec 18, 2009, at 3:42 PM, ext John Vilburn wrote:
>
> > In the few days I have been using Qt Creator (on the Mac), I have found
> it to be friendlier than XCode, but with a few annoyances. My perception may
> be influenced by my long-time use of Visual Studio. Anyway, here are the
> things I have found. If you have any suggestions regarding them, I would be
> most grateful.
> >
> > 1. The selection list of member variables and methods above the editor
> window appears to be in the order that they are found in your code. It would
> be easier to find a method if the list were in alphabetical order.
> >
> > 2. The formatting of switch statements is impossible. The case lines are
> indented one tab stop from the left edge of the paper, rather than being
> even with the switch. This cannot be what was intended. Do I have a
> preference set wrong?
> >
> > 3.  I have chosen to save my filenames in mixed case. If I open a Foo.h,
> then open Foo.cpp, then while in Foo.cpp use "Switch between Method
> Declaration/Definition", I get another copy of Foo.h opened, but it is
> listed as foo.h (all lowercase) in the Open Documents window. If at this
> point I modify foo.h, I get a message that Foo.h was modified outside of Qt
> Creator.
>
> Which version of Qt Creator do you use? I can't reproduce 2. and 3. with
> 1.3.0.
>
> For me writing a switch statement results in
>
>
>
>
>
>
> >
> > Thank you for any suggestions regarding these items.
> > John
> >
> > ___
> > Qt-creator mailing list
> > Qt-creator@trolltech.com
> > http://lists.trolltech.com/mailman/listinfo/qt-creator
>
> --
> Eike Ziller
> Software Engineer
> Nokia, Qt Development Frameworks
>
> Nokia gate5 GmbH
> Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
> Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B
> Umsatzsteueridentifikationsnummer: DE 812 845 193
> Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori
>
>
>
>
> ___
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
>
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Some annoyances

2009-12-18 Thread John Vilburn

On Dec 18, 2009, at 5:20 AM, Eike Ziller wrote:

> 
> On Dec 18, 2009, at 3:42 PM, ext John Vilburn wrote:
> 
>> In the few days I have been using Qt Creator (on the Mac), I have found it 
>> to be friendlier than XCode, but with a few annoyances. My perception may be 
>> influenced by my long-time use of Visual Studio. Anyway, here are the things 
>> I have found. If you have any suggestions regarding them, I would be most 
>> grateful.
>> 
>> 1. The selection list of member variables and methods above the editor 
>> window appears to be in the order that they are found in your code. It would 
>> be easier to find a method if the list were in alphabetical order.
>> 
>> 2. The formatting of switch statements is impossible. The case lines are 
>> indented one tab stop from the left edge of the paper, rather than being 
>> even with the switch. This cannot be what was intended. Do I have a 
>> preference set wrong?
>> 
>> 3.  I have chosen to save my filenames in mixed case. If I open a Foo.h, 
>> then open Foo.cpp, then while in Foo.cpp use "Switch between Method 
>> Declaration/Definition", I get another copy of Foo.h opened, but it is 
>> listed as foo.h (all lowercase) in the Open Documents window. If at this 
>> point I modify foo.h, I get a message that Foo.h was modified outside of Qt 
>> Creator.
> 
> Which version of Qt Creator do you use? I can't reproduce 2. and 3. with 
> 1.3.0.
> 
I am using the binary from the Qt 4.6.0 Mac SDK download.

Here is what the About dialog shows:

Qt Creator 1.3.0

Based on Qt 4.6.0 (32 bit)

Built on Nov 27 2009 at 14:42:20

From revision c0e849ecc3


___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Some annoyances

2009-12-18 Thread Eike Ziller

On Dec 18, 2009, at 3:42 PM, ext John Vilburn wrote:

> In the few days I have been using Qt Creator (on the Mac), I have found it to 
> be friendlier than XCode, but with a few annoyances. My perception may be 
> influenced by my long-time use of Visual Studio. Anyway, here are the things 
> I have found. If you have any suggestions regarding them, I would be most 
> grateful.
> 
> 1. The selection list of member variables and methods above the editor window 
> appears to be in the order that they are found in your code. It would be 
> easier to find a method if the list were in alphabetical order.
> 
> 2. The formatting of switch statements is impossible. The case lines are 
> indented one tab stop from the left edge of the paper, rather than being even 
> with the switch. This cannot be what was intended. Do I have a preference set 
> wrong?
> 
> 3.  I have chosen to save my filenames in mixed case. If I open a Foo.h, then 
> open Foo.cpp, then while in Foo.cpp use "Switch between Method 
> Declaration/Definition", I get another copy of Foo.h opened, but it is listed 
> as foo.h (all lowercase) in the Open Documents window. If at this point I 
> modify foo.h, I get a message that Foo.h was modified outside of Qt Creator.

Which version of Qt Creator do you use? I can't reproduce 2. and 3. with 1.3.0.

For me writing a switch statement results in

<>



> 
> Thank you for any suggestions regarding these items.
> John
> 
> ___
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator

-- 
Eike Ziller
Software Engineer
Nokia, Qt Development Frameworks

Nokia gate5 GmbH
Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B
Umsatzsteueridentifikationsnummer: DE 812 845 193
Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori



___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Some annoyances

2009-12-18 Thread John Vilburn

On Dec 18, 2009, at 4:47 AM, Eike Ziller wrote:

> 
> On Dec 18, 2009, at 3:42 PM, ext John Vilburn wrote:
> 
>> In the few days I have been using Qt Creator (on the Mac), I have found it 
>> to be friendlier than XCode, but with a few annoyances. My perception may be 
>> influenced by my long-time use of Visual Studio. Anyway, here are the things 
>> I have found. If you have any suggestions regarding them, I would be most 
>> grateful.
>> 
>> 1. The selection list of member variables and methods above the editor 
>> window appears to be in the order that they are found in your code. It would 
>> be easier to find a method if the list were in alphabetical order.
> 
> Right-click, "Sort alphabetically".
> 

Thank you, Elke
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Some annoyances

2009-12-18 Thread Eike Ziller

On Dec 18, 2009, at 3:42 PM, ext John Vilburn wrote:

> In the few days I have been using Qt Creator (on the Mac), I have found it to 
> be friendlier than XCode, but with a few annoyances. My perception may be 
> influenced by my long-time use of Visual Studio. Anyway, here are the things 
> I have found. If you have any suggestions regarding them, I would be most 
> grateful.
> 
> 1. The selection list of member variables and methods above the editor window 
> appears to be in the order that they are found in your code. It would be 
> easier to find a method if the list were in alphabetical order.

Right-click, "Sort alphabetically".

> 2. The formatting of switch statements is impossible. The case lines are 
> indented one tab stop from the left edge of the paper, rather than being even 
> with the switch. This cannot be what was intended. Do I have a preference set 
> wrong?
> 
> 3.  I have chosen to save my filenames in mixed case. If I open a Foo.h, then 
> open Foo.cpp, then while in Foo.cpp use "Switch between Method 
> Declaration/Definition", I get another copy of Foo.h opened, but it is listed 
> as foo.h (all lowercase) in the Open Documents window. If at this point I 
> modify foo.h, I get a message that Foo.h was modified outside of Qt Creator.
> 
> Thank you for any suggestions regarding these items.
> John
> 
> ___
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator

-- 
Eike Ziller
Software Engineer
Nokia, Qt Development Frameworks

Nokia gate5 GmbH
Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B
Umsatzsteueridentifikationsnummer: DE 812 845 193
Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori




___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


[Qt-creator] Some annoyances

2009-12-18 Thread John Vilburn
In the few days I have been using Qt Creator (on the Mac), I have found it to 
be friendlier than XCode, but with a few annoyances. My perception may be 
influenced by my long-time use of Visual Studio. Anyway, here are the things I 
have found. If you have any suggestions regarding them, I would be most 
grateful.

1. The selection list of member variables and methods above the editor window 
appears to be in the order that they are found in your code. It would be easier 
to find a method if the list were in alphabetical order.

2. The formatting of switch statements is impossible. The case lines are 
indented one tab stop from the left edge of the paper, rather than being even 
with the switch. This cannot be what was intended. Do I have a preference set 
wrong?

3.  I have chosen to save my filenames in mixed case. If I open a Foo.h, then 
open Foo.cpp, then while in Foo.cpp use "Switch between Method 
Declaration/Definition", I get another copy of Foo.h opened, but it is listed 
as foo.h (all lowercase) in the Open Documents window. If at this point I 
modify foo.h, I get a message that Foo.h was modified outside of Qt Creator.

Thank you for any suggestions regarding these items.
John
 
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Qt Creator crashes on breakpoint

2009-12-18 Thread Qt Quest
OK, compiling Qt 4.6.0 debug.
Is there a way to compile Qt creator for debug mode  from the command line? It 
should also have some --with-qt-dir flag as well...

Thanks!

--- On Fri, 12/18/09, André Pönitz  wrote:

From: André Pönitz 
Subject: Re: [Qt-creator] Qt Creator crashes on breakpoint
To: "qt-creator@trolltech.com" 
Date: Friday, December 18, 2009, 1:53 PM

On Friday 18 December 2009 13:48:26 ext Qt Quest wrote:
> There are no '-g' option in g++ commands while compiling Qt creator
> So it seems like Qt 4.6.0 should be compiled with debug, no?
> Again, I've used no flags in configure and make.

Ah right. You'd need to configure Qt with ./configure -debug 
[and possibly   -prefix `pwd`, that saves the 'make install' step]

Andre'
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator



  ___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Qt Creator crashes on breakpoint

2009-12-18 Thread André Pönitz
On Friday 18 December 2009 13:48:26 ext Qt Quest wrote:
> There are no '-g' option in g++ commands while compiling Qt creator
> So it seems like Qt 4.6.0 should be compiled with debug, no?
> Again, I've used no flags in configure and make.

Ah right. You'd need to configure Qt with ./configure -debug 
[and possibly   -prefix `pwd`, that saves the 'make install' step]

Andre'
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Viewing watches in variables as hex?

2009-12-18 Thread André Pönitz
On Friday 18 December 2009 13:52:21 ext Robert Wood wrote:
> Hi André,
> 
> I was running 1.2.1 on the machine that it didn't work on and 1.3 on the 
> one it did. I was abroad when I put it on my laptop and it hadn't 
> occurred to me that I'd downloaded a different version than the one on 
> my server.
> 
> That works now, thanks very much.
> 
> Does that suggest it's worth checking for new version fairly regularly?

There's usually an announcement on this list and blog on 
http://labs.trolltech.com/blogs/. So if you keep an eye on 
either it's hard to miss.
 
> It's a great IDE btw. I'm really impressed with its speed and how 
> intuitive it is to use. Compliments to Trolltech and Nokia for a great 
> piece of software.

Thanks ;-)

Andre'

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Viewing watches in variables as hex?

2009-12-18 Thread Robert Wood
Hi André,

I was running 1.2.1 on the machine that it didn't work on and 1.3 on the 
one it did. I was abroad when I put it on my laptop and it hadn't 
occurred to me that I'd downloaded a different version than the one on 
my server.

That works now, thanks very much.

Does that suggest it's worth checking for new version fairly regularly?

It's a great IDE btw. I'm really impressed with its speed and how 
intuitive it is to use. Compliments to Trolltech and Nokia for a great 
piece of software.

Cheers,

Rob





André Pönitz wrote:
> On Friday 18 December 2009 11:40:29 ext Robert Wood wrote:
>> Folks,
>>
>> I must confess I have posted this on the bulletin board style forum, so 
>> am hoping this is a separate mailing list as the forum seems dead.
>>
>> If it's the same, I apologise.
>>
>> Here's my question:
>>
>> I have qt-creator installed on two Linux machines.
> 
> What version?
> 
>> One was installed on 
>> a KDE3.5 machine in my /opt directory and I upgraded to a KDE4 
>> distribution. On that, I can right click on a watch variable and choose 
>> to view all variables of that type as hex, or decimal, binary etc.
>>
>> I also have another KDE4 machine that I installed qt-creator on without 
>> it being KDE3.5 first and I cannot choose what format to view the 
>> watches in. Anyone know how to remedy this?
>>
>> What I would really like to do is choose exactly which variables I view 
>> as what base (so I might have two quint8 variables and I'd like to 
>> choose to view one as decimal and one as hex).
> 
> There's an option in the context menu of 'int' items in the Locals 
> and Watchers view, both for a bulk change, and individual items.
> The changes are sticky.
> 
> Andre'
> ___
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
> 
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Qt Creator crashes on breakpoint

2009-12-18 Thread Qt Quest
There are no '-g' option in  g++ commands while compiling Qt creator
So it seems like Qt 4.6.0 should be compiled with debug, no? Again, I've used 
no flags in configure and make.

--- On Fri, 12/18/09, André Pönitz  wrote:

From: André Pönitz 
Subject: Re: [Qt-creator] Qt Creator crashes on breakpoint
To: "qt-creator@trolltech.com" 
Date: Friday, December 18, 2009, 12:40 PM

On Friday 18 December 2009 13:35:04 ext Qt Quest wrote:
> I may have forgotten to compile Qt Creator in debug - my bad. What are the 
> configure flags for it?

That should be the default for self-compiled Qt Creator. 
You can verify it works by searching for a '-g' option on
the compiler command line.

> BTW: The  is for the Qt library... isn't it?

Yes.

Andre'
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator



  ___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Qt Creator crashes on breakpoint

2009-12-18 Thread André Pönitz
On Friday 18 December 2009 13:35:04 ext Qt Quest wrote:
> I may have forgotten to compile Qt Creator in debug - my bad. What are the 
> configure flags for it?

That should be the default for self-compiled Qt Creator. 
You can verify it works by searching for a '-g' option on
the compiler command line.

> BTW: The  is for the Qt library... isn't it?

Yes.

Andre'
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Qt Creator crashes on breakpoint

2009-12-18 Thread Qt Quest
I may have forgotten to compile Qt Creator in debug - my bad. What are the 
configure flags for it?
BTW: The  is for the Qt library... isn't it?
Thanks!

--- On Fri, 12/18/09, André Pönitz  wrote:

From: André Pönitz 
Subject: Re: [Qt-creator] Qt Creator crashes on breakpoint
To: "qt-creator@trolltech.com" 
Date: Friday, December 18, 2009, 12:24 PM

On Friday 18 December 2009 08:28:59 ext Qt Quest wrote:
> Here's an update:
> 1. I've used git to build qt-creator
>    git clone git://gitorious.org/qt-creator/qt-creator.git
> 2. Removed 4.3 Qt libs from /usr/lib
> 3. Uninstalled 1.2.1 and reinstalled 1.3.0
> 
> But the problem is still there.

So Creator still crashes, and you still get the original backtrace:

> > 
> > []
> > Program received signal SIGSEGV, Segmentation fault.
> > [Switching to Thread 46912524675104 (LWP 26107)]
> > 0x2b4e2c61 in QX11PaintEngine::drawPixmap (this= > out>,
> >     r=, px=, _sr= >out>)
> >     at painting/qpaintengine_x11.cpp:1919
> > 1919        ::Picture src_pict = 
> > static_cast(pixmap.data.data())->picture;
> > (gdb) bt
> > #0  0x2b4e2c61 in QX11PaintEngine::drawPixmap (this= > optimized out>,
> >     r=, px=, _sr= >out>)
> >     at painting/qpaintengine_x11.cpp:1919
> > [...]

including the  fields?

Andre'
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator



  ___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Viewing watches in variables as hex?

2009-12-18 Thread André Pönitz
On Friday 18 December 2009 11:40:29 ext Robert Wood wrote:
> Folks,
> 
> I must confess I have posted this on the bulletin board style forum, so 
> am hoping this is a separate mailing list as the forum seems dead.
> 
> If it's the same, I apologise.
> 
> Here's my question:
> 
> I have qt-creator installed on two Linux machines.

What version?

> One was installed on 
> a KDE3.5 machine in my /opt directory and I upgraded to a KDE4 
> distribution. On that, I can right click on a watch variable and choose 
> to view all variables of that type as hex, or decimal, binary etc.
> 
> I also have another KDE4 machine that I installed qt-creator on without 
> it being KDE3.5 first and I cannot choose what format to view the 
> watches in. Anyone know how to remedy this?
> 
> What I would really like to do is choose exactly which variables I view 
> as what base (so I might have two quint8 variables and I'd like to 
> choose to view one as decimal and one as hex).

There's an option in the context menu of 'int' items in the Locals 
and Watchers view, both for a bulk change, and individual items.
The changes are sticky.

Andre'
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Qt Creator crashes on breakpoint

2009-12-18 Thread André Pönitz
On Friday 18 December 2009 08:28:59 ext Qt Quest wrote:
> Here's an update:
> 1. I've used git to build qt-creator
>git clone git://gitorious.org/qt-creator/qt-creator.git
> 2. Removed 4.3 Qt libs from /usr/lib
> 3. Uninstalled 1.2.1 and reinstalled 1.3.0
> 
> But the problem is still there.

So Creator still crashes, and you still get the original backtrace:

> > 
> > []
> > Program received signal SIGSEGV, Segmentation fault.
> > [Switching to Thread 46912524675104 (LWP 26107)]
> > 0x2b4e2c61 in QX11PaintEngine::drawPixmap (this= > out>,
> > r=, px=, _sr= > out>)
> > at painting/qpaintengine_x11.cpp:1919
> > 1919::Picture src_pict = 
> > static_cast(pixmap.data.data())->picture;
> > (gdb) bt
> > #0  0x2b4e2c61 in QX11PaintEngine::drawPixmap (this= > optimized out>,
> > r=, px=, _sr= > out>)
> > at painting/qpaintengine_x11.cpp:1919
> > [...]

including the  fields?

Andre'
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Debugging problem Creator

2009-12-18 Thread André Pönitz
On Friday 18 December 2009 07:39:52 ext Sujan Dasmahapatra wrote:
> now my creator debugger is running but when  after setting break point 
> i am trying to step over F10 its not moving forward.I can see a console its
> started for debugger.My debugger is working fine with vc++.

For solving any debugger related problem I really need the contents 
of the right pane of the Debug -> View -> Debugger view.

Andre'
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Add new project templates

2009-12-18 Thread Porfírio Ribeiro
I agree with you, i also use QtCreator for some non Qt projects!

2009/12/16 Tiago Correia 

> Hi,
>
> I'd like to add new templates for projects, when creating a new project.
> How can i do this?
>
> A project that is very useful for me is, for creating a simple C or C++
> program, that doesn't use Qt.
> I've always to edit the pro file. If this could be done, I can see Qt
> Creator as tool for helping novice users to program.
>
> --
> Tiago Correia
> chief technology officer
>
> cnoti inovação & desenvolvimento – Aprendizagem enRiquecida pela Tecnologia
> www.cnotinfor.pt
> Telefone: +351 239 499 231
>
> Subscreva gratuitamente a nossa Newsletter BICA – Boletim informativo de
> Interactividade, Comunicação e Aprendizagem
>
>
> ___
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
>


-- 
Porfirio Ribeiro
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


[Qt-creator] Viewing watches in variables as hex?

2009-12-18 Thread Robert Wood
Folks,

I must confess I have posted this on the bulletin board style forum, so 
am hoping this is a separate mailing list as the forum seems dead.

If it's the same, I apologise.

Here's my question:

I have qt-creator installed on two Linux machines. One was installed on 
a KDE3.5 machine in my /opt directory and I upgraded to a KDE4 
distribution. On that, I can right click on a watch variable and choose 
to view all variables of that type as hex, or decimal, binary etc.

I also have another KDE4 machine that I installed qt-creator on without 
it being KDE3.5 first and I cannot choose what format to view the 
watches in. Anyone know how to remedy this?

What I would really like to do is choose exactly which variables I view 
as what base (so I might have two quint8 variables and I'd like to 
choose to view one as decimal and one as hex).

Would be grateful for a pointer on how to solve this.

Many thanks. :)
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator