Re: [Qt-creator] Unwanted extension .cpp

2009-12-10 Thread Jan Ekholm
On Thursday 10 December 2009, Kuiper, Luuk wrote: In my previous reply I forgot to attach the attachment. Here it is. Luuk - Original Message - From: thorbjorn lindeijer thorbjorn.lindei...@nokia.com To: qt-creator@trolltech.com Sent: Wednesday, December 9, 2009 3:00:14 PM GMT

Re: [Qt-creator] Unwanted extension .cpp

2009-12-10 Thread Kuiper, Luuk
Jan, Changing Tools - OPtions - C++, as Thorbjørn Lindeijer said, helps for me. Luuk - Original Message - From: Jan Ekholm jan.ekh...@smultron.net To: qt-creator@trolltech.com Sent: Thursday, December 10, 2009 10:37:21 AM GMT +01:00 Amsterdam / Berlin / Bern / Rome / Stockholm /

[Qt-creator] small parser quirks

2009-12-10 Thread August Hörandl
Qt creator underlines the line with FD_ZERO: expected token ')' got token ':' #include unistd.h #include sys/types.h int main(int argc, char *argv[]) { fd_set rfds; FD_ZERO(rfds); return 0; } Qt Creator 1.3, gcc 4.4 on linux Regards August Hörandl -- August Hörandl

[Qt-creator] working with multiple .ui windows

2009-12-10 Thread ramakrishna perumandla
hi , I am using QT creator 4.5 version. i have started a new project named Health(Health.ui) in that window i placed a treewidget and added items(named fruits,dryfruits etc) under the treewidget , now i added another QDialog(fruits.ui ) to the same project, when i clicked on

[Qt-creator] remote debugging for armv5te

2009-12-10 Thread majo huber
h...@all, I have tested the QTCreator IDE and it looks very nice, but one thing that makes it unuseable for me is that remote debugging for arm seems not to work properly. On Eclipse this isn't a problem. It would also be very nice to get the debugging helper library working for arm targets. On

[Qt-creator] When QTC is create Class View scheme?

2009-12-10 Thread visual fc
Hi All QTC is great developer tools, but QTC 1.3 no Class View. When QTC is create Class View scheme? ___ Qt-creator mailing list Qt-creator@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-creator

Re: [Qt-creator] remote debugging for armv5te

2009-12-10 Thread majo huber
I started debugging by pressing F5. The german translation of this menu is quite different, so I didn't get the idea. What will I have to enter then when I want to use gdbserver via TCP on the target side (ARM target)? I only saw the i386 targets. Thanks, majo 2009/12/10 André Pönitz

Re: [Qt-creator] When QTC is create Class View scheme?

2009-12-10 Thread Danny Price
Hi. This has been requested many times. http://bugreports.qt.nokia.com/browse/QTCREATORBUG-28 On Thu, Dec 10, 2009 at 12:01 PM, visual fc visua...@gmail.com wrote: Hi All QTC is great developer tools, but QTC 1.3 no Class View. When QTC is create Class View scheme?

[Qt-creator] Error with unattended installation of qtcreator

2009-12-10 Thread Liebe Markus (RtP2/TEF72)
Hi, I just tried to install qtcreator 1.3.0 on Linux using the following command: qt-creator-linux-x86-opensource-1.3.0.bin --mode unattended The installer itself runs fine, but it exits with $? beeing 1 and the following error message: Problem running post-install step. Installation may not

Re: [Qt-creator] remote debugging for armv5te

2009-12-10 Thread André Pönitz
On Thursday 10 December 2009 13:07:42 ext majo huber wrote: I started debugging by pressing F5. That starts a local debugging session. The german translation of this menu is quite different, so I didn't get the idea. You need the last item of the Debug - Start Debugging submenu. What will

Re: [Qt-creator] remote debugging for armv5te

2009-12-10 Thread majo huber
2009/12/10 André Pönitz andre.poen...@nokia.com: On Thursday 10 December 2009 13:07:42 ext majo huber wrote: I started debugging by pressing F5. That starts a local debugging session. The german translation of this menu is quite different, so I didn't get the idea. You need the last item

Re: [Qt-creator] Unwanted extension .cpp

2009-12-10 Thread Coda Highland
Well, that explains it. That's the KDE file dialog, not the Qt one. You're describing a KDE bug and you should probably go poke them about it. /s/ Adam On Thu, Dec 10, 2009 at 3:24 AM, Kuiper, Luuk kui...@hitt.nl wrote: In my previous reply I forgot to attach the attachment. Here it is.

Re: [Qt-creator] remote debugging for armv5te

2009-12-10 Thread André Pönitz
On Thursday 10 December 2009 14:35:25 ext majo huber wrote: What will I need to enter in Sysroot? The path to my toolchain (gdb)? Whatever you'd pass to gdb's set sysroot command. And within the Server-Startscript I need to start the gdbserver on my target, right? That's what it's meant

Re: [Qt-creator] DebugBreak () functionality

2009-12-10 Thread Bravo.Alex
@Eric Thank you for the useful info. (BTW, I use QNX as a target, but that’s OK, I know it’s too much to expect help for it.) @Alan Thank you for assembler code too. I thought this feature needs integration with the IDE (QtCreator) for it to show correct source/pause at the correct line/etc.