Re: [Qt-creator] Creator as DDD replacement

2009-05-04 Thread André Pönitz
On Saturday 25 April 2009 03:27:10 ext Karl Robillard wrote: you can just enter stuff into the gdb input pane and press ctrl-enter in that line. This seems pretty useless in it's current state. I need a normal command line where commands can be typed at a prompt (with history) and get

Re: [Qt-creator] #ifdef Linux - code coloring

2009-05-18 Thread André Pönitz
On Monday 18 May 2009 08:51:37 ext Liebe Markus (RtP2/TEF72) wrote: Hi, In a project I have several code sections that are specific for Windows or Linux. To seperate them I use: #ifdef Linux // code #endif As well as #ifdef WIN32 // code #endif Have you considered using #ifdef

Re: [Qt-creator] Values of Qt Objects

2009-06-25 Thread André Pönitz
On Thursday 25 June 2009 10:39:13 ext Boy Lenssen wrote: I have the green checkmark for the Qt versions, Rebuild them nevertheless, just to be on the safe side. Use debugging helper is also checked, do I have to set a custom location? No, only if you have the helpers in a non-standard

Re: [Qt-creator] CDB/MS C++ Compiler Support Confusion

2009-06-29 Thread André Pönitz
On Sunday 28 June 2009 15:58:25 ext Robert Caldecott wrote: So, Qt Creator 1.2 adds support for the Microsoft Console Debugger (CDB), but AFAIK you can only use CDB to debug applications compiled with the Microsoft C++ compiler right? Correct. So does that mean I can now create Qt apps

Re: [Qt-creator] Visual Studio Compiler

2009-06-30 Thread André Pönitz
On Tuesday 30 June 2009 09:46:11 ext Eirik Ulvik wrote: I have compiled Qt using the Visual Studio 2008 compiler on a Virtual machine. I have tried to create QtCreator projects on the Virtual Machine (Win XP). When choosing the Qt directory where I compiled QtCreator I automatically get the

Re: [Qt-creator] Debug helper broken in 1.2

2009-07-01 Thread André Pönitz
On Tuesday 30 June 2009 19:54:17 ext Arto Karppinen wrote: When i try to compile debug helper i get: g++ -c -pipe -g -Wall -W -D_REENTRANT -fPIC -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore

Re: [Qt-creator] Debugging Helper broken in 1.2?

2009-07-17 Thread André Pönitz
On Friday 17 July 2009 08:10:03 ext Boy Lenssen wrote: As far as I know, you always get a green checkmark. [Even when there were errors? I haven't heard that before.] I would check the log (click the show log button next to the rebuild button) to see if it did compile without errors That's

Re: [Qt-creator] gdb Debugg Helpers - typedef bug

2009-07-20 Thread André Pönitz
On Sunday 19 July 2009 20:54:33 ext Robert Caldecott wrote: I think this may of been posted before but if you typedef a QMap, QList, etc. you cannot view the contents with the debugging helpers, e.g.: #include QtCore/QCoreApplication #include QMap #include QString #include QListv int

Re: [Qt-creator] Debugging class member variables

2009-09-11 Thread André Pönitz
On Friday 11 September 2009 09:09:54 ext Robert de Vries wrote: André Pönitz schreef: On Thursday 10 September 2009 22:17:35 ext Murphy, Sean M. wrote: [...] I'm not seeing anything there that helps, unless I'm just misunderstanding why you pointed me there. I meant

Re: [Qt-creator] annoying editor behaviors

2009-09-14 Thread André Pönitz
On Monday 14 September 2009 11:11:33 ext Kuiper, Luuk wrote: The most annoying editor behaviour on Linux for (thus far) is that shift+home, shift+end, shift+PgUp and shift+PgDn etc. on the numeric keypad, does not select activate the selection of the text you are jumping over when not using

Re: [Qt-creator] Problem debugging with QtCreator in Windows

2009-09-30 Thread André Pönitz
On Wednesday 30 September 2009 08:08:45 Molkentin Daniel (Nokia-D-Qt/Berlin) wrote: On Sep 29, 2009, at 7:25 PM, ext Andre Poenitz wrote: 2944.0xf6c]\n sStopped. 15*stopped,reason=signal-received,signal-name=SIGSEGV,signal- meaning=Segmentation

Re: [Qt-creator] Debugger not working in latest snapshot on OSX Snow Leopard

2009-10-02 Thread André Pönitz
On Friday 02 October 2009 00:03:44 ext Danny Price wrote: This is very odd - the debugger in the latest snapshot (25th) does not appear to work on Snow Leopard (it DOES work on Leopard). In a simple project, the debugger starts but then stops with the message 'Start initial breakpoint

