Re: [Qt-creator] Qt Creator 2.1 branch

2010-10-01 Thread kai.koehne
Hi,

it's true that qmldumper tool requires private headers from Qt being installed. 
This is of course unfortunate, because 'make install' doesn't copy them into 
the install directory ... that is still something we have to find a good 
solution for, I'm afraid. Until then you can either just ignore the qmldump 
tool, or configure your Qt with -prefix '.'.

Regards

Kai Koehne


--
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

From: qt-creator-boun...@trolltech.com [qt-creator-boun...@trolltech.com] On 
Behalf Of ext Stephen Chu [step...@ju-ju.com]
Sent: Friday, October 01, 2010 5:50 PM
To: qt-creator@trolltech.com
Subject: Re: [Qt-creator] Qt Creator 2.1 branch

On 9/29/10 6:43 AM, André Pönitz wrote:

 Hello everybody.

 As you may have noticed, there's a new branch 2.1 in the git repository.

 The plan is to have the Qt Creator 2.1.x releases from this branch at some
 point of time, and we are right now in a feature freeze for the 2.1.0 release.

 New development is supposed to go to the master branch, fixes to 2.1, which
 is roughly daily merged back into master. In theory there should not be much
 master-only activity right now.

 When released, Qt Creator 2.1.0 will require Qt 4.7.1 because of two sets
 of features/fixes that are not present in Qt 4.7.0. The first one concerns
 QML, the second one affects the performance of the syntax highlighter.
 While the new semantic syntax highlighter (introduced after 4.7.0 was
 branched) works with Qt 4.7.0 it triggers too many updates causing stress
 to the hardware.

I can't rebuild debugger helper on the Mac with Creator 2.0.91 snapshot
and Qt 4.7.1 from git. It's looking for some private headers that are
not in the install. See the attached file.


--
Stephen Chu
mailto:step...@ju-ju.com
http://www.ju-ju.com

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


Re: [Qt-creator] Qt Creator 2.1 branch

2010-10-01 Thread kai.koehne
4.7.1 is in qt-releases.git (in contrast to 4.7, which is in qt.git). Anyway, 
that doesn't change the private header dependency.

Regards

Kai

who is forced to top-post due to Outlook Web Access
--
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

From: qt-creator-boun...@trolltech.com [qt-creator-boun...@trolltech.com] On 
Behalf Of ext Stephen Chu [step...@ju-ju.com]
Sent: Friday, October 01, 2010 10:03 PM
To: qt-creator@trolltech.com
Subject: Re: [Qt-creator] Qt Creator 2.1 branch

On 10/1/10 2:15 PM, Andre Poenitz wrote:
 On Fri, Oct 01, 2010 at 11:50:04AM -0400, Stephen Chu wrote:
 On 9/29/10 6:43 AM, André Pönitz wrote:

 Hello everybody.

 As you may have noticed, there's a new branch 2.1 in the git repository.

 The plan is to have the Qt Creator 2.1.x releases from this branch at some
 point of time, and we are right now in a feature freeze for the 2.1.0 
 release.

 New development is supposed to go to the master branch, fixes to 2.1, which
 is roughly daily merged back into master. In theory there should not be much
 master-only activity right now.

 When released, Qt Creator 2.1.0 will require Qt 4.7.1 because of two sets
 of features/fixes that are not present in Qt 4.7.0. The first one concerns
 QML, the second one affects the performance of the syntax highlighter.
 While the new semantic syntax highlighter (introduced after 4.7.0 was
 branched) works with Qt 4.7.0 it triggers too many updates causing stress
 to the hardware.

 I can't rebuild debugger helper on the Mac with Creator 2.0.91
 snapshot and Qt 4.7.1 from git. It's looking for some private
 headers that are not in the install. See the attached file.

 I am afraid the upcoming beta (and therefore the current nightlies)
 will be built using the 4.7 development branch, not the already
 branched 4.7.1 release branch as originally planned.

 The reason is that there are three changes needed for Creator present in
 4.7 that have not made it yet into the 4.7.1 branch. The final release
 is still planned to use 4.7.1.

