[Qt-creator] How to get the Qt SDK home path when developing a plugin for Qt creator?

2010-02-05 Thread YW Dou
Hi, I am developing a plugin for Qt creator -- QtDemo plugin, it's a porting from the standalone QtDemo application. Please see http://code.google.com/p/qtdemo-plugin/http://code.google.com/p/qtdemo-plugin/downloads/list Almost everything goes smoothly, but I cannot find a way to get the Qt SDK

Re: [Qt-creator] QtCreator 1.3.1 startup very slow

2010-02-05 Thread Danny Price
Good tip! The slow startup of Creator was becoming annoying. Even bloated VisualStudio starts up faster these days! On Fri, Feb 5, 2010 at 7:20 AM, YW Dou dou...@gmail.com wrote: Hi, QtCreator1.3.1 is very slow at startup time, it will take 20 seconds or more. I had made an in-depth

Re: [Qt-creator] QtCreator 1.3.1 startup very slow

2010-02-05 Thread Danny Price
Actually it would be good if you guys could provide the option of turning this off (or collect the data in a seperate thread). On Fri, Feb 5, 2010 at 7:20 AM, YW Dou dou...@gmail.com wrote: Hi, QtCreator1.3.1 is very slow at startup time, it will take 20 seconds or more. I had made an

Re: [Qt-creator] How to compile Qt-creator to support MADDE and on-device debugging?

2010-02-05 Thread Rudenko Eugene
Other point, I have 32 bit Mac OS 10.6 On Thursday 04 February 2010 22:25:57 ext Rudenko Eugene wrote: Here is compilation problem: [ ... ] Thanks for the report. You are on a Power PC Mac, I assume? Apparently, this part of the project mistakenly assumes Intel architecture. We will fix

Re: [Qt-creator] Clickable gcc output to go to error location

2010-02-05 Thread Daniel Lidström
Hi Tobias, I am using make to launch Boost Build: make jam from my project settings details. Makefile looks like this: jam: bjam toolset=gcc-4 -j3 If I do make jam output.txt I can see all gcc warnings in output.txt, so it looks as if everything actually is written to stdout.

Re: [Qt-creator] Plugin: open bugtracker links from comments

2010-02-05 Thread Thorbjørn Lindeijer
There is currently no way, as I said this will require some refactoring in the way the links are added. Specifically, there would need to be an interface that can be implemented by plugins to add new types of links and that has a method that is called when the link is clicked. I just wanted

[Qt-creator] How to build run and debug MADDE application.

2010-02-05 Thread Rudenko Eugene
Hello, I have just compiled Application for Madde and started it, But I have a couple of questions: 1. How to make build configure for Maemo, I made it by hands: deleted qmake and make steps and added two Special steps instead of previous ones: mad qmake instead of qmake step and mad make

Re: [Qt-creator] How to compile Qt-creator to support MADDE and on-device debugging?

2010-02-05 Thread Christian Kandeler
On Friday 05 February 2010 10:09:32 ext Rudenko Eugene wrote: No, I'm using Mac Intel Snow Leopard. Apparently you are building universal binaries, so you need the PPC compilation to work as well. Anyway, a fix has been pushed to the master branch and should be available after the usual

Re: [Qt-creator] Please dont skip typedefs when Follow Symbol under cursor

2010-02-05 Thread Thorbjørn Lindeijer
On 02/04/2010 09:09 PM, ext Arto Karppinen wrote: I think it makes sense to typedef complex template usages, and Qt creator should take you to where the typedef is defined instead of where the template is defined. Certainly. Could you report this at http://bugreports.qt.nokia.com/ under C++

Re: [Qt-creator] Plugin: open bugtracker links from comments

2010-02-05 Thread Liebe Markus (RtP2/TEF72)
Hi Bjørn, I just wanted to add here, that you shouldn't shy away from making these changes yourself. I don't necessarily have time to work on these changes myself, so in explaining the general idea I hope to help you on your way to a solution that we can consider merging later. Thanks for

Re: [Qt-creator] Compiling Creator as 32bit on OSX Snow Leopard

2010-02-05 Thread Eike Ziller
Hi, On Feb 5, 2010, at 2:39 PM, ext Danny Price wrote: What's the simplest way to build Creator and all it's plugins as 32bit carbon on 10.6? The simplest way should be to qmake compile it with a Qt that is configured that way. I.e. the default Qt/Mac binary packages are built for 32bit

Re: [Qt-creator] How to compile Qt-creator to support MADDE and on-device debugging?

2010-02-05 Thread Danny Price
On Fri, Feb 5, 2010 at 9:10 AM, Rudenko Eugene erule@gmail.com wrote: Other point, I have 32 bit Mac OS 10.6 There is no 32bit version of Mac OS 10.6. The kernal can be made to run 32bit (as it does for drivers) but that's not the default. On Thursday 04 February 2010 22:25:57 ext

Re: [Qt-creator] Very slow GDB when stepping into functions

2010-02-05 Thread Peter Kümmel
Am Donnerstag, den 04.02.2010, 19:19 +0100 schrieb Andre Poenitz: On Thu, Feb 04, 2010 at 06:36:21PM +0100, Peter Kümmel wrote: Maybe someone also wonders why stepping into a function takes several tens of seconds at 100% CPU usage of gdb. Here's the answer for Debian based systems:

Re: [Qt-creator] Add Getters and Setters in Qt Creator

2010-02-05 Thread Gena
On Thursday 04 February 2010 22:59:03 John Vilburn wrote: I don't care much about the guard name, so if Qt Creator had a way to fix that in the header I would be happy with whatever format Qt used. It is fine to leave the renaming of files and the changing of guard names and #include

Re: [Qt-creator] Very slow GDB when stepping into functions

2010-02-05 Thread Andre Poenitz
On Fri, Feb 05, 2010 at 08:29:38PM +0100, Peter Kümmel wrote: That's interesting as I recently looked into a similar problem and tracked it down to the use of the wrong algorithm for symbol lookup, see http://sourceware.org/bugzilla/show_bug.cgi?id=11198 . This fix improves things, but

Re: [Qt-creator] Very slow GDB when stepping into functions

2010-02-05 Thread Peter Kümmel
Am Freitag, den 05.02.2010, 21:00 +0100 schrieb Andre Poenitz: On Fri, Feb 05, 2010 at 08:29:38PM +0100, Peter Kümmel wrote: That's interesting as I recently looked into a similar problem and tracked it down to the use of the wrong algorithm for symbol lookup, see

Re: [Qt-creator] Add Getters and Setters in Qt Creator

2010-02-05 Thread John Bull
Qt is great but Qt creator has a long way to go. I'd rather use qt integrated in eclipse (but I can't seem to get the darn thing to work.) ctrl+shift+R doesn't equal refactoring. It renames (within a scope!). Refactoring goes way further than that, class name, configuration etc and within the

Re: [Qt-creator] Add Getters and Setters in Qt Creator

2010-02-05 Thread John Vilburn
On Feb 5, 2010, at 9:42 AM, Gena wrote: On Thursday 04 February 2010 22:59:03 John Vilburn wrote: I don't care much about the guard name, so if Qt Creator had a way to fix that in the header I would be happy with whatever format Qt used. It is fine to leave the renaming of files and the