[Qt-creator] documentation for qt-creator plugin development

2010-07-14 Thread duan wenhui
Hi all, I am a newbie for qt-creator. I need to create a qt-creator plug-in in my project. But, I find few stuff/documentation about qt-creator plugin development. where can I get the documentation for qt-creator plugin development. thanks dwh ___ Qt-c

Re: [Qt-creator] Build progress bar usefulness

2010-07-14 Thread Coda Highland
Qt itself takes over 3 minutes on that same machine, though. There may be a simpler way to guess at it, at least as a heuristic... /s/ Adam On Wed, Jul 14, 2010 at 8:37 PM, Carter, Nathan wrote: > So running 'make -n' before each "proper" 'make', i.e. spending 50 more seconds when bui

Re: [Qt-creator] Build progress bar usefulness

2010-07-14 Thread Carter, Nathan
>>> So running 'make -n' before each "proper" 'make', i.e. spending 50 more >>> seconds when building e.g. Creator, is needed after all? >> >> No, we don't actually know whether it takes 50 seconds without the -B >> switch. Does it? > > It will if you've just done a fresh checkout, a make clea

Re: [Qt-creator] Build progress bar usefulness

2010-07-14 Thread Coda Highland
>> So running 'make -n' before each "proper" 'make', i.e. spending 50 more >> seconds when building e.g. Creator, is needed after all? > > No, we don't actually know whether it takes 50 seconds without the -B switch. >  Does it? It will if you've just done a fresh checkout, a make clean, or used

Re: [Qt-creator] Build progress bar usefulness