I don't see a 4.7.1 branch at http://qt.gitorious.org/qt and I am
tracking 4.7 branch in my build.


--
Stephen Chu
mailto:step...@ju-ju.com
http://www.ju-ju.com
___
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] Latest git creator branches require up-to-date Qt

2010-07-13 Thread kai.koehne
Hi,

it happened once more: An API change in the QtDeclarative module required some 
changes in QuickDesigner creator. A fix has been pushed to the 2.0 branch 
already, and will soon be integrated back to master.

This means that as soon as you pull the master or 2.0 branch from creator, 
you've to also pull/compile a new Qt from qt.git/4.7 branch, and vice versa. 

You can also revert the commits inside creator locally:

  git revert -n b2cb2f6e
  git revert -n f0cb98463

Or you just disable the qmldesigner plugin in src/plugins/plugins.pro :)

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


[Qt-creator] New Outline added to sidebar (master branch)

2010-07-08 Thread kai.koehne
Hi,

I just added a new sidebar pane to the qtcreator master branch (5439ce976eaa 
and onwards). The 'Ouline' shows the structure of the (C++/qml) document you're 
currently editing. It's the same tree that you get when clicking on the combo 
box in the editor toolbar, just easier to access :)

Right now it's only a navigation helper: Clicking on method in the outline will 
move the cursor to it's definition in text, moving the cursor in text updates 
the selection in the outline ... But I'll plan to e.g. also let you rearrange 
stuff in the outline, at least for a Qml document.

Feedback is of course highly appreciated :)

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] Crash persists even when recompiling the latest Qt and QtCreator Source Code.

2010-06-14 Thread kai.koehne
qt-creator-boun...@trolltech.com wrote:
 [...]
 I tried to compile it yesterday too and got similar errors,
 but in my case on Linux and when it compiled some qmldump
 tool. 

qmldump is in src/tools, and isn't something we regularly maintain. It's just a 
helper program that we fix from time to time, when we need it :) Anyhow, it 
shouldn't be compiled by default ... Did you manually go to src/tools/qmldump 
and ran qmake?

 The .pro file(s) apparently miss some include paths and
 the whole issue comes from that the developers only build Qt
 as a developer build, they never test with a Qt that has
 been make install:ed. The latter is IMHO the default way of working
 for normal users. 

Well, the problem is probably rather that we use in the Qml support (and 
qmldump) some private headers, which isn't really supported in Qt when you're 
using the install step (see README).

 I will report bugs as soon as the bug thingie comes back online.

Regarding qmldump: I'm happy to accept patches for this, but as I said: It's 
not something we expect people to compile/use, so fixing it just for the heck 
of it won't have any priority.

Regards

Kai

-- 
Kai Köhne
Software Engineer
Nokia, Qt Development Frameworks

Nokia gate5 GmbH
Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443B
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


[Qt-creator] QtCreator 2.0 Qml Support

2010-06-04 Thread kai.koehne
Hi,

We are getting close to the 2.0 release. Our metrics  your feedback indicate 
that the quality is pretty good, and we are really keen on getting this baby 
out as soon as possible.

However, Qt 4.7 will need some more time to polish. Instead of releasing 2.0 
together with Qt 4.7, we therefore decided to release 2.0 some weeks in advance 
- you will still need Qt 4.7 sources to compile QtCreator 2.0 though.

But there is one big feature in 2.0 that depends on Qt 4.7 - Qml support. Do 
not get me wrong - QtDeclarative is already used productively in a lot of 
projects. But still, it is not officially released yet, and you cannot e.g. get 
commercial support at this point in time.

This is why we decided to 'hide' large parts of the current qml support in the 
2.0 release, just to bring it back in another release as soon as Qt 4.7 ships.