Re: [Qt-creator] Compiling QtCreator v1.2.91 from git

2009-10-02 Thread André Pönitz
On Friday 02 October 2009 09:34:43 ext Alex T. wrote: Hi, guys. Did anyone have the problem with QtCreator 1.2.91 compiled from git? The compilation is ok. But at startup it says Cannot load plugin because dependency failed to load: ProjectExplorer(1.2.91) Can you try a really clean rebuild?

Re: [Qt-creator] Debugger not working in latest snapsh ot on OSX Snow Leopard

2009-10-05 Thread André Pönitz
On Saturday 03 October 2009 01:23:27 ext Andre Poenitz wrote: On Fri, Oct 02, 2009 at 10:45:09PM +0100, Danny Price wrote: Tried it with the 2nd Oct build, same thing. Ok. I'll have a look at it on Monday. Turned out that the gdb shipped with 10.6 behaves differently than the one shipped

Re: [Qt-creator] Debugger not working in latest snapshot on OSX Snow Leopard

2009-10-05 Thread André Pönitz
On Monday 05 October 2009 14:03:19 ext Danny Price wrote: Brilliant thanks. How come the debugger in 1.2.1 works with SL? Probably it did not use the offending command (set print inferior-events 1) during startup. Andre' ___ Qt-creator mailing list

Re: [Qt-creator] SOLVED: Starting debugger launches RELEASE version, not DEBUG

2009-10-06 Thread André Pönitz
On Tuesday 06 October 2009 02:20:21 ext David Ching wrote: Qt Creator 1.2.90 on Windows Building project using Qt 4.5.3 The Projects window shows that even though the Debug configuration is active, the folder path of the exe that will be debugged is the release\. Therefore, trying to

Re: [Qt-creator] ideas

2009-10-07 Thread André Pönitz
On Wednesday 07 October 2009 10:05:10 ext Matthias Pospiech wrote: Andre Poenitz schrieb: On Tue, Oct 06, 2009 at 06:13:37PM +0100, Danny Price wrote: The frustrating thing about this situation is that it seems relatively simple to fix without compromising the locator system or

Re: [Qt-creator] [Bug report] Edit in external editor option does not excape white space.

2009-10-08 Thread André Pönitz
On Thursday 08 October 2009 07:31:11 ext Harshath JR, ITBHU wrote: Hi, I'm using Qt Creator 1.2.1. I had set the External editor in Environment-General to gnome-terminal -e vim %f. What happens if you usegnome-terminal -e vim '%f' ? Andre'

Re: [Qt-creator] Remote debugging with Qt Creator

2009-10-08 Thread André Pönitz
On Wednesday 07 October 2009 20:03:14 ext Rodrigo Tavares wrote: Hi André, Thanks for the feedback. In fact, the remote debugging also failed for me with Qt Creator 1.2.1, but the problem was that this release only supported the i386-x86-64:intel architecture, and my target was only

Re: [Qt-creator] How to change the install path?

2009-10-08 Thread André Pönitz
On Thursday 08 October 2009 15:02:24 ext mgw...@gmail.com wrote: Hi list, how to change the install path while compiling from git source? The install path is fixed at ./configure time using the -prefix option. Andre' ___ Qt-creator mailing list

Re: [Qt-creator] Debug helper fails to compile

2009-10-13 Thread André Pönitz
On Monday 12 October 2009 10:18:57 ext Arto Karppinen wrote: System: Qt Creator 1.2.90, Qt 4.4.3, Ubuntu 8.10 Output: --- g++ -c -pipe -g -Wall -W -D_REENTRANT -fPIC -DUSE_QT_GUI=1 -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore

Re: [Qt-creator] GDB Debug helper

2009-10-15 Thread André Pönitz
On Thursday 15 October 2009 14:14:14 ext Lars Amsel wrote: Hi, Hi Lars. Unfortunately I can't get it work. [snip] Creating library file: debug\libgdbmacros.a That's a problem: your debugging helpers is build as a static library. We need a .dll. mingw32-make.exe[1]: Leaving directory

Re: [Qt-creator] gdbmucros helper add dump classes

2009-10-15 Thread André Pönitz
On Thursday 15 October 2009 14:54:02 ext Rudenko Eugene wrote: And I have one more question. I have my Lib project and my custom classes with it. If I add this dumpers in gdbmacros helper then I need to link to my lib. It's not A good way. Indeed. We have a similar problem with the QObject

Re: [Qt-creator] GDB Debug helper

2009-10-15 Thread André Pönitz
On Thursday 15 October 2009 15:28:15 ext Lars Amsel wrote: Hi André, thanks for quick response. André Pönitz wrote: On Thursday 15 October 2009 14:14:14 ext Lars Amsel wrote: So you have a helper _dll_? Yes I do. This is the dir output of qtcreator-1.2.92\qtc-debugging-helper

Re: [Qt-creator] Breakpoint Problem

2009-10-20 Thread André Pönitz
On Tuesday 20 October 2009 14:23:56 ext Robert Caldecott wrote: I still don't have confirmation of this issue I logged yesterday using the Task Tracker. Does it usually take a while before the issue is accepted? Everything takes a while... ;-) There have been some changes in the area today,

Re: [Qt-creator] Breakpoint Problem

2009-10-26 Thread André Pönitz
On Friday 23 October 2009 21:03:36 ext Gena wrote: On Tuesday 20 October 2009 19:12:34 André Pönitz wrote: There have been some changes in the area today, and by now I can't reproduce the issue anymore. Could you please check (after the 12 hour synchronization delay) whether it works

Re: [Qt-creator] Breakpoint Problem

2009-10-26 Thread André Pönitz
On Monday 26 October 2009 12:29:21 ext GenaCid wrote: On Monday 26 October 2009 11:34:11 André Pönitz wrote: ... I just tried to reproduce it but failed. Can you please post a recipe to reproduce the problem? Andre' Emmm... There were no special actions. Just rebuilt, set breakpoint

Re: [Qt-creator] Breakpoint Problem

2009-10-26 Thread André Pönitz
On Monday 26 October 2009 13:18:20 Poenitz Andre (Nokia-D-Qt/Berlin) wrote: On Monday 26 October 2009 12:29:21 ext GenaCid wrote: On Monday 26 October 2009 11:34:11 André Pönitz wrote: ... I just tried to reproduce it but failed. Can you please post a recipe to reproduce the problem

Re: [Qt-creator] Breakpoint Problem

2009-10-26 Thread André Pönitz
On Monday 26 October 2009 14:33:36 ext Robert Caldecott wrote: Out of interest, have you managed to reproduce my breakpoint issues? I was not able to reproduce it after the first change I mentioned last week. (where breakpoints cannot always be set unless gdb is actually running.) This

Re: [Qt-creator] : Debugger pop-up watch window doesn't show all fields

2009-11-04 Thread André Pönitz
On Tuesday 03 November 2009 18:01:10 ext Gena Cid wrote: Hi! I've just noticed that not all fields of simple data array are shown in a pop-up watch window. Better look at the screenshot. Thanks for the report. It should be fixed now and appear in the public repo within 12 hours from now.

Re: [Qt-creator] Problem with latest Creator and Qt gits: QSqlDatabase: QSQLITE driver not loaded

2009-11-09 Thread André Pönitz
On Thursday 05 November 2009 14:09:25 Abdelrazak Younes wrote: By the ways there any way to tell configure to not recompile everything but only QSql? On the command line it's 'make sub-sql-clean sub-sql' Andre' ___ Qt-creator mailing list

Re: [Qt-creator] compiling problems

2009-11-10 Thread André Pönitz
On Tuesday 10 November 2009 18:28:57 ext Mark Long wrote: For those of us who are still git-impaired, what is the command to use that particular code set? I'd use something like git clone git://gitorious.org/qt/qt.git cd qt git checkout -t -b 4.6 origin/4.6 If then git show 1bed105d

Re: [Qt-creator] Bug in deleting breakpoints.

2009-11-13 Thread André Pönitz
Luuk Kuiper wrote: When I have a list of breakpoints, it is possible to delete a breakpoint by using a popup menu on the breakpoint in the breakpoints tab of the debug window. But, whichever breakpoint I select to delete, it is always the first one that is remove from the list. Also the

Re: [Qt-creator] Dubug and watch list (bug ? )

2009-11-16 Thread André Pönitz
On Monday 16 November 2009 09:03:35 ext rafal wrote: Thank You for reply. Im asking, because I don't see this position on QtCreator, when i click on varible or Watch and locals tab on debugging mode. It's the second item in the context menu of the Locals and watches view. Andre'

Re: [Qt-creator] Linux SDK containing Qt Creator doe sn'tbuild projects out of the box