2010-07-14 Thread Carter, Nathan
>>> Is it? >>> >>> .../src/plugins/fakevim > qmake >>> .../src/plugins/fakevim > make -n >>> >>> make: Nothing to be done for `first'. >> >> Didn't make -n give the right answer here? >> Just running qmake doesn't mean that make is going to have anything to do. > > But next time a source file

Re: [Qt-creator] Qt Creator 2.1 Binary Shapshots not available for Windows

2010-07-14 Thread Danny Price
Hehe now you know what it feels like :P On 14 Jul 2010, at 23:25, Litkevich Yuriy wrote: > http://get.qt.nokia.com/qtcreator/snapshots/latest/ > only for Linux and Mac, no Windows pakage > :( > > ___ > Qt-creator mailing list > Qt-creator@trolltech.com

[Qt-creator] Qt Creator 2.1 Binary Shapshots not available for Windows

2010-07-14 Thread Litkevich Yuriy
http://get.qt.nokia.com/qtcreator/snapshots/latest/ only for Linux and Mac, no Windows pakage :( ___ Qt-creator mailing list Qt-creator@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-creator

Re: [Qt-creator] Using shadow builds when building from the command-line

2010-07-14 Thread Robert Caldecott
Perfect! Easier than I thought. Thanks Andre. On 14 July 2010 21:20, Andre Poenitz < andre.poen...@mathematik.tu-chemnitz.de> wrote: > On Wed, Jul 14, 2010 at 09:03:58PM +0100, Robert Caldecott wrote: > > Now that Qt Creator enables shadow builds by default I've got used to > them > > and prefe

Re: [Qt-creator] Build progress bar usefulness

2010-07-14 Thread Andre Poenitz
On Wed, Jul 14, 2010 at 04:23:11PM -0400, Carter, Nathan wrote: > > On Jul 14, 2010, at 4:12 PM, Andre Poenitz wrote: > > > On Wed, Jul 14, 2010 at 03:02:58PM -0400, Carter, Nathan wrote: > >> > >> On Jul 14, 2010, at 2:56 PM, Andre Poenitz wrote: > >> > >>> and running make -n is definitely

Re: [Qt-creator] Build progress bar usefulness

2010-07-14 Thread Carter, Nathan
On Jul 14, 2010, at 4:12 PM, Andre Poenitz wrote: > On Wed, Jul 14, 2010 at 03:02:58PM -0400, Carter, Nathan wrote: >> >> On Jul 14, 2010, at 2:56 PM, Andre Poenitz wrote: >> >>> and running make -n is definitely not free, either. >> >> This can be a lengthy process, you mean? The good news

Re: [Qt-creator] Using shadow builds when building from the command-line

2010-07-14 Thread Andre Poenitz
On Wed, Jul 14, 2010 at 09:03:58PM +0100, Robert Caldecott wrote: > Now that Qt Creator enables shadow builds by default I've got used to them > and prefer it to cluttering up my source folders with object files, etc. > > However, I often want to build from the command-line, but can't figure out >

Re: [Qt-creator] Build progress bar usefulness

2010-07-14 Thread Andre Poenitz
On Wed, Jul 14, 2010 at 03:02:58PM -0400, Carter, Nathan wrote: > > On Jul 14, 2010, at 2:56 PM, Andre Poenitz wrote: > > > and running make -n is definitely not free, either. > > This can be a lengthy process, you mean? The good news is that it > only needs to be run after each run of qmake.

[Qt-creator] Using shadow builds when building from the command-line

2010-07-14 Thread Robert Caldecott
Now that Qt Creator enables shadow builds by default I've got used to them and prefer it to cluttering up my source folders with object files, etc. However, I often want to build from the command-line, but can't figure out how to make shadow builds work. My command-line build script is pretty sim

Re: [Qt-creator] Build progress bar usefulness

2010-07-14 Thread Carter, Nathan
On Jul 14, 2010, at 2:56 PM, Andre Poenitz wrote: > and running make -n is definitely not free, either. This can be a lengthy process, you mean? The good news is that it only needs to be run after each run of qmake. If qmake doesn't do anything or need to be run, this can be skipped, becau

Re: [Qt-creator] Build progress bar usefulness

2010-07-14 Thread Andre Poenitz
On Wed, Jul 14, 2010 at 08:31:10PM +0200, alan.westbr...@nokia.com wrote: > In this case, I think more progress status is better than less. > > If you tickle something in a header, it can give you an idea if it's worth it > to go get a cup of coffee/tea or wait it out. The problem is that typica

Re: [Qt-creator] Build progress bar usefulness

2010-07-14 Thread alan.westbrook
In this case, I think more progress status is better than less. If you tickle something in a header, it can give you an idea if it's worth it to go get a cup of coffee/tea or wait it out. Alan On Jul 14, 2010, at 11:24 AM, ext Denis Mingulov wrote: > Hi, > > On Wed, Jul 14, 2010 at 9:14 PM,

Re: [Qt-creator] Build progress bar usefulness

2010-07-14 Thread alan.westbrook
Thanks for pointing that out, upboated! Alan On Jul 14, 2010, at 11:24 AM, ext Carter, Nathan wrote: > > Alan, > > I submitted a ticket for this which you can vote for. > > http://bugreports.qt.nokia.com/browse/QTCREATORBUG-1265 > > Apparently make -n would give a lot of helpful information

Re: [Qt-creator] Build progress bar usefulness

2010-07-14 Thread alan.westbrook
Looks like line 67 in BuildManager.cpp is responsible for the tooltip bug. I switched the arg order, we'll see what happens (I don't actually know how the tr() macro/method works). I noticed that in the translation files, the order is also often reversed. Hmmm. share/qtcreator/translations/qtcr

Re: [Qt-creator] Build progress bar usefulness

2010-07-14 Thread Denis Mingulov
Hi, On Wed, Jul 14, 2010 at 9:14 PM, wrote: > For example, if I had 100 source files, each complete source file build would > increment the compile step by 1%. Did you try to compile something more complicate? E.g. for me - WebKit files might be compiled in 10 minutes, and 20 minutes more will

Re: [Qt-creator] Build progress bar usefulness

2010-07-14 Thread Carter, Nathan
Alan, I submitted a ticket for this which you can vote for. http://bugreports.qt.nokia.com/browse/QTCREATORBUG-1265 Apparently make -n would give a lot of helpful information that would help Creator judge build progress. Last I heard (what's on the ticket) is that it's not a priority right n

[Qt-creator] Build progress bar usefulness

2010-07-14 Thread alan.westbrook
Hi! I was wondering if there were any plans to make the build progress bar more useful, at the moment, it seems to have 3 states: 10%, 60% 100% For example, if I had 100 source files, each complete source file build would increment the compile step by 1%. Interestingly, I just saw the tooltip

Re: [Qt-creator] Error compiling

2010-07-14 Thread Alex T.
I built Qt from git and Qt Creator from git yesterday. I had compilation error concerning qml, but don't remember it exactly. After I realized that i have built Qt without '-declarative' flag. After I rebuilt Qt with this flag everything compiled successfully. On 14 July 2010 11:13, André Pönitz

Re: [Qt-creator] Error compiling

2010-07-14 Thread André Pönitz
On Wednesday 14 July 2010 10:01:27 ext Oleg Shalnev wrote: > Problems with compilation QtCreator with > > Qt (current master) > * master bfe1b73 Merge branch 'master' of > scm.dev.nokia.troll.no:qt/qt-qml into master-integration > > QtCreator (current master) > * master

[Qt-creator] Error compiling

2010-07-14 Thread Oleg Shalnev
Problems with compilation QtCreator with Qt (current master) * master bfe1b73 Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into master-integration QtCreator (current master) * master9b30763 Maemo: Factor out redundant code. Linux g++ -c -m6