That is,
 + With QtCreator 2.0 you will be able to open and run .qmlproject/.qml files, 
but there are neither wizards, nor the Quick Designer or the Qml Inspector, nor 
qmlviewer   examples  demos bundled.
 + As soon as Qt 4.7 is out we will ship QtCreator 2.1, this time with the 
mentioned features.
 
 What if you want to work with Qml right now?
 + If you are compiling from source, set the QTCREATOR_WITH_QML environment 
variable (before calling qmake)
 + We will enable the support in the nightly snapshots again right after 2.0 
ships

Regards

Kai Koehne

--
Kai Koehne
Software Engineer
Nokia, Qt Development Frameworks

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


Re: [Qt-creator] QtCreator 2.0 Qml Support

2010-06-04 Thread kai.koehne
qt-creator-boun...@trolltech.com wrote:
 Hi,
 
 Fredag 4. juni 2010 13.44.33 skrev kai.koe...@nokia.com :
 Hi,
 
 We are getting close to the 2.0 release. Our metrics  your feedback
 indicate that the quality is pretty good, and we are really keen on
 getting this baby out as soon as possible.
 
 Just out of curiosity: which kind of metrics do you use for
 QtCreator at Trolltech / Nokia?

I was referring to the number of incoming bugs vs fixed bugs + high priority 
bugs.

Kai

-- 
Kai K?hne
Software Engineer
Nokia, Qt Development Frameworks

Nokia gate5 GmbH
Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443B
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] Unable to start a qml project, known breakage?

2010-05-31 Thread kai.koehne
qt-creator-boun...@trolltech.com wrote:
 Hey all,
 
 A reasonably recent qt-creator build is failing to start a
 qml project. Is this a known issue?

At least not known to me :) 

However, the name of the qml executable changed recently from 'qml' to 
'qmlviewer' (that's the name it had also in the beginning, actually). This has 
been fixed in QtCreator 10 days ago (commit adad842bbe) in the 2.0 branch, so 
your recompile might fix it.

 I've stepped back to the previous build I had lying about,
 and qml is working again. I'm building qt and qt-creator
 fresh from trunk to see if this problem is still current.

If this doesn't cut it: Can you e-mail me the details of your
 - Creator branch
 - Qt branch
 - OS

And finally, more details about how this shows up. Is e.g. the Run button 
enabled? Any output in 'Application Output'? What's the content of your Project 
Pane?

Regards

Kai Koehne
 

-- 
Kai K?hne
Software Engineer
Nokia, Qt Development Frameworks

Nokia gate5 GmbH
Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443B
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


[Qt-creator] Small change in latest creator.git / 2.0 branch requiring latest qt

2010-05-20 Thread kai.koehne
Hi,

Because of a method rename in QtDeclarative, we had to fix the creator source 
code. This means that the next time you pull qtcreator, it will fail to build 
on a qt older than a few hours.

It's just a one character change though: dc38ed3372

Regards

Kai

--
Kai Köhne
Software Engineer
Nokia, Qt Development Frameworks

Nokia gate5 GmbH
Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443B
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] Qt Creator 2.0 Beta QML Webview

2010-05-17 Thread kai.koehne
qt-creator-boun...@trolltech.com wrote:
 I have installed the beta version of Qt Creator 2.0 for linux
 but I am having trouble loading extra qml modules.  Simple
 QML files using the basic elements work but I cannot get the webview,
 video, etc.. elements working, they do not show up in the list of
 elements 
 in the gui.  If I include org.webkit 1.0 in the qml file I
 receive errors in the qml designer.  If I launch the program
 through designer it also works ok when it comes up in the qml viewer.

Hi Michael,

The Quick Designer in the Beta has indeed problems with imported plugins. The 
bug with the error showing up is actually already fixed, but we still don't 
support them fully in the Library.

Thanks for pointing this out,