2009-11-18 Thread André Pönitz
On Wednesday 18 November 2009 17:48:15 ext David Ching wrote: Andre Poenitz andre.poen...@mathematik.tu-chemnitz.de wrote in message news:20091114173314.gb3...@tu-chemnitz.de... The real problem with the Qt SDK package is that what you download from the Nokia website is not integrated into

Re: [Qt-creator] Commenting breakpoint

2009-11-20 Thread André Pönitz
On Friday 20 November 2009 12:01:43 ext GenaCid wrote: Hi! I've noticed a bug(feature?): comment breakpoint doesn't disable it. If it's a feature, it's a little confusing especially when commenting a big piece of code. It's not an intentional feature, it's just what happens if one does

Re: [Qt-creator] Commenting breakpoint

2009-11-20 Thread André Pönitz
On Friday 20 November 2009 13:42:28 ext Abdel Younes wrote: André Pönitz wrote: On Friday 20 November 2009 12:01:43 ext GenaCid wrote: Hi! I've noticed a bug(feature?): comment breakpoint doesn't disable it. If it's a feature, it's a little confusing especially when commenting

Re: [Qt-creator] Cannot step into Qt 4.6.0 rc1 code

2009-11-27 Thread André Pönitz
On Friday 27 November 2009 08:49:37 ext Robert Caldecott wrote: Attached is a log and a screen dump. My debug log includes the following line which can't be right... can it? 161set substitute-path C:/qt-greenhouse/Trolltech/Code_less_create_more/Trolltech/Code_less_create_more/Troll/4.6/qt

Re: [Qt-creator] Breakpoints do not work when debugging application on 5800 XM device from QtCreator

2009-11-30 Thread André Pönitz
On Monday 30 November 2009 00:14:55 ext Burka Victor wrote: 29.11.09, 17:47, Andre Poenitz andre.poen...@mathematik.tu-chemnitz.de: In any case, please post the contents of Debug-Views-Debugger, right pane. Ok thanks. sReading

Re: [Qt-creator] Breakpoints do not work when debugging application on 5800 XM device from QtCreator

2009-11-30 Thread André Pönitz
On Monday 30 November 2009 17:30:08 ext Burka Victor wrote: 30.11.09, 15:12, André Pönitz andre.poen...@nokia.com: On Monday 30 November 2009 00:14:55 ext Burka Victor wrote: 29.11.09, 17:47, Andre Poenitz : In any case, please post the contents of Debug-Views-Debugger

Re: [Qt-creator] Qt-creator Digest, Vol 15, Issue 15

2009-12-08 Thread André Pönitz
On Tuesday 08 December 2009 14:58:52 ext inf200...@ucf.edu.cu wrote: I have two questions today: 1. Why can´t I run the executables created by QtCreator? They should run in the place where they are created. It says some like ming***10.dll is missing. If you distribute the compiled binary

Re: [Qt-creator] Static version of QT

2009-12-09 Thread André Pönitz
On Wednesday 09 December 2009 13:38:09 ext Tiago Correia wrote: Hi, I'm using only Microsoft SDK and Qt Creator for Windows to develop applications. I've been using the dynamic linked version of Qt so far and it everything works fine. I've built my self from the source of Qt 4.6. Now

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 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] Qt Creator crashes on breakpoint

2009-12-13 Thread André Pönitz
On Monday 14 December 2009 03:32:06 ext Qt Quest wrote: Hi All, I'm experiencing a crash with Qt Creator. The crash happens consistently when I try to break inside a specific function. Breaking on the function entry is possible, but the next step will result in the same crash. The crash

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

2009-12-14 Thread André Pönitz
On Monday 14 December 2009 08:44:58 ext Qt Quest wrote: Hi Andre', By debug enabled you mean to compile the Qt creator with debug flags, or is there a runtime flag? I mean Qt Creator built with debug flags. Andre' ___ Qt-creator mailing list

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

2009-12-15 Thread André Pönitz
On Tuesday 15 December 2009 00:30:10 ext Qt Quest wrote: Hi Andre' Hi. Previously I used 4.5.0 compiled from source and the Qt creator 1.2.1 and 1.3.0 binaries. Does the 1.3.0 have Qt 4.6.0 binaries? I'm asking because in the compilation of Qt 1.3.0 it requires you have it... Qt

Re: [Qt-creator] Break on thrown exceptions?

2009-12-17 Thread André Pönitz
On Thursday 17 December 2009 16:04:14 ext Convey, Christian J CIV NUWC NWPT wrote: Does Qt Creator let me specify that during debugging, the program should break (e.g., a breakpoint is triggered) whenever a C++ exception is thrown? No, it's not supported yet. Feel free to file a feature

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

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

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

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

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

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

