Eike Ziller
QtCreator
Posted by Eike Ziller
 in QtCreator
 on Tuesday, November 17, 2009 @ 10:23

Today we present to you what we consider to be a candidate for the release of Qt Creator 1.3.0.

In the month since we released the beta version, we were busy taking your feedback (thanks for that!) and transforming it into code :) . As a result of that many parts have seen improvements, for example there were issues with the Qt for Symbian support mended (e.g. support for S60 3rd Ed. FP1), several fixes for the refactoring engine done, and debugging improved.

This is a candidate, and we would like to hear of any issues you still find with it. We expect the final release before the end of the year, so now is the time to go to the public Qt Bug Tracker, and tell us.

You can download the packages from the Qt Creator Preview Website.

20 Responses to “Qt Creator 1.3.0 release candidate”

» Posted by Anand
 on Tuesday, November 17, 2009 @ 14:04

Is there a changelog somewhere so that one can view the list of bugfixes and updates?

» Posted by Thiago Macieira
 on Tuesday, November 17, 2009 @ 15:11
» Posted by Scorp1us
 on Tuesday, November 17, 2009 @ 15:44

I have to say I am so very impressed with QtCreator, and how far it is progressing.

I do constantly stumble going from help to code, and code to help mode. My mind goes searching for another window. This is a habit from using Assistant stand-alone for so long. that’s my only annoyance.

» Posted by Andreas
 on Tuesday, November 17, 2009 @ 15:50

“created with an evaluation version of bitrock installbuilder” ?

» Posted by divide
 on Tuesday, November 17, 2009 @ 17:05

I installed the full Qt 4.6 SDK RC1 (Windows) and cannot get Qt Creator to display the full Qt help, it only display “Qt Creator” help.
All doc is selected in Help/Documentation:
com.trolltech.assistant.460
com.trolltech.designer.460
com.trolltech.linguist.460
com.trolltech.qmake.460
com.trolltech.qt.460
com.nokia.qtcreator.1294

and all filters are checked in Help/Filters

what’s wrong ?

» Posted by divide
 on Tuesday, November 17, 2009 @ 17:20

Another problem with Qt 4.6.0 + Qt Creator 1.3.0 RC SDK for Windows:
It doesn’t compile any example: http://uppix.net/7/9/e/b2bb87b8ed994e58be84e4d3d5d62.jpg

» Posted by divide
 on Tuesday, November 17, 2009 @ 17:23

Problem with with Qt 4.6.0 + Qt Creator 1.3.0 RC SDK for Windows:
I cannot display the full doc (Qt class etc), only Qt Creator: http://uppix.net/9/a/f/eb6ecfdfd1c9947a532020c8c32d1.jpg

» Posted by divide
 on Tuesday, November 17, 2009 @ 18:04

Nevermind, I uninstalled, deleted all previous Qt entries in the registry and Qt folders in AppData, reinstalled, and it works both for building application and full documentation.

» Posted by divide
 on Tuesday, November 17, 2009 @ 18:06

Nevermind, I had to clean all old Qt entries (from tp1/betas/rc1) in the registry and old Qt folders in AppData, and it’s working (both building and full doc).

» Posted by Scorp1us
 on Tuesday, November 17, 2009 @ 18:40

Minor request (I don’t kno if this has been added, I don’t have time until later to download & try it) But, it would be cool if I culd select a block of text, then type (,{,

» Posted by Scorp1us
 on Tuesday, November 17, 2009 @ 18:41

Minor request (I don’t kno if this has been added, I don’t have time until later to download & try it) But, it would be cool if I culd select a block of text, then type (,{, or [ and have the block of text:
1. Moved down a line
2. indented
3. the (, {, [ character be placed arond the text, unindented.

So

as
as
as

highlighted:
|as|
|as|
|as|

becomes, on {
{
….as
….as
….as
}

also include >

» Posted by Thorbjørn Lindeijer
 on Tuesday, November 17, 2009 @ 21:35

@Andreas: Please tell us which installer you got that message with, so we can check the BitRock license on the machine that built it. Feel free to just report this on bugreports.qt.nokia.com.

@Scorp1us: Interesting feature request. We’ve actually had somebody work on a patch that did something like that, but since it interfered with normal editing such a feature needs some consideration and might be better suited for an explicit action.

» Posted by Scorp1us
 on Tuesday, November 17, 2009 @ 22:55

Well I use Whole Tomato’s Visual Assist, which has A LOT of features like that. Including auto-completion, which I would also love QtCreator to have. It saves on so many typos.
I would also like autocompletion to the next degree. If I wanted to type “source-&glt;readAll();”

QIODevice *source(&socket);
sour<tab>.(. is corrected to ->, if need be)[Member popup, with narrowing as I type]<tab&glt; (if no params in the function, then “(); is inserted)
“sour<tab&glt;.reada<tab&glt;” is all I would have to type, which is less than all the characters that make it up.

I would suggest that someone there who has VS try it out (free trial) if you can make coding that easy, them OMFG!

» Posted by MarkoSan
 on Wednesday, November 18, 2009 @ 12:13

How do I change language in Creator in English, I have development tools in my native language (Slovenian)!

» Posted by André
 on Wednesday, November 18, 2009 @ 12:30

Scorp1us: Seems to work for me. Did you actually try?

» Posted by alind
 on Friday, November 20, 2009 @ 10:17

I tried the rc of qtsdk along with qtcreator 1.2.94. Its working fine for me. Especially the support for creating and removing files in makefile based project. I use scons (my projects are small and i knew python beforehand) and now qtcreator makefile based support is good enough for me. From IMHO it should be renamed to custom makefile instead of just makefile.
Thanks for the great IDE.

» Posted by raimund
 on Sunday, November 22, 2009 @ 19:37

is there anyone how uses LINUX(deb-based) running QT4-Creator to support fully USB-port??
Can’t get any information on QT-site or anywhere. Would someone be some kind for assistance?
Please!

» Posted by Claudio
 on Monday, November 23, 2009 @ 21:38

I have the same msg “created with an evaluation version of bitrock installbuilder” on Linux 64bit installer.

» Posted by noir
 on Wednesday, November 25, 2009 @ 19:13

Some problems with the keyboard:

Usually Shift+Home/End selects the text till the beginning/end of line. That works normally with kate under KDE. However i get i strange behaviour:
Normally in qtcreator it doesn’t work. I have to press the numlock key (Asus Laptop). Then it works but then Home and End displays number (as expected) instead of moving to beg/end of line. Any ideas why and how i can solve it??
I was trying to find keyboard shortcuts to change some stuff like emacs Ctr+A/Ctr+End, (end/beg of line), Ctr+D delete character on top of the usual shortcuts and cannot find them anywhere. Actually, the keyboard shortcuts settings seems quite poor with repsect to e.g. kate where everything is there as an option and in addition it works:-) I am using the 1.3 RC of qtcreator. Is it possible to import keyboard shirtcuts from kate e.g.?

Could someone please help me fix these problems??

» Posted by bill
 on Wednesday, November 25, 2009 @ 23:01

@noir:

I have exactly the same problem with my laptop. Numlock seems to screw things up. With an external keyboard however it works normally. No idea why. Wud be nice if someone sheds some light. Qtcreator rocks!! (it needs though some more options in editor keyboard settings)



© 2008 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners.