[Qt-creator] Broken Wiki?

2010-01-21 Thread Wilhelm
Hi,

I get some errors opening this document:

http://wiki.qtcentre.org/index.php?title=Undocumented_qmake

Can this be fixed, please?

-- 
Wilhelm

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Broken Wiki?

2010-01-21 Thread Kai Koehne
ext Wilhelm wrote:
 Hi,
 
 I get some errors opening this document:
 
 http://wiki.qtcentre.org/index.php?title=Undocumented_qmake
 
 Can this be fixed, please?

I somehow doubt anybody on this list will feel responsible :)

How about contacting the maintainers of the site? E.g. 
http://www.qtcentre.org/sendmessage.php . qtcentre.org is neither run by 
Nokia, nor has it much to do with QtCreator ...

Regards

Kai


-- 
Kai Koehne
Software Engineer
Nokia, Qt Development Frameworks

Nokia gate5 GmbH
Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B
Umsatzsteueridentifikationsnummer: DE 812 845 193
Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] QtCreator 1.3.1 Can not normally exit

2010-01-21 Thread Eike Ziller

On Jan 20, 2010, at 11:06 AM, ext Biao Huang wrote:

 Platform: Snow Leopard (Mac OSX 10.6.2)
 QtCreator 1.3.1 Can not normally exit, it's shown still open when QtCreator 
 1.3.1in the Dock.
  The operation of forced quit must be executed if you want to quit QtCreator 
 1.3.1.
 ATT1..txt

Could you please check if it relates to this issue: 
http://bugreports.qt.nokia.com/browse/QTCREATORBUG-387

Thanks,


-- 
Eike Ziller
Software Engineer
Nokia, Qt Development Frameworks

Nokia gate5 GmbH
Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B
Umsatzsteueridentifikationsnummer: DE 812 845 193
Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori




___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] CppSupport Plugin 1.3.x for Qt Creator

2010-01-21 Thread Danny Price
Wonderful! Can you please provide OSX and Linux binaries? I don't see why I
need to build Creator as well.