Kai

 I am using Ubuntu 10.04.
 
 Any help would be appreciated.
 
 Thanks.
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator



-- 
Kai K?hne
Software Engineer
Nokia, Qt Development Frameworks

Nokia gate5 GmbH
Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443B
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


[Qt-creator] Creator 2.0 branch requires latest qt.git/4.7

2010-05-11 Thread kai.koehne
Hi,

Because of a change in qt.git/4.7 in the QtDeclarative module we had to patch 
creator/2.0 branch. Commit 74a615fbeec95786dfc3d85a667e994f731b73dd will hit 
the public repo with the usual 12 hour delay. Once you pull this commit, you've 
to update also your qt ...

Regards

Kai

--
Kai Köhne
Software Engineer
Nokia, Qt Development Frameworks

Nokia gate5 GmbH
Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443B
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] Creator stability

2010-03-25 Thread kai.koehne


From: qt-creator-boun...@trolltech.com [qt-creator-boun...@trolltech.com] On 
Behalf Of ext Brett Morgan [brett.mor...@gmail.com]
Sent: Thursday, March 25, 2010 9:29 AM
To: qt-creator@trolltech.com
Subject: Re: [Qt-creator] Creator stability

 Kai,

 I'm compiling and using qt-creator in multiple environments, primarily OSX 
 10.6 and a variety of Linux distributions. I'm happy to give you details of 
 my environments and stack  traces.

Cool :) If it's really an 'obvious' thingy like stuff not compiling, the direct 
lane is to grap someone on #qt-creator (freenode IRC, developers are online 
primarily within European working time. You can of course grap me directly 
(kkoehne) if it's QML related). If you don't get any answer there, or the crash 
isn't easy to reproduce you shouldn't hesitate to file it to the bugtracker: 
http://bugreports.qt.nokia.com/browse/QTCREATORBUG . It's a bit more work for 
you, but it ensures that we don't forget about it, and you have a way to track 
progress :)

Thanks in advance,
Kai

 brett


--
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] Using flickable in QTCreator Designer

2010-03-18 Thread kai.koehne
Hi Tobias,
  
 I have been looking at the version of QtCreator passed along with the Qt4 
 technical preview. 
  
 First - very good work. I like the automatic snap-functions very much! It 
 looks good and the overall impressions is that it is fluid and nice to 
 work with. The context help for QML-documents are very good!

good to hear :)
 
 I still miss a few things in the visual editor for QML-documents. Is there 
 a roadmap that describe what to expect?

No, we don't have an official roadmap about individual features.

 For me it is very important that the visual editor is good so that our 
 design team can do and try as much as possible without having to deal with 
 QML-code. I would prefer if using lists, flickable, flipable etc would be 
 a part of the visual editor. Dealing with (at least simple) transitions 
 (animations) between states and different pages in the visual editor would 
 also be very nice. 

I agree. Especially the support for visual editing of transitions 
is a feature I'd _love_ to have in the Quick Designer, but I'm afraid it won't
make it for QtCreator 2.0.

 To me it only seems like one can nest things into rectangles and items. I 
 have tried to nest things into flickable and flipable using the visual 
 editor without any success. 

In the Quick item set all items can have 'children'. Anyhow, we restrict this
in the visual editor for some elements - most of the time you don't want that
e.g. a Text element is a container, and allowing this in the visual editor
makes reparenting there pretty unusable.

Anyhow, that Flickable isn't a container is probably 
just an oversight. Flipable is somewhat special in that it has the front and row
properties, and when reparenting something you most certainly want to add the 
new
child to either front or back, not the generic children property ... I'm not
sure if we can support this element properly for 2.0 though.

 If I manually edit the QML and put things into 
 a flickable the things is no longer shown in the navigator pane. 
 The state 
 pane show the content considering clipping etc. The visual editor pane 
 show the children of the flickable without considering clipping.

