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

2010-05-12 Thread Rudenko Eugene
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.82From revision 017ea83680MADDE - TP2 0.6.14I attached debugger output.I found a couple of strange messages in

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 Rudenko Eugene
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 /Users/rule/development/MAEMO/maemo_test2/maemo_test2.pro -r -spec linux-g++-gles2 CONFIG+=debug Although 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 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

[Qt-creator] Compilation issues while building webkit on QTCreator

2010-05-12 Thread Rajasekhar M
Hi, To run through the webkit source code using simulator, i was trying to build it over QT-Creator, I followed the following steps. *1. Installed Nokia QT SDK linux flavour.* *2. Opened the project NokiaQtSDK/QtSources/4.7.0/src/3rdparty/webkit/ webkit.pro* *3. Build Settings :* *

Re: [Qt-creator] Compilation issues while building webkit on QTCreator

2010-05-12 Thread Eike Ziller
Hej, On May 12, 2010, at 2:32 PM, ext Rajasekhar M wrote: Hi, To run through the webkit source code using simulator, i was trying to build it over QT-Creator, I followed the following steps. 1. Installed Nokia QT SDK linux flavour. 2. Opened the project

[Qt-creator] Small (but great) mouse button feature request

2010-05-12 Thread bd . anon
Browsers allow to move back to the previous (next) page using the 4th (5th) button on 5 button mouse. I would love to see Creator implement the same type of action with the 5th button when, having used the F2 key to go to a definition, it is time to go back to the original source code. Would be

Re: [Qt-creator] Small (but great) mouse button feature request

2010-05-12 Thread Robert Hairgrove
bd.a...@free.fr wrote: Browsers allow to move back to the previous (next) page using the 4th (5th) button on 5 button mouse. I would love to see Creator implement the same type of action with the 5th button when, having used the F2 key to go to a definition, it is time to go back to the

Re: [Qt-creator] Qt Build Settings can use $BUILDIR. Why not Project Run Settings?

2010-05-12 Thread André Fillipe
On Tue, May 11, 2010 at 7:54 PM, Ed Sutton esut...@fescorp.com wrote: Having spent a lot of time on making a (mostly) automated-checkout-build-and-package process, I would be interested in hearing an overview of your build process. I think I will grep some of the Qt .pro files myself to see

Re: [Qt-creator] Small (but great) mouse button feature request

2010-05-12 Thread bd . anon
Le Wed, 12 May 2010 18:26:02 +0200, Robert Hairgrove evorgri...@hispeed.ch écrivait: If I am typing at the keyboard, F2 is ALWAYS easier to use than looking for the mouse. True in general, but not in this specific use case : When you want to look up a symbol, you frequently use the mouse to

Re: [Qt-creator] Small (but great) mouse button feature request

2010-05-12 Thread Oswald Buddenhagen
On Wed, May 12, 2010 at 06:11:38PM +0200, ext bd.a...@free.fr wrote: Browsers allow to move back to the previous (next) page using the 4th (5th) button on 5 button mouse. alt-left (-right)? ___ Qt-creator mailing list Qt-creator@trolltech.com

[Qt-creator] Significant slow down with the 2.0 beta on mac

2010-05-12 Thread alan.westbrook
Hello, I am using the Creator 2.0 beta Qt Creator 1.3.82 Based on Qt 4.7.0 (64 bit) Built on Mar 19 2010 at 11:56:02 On the mac, and with this version, there are now a lot of UI freezes with spinning wait cursor showing up when just using it normally (typing, scrolling, opening menus ...).

Re: [Qt-creator] Significant slow down with the 2.0 beta on mac

2010-05-12 Thread alan.westbrook
I did notice 741 console error messages originating from Creator that took place in the space of about 6 seconds from earlier today if anyone from the Creator team is interested. Alan On May 12, 2010, at 1:34 PM, ext alan.westbr...@nokia.commailto:alan.westbr...@nokia.com wrote: Hello, I am

Re: [Qt-creator] Significant slow down with the 2.0 beta on mac

2010-05-12 Thread alan.westbrook
Ok, good news. It turns out that I had a few instances of Creator spewed about, one in /Developer/Applications/Qt/ for some reason, it was old, and one in my sources dir that I must have grabbed a while ago and built before the beta came out. Deleting all the old versions made things MUCH

Re: [Qt-creator] Qt Build Settings can use $BUILDIR. Why not Project Run Settings?

2010-05-12 Thread Ed Sutton
Hi André, I apologize for my indents and reply formatting. My Linux development VM host is running on OS X and I use Apple's Mail. I prefer Thunderbird. Unfortunately we have an Exchange mail server; Apple Mail works with Exchange and Thunderbird not. I will work on improving. On May 12,

Re: [Qt-creator] Qt Build Settings can use $BUILDIR. Why not Project Run Settings?

2010-05-12 Thread Ed Sutton
Hi André, Sorry, I saw that my vertical reply-indent bars disappeared in the post. Here's another with '' inserted. I apologize for my indents and reply formatting. My Linux development VM host is running on OS X and I use Apple's Mail. I prefer Thunderbird. Unfortunately we have an

Re: [Qt-creator] Qt Build Settings can use $BUILDIR. Why not Project Run Settings?

2010-05-12 Thread André Fillipe
On Wed, May 12, 2010 at 7:02 PM, Ed Sutton esut...@fescorp.com wrote: I apologize for my indents and reply formatting. At least to me, no need to. Gmail color-coded the thread and I could read it just fine. Eventually I will need to do both ship a library and an application. Probably as