Re: [Qt-creator] gcov support?

2010-01-04 Thread André Pönitz
On Sunday 20 December 2009 11:48:54 ext Robert Caldecott wrote: Today I discovered there is a code-coverage tool for gcc called gcov. Not sure if this supports all gcc platforms but integration of this tool into Qt Creator might be something to add to a wish list... Feel free to put it on

Re: [Qt-creator] Locals Watches doesn't show function arguments.

2010-01-05 Thread André Pönitz
On Monday 04 January 2010 20:31:57 ext paulo wrote: Hi again, just recompiled from git, and now it's even worse. Locals and Watchers shows nothing... Bold guess: You have a gdb 7.0 or 7.0.1 and a 'watcher' that contains out-of-scope variables? If so, renaming

Re: [Qt-creator] Columns size Locals adn Watchers

2010-01-06 Thread André Pönitz
On Wednesday 06 January 2010 16:13:20 ext Tiago Correia wrote: Hi, I'm not able to resize the columns from the Local and Watchers tab. In Breakpoitns, Debugger and Thread it is possible. Is it a bug, or there is an hidden feature for this? Check the context menu for 'Always adjust column

Re: [Qt-creator] Internal error in debugger

2010-01-19 Thread André Pönitz
way of avoiding it to see the objects real values? Is this gdb 7.0? That crashes a lot. Try using 6.8 or 7.0.1. Independently, consider upgrading to Qt Creator 1.3.1. Regards, Andre' -- André Pönitz Senior Software Engineer Nokia, Qt Development Frameworks Nokia gate5 GmbH Firmensitz

Re: [Qt-creator] long time before hitting 1st breakpoint

2010-01-19 Thread André Pönitz
On Tuesday 19 January 2010 15:04:28 ext Boy Lenssen wrote: Hi, The problem I’m (still) having with Qt Creator (doesn’t matter which version, except the first release) is that it takes about half a minute before hitting the first breakpoint. After that, it responds fast. The next debugging

Re: [Qt-creator] Feature request: Project and Build panels auto-hide options

2010-01-20 Thread André Pönitz
On Wednesday 20 January 2010 14:18:09 ext Ilyes Gouta wrote: Hi, Is it possible to consider the addition of this new feature request project and build panels auto-hide in the next iteration of QtCreator? Basically it's about adding a kind of a transition to the project tree panel and the

Re: [Qt-creator] Compile-time signal and slot checking

2010-02-02 Thread André Pönitz
On Tuesday 02 February 2010 10:01:46 ext Danny Price wrote: I doubt this is possible at compile time as the connections are only made at runtime. If it helps, connect() returns false if a connection fails which you can use to catch with a macro. Also this list is for the Creator IDE, not

Re: [Qt-creator] FW: FW: long time before hitting 1st breakpoint

2010-02-03 Thread André Pönitz
On Wednesday 03 February 2010 11:33:34 ext Boy Lenssen wrote: kick The delay stems from loading the debugging helpers by injecting a dll in the debugged process. It does not seem to be fixable within that scheme. We are thinking about/working on a different scheme, but this is nothing that

Re: [Qt-creator] Font size in QtCreator application

2010-02-04 Thread André Pönitz
On Thursday 04 February 2010 12:30:13 ext Tomás Ortí wrote: Hi. I’m using QtCreator and it is cool. I’ve tried it in Ubuntu and Suse. But the font size of the menus, buttons, tools etc... is quite small. Is there a way to customize that? I’ve tried with gnome-control-center and kcontrol,

Re: [Qt-creator] Qt creator, gdb and anonymous unions.