That's clearly a bug. I'll look into it.

 I can 
 edit the children even though they not appear in the navigator pane.
 I can't find anything related to transitions or animations.
  
 If I manually edit the QML-document and switch back to the visual editor 
 QTCreator die.

Incidentally I was just investigating a crash in the Flickable element that 
might be related:

http://bugreports.qt.nokia.com/browse/QTBUG-9161

Anyhow, a stack trace would be great :)

 It seems to me that the current version of the QTCreator only provide 
 editing capabilities of static layouts. The ability to add more advanced 
 objects (like flickable) have no practical use. Is this the level of 
 implementation that is intended for the next release of Qt?

Well ... the first version of Quick Designer coming with Qt Creator 2.0 won't 
be 'feature complete' in the sense that you never have to switch to the text 
editor - the most 
obvious thing is the missing support for editing transitions you mentioned. 
But it will IMO be useful nevertheless, and with the tight integration to the 
text editor 
you should be able to do stuff in text that isn't supported in the Quick 
Designer yet. Anyhow,
I'm sure it will get a lot more powerful over time.

Tanks a lot for your detailed feedback! I'm really appreciating it.

Regards

Kai Koehne

who tries to spread the usage of Quick Designer, to avoid confusion with Qt 
Designer.
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Qt Creator and generic projects

2010-03-12 Thread kai.koehne
People,

calm down a little. I myself felt somewhat attacked by Danny's mail ... the 
problem at hand has been discussed at great length already on this list, and 
his mail did seem to have no other purpose than ranting. Yes, qmake is 
under-documented. Yes, .pro.user  session files cannot really be shared, which 
some of us would like to do. But we (as the core developers) have other things 
on the plate too, and in fact things that have a higher priority. That's life. 
But I'm with Daniel in the regard that bringing this up again and again, and in 
the form of a rant, doesn't help anyone.

Kai Koehne

Disclaimer: This is my personal opinion, and is NOT necessarily the opinion of 
Nokia as a company. ;)

From: qt-creator-boun...@trolltech.com [qt-creator-boun...@trolltech.com] On 
Behalf Of ext Robert Caldecott [robert.caldec...@gmail.com]
Sent: Friday, March 12, 2010 10:10 AM
To: qt-creator@trolltech.com
Subject: Re: [Qt-creator] Qt Creator and generic projects

Is this the official Nokia response Daniel?  Because Danny Price is
correct - the current session scheme/.user files is *useless* in a
team environment.  The only way to make projects work that contain
multiple libs and build steps is to hack the .pro file, a mechanism
that is both poorly documented and poorly understood.  I tell my team
to avoid the Project tab because the settings within cannot be shared
- a serious problem for us developers trying to get a job done.

As a real-world user of your product I am shocked and saddened by your
aggressive response.  You should listen to our complaints instead of
dismissing them as 'wrong' and 'stupid'.

I'd go as far to say that I think you owe Danny an apology.

On 12 March 2010 08:25, Daniel Teske daniel.te...@nokia.com wrote:
 rantAbout qmake/rant

 Did you even read the original mail? That asked a question about qmake.
 Instead you are spreading again your misinformed wrong and stupid viewpoint.
 Please stop that immediately.

 daniel
 ___
 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] New QmlDesigner module in master

2010-01-07 Thread kai.koehne
Hi,

with the usual delay of a couple of hours a new QmlDesigner module will 
appear in our public repository.

This adds a new Design mode. In this mode you will be able to manipulate .qml 
files graphically, much like you can manipulate .ui files in Designer. This is 
in addition to the text editor support for qml we already have. 

The mode will only show up if you compile against an up to date qt from the 
kinetic repository, kinetic-declarativeui branch 
(http://qt.gitorious.org/+qt-kinetic-developers/qt/kinetic/commits/kinetic-bauhaus).

No, it won't replace the old Designer, and no, it's not ready yet :) We will 
blog about it within short time, and also provide a compiled test version. Stay 
tuned!

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


Re: [Qt-creator] Cannot find file with error when filename is not unique

2009-12-03 Thread kai.koehne
qt-creator-boun...@trolltech.com wrote:
 Hi,
 
 I have several main.cpp files in my tree (one for each
 program), and whenever there is a compilation warning or
 error listed in the Build Issues pane it claims it cannot
 find the file.

Hi,

The logic to find the absolute file path is implemented in 
AbstractMakeStep::slotAddToTaskWindow(). 

Currently it

  - Tracks the Entering directory  Leaving directory calls, and tries to 
find the file in there. This might fail, however, because of locale specific 
compiler output or parallel / distributed builds.
  - Checks if the file is unique in the project.

Apparently the first step fails for you, while it shouldn't. If you want to 
look into this yourself, I recommend starting with enabling the debugging for 
this file (change bool debug=false to true at line 46).

Regards

Kai

 Some lines from the Compile Output pane:
 
 cd mirror_test\  C:/Qt/2009.05/mingw/bin/mingw32-make -f Makefile
 mingw32-make[2]: Entering directory
 `C:/Development/EasyScan/Tests/mirror_test'
 C:/Qt/2009.05/mingw/bin/mingw32-make -f Makefile.Debug
 mingw32-make[3]: Entering directory
 `C:/Development/EasyScan/Tests/mirror_test'
 g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE
 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_SQL_LIB -DQT_XML_LIB
 -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT
 -I..\..\..\..\Qt\2009.05\qt\include\QtCore
 -I..\..\..\..\Qt\2009.05\qt\include\QtGui
 -I..\..\..\..\Qt\2009.05\qt\include\QtXml
 -I..\..\..\..\Qt\2009.05\qt\include\QtSql
 -I..\..\..\..\Qt\2009.05\qt\include -I..\..\Libraries\Calibration
 -I..\..\Libraries\Image
 -I..\..\..\..\Qt\2009.05\qt\include\ActiveQt
 -Idebug -I..\..\..\..\Qt\2009.05\qt\mkspecs\win32-g++ -o
 debug\main.o main.cpp main.cpp: In function 'void
 saveFloatImage(float*, int, int, 
 int, const
 char*)':
 main.cpp:32: error: 'USHRT_MAX' was not declared in this scope
 mingw32-make[3]: Leaving directory
 `C:/Development/EasyScan/Tests/mirror_test'
 mingw32-make[2]: Leaving directory
 `C:/Development/EasyScan/Tests/mirror_test'
 
 Build Issues pane:
 'USHRT_MAX' was not declared in this scopemain.cpp   32
 File not found: main.cpp 
 
 If the file name is unique, there is no problem finding the
 file and showing it in the editor, whenever the file is not
 unique, it fails to find it.
 
 Regards,
 
 Robert
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator



-- 
Kai K?hne
Software Engineer
Nokia, Qt Development Frameworks

Nokia gate5 GmbH
Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443B
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] qdoc3 issues

2009-10-12 Thread kai.koehne
qt-creator-boun...@trolltech.com wrote:
 Prashanth Udupa wrote:

   We highly recommend using
   Doxygen (http://www.stack.nl/~dimitri/doxygen/) for generating
   documentation for your Qt-based application.
 
 Does it mean that qdoc3 isn't stable tool?

No, it does mean qdoc3 is meant for Nokia internal use. Doxygen supports almost 
the same syntax as qdoc3 + a lot more. It's just that we use qdoc3 internally 
for qt, and also for creator (mostly because we don't want to rely on yet 
another tool, AFAIK).
 
 By the way, is there any GUI application for qdoc3 (just like Doxygen
 GUI wizard)? 

Not that I am aware of.

Regards

Kai Koehne



-- 
Kai Köhne
Software Engineer
Nokia, Qt Development Frameworks

Nokia gate5 GmbH
Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443B
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