On Thu, Jan 21, 2010 at 8:03 AM, visual fc visua...@gmail.com wrote:

 Hi all.

 CppSupport is a QtCreator Plugin for C++ Class View

 Downloads:
 http://code.google.com/p/visualfc/downloads/list

 Git source url
 =
 git:
 git://gitorious.org/~visualfc/qt-creator/qt-creator-cppsupport.githttp://gitorious.org/%7Evisualfc/qt-creator/qt-creator-cppsupport.git
 branch: cppsupport cppsupport-1.3.1 cppsupport-1.3.0

 Auchor
 =
 Author: visualfc
 Email : visua...@gmail.com
 Latest: 2010.1.21


 Install win32-plugin
 =
 Install qt-creator-win-opensource-1.3.0.exe
 Copy win32-plugin/cppsupport to qtcreator-1.3.0/lib/qtcreator/plugins/
 Run qtcreator.exe


 Compiling source
 
 You need Qt 4.6 and Qt Creator Source to build Qt Creator and CppSupport
 Plugin

 Download qt-creator-1.3.x-src.zip
 Copy src/plugins/* to qt-creator-1.3.x-src/src/plugins/
 Build qt-creator-1.3.x-src


 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator


___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Problems with Dockwidgets

2010-01-21 Thread Ken Ray
I tried qt-interest and not much of a response. Note that this test app I'm 
trying to build is just like the fontsampler demo that comes with creator/QT.  
I'm trying to duplicate the dockwidget on the left. How did fontsampler get 
around this problem ?   It seems to me that if Creator can't hold a layout for 
more than a few clicks there is a serious flaw. It makes working with all the 
contents related to that dockwidget a pain in the ass.  

I'm going to go play with Mono now to see how there stuff is . 

I want some cross platform development that is stable. but if none is stable , 
then I guess it's back to VS .net .. 


On Jan 20, 2010, at 2:44 PM, Thomas Dähling wrote:

 Hi Ken,
 
 so if this also happens in the external designer, then you might want
 to switch this discussion over to qt-interest if you consider this to
 be a Qt defect :-)
 
 /Thomas
 
 2010/1/20 Ken Ray k...@ishere.com:
 Not true. I just tried it in the external Designer. I changed the size of 
 the dockWidget to 250. Then simply clicked on another widget.. a textEdit. 
 The dockWidget immediately resized itself automatically.
 
 On Jan 20, 2010, at 1:51 PM, Coda Highland wrote:
 
 That's Designer, which happens to be embedded in Creator. The only way
 this is directly Creator-related is if it doesn't happen when using
 the external Designer.
 
 /s/ Adam
 
 On Wed, Jan 20, 2010 at 3:28 PM, Ken Ray k...@ishere.com wrote:
 This is directly related to Creator. I'm building the layout of the form 
 using Creator, and Creator is not saving my changes.
 On Jan 20, 2010, at 1:12 PM, Coda Highland wrote:
 
 This question should be directed toward the qt-interest mailing list.
 The qt-creator ML is specifically for discussion about the Qt Creator
 IDE, not for programs you're writing using it.
 
 /s/ Adam
 
 On Wed, Jan 20, 2010 at 2:58 PM, Ken Ray k...@ishere.com wrote:
 
 Hey, I'm getting started with QT, so bear with me. I've been trying to 
 work with a Dockwidget that has a treewidget inside of it.
 
 1) I did a layout vertical layout on the dockWidgetContents and it 
 caused the contained treeview to shrink in size (large borders), is 
 there a way to avoid that behavior ?
 
 2) I changed the size of the dockWidget to a certain width, with policy 
 being preferred, preferred.  This is all done in Creator 1.3.1 .  I then 
 opened a source file and then went bak to the ui view. The dockWidget 
 had reset it's size back to it's original size. There doesn't seem to be 
 anything I can do to keep it from auto resizing itself. Is this a bug ?  
 Is there a way to fix this problem ?
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator


___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Problems with Dockwidgets

2010-01-21 Thread John Vilburn
If you want a fixed size widget, set the size policy for that widget to fixed.

On Jan 21, 2010, at 11:11 AM, Ken Ray wrote:

 I tried qt-interest and not much of a response. Note that this test app I'm 
 trying to build is just like the fontsampler demo that comes with creator/QT. 
  I'm trying to duplicate the dockwidget on the left. How did fontsampler get 
 around this problem ?   It seems to me that if Creator can't hold a layout 
 for more than a few clicks there is a serious flaw. It makes working with all 
 the contents related to that dockwidget a pain in the ass.  
 
 I'm going to go play with Mono now to see how there stuff is . 
 
 I want some cross platform development that is stable. but if none is stable 
 , then I guess it's back to VS .net .. 
 
 
 On Jan 20, 2010, at 2:44 PM, Thomas Dähling wrote:
 
 Hi Ken,
 
 so if this also happens in the external designer, then you might want
 to switch this discussion over to qt-interest if you consider this to
 be a Qt defect :-)
 
 /Thomas
 
 2010/1/20 Ken Ray k...@ishere.com:
 Not true. I just tried it in the external Designer. I changed the size of 
 the dockWidget to 250. Then simply clicked on another widget.. a textEdit. 
 The dockWidget immediately resized itself automatically.
 
 On Jan 20, 2010, at 1:51 PM, Coda Highland wrote:
 
 That's Designer, which happens to be embedded in Creator. The only way
 this is directly Creator-related is if it doesn't happen when using
 the external Designer.
 
 /s/ Adam
 
 On Wed, Jan 20, 2010 at 3:28 PM, Ken Ray k...@ishere.com wrote:
 This is directly related to Creator. I'm building the layout of the form 
 using Creator, and Creator is not saving my changes.
 On Jan 20, 2010, at 1:12 PM, Coda Highland wrote:
 
 This question should be directed toward the qt-interest mailing list.
 The qt-creator ML is specifically for discussion about the Qt Creator
 IDE, not for programs you're writing using it.
 
 /s/ Adam
 
 On Wed, Jan 20, 2010 at 2:58 PM, Ken Ray k...@ishere.com wrote:
 
 Hey, I'm getting started with QT, so bear with me. I've been trying to 
 work with a Dockwidget that has a treewidget inside of it.
 
 1) I did a layout vertical layout on the dockWidgetContents and it 
 caused the contained treeview to shrink in size (large borders), is 
 there a way to avoid that behavior ?
 
 2) I changed the size of the dockWidget to a certain width, with policy 
 being preferred, preferred.  This is all done in Creator 1.3.1 .  I 
 then opened a source file and then went bak to the ui view. The 
 dockWidget had reset it's size back to it's original size. There 
 doesn't seem to be anything I can do to keep it from auto resizing 
 itself. Is this a bug ?  Is there a way to fix this problem ?
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator


___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Problems with Dockwidgets

2010-01-21 Thread Ken Ray
The demo is not fixed. If you look at it running it is completely sizable ... 
which is what I want .

On Jan 21, 2010, at 1:15 PM, John Vilburn wrote:

 If you want a fixed size widget, set the size policy for that widget to fixed.
 
 On Jan 21, 2010, at 11:11 AM, Ken Ray wrote:
 
 I tried qt-interest and not much of a response. Note that this test app I'm 
 trying to build is just like the fontsampler demo that comes with 
 creator/QT.  I'm trying to duplicate the dockwidget on the left. How did 
 fontsampler get around this problem ?   It seems to me that if Creator can't 
 hold a layout for more than a few clicks there is a serious flaw. It makes 
 working with all the contents related to that dockwidget a pain in the ass.  
 
 I'm going to go play with Mono now to see how there stuff is . 
 
 I want some cross platform development that is stable. but if none is stable 
 , then I guess it's back to VS .net .. 
 
 
 On Jan 20, 2010, at 2:44 PM, Thomas Dähling wrote:
 
 Hi Ken,
 
 so if this also happens in the external designer, then you might want
 to switch this discussion over to qt-interest if you consider this to
 be a Qt defect :-)
 
 /Thomas
 
 2010/1/20 Ken Ray k...@ishere.com:
 Not true. I just tried it in the external Designer. I changed the size of 
 the dockWidget to 250. Then simply clicked on another widget.. a textEdit. 
 The dockWidget immediately resized itself automatically.
 
 On Jan 20, 2010, at 1:51 PM, Coda Highland wrote:
 
 That's Designer, which happens to be embedded in Creator. The only way
 this is directly Creator-related is if it doesn't happen when using
 the external Designer.
 
 /s/ Adam
 
 On Wed, Jan 20, 2010 at 3:28 PM, Ken Ray k...@ishere.com wrote:
 This is directly related to Creator. I'm building the layout of the form 
 using Creator, and Creator is not saving my changes.
 On Jan 20, 2010, at 1:12 PM, Coda Highland wrote:
 
 This question should be directed toward the qt-interest mailing list.
 The qt-creator ML is specifically for discussion about the Qt Creator
 IDE, not for programs you're writing using it.
 
 /s/ Adam
 
 On Wed, Jan 20, 2010 at 2:58 PM, Ken Ray k...@ishere.com wrote:
 
 Hey, I'm getting started with QT, so bear with me. I've been trying to 
 work with a Dockwidget that has a treewidget inside of it.
 
 1) I did a layout vertical layout on the dockWidgetContents and it 
 caused the contained treeview to shrink in size (large borders), is 
 there a way to avoid that behavior ?
 
 2) I changed the size of the dockWidget to a certain width, with 
 policy being preferred, preferred.  This is all done in Creator 1.3.1 
 .  I then opened a source file and then went bak to the ui view. The 
 dockWidget had reset it's size back to it's original size. There 
 doesn't seem to be anything I can do to keep it from auto resizing 
 itself. Is this a bug ?  Is there a way to fix this problem ?
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator


___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Problems with Dockwidgets

2010-01-21 Thread Coda Highland
On Thu, Jan 21, 2010 at 3:11 PM, Ken Ray k...@ishere.com wrote:
 I tried qt-interest and not much of a response. Note that this test app I'm 
 trying to build is just like the fontsampler demo that comes with creator/QT. 
  I'm trying to duplicate the dockwidget on the left. How did fontsampler get 
 around this problem ?   It seems to me that if Creator can't hold a layout 
 for more than a few clicks there is a serious flaw. It makes working with all 
 the contents related to that dockwidget a pain in the ass.

 I'm going to go play with Mono now to see how there stuff is .

 I want some cross platform development that is stable. but if none is stable 
 , then I guess it's back to VS .net ..

Mono is pretty gimped, sadly. Most of the good .NET stuff is
Microsoft-only junk that's only available on Windows. Even Java would
be preferable to .NET if you want cross-platform compatibility.

You happened to hit on the one thing I don't like about Qt: dock
widgets. I've never had a lot of luck with them, and when I do use
them I develop with code, not Designer. There's several things that
they don't do quite right. But don't let that one widget turn you off
to the toolkit as a whole. Qt's very stable and very robust, and it's
the best toolkit available for writing apps that look native on all
supported platforms.

Consider possibly using some other solution if dock widgets in
Designer aren't working for you. Maybe construct the dock widgets in
code, or maybe use some non-docking solution.

/s/ Adam

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Problems with Dockwidgets

2010-01-21 Thread Danny Price
We'll still be here when you come back :)

On 21 Jan 2010, at 22:09, Coda Highland wrote:

 On Thu, Jan 21, 2010 at 3:11 PM, Ken Ray k...@ishere.com wrote:
 I tried qt-interest and not much of a response. Note that this test app I'm 
 trying to build is just like the fontsampler demo that comes with 
 creator/QT.  I'm trying to duplicate the dockwidget on the left. How did 
 fontsampler get around this problem ?   It seems to me that if Creator can't 
 hold a layout for more than a few clicks there is a serious flaw. It makes 
 working with all the contents related to that dockwidget a pain in the ass.
 
 I'm going to go play with Mono now to see how there stuff is .
 
 I want some cross platform development that is stable. but if none is stable 
 , then I guess it's back to VS .net ..
 
 Mono is pretty gimped, sadly. Most of the good .NET stuff is
 Microsoft-only junk that's only available on Windows. Even Java would
 be preferable to .NET if you want cross-platform compatibility.
 
 You happened to hit on the one thing I don't like about Qt: dock
 widgets. I've never had a lot of luck with them, and when I do use
 them I develop with code, not Designer. There's several things that
 they don't do quite right. But don't let that one widget turn you off
 to the toolkit as a whole. Qt's very stable and very robust, and it's
 the best toolkit available for writing apps that look native on all
 supported platforms.
 
 Consider possibly using some other solution if dock widgets in
 Designer aren't working for you. Maybe construct the dock widgets in
 code, or maybe use some non-docking solution.
 
 /s/ Adam
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator


___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Problems with Dockwidgets

2010-01-21 Thread Ken Ray
Looks like my message didn't make it.  

I found the solution and it definitely related to Creator and to user lack of 
knowledge of Creator. I'm a bit surprised that I was sent on a wild goose chase 
to resolve this.

The answer was surprisingly simple.  All I had to do was modify the 
minimumSize.Width property to the size that I wanted and the geometry.Width 
picked it up.  It seems kinda silly to have several different areas to set the 
width of the widget i'm playing with, Min size, Max size make sense. But adding 
a geometry completely messed me up here. Can anyone explain what the rational 
is here .

Also, when I set the minimum width I got a vertical line on the right side of 
the dockWidget... something I've been trying to figure out how the sample did 
it, but with no luck. 

So I'm currently back playing with Creator and QT.  Are there be any relevant 
books or tutorials dealing with this ?

Ken


On Jan 21, 2010, at 2:46 PM, Danny Price wrote:

 We'll still be here when you come back :)
 
 On 21 Jan 2010, at 22:09, Coda Highland wrote:
 
 On Thu, Jan 21, 2010 at 3:11 PM, Ken Ray k...@ishere.com wrote:
 I tried qt-interest and not much of a response. Note that this test app I'm 
 trying to build is just like the fontsampler demo that comes with 
 creator/QT.  I'm trying to duplicate the dockwidget on the left. How did 
 fontsampler get around this problem ?   It seems to me that if Creator 
 can't hold a layout for more than a few clicks there is a serious flaw. It 
 makes working with all the contents related to that dockwidget a pain in 
 the ass.
 
 I'm going to go play with Mono now to see how there stuff is .
 
 I want some cross platform development that is stable. but if none is 
 stable , then I guess it's back to VS .net ..
 
 Mono is pretty gimped, sadly. Most of the good .NET stuff is
 Microsoft-only junk that's only available on Windows. Even Java would
 be preferable to .NET if you want cross-platform compatibility.
 
 You happened to hit on the one thing I don't like about Qt: dock
 widgets. I've never had a lot of luck with them, and when I do use
 them I develop with code, not Designer. There's several things that
 they don't do quite right. But don't let that one widget turn you off
 to the toolkit as a whole. Qt's very stable and very robust, and it's
 the best toolkit available for writing apps that look native on all
 supported platforms.
 
 Consider possibly using some other solution if dock widgets in
 Designer aren't working for you. Maybe construct the dock widgets in
 code, or maybe use some non-docking solution.
 
 /s/ Adam
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator


___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Problems with Dockwidgets

2010-01-21 Thread Thomas Dähling
2010/1/21 Ken Ray k...@ishere.com:
 Looks like my message didn't make it.

Oh it did make it previously. :-)

 ...

 Also, when I set the minimum width I got a vertical line on the right side of 
 the dockWidget... something I've been trying to figure out how the sample did 
 it, but with no luck.

 So I'm currently back playing with Creator and QT.  Are there be any relevant 
 books or tutorials dealing with this ?


I have to admit that your first post regarding this made me look
through the Qt documentation and I could not find anything obvious
about this (am I just not seeing the forest for the trees?). The major
issue, I guess, is that it's not necessarily obvious what you have to
specify how unless you actually start looking up the documentation for
these specific attributes. Maybe it is worthwhile to have a simple
tutorial for creating forms - I know that it is actually quite simple
to grasp and incredibly easy to use once you grasped it, but it took
me a few moments to find these things out myself.

This documentation discussion is now going slightly off-topic, though
and is probably more suited for qt-interest. We might want to start a
new thread regarding this there :-)

/Thomas

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] CppSupport Plugin 1.3.x for Qt Creator

2010-01-21 Thread visual fc
You need qt-creator-1.3.x-src to build or use git
http://www.cppblog.com/visualfc/archive/2010/01/21/106142.html

2010/1/22 Danny Price deepblue...@googlemail.com

 I tried building the plugin but I get this error:

 /Users/ks/Downloads/cppsupport-1.3.1-src/src/plugins/cppsupport/cppsupportplugin.h:33:
 error: extensionsystem/iplugin.h: No such file or directory

 On 21 Jan 2010, at 11:44, visual fc wrote:

 I only test build for win32 and linux 64bit.

 http://code.google.com/p/visualfc/downloads/list

 Only win32-plugin and all platform source.

 You can download Qt Creator source and cppsupport source to build.

 Git url :
 http://gitorious.org/~visualfc/qt-creator/qt-creator-cppsupporthttp://gitorious.org/%7Evisualfc/qt-creator/qt-creator-cppsupport



 2010/1/21 Danny Price deepblue...@googlemail.com

 Wonderful! Can you please provide OSX and Linux binaries? I don't see why
 I need to build Creator as well.


 On Thu, Jan 21, 2010 at 8:03 AM, visual fc visua...@gmail.com wrote:

 Hi all.

 CppSupport is a QtCreator Plugin for C++ Class View

 Downloads:
 http://code.google.com/p/visualfc/downloads/list

 Git source url
 =
 git:git://
 gitorious.org/~visualfc/qt-creator/qt-creator-cppsupport.githttp://gitorious.org/%7Evisualfc/qt-creator/qt-creator-cppsupport.git
 branch: cppsupport cppsupport-1.3.1 cppsupport-1.3.0

 Auchor
 =
 Author: visualfc
 Email : visua...@gmail.com
 Latest: 2010.1.21


 Install win32-plugin
 =
 Install qt-creator-win-opensource-1.3.0.exe
 Copy win32-plugin/cppsupport to
 qtcreator-1.3.0/lib/qtcreator/plugins/
 Run qtcreator.exe


 Compiling source
 
 You need Qt 4.6 and Qt Creator Source to build Qt Creator and CppSupport
 Plugin

 Download qt-creator-1.3.x-src.zip
 Copy src/plugins/* to qt-creator-1.3.x-src/src/plugins/
 Build qt-creator-1.3.x-src


 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator



 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator


 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator



 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator


___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


[Qt-creator] Class View Plugin for Qt Creator 1.3x

2010-01-21 Thread visual fc
blog url: http://www.cppblog.com/visualfc/archive/2010/01/21/106142.html

CppSupport Plugin 1.3.x for Qt Creator
===
CppSupport is a QtCreator Plugin for C++ Class View

Downlods:
http://code.google.com/p/visualfc/downloads/list

Git source url
=
git:git://gitorious.org/~visualfc/qt-creator/qt-creator-cppsupport.git
branch: cppsupport cppsupport-1.3.1 cppsupport-1.3.0

Auchor
=
Author: visualfc
Email : visua...@gmail.com
Latest: 2010.1.21


Install win32-plugin
=
Install qt-creator-win-opensource-1.3.x.exe
Copy win32-plugin/cppsupport to qtcreator-1.3.x/lib/qtcreator/plugins/
Run qtcreator.exe


Compiling source

You need Qt 4.6 and Qt Creator Source to build Qt Creator and CppSupport
Plugin

Download qt-creator-1.3.x-src.zip
Copy src/plugins/* to qt-creator-1.3.x-src/src/plugins/
Build qt-creator-1.3.x-src
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] CppSupport Plugin 1.3.x for Qt Creator

2010-01-21 Thread Danny Price
Yes I followed the instructions and build creator from source (1.3.1) with your 
plugin src copied to the correct directory. It doesn't get built automatically 
as your instructions seem to imply.

On 22 Jan 2010, at 00:02, visual fc wrote:

 You need qt-creator-1.3.x-src to build or use git
 http://www.cppblog.com/visualfc/archive/2010/01/21/106142.html
 
 2010/1/22 Danny Price deepblue...@googlemail.com
 I tried building the plugin but I get this error:
 
 /Users/ks/Downloads/cppsupport-1.3.1-src/src/plugins/cppsupport/cppsupportplugin.h:33:
  error: extensionsystem/iplugin.h: No such file or directory
 
 On 21 Jan 2010, at 11:44, visual fc wrote:
 
 I only test build for win32 and linux 64bit. 
 
 http://code.google.com/p/visualfc/downloads/list
 
 Only win32-plugin and all platform source.
 
 You can download Qt Creator source and cppsupport source to build.
 
 Git url :
 http://gitorious.org/~visualfc/qt-creator/qt-creator-cppsupport
 
 
 
 2010/1/21 Danny Price deepblue...@googlemail.com
 Wonderful! Can you please provide OSX and Linux binaries? I don't see why I 
 need to build Creator as well.
 
 
 On Thu, Jan 21, 2010 at 8:03 AM, visual fc visua...@gmail.com wrote:
 Hi all.
 
 CppSupport is a QtCreator Plugin for C++ Class View
 
 Downloads:
 http://code.google.com/p/visualfc/downloads/list
 
 Git source url
 =
 git:git://gitorious.org/~visualfc/qt-creator/qt-creator-cppsupport.git
 branch: cppsupport cppsupport-1.3.1 cppsupport-1.3.0
 
 Auchor
 =
 Author: visualfc
 Email : visua...@gmail.com
 Latest: 2010.1.21
 
 
 Install win32-plugin
 =
 Install qt-creator-win-opensource-1.3.0.exe
 Copy win32-plugin/cppsupport to qtcreator-1.3.0/lib/qtcreator/plugins/
 Run qtcreator.exe
 
 
 Compiling source
 
 You need Qt 4.6 and Qt Creator Source to build Qt Creator and CppSupport 
 Plugin
 
 Download qt-creator-1.3.x-src.zip
 Copy src/plugins/* to qt-creator-1.3.x-src/src/plugins/
 Build qt-creator-1.3.x-src
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] CppSupport Plugin 1.3.x for Qt Creator

2010-01-21 Thread visual fc
I just build for windows and linux 64bit
You can try to use git download
http://qt.gitorious.org/~visualfc/qt-creator/qt-creator-cppsupport/commits/cppsupport-1.3.1

2010/1/22 Danny Price deepblue...@googlemail.com

 Yes I followed the instructions and build creator from source (1.3.1) with
 your plugin src copied to the correct directory. It doesn't get built
 automatically as your instructions seem to imply.

 On 22 Jan 2010, at 00:02, visual fc wrote:

 You need qt-creator-1.3.x-src to build or use git
 http://www.cppblog.com/visualfc/archive/2010/01/21/106142.html

 2010/1/22 Danny Price deepblue...@googlemail.com

 I tried building the plugin but I get this error:

 /Users/ks/Downloads/cppsupport-1.3.1-src/src/plugins/cppsupport/cppsupportplugin.h:33:
 error: extensionsystem/iplugin.h: No such file or directory

 On 21 Jan 2010, at 11:44, visual fc wrote:

 I only test build for win32 and linux 64bit.

 http://code.google.com/p/visualfc/downloads/list

 Only win32-plugin and all platform source.

 You can download Qt Creator source and cppsupport source to build.

 Git url :
 http://gitorious.org/~visualfc/qt-creator/qt-creator-cppsupporthttp://gitorious.org/%7Evisualfc/qt-creator/qt-creator-cppsupport



 2010/1/21 Danny Price deepblue...@googlemail.com

 Wonderful! Can you please provide OSX and Linux binaries? I don't see why
 I need to build Creator as well.


 On Thu, Jan 21, 2010 at 8:03 AM, visual fc visua...@gmail.com wrote:

 Hi all.

 CppSupport is a QtCreator Plugin for C++ Class View

 Downloads:
 http://code.google.com/p/visualfc/downloads/list

 Git source url
 =
 git:git://
 gitorious.org/~visualfc/qt-creator/qt-creator-cppsupport.githttp://gitorious.org/%7Evisualfc/qt-creator/qt-creator-cppsupport.git
 branch: cppsupport cppsupport-1.3.1 cppsupport-1.3.0

 Auchor
 =
 Author: visualfc
 Email : visua...@gmail.com
 Latest: 2010.1.21


 Install win32-plugin
 =
 Install qt-creator-win-opensource-1.3.0.exe
 Copy win32-plugin/cppsupport to
 qtcreator-1.3.0/lib/qtcreator/plugins/
 Run qtcreator.exe


 Compiling source
 
 You need Qt 4.6 and Qt Creator Source to build Qt Creator and CppSupport
 Plugin

 Download qt-creator-1.3.x-src.zip
 Copy src/plugins/* to qt-creator-1.3.x-src/src/plugins/
 Build qt-creator-1.3.x-src


 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator



 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator


 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator



 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator


 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator



 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator


___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] CppSupport Plugin 1.3.x for Qt Creator

2010-01-21 Thread Danny Price
It's a missing header file. You'll get the same error regardless of platform. 
What is extensionsystem/iplugin.h?

On 22 Jan 2010, at 00:40, visual fc wrote:

 I just build for windows and linux 64bit
 You can try to use git download
 http://qt.gitorious.org/~visualfc/qt-creator/qt-creator-cppsupport/commits/cppsupport-1.3.1
 
 2010/1/22 Danny Price deepblue...@googlemail.com
 Yes I followed the instructions and build creator from source (1.3.1) with 
 your plugin src copied to the correct directory. It doesn't get built 
 automatically as your instructions seem to imply.
 
 On 22 Jan 2010, at 00:02, visual fc wrote:
 
 You need qt-creator-1.3.x-src to build or use git
 http://www.cppblog.com/visualfc/archive/2010/01/21/106142.html
 
 2010/1/22 Danny Price deepblue...@googlemail.com
 I tried building the plugin but I get this error:
 
 /Users/ks/Downloads/cppsupport-1.3.1-src/src/plugins/cppsupport/cppsupportplugin.h:33:
  error: extensionsystem/iplugin.h: No such file or directory
 
 On 21 Jan 2010, at 11:44, visual fc wrote:
 
 I only test build for win32 and linux 64bit. 
 
 http://code.google.com/p/visualfc/downloads/list
 
 Only win32-plugin and all platform source.
 
 You can download Qt Creator source and cppsupport source to build.
 
 Git url :
 http://gitorious.org/~visualfc/qt-creator/qt-creator-cppsupport
 
 
 
 2010/1/21 Danny Price deepblue...@googlemail.com
 Wonderful! Can you please provide OSX and Linux binaries? I don't see why I 
 need to build Creator as well.
 
 
 On Thu, Jan 21, 2010 at 8:03 AM, visual fc visua...@gmail.com wrote:
 Hi all.
 
 CppSupport is a QtCreator Plugin for C++ Class View
 
 Downloads:
 http://code.google.com/p/visualfc/downloads/list
 
 Git source url
 =
 git:git://gitorious.org/~visualfc/qt-creator/qt-creator-cppsupport.git
 branch: cppsupport cppsupport-1.3.1 cppsupport-1.3.0
 
 Auchor
 =
 Author: visualfc
 Email : visua...@gmail.com
 Latest: 2010.1.21
 
 
 Install win32-plugin
 =
 Install qt-creator-win-opensource-1.3.0.exe
 Copy win32-plugin/cppsupport to qtcreator-1.3.0/lib/qtcreator/plugins/
 Run qtcreator.exe
 
 
 Compiling source
 
 You need Qt 4.6 and Qt Creator Source to build Qt Creator and CppSupport 
 Plugin
 
 Download qt-creator-1.3.x-src.zip
 Copy src/plugins/* to qt-creator-1.3.x-src/src/plugins/
 Build qt-creator-1.3.x-src
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator
 
 
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


[Qt-creator] seg fault on startup

2010-01-21 Thread Brian McGillion
Hi,

The segmentation fault is encountered when starting QtCreator but looks
like it originates from the Qt lib so I mailed both lists. I have built
the latest Creator from git against the Qt 4.6.1 lib that was released
the other day.  My system is x86 Ubuntu 9.10.  Any help on this would be
great.  

Brian


GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show
copying
and show warranty for details.
This GDB was configured as i486-linux-gnu...
(gdb) run
Starting program: /bin/qtcreator.bin 
[Thread debugging using libthread_db enabled]
[New Thread 0xb779ab50 (LWP 10039)]

** (unknown:10039): CRITICAL **: atk_object_set_name: assertion
`name != NULL' failed
[New Thread 0xb7588b70 (LWP 10042)]
[Thread 0xb7588b70 (LWP 10042) exited]
[New Thread 0xb7588b70 (LWP 10044)]
[New Thread 0xb5506b70 (LWP 10045)]
[New Thread 0xb4bd5b70 (LWP 10046)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb779ab50 (LWP 10039)]
0x0804d0c2 in QBasicAtomicInt::deref (this=0x1a59e5c)
at /usr/local/Trolltech/Qt-4.6.1/include/QtCore/qatomic_i386.h:132
132  : memory);
(gdb) bt
#0  0x0804d0c2 in QBasicAtomicInt::deref (this=0x1a59e5c)
at /usr/local/Trolltech/Qt-4.6.1/include/QtCore/qatomic_i386.h:132
#1  0x01a4d1e9 in QHashQString, Core::MimeMapEntry::detach_helper (
this=0x1ad5948)
at /usr/local/Trolltech/Qt-4.6.1/include/QtCore/qhash.h:582
#2  0x01a4c54f in QHashQString, Core::MimeMapEntry::detach
(this=0x1ad5948)
at /usr/local/Trolltech/Qt-4.6.1/include/QtCore/qhash.h:299
#3  0x01a4b397 in QHashQString, Core::MimeMapEntry::insert
(this=0x1ad5948, 
ak...@0xbfebca4c, aval...@0xbfebca10)
at /usr/local/Trolltech/Qt-4.6.1/include/QtCore/qhash.h:749
#4  0x01a48694 in Core::MimeDatabasePrivate::addMimeType
(this=0x1ad5948, mt=
{m_d = {d = 0x9d89610}})
at ../../../../src/plugins/coreplugin/mimedatabase.cpp:919
#5  0x01a4a249 in Core::Internal::MimeTypeParser::process
(this=0xbfebcc54, 
t...@0xbfebcba4)
at ../../../../src/plugins/coreplugin/mimedatabase.cpp:877
#6  0x01a47da6 in Core::Internal::BaseMimeTypeParser::parse
(this=0xbfebcc54, 
dev=0xbfebcc98, filena...@0xbfebcdc0, errorMessage=0xbfebce20)
at ../../../../src/plugins/coreplugin/mimedatabase.cpp:760
#7  0x01a482ac in Core::MimeDatabasePrivate::addMimeTypes
(this=0x1ad5948, 
device=0xbfebcc98, filena...@0xbfebcdc0, errorMessage=0xbfebce20)
at ../../../../src/plugins/coreplugin/mimedatabase.cpp:886
#8  0x01a48436 in Core::MimeDatabasePrivate::addMimeTypes
(this=0x1ad5948, 
filena...@0xbfebcdc0, errorMessage=0xbfebce20)
at ../../../../src/plugins/coreplugin/mimedatabase.cpp:896
#9  0x01a49663 in Core::MimeDatabase::addMimeTypes (this=0x98d2e78, 
filena...@0xbfebcdc0, errorMessage=0xbfebce20)
at ../../../../src/plugins/coreplugin/mimedatabase.cpp:1136
#10 0x01e77c18 in QmlEditor::Internal::QmlEditorPlugin::initialize (
this=0x99bd270, error_message=0xbfebce20)
at ../../../../src/plugins/qmleditor/qmleditorplugin.cpp:90
#11 0x0075d151 in
ExtensionSystem::Internal::PluginSpecPrivate::initializePlugin
(this=0x983eca0)
at ../../../../src/libs/extensionsystem/pluginspec.cpp:829
#12 0x007556dc in
ExtensionSystem::Internal::PluginManagerPrivate::loadPlugin (
this=0x982ce60, spec=0x9834270, 
destState=ExtensionSystem::PluginSpec::Initialized)
at ../../../../src/libs/extensionsystem/pluginmanager.cpp:762
#13 0x007546b0 in
ExtensionSystem::Internal::PluginManagerPrivate::loadPlugins
(this=0x982ce60)
at ../../../../src/libs/extensionsystem/pluginmanager.cpp:667
#14 0x00752120 in ExtensionSystem::PluginManager::loadPlugins
(this=0xbfebcfec)
at ../../../../src/libs/extensionsystem/pluginmanager.cpp:246
#15 0x08051259 in main (argc=1, argv=0xbfebd2d4)
at ../../../src/app/main.cpp:280
(gdb) info frame 0
Stack frame at 0xbfebc960:
 eip = 0x804d0c2 in QBasicAtomicInt::deref()
(/usr/local/Trolltech/Qt-4.6.1/include/QtCore/qatomic_i386.h:132); 
saved eip 0x1a4d1e9
 called by frame at 0xbfebc9a0
 source language c++.
 Arglist at 0xbfebc958, args: this=0x1a59e5c
 Locals at 0xbfebc958, Previous frame's sp is 0xbfebc960
 Saved registers:
  ebp at 0xbfebc958, eip at 0xbfebc95c

(gdb) thread apply all bt

Thread 5 (Thread 0xb4bd5b70 (LWP 10046)):
#0  0x00d9e832 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1  0x00119e15 in pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib/tls/i686/cmov/libpthread.so.0
#2  0xb5800d87 in ?? ()
from /usr/local/Trolltech/Qt-4.6.1/lib/libQtWebKit.so.4
#3  0xb5800dd1 in ?? ()
from /usr/local/Trolltech/Qt-4.6.1/lib/libQtWebKit.so.4
#4  0x0011580e in start_thread (arg=0xb4bd5b70) at pthread_create.c:300
#5  0x00a6a8de in clone ()
at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 4 (Thread 0xb5506b70