Re: [Qt-creator] Feature Request

2009-11-18 Thread Christopher Rasch-Olsen Raa
On Thursday 19 November 2009 08:37:56 Robert Caldecott wrote: > I'll log this on the cool new Qt tracking system but before I do I > wanted to know if it's possible... > > How cool would it be to add a new method declaration to a C++ header > file and have Qt Creator add the method definition to t

[Qt-creator] Feature Request

2009-11-18 Thread Robert Caldecott
I'll log this on the cool new Qt tracking system but before I do I wanted to know if it's possible... How cool would it be to add a new method declaration to a C++ header file and have Qt Creator add the method definition to the .cpp file automatically? Taking this a step further, you could edit

Re: [Qt-creator] General Usage Question

2009-11-18 Thread Coda Highland
Qt Creator is a great code editor first, a good debugger second, and its role as an actual IDE comes after that. You're not missing anything. It just hasn't been done yet. qmake's file format is easy to do this kind of thing by hand in, so I would imagine that such a feature simply hasn't been a g

[Qt-creator] General Usage Question

2009-11-18 Thread Sean Hignett
Hello all, I just recently discovered Qt, and Qt Creator. Was always aware of it, but never paid it the attention it clearly deserves. Working through the C++ GUI book to get up to speed. Qt Creator has some really impressive features... but... it also has some strange omissions compared to

[Qt-creator] (no subject)

2009-11-18 Thread Rudenko Eugene
Hello all. I have some enhancement suggestion. Firs of all, I'ts good to set svn authentification for every project separately, because different repos can have different accounts. Second suggestion is about diff tool. Now diff show as command line diff, is there any plans to make visual diff (

Re: [Qt-creator] [Qt-embedded-interest] How to make the .dll files smaller?

2009-11-18 Thread Rudenko Eugene
Why not recommended ??? I hear first time about it. Yes, there are some differences in static linking, for example with plugins. You have to static link Qt plugins too (add plugins += to .pro file and init plugins in code). Other "bad thing" is that you'll be unable to reuse Qt libs: for ex

Re: [Qt-creator] Linux SDK containing Qt Creator doesn'tbuild projects out of the box

2009-11-18 Thread David Ching
"André Pönitz" wrote in message news:200911181803.17809.andre.poen...@nokia.com... > See http://qt.gitorious.org/qt-creator/pages/FrequentlyAskedQuestions": > > "What development packages from the distribution are needed on > Ubuntu/Debian?" > Thanks André .

Re: [Qt-creator] Linux SDK containing Qt Creator doe sn'tbuild projects out of the box

2009-11-18 Thread André Pönitz
On Wednesday 18 November 2009 17:48:15 ext David Ching wrote: > "Andre Poenitz" wrote in message > news:20091114173314.gb3...@tu-chemnitz.de... > > The real "problem" with the Qt SDK package is that what you download > > from the Nokia website is not integrated into your distribution's > > packag

Re: [Qt-creator] Linux SDK containing Qt Creator doesn'tbuild projects out of the box

2009-11-18 Thread David Ching
"Andre Poenitz" wrote in message news:20091114173314.gb3...@tu-chemnitz.de... > The real "problem" with the Qt SDK package is that what you download > from the Nokia website is not integrated into your distribution's > packaging system, so you have to intall the dependencies "manually". > One lin

Re: [Qt-creator] Is this solved on Qt Creator 1.3.0 ?

2009-11-18 Thread Matthias Ettrich
Hi Jordi, we didn't know that project-level encoding was broken in Qt Creator, but I can now confirm that it is and that the bug still is present in Qt 1.3. I'll see whether we get this fixed. Thanks for the report! Matthias On Wednesday 18 November 2009 11:27:48 ext Jordi Pujol wrote: > Hi a

Re: [Qt-creator] error compiling qt-creator rc in fedora

2009-11-18 Thread Itamar Reis Peixoto
I have tested with qt 4.6 rc and worked fine. On Wed, Nov 18, 2009 at 9:37 AM, Alex T. wrote: > As Andre said, you should get the recent Qt 4.6 (e.g. Qt 4.6's rc). > Everybody's beta compiled fine. But some changes have been made, so that > only fresh Qt 4.6 is needed. > Itamar R

Re: [Qt-creator] own editor plugin and mimetypes

2009-11-18 Thread Liebe Markus (RtP2/TEF72)
Hi Friedemann, Thanks for the patch. I can make use of it. (@Florian, too) I am sorry but the editor plugin I am working on is not a generic XML editor. It is just a special editor which is only able to handle one specific XML format and it provides a GUI for that special purpose. So I think thi

Re: [Qt-creator] own editor plugin and mimetypes

2009-11-18 Thread Liebe Markus (RtP2/TEF72)
Hi Prashanth, > This trick worked for us. Hope this helps. > Thanks for your hint. That did the trick for me as well =) Mit freundlichen Grüßen / Best regards Markus Liebe Robert Bosch GmbH Automotive Electronics, RtP2/TEF72 Postfach 13 42 72703 Reutlingen GERMANY www.bosch.com Tel. 07121 35-

Re: [Qt-creator] error compiling qt-creator rc in fedora

2009-11-18 Thread Alex T.
As Andre said, you should get the recent Qt 4.6 (e.g. Qt 4.6's rc). Everybody's beta compiled fine. But some changes have been made, so that only fresh Qt 4.6 is needed. 2009/11/18 Itamar Reis Peixoto > I am using qt 4.6 > > the qt-creator 1.3 beta compiled fine. > > > On Tue, Nov 17, 2009 at 8: