[Qt-creator] Strange behaviour in Qt Creator

2010-02-08 Thread Hector Gordon
Hi list Many thanks for the replies. It turned out that a missing curly bracket in an included file was the culprit. I will not be doing that one again. Thanks again and all the best Ian ___ Qt-creator mailing list Qt-creator

Re: [Qt-creator] Which files should be committed to svn?

2010-02-08 Thread Danny Price
No you can bjam that's fine! Just put all of your project configurations, dependencies etc in your jamroot file(s). On 8 Feb 2010, at 15:20, Daniel Lidström wrote: >> The pro.user file (and indeed the entire Project page that >> populates it) is useless. Don't check it into SVN. >> >> Try to m

Re: [Qt-creator] Which files should be committed to svn?

2010-02-08 Thread Daniel Lidström
> The pro.user file (and indeed the entire Project page that > populates it) is useless. Don't check it into SVN. > > Try to move as many of your build settings and dependencies > into your .pro files or whatever build system you are using. > > See: > http://qtcreator.blogspot.com/2009/10/proj

Re: [Qt-creator] Qt with Maemo support still not compiled on Mac Os

2010-02-08 Thread Rudenko Eugene
Yes I know about fix, I'm tracing Git merges via RSS, Thank for fast reactions. I'll be waiting for this fix. > Hi, > > ext Rudenko Eugene schrieb: >> Regarding build failure of Qt-creator on Mac Os with Maemo support. >> LAst error disappeared, but I have new one: >> > > this one has already be

Re: [Qt-creator] Qt with Maemo support still not compiled on Mac Os

2010-02-08 Thread Karsten Heimrich
Hi, ext Rudenko Eugene schrieb: > Regarding build failure of Qt-creator on Mac Os with Maemo support. > LAst error disappeared, but I have new one: > this one has already been fixed, though it might take another 12 hours to appear in the public repository. Regards, -- Karsten Heimrich - kars

[Qt-creator] Qt with Maemo support still not compiled on Mac Os

2010-02-08 Thread Rudenko Eugene
Regarding build failure of Qt-creator on Mac Os with Maemo support. LAst error disappeared, but I have new one: g++ -c -pipe -g -gdwarf-2 -arch i386 -fvisibility=hidden -fvisibility-inlines-hidden -arch ppc -Wall -W -fPIC -DIDE_LIBRARY_BASENAME=\"lib\" -DWITH_TESTS -DQT_NO_CAST_TO_ASCII -DQT_US

Re: [Qt-creator] Which files should be committed to svn?

2010-02-08 Thread Danny Price
On 8 Feb 2010, at 10:39, Daniel Lidström wrote: > Hello, > > I am wondering which files should be committed to svn. The files I see created > by Qt Creator are these: > > daniel-dev:/home/daniel/projects/workspaces/GEOROG-2598> ls UMC3D.* > UMC3D.config UMC3D.creator UMC3D.creator.user UMC3D

[Qt-creator] Which files should be committed to svn?

2010-02-08 Thread Daniel Lidström
Hello, I am wondering which files should be committed to svn. The files I see created by Qt Creator are these: daniel-dev:/home/daniel/projects/workspaces/GEOROG-2598> ls UMC3D.* UMC3D.config UMC3D.creator UMC3D.creator.user UMC3D.files UMC3D.includes >From my Visual Studio experience I woul

Re: [Qt-creator] Doxygen Hide Plugin

2010-02-08 Thread Thorbjørn Lindeijer
On 02/02/2010 10:16 AM, ext Vincent LEFORT wrote: > Hello, > > I'm using doxygen with QtCreator and i would like know if there are a > plugin to "Show/Hide" doxygen comments from our code ? There is currently no such thing. > Sometimes it's more easy to read the header file without doxygen > comm

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

2010-02-08 Thread Eike Ziller
On Feb 6, 2010, at 1:53 AM, ext John Bull wrote: > 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. Of course "Renaming" doesn't equal refactoring (though it'

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

2010-02-08 Thread Daniel Lidström
> From: Tobias Hunger [mailto:tobias.hun...@nokia.com] > > Hello Daniel! > > Ah, this explains things: > > daniel-dev:GEOROG-2598> make jam > output.txt > daniel-dev:GEOROG-2598> cat output.txt | grep ": warning" | head -n 1 > GEOROG-2598/GeoROG/GCore/GCore.cpp:131:2: warning: #warning > Produ