2010-02-17 Thread André Pönitz
On Wednesday 17 February 2010 14:14:59 ext paulo wrote: Hi, the py script now works for nested anonymous unions, but apparently the hash used in the process (inconveniently) sorts the names. I think it would be better to keep the groupings. (just remove the sorting) ex: struct S {

Re: [Qt-creator] Symgdb in QtCreator Debugging options

2010-02-19 Thread André Pönitz
On Thursday 18 February 2010 10:27:19 ext Aleksandar D. Balalovski wrote: I saw this entry in the debugging options in latest QtCreator versions, it says Symbian TRK and as debugger default value is set 'symgdb'. Could not find any reference to symgdb on Google. What the bleep is this? Can

Re: [Qt-creator] Overriding dumper.py

2010-02-24 Thread André Pönitz
On Wednesday 24 February 2010 13:36:50 ext paulo wrote: Hi, I was thinking of doing some changes to /usr/share/qtcreator/gdbmacros/dumper.py and before looking into qt-creator source I thought asking would be faster, can I override the original dumper.py if I put a copy somewhere in my

Re: [Qt-creator] Overriding dumper.py

2010-02-25 Thread André Pönitz
On Wednesday 24 February 2010 17:46:22 ext paulo wrote: Hi again, careful the last patch had an extra tab (which, as everybody knows, will cause segmentation faults and core dumps in the python interpreter). This still puts everything in a flat list, which is not really nice (but in line with

Re: [Qt-creator] Remote debugging armv5te using Qt Creator

2010-03-05 Thread André Pönitz
On Friday 05 March 2010 11:00:28 ext gmenant@orange-ftgroup.com wrote: Hello, It's me again with my Qt Creator/GDB issues... I've set the GDB sysroot and debug is now working but there is an issue evaluating Qt objects. For example I don't see QString values in the debug window.

Re: [Qt-creator] Remote debugging armv5te using Qt Creator

2010-03-05 Thread André Pönitz
On Friday 05 March 2010 16:06:07 ext gmenant@orange-ftgroup.com wrote: Again, this should be arm. The value comes from the initial dialog. You can edit the combo box values to suit your needs. What version of Creator is that? The architecture combobox is editable nowadays. Andre'

Re: [Qt-creator] Remote debugging armv5te using Qt Creator

2010-03-08 Thread André Pönitz
On Monday 08 March 2010 11:10:02 ext Guillaume Ménant wrote: I have built gdb 7.0.1 and now it finds every librairies but debugging helper is still not found by gdb. Debugging helper has to be created by Qt Creator, no ? Yes, it's created from within the Qt Version selection dialog. When

Re: [Qt-creator] Start Debugging (F5) gives a Segmentation Fault

2010-03-15 Thread André Pönitz
On Monday 15 March 2010 07:50:36 ext Tomás Ortí wrote: Hi. When I create a project importing a Makefile with a very simple cpp file, and when I use from the menus Debug | Start Debugging | Start Debugging, or F5, I get a Segmentation Fault. Anyway, I was able to debug the application

Re: [Qt-creator] Start Debugging (F5) gives a Segmentation Fault

2010-03-15 Thread André Pönitz
On Monday 15 March 2010 08:54:37 ext Enrico Ros wrote: Which gdb version are you using? If it is 7.0.x can you try to downgrade to 6.8? I solved my crashes that way.. Does 7.0.1 crash for you as much as 7.0? Andre' ___ Qt-creator mailing list

Re: [Qt-creator] Qt 4.7 and Qt Creator 2.0 Tech nology Previews Released

2010-03-17 Thread André Pönitz
On Tuesday 16 March 2010 20:08:30 ext Stephen Chu wrote: On 3/14/10 2:49 PM, Andre Poenitz wrote: On Fri, Mar 12, 2010 at 10:52:37AM -0500, Stephen Chu wrote: No, creator should work with any Qt= 4.4. Try rebuilding the debugging helpers in the qt version dialog found in Tools/Options.

Re: [Qt-creator] GDB pretty-printing

2010-03-22 Thread André Pönitz
Hello. On Sunday 21 March 2010 19:40:45 ext Alex Richardson wrote: Hello, is it possible to use the gdbmacros.py/dumper.py with GDB (without QtCreator)? The code in the gdbmacros.py/dumper.py is geared towards producing whatever is useful to Qt Creator, including some ad-hoc data

Re: [Qt-creator] Qt 4.7 and Qt Creator 2.0 Techno logy Previews Released

2010-03-22 Thread André Pönitz
On Sunday 21 March 2010 22:13:09 ext Stephen Chu wrote: OK. Another mystery (or embarrassment?) here. I tried my project on Windows Qt Creator and got the same no debug helper look. I made sure the use debug helper option is on and rebuilt the helper. Still no format output. Recheck for

Re: [Qt-creator] GDB pretty-printing

2010-03-22 Thread André Pönitz
On Monday 22 March 2010 14:05:10 ext Alex Richardson wrote: What I'm trying to achive is basically that I can type print $any_qt_type in gdb and I get some useful output. As far as I know recent gcc already ships with the stock gdb style pretty-printers for std:: types from the command

Re: [Qt-creator] QList and QStringList, or qDebug() odd Behaviour?

2010-03-24 Thread André Pönitz
On Wednesday 24 March 2010 01:21:12 ext Victor Sardina wrote: Guys: The program works as expected in Debug mode, but it bombs at the end when running in Release mode...It quits with the message The program has unexpectedly finished., and the reports from the system says: Exception Type:

Re: [Qt-creator] Creator stability

2010-03-25 Thread André Pönitz
On Thursday 25 March 2010 00:46:46 King Bill (Nokia-D-Qt/Brisbane) wrote: Bringing this over here as was requested ;) I was just criticized for criticizing the quality of creator (on the basis of one bug report). I thought we were an open company, part of that is being open to criticism

Re: [Qt-creator] Creator stability

2010-03-25 Thread André Pönitz
On Thursday 25 March 2010 01:50:12 ext ext Raul Fernandes wrote: Hi, as user of different IDEs, I don't understand why qtcreator is trying to provide more advanced features (such as QML support) if more basic features are not implement/working properly. Important point: how can the team

[Qt-creator] Building recent Qt Creator ...

2010-03-29 Thread André Pönitz
Just a heads-up for the people building Qt Creator from source: Building recent Qt Creator master branch requires a recent Qt from the 4.7 branch. There's a new function in QWizard that Creator likes to use. Andre' PS: Don't drink too much coffee ;-)

Re: [Qt-creator] Debugging as super-user

2010-04-15 Thread André Pönitz
On Thursday 15 April 2010 01:56:52 ext Bryce Schober wrote: yep. The problem is that I can't figure out how to get qt-creator to allow any wrapper to do the interactive stuff necessary to get through sudo, or preferrably gksu. That's strange. Does mlockall() depend on group permissions

Re: [Qt-creator] Fakevim does not work as expected whe n replacing a word

2010-04-19 Thread André Pönitz
On Sunday 18 April 2010 09:50:42 ext Andre Poenitz wrote: On Sun, Apr 18, 2010 at 10:58:34AM +1000, Brad Hubbard wrote: Not sure how comprehensive fakevim emulation is supposed to be but when attempting yank inner word yiw the fakevim plugin interprets the i as the input mode command. this

Re: [Qt-creator] CDB and QtCreator

2010-04-22 Thread André Pönitz
On Thursday 22 April 2010 15:03:46 ext Jack Wootton wrote: Hi, I did build it with MSVC though, but the GUI seems setup for GDB (it's asking me for GDB details). I did install Debugging Tools for Windows separately and can confirm cdb.exe is in my %PATH% One piece of information that I

Re: [Qt-creator] Gdb crashing when trying to debug symbian application

2010-04-23 Thread André Pönitz
On Friday 23 April 2010 04:32:48 ext Lúcio Corrêa wrote: Hey guys, I'm using latest snapshot of Qt Creator (From revision 026237b008) and when I try to debug application on the phone, gdb crashes. What gdb version are you using? Also, in case of debugger problems, please always attach the

Re: [Qt-creator] SKG widgets in Creator

2010-04-28 Thread André Pönitz
On Wednesday 28 April 2010 07:06:59 ext Shannon Mackey wrote: I suspect I'm missing something really obvious, but the SKG... widgets that seem to get installed automatically don't work for me. I (and neither google, it seems) do not know SKG widgets, let alone under which circumstances they

Re: [Qt-creator] Strange problem with gdbmacros.dll on Windows XP

2010-04-28 Thread André Pönitz
On Wednesday 28 April 2010 17:09:20 ext Stefan Muenkner wrote: Hi Carsten, thanks for your helpful response. The project was not moved, I checked it out via subversion, the *creator file was generated locally on the PC (since it is not version controlled). I actually used the Qt-version

Re: [Qt-creator] Sorting lines

2010-04-29 Thread André Pönitz
On Wednesday 28 April 2010 22:02:24 ext Craig Bradney wrote: Great, I have now voted for this one, and will test out fakevim options in the meantime. Hmm fakevim does little to nothing.. the mode kicks in, but running the !sort does nothing apart from deselect the text selection Works

Re: [Qt-creator] Exit from fullscreen

2010-04-29 Thread André Pönitz
On Thursday 29 April 2010 10:16:36 ext Tomás Ortí wrote: Hi. I can enter fullscreen via menu or shortcut (CTRL+SHIFT+F11), but don't know how to exit. I can go back by pressing Ctrl-Shift-F11 a second time. Andre' ___ Qt-creator mailing list

Re: [Qt-creator] Exit from fullscreen

2010-05-03 Thread André Pönitz
On Monday 03 May 2010 12:28:05 ext Tomás Ortí wrote: Not in my case. What platform is that? Andre' ___ Qt-creator mailing list Qt-creator@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-creator

Re: [Qt-creator] Avoid rebuilding debugger helper on Mac?

2010-05-03 Thread André Pönitz
On Monday 03 May 2010 16:04:28 ext Stephen Chu wrote: I've been following 1.3.83 snapshots for some time. It's been working great. But every time I update to a new version on the Mac, I have to rebuild the debugger helper. I don't have to do the same with Windows version. The Windows/MinGW

Re: [Qt-creator] How to get the debugger helpers to work in the latest snapshot (Built 4 May)

2010-05-04 Thread André Pönitz
On Tuesday 04 May 2010 14:39:26 ext Jaco Naude wrote: Hi Not sure if its only me, but I can't get the debugger helpers to work after I installed the latest windows snapshot. The first time I debugged it prompted saying that the helpers have not been compiled. I selected the option to open

Re: [Qt-creator] Turn off sorting in debugger locals watchers window.

2010-05-05 Thread André Pönitz
On Wednesday 05 May 2010 10:10:39 ext paulo wrote: Hi, is it possible to turn off (possibly in the most recent ver of qtc) the variable name sorting in the locals watchers window? I'm asking this because if I have a class like struct Color { float r, g, b, a; }; I would

Re: [Qt-creator] Turn off sorting in debugger locals watchers window.

2010-05-05 Thread André Pönitz
On Wednesday 05 May 2010 11:20:42 Poenitz Andre (Nokia-D-Qt/Berlin) wrote: [...] d.putValue((%s, %s, %s; %s) % (v[r], v[g], v[b], v[a])) if d.isExpanded(item): with Children(d): d.putField(iname, item.iname, 0, r) Correction: d.putItem(Item(iname,

Re: [Qt-creator] Qt Creator for Python

2010-05-11 Thread André Pönitz
On Tuesday 11 May 2010 11:39:15 ext M. Bashir Al-Noimi wrote: Hi folks, Recently I forced to do some web interfaces for one of my projects so I decided to learn Python because -as I read- it's easy language to learn which supports web applications (in addition to GUI/Qt application) so I

Re: [Qt-creator] Unable to debug application on-device using Qt-Creator and MADDE (TP2)

2010-05-12 Thread André Pönitz
On Wednesday 12 May 2010 11:30:36 ext Rudenko Eugene wrote: Hello, I'm trying to debug on device. I configured all and application compiled and run on device well, but it not stopped on any breakpoints. Qt-creator - 1.3.82 From revision 017ea83680 MADDE - TP2 0.6.14 I attached debugger

Re: [Qt-creator] Unable to debug application on-device using Qt-Creator and MADDE (TP2)

2010-05-12 Thread André Pönitz
On Wednesday 12 May 2010 12:28:32 ext Rudenko Eugene wrote: Hello Andre. yes, you wright, there are no -g flag, but AFAIK, if you add CONFIG+=debug option to qmake, it included -g flag. Here is my default qmake options for Debug config. qmake

Re: [Qt-creator] Compilation problem

2010-05-17 Thread André Pönitz
On Monday 17 May 2010 15:51:31 ext Oleg Shalnev wrote: in e2297e4 make[3]: Entering directory `/home/ovs/soft/QtCreatorBin/src/plugins/cpptools' g++ -c -m64 -pipe -g -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -D_REENTRANT -fPIC -DIDE_LIBRARY_BASENAME=\lib\ -DWITH_TESTS

Re: [Qt-creator] how to attach sources for debugging?

2010-05-19 Thread André Pönitz
On Wednesday 19 May 2010 15:52:10 ext Aekold Helbrass wrote: Hi All! I builded Qt in debug mode, it's working but I want to debug into Qt sources. This should work out-of-the box. Please attach the full debugger log (Debug-Views-Debugger, right pane). Andre'

Re: [Qt-creator] Disassemble output with source code?

2010-06-08 Thread André Pönitz
On Tuesday 08 June 2010 06:05:15 ext Stephen Chu wrote: On 6/7/2010 6:05 PM, Andre Poenitz wrote: On Mon, Jun 07, 2010 at 05:07:57PM -0400, Stephen Chu wrote: Is there a way in Creator to display disassemble output mixed with C++ source? It tries to do so fairly hard, but it finally

Re: [Qt-creator] Debugger interruptions

2010-06-08 Thread André Pönitz
On Tuesday 08 June 2010 13:15:49 ext Gena Cid wrote: #include string 2 3 int main() 4 { 5 int i = 10; 6 std::string str(boo); 7 return 0; 8 } Works here, also with gdb 7.0.1. The log indicates you've switched on 'Enable reverse debugging'. Does it make a difference if you switch

  1   2   >