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 a

[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

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 af

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? T

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 th

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/

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://

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

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 wi

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-tim

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 ha

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-tim

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 ha

[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 b

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:

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 -deb

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 s

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

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 breakp

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 l

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@trollt

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

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. S

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 de

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 us

[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 /