• 8941阅读
  • 9回复

[转载]Qt Creator 2.7.0 released [复制链接]

上一主题 下一主题
离线fanformylove
 
只看楼主 倒序阅读 楼主  发表于: 2013-03-21
原文见: http://blog.qt.digia.com/blog/2013/03/21/qt-creator-2-7-0-released/



Qt Creator 2.7.0 released

Published March 21, 2013 | By Eike Ziller
We are happy to announce the Qt Creator 2.7.0 release today, which comes with loads of new features, improvements and bug fixes.
C++ support in Qt Creator got even more improvements for C++11, likehandling of alignof, alignas and noexcept, brace initializers, and morelambda fixes. Also, if Qt Creator cannot find out if your tool chainexpects C++11 or C++98/03, it defaults to C++11 now, for a better out ofthe box experience. Also there are improvements on the refactoringactions side, for example quick fixes for adding getters and setters forclass members, and for adding the getters and setters that arespecified in a Q_PROPERTY.
QML support got lots of fixes for Qt Quick 2 in the code editor, andthere was a lot of work done to make Qt Quick Designer work with QtQuick 2. Please note though that the Qt Creator standalone binarypackages are based on Qt 4 and do not provide the necessary Qt Quick 2based external worker tool (which of course needs to be built with Qt5). For now you either need to compile Qt Creator with Qt 5 yourself, orat least compile the qml2puppet yourself with Qt 5(qt-creator/share/qtcreator/qml/qmlpuppet/qml2puppet) and put that intoqtbase/bin of your Qt 5 install (and make sure that your project uses aKit that uses that Qt version). Or you wait for Qt 5.0.2 packages thatwill contain a Qt 5 based build of Qt Creator again.
On the BlackBerry support side, we got a new settings page, whichallows to easily generate Kits (and the necessary Qt version andcompiler information) from an NDK path, and helps users with registeringand generating developer certificates and other files that are neededfor uploading apps to their devices. Also the editor for bar descriptorfiles, which define application appearance and behavior, can now beswitched between editing the pure XML and a graphical editor. There weremany other improvements as well, for example regarding debugging ondevices.
Experimental support for the (also experimental) QBSbuild tool was added to Qt Creator, and the binary packages now alsocontain it (in contrast to the prereleases), though it is disabled bydefault. To enable it, open “Help > About Plugins” (on Mac it’s in“Qt Creator > About Plugins”), tick the QbsProjectManager, andrestart Qt Creator, no further downloads/installations are necessary.The Qt Creator sources themselves also come with QBS project files, ifyou were wondering which project you can open with it now . If you want to build Qt Creator with QBS support yourself, you firstneed to pull in its sources: Qt Creator’s git repository now has QBS as asubmodule, so “git submodule update –init && qmake -r&& make” in the top-level directory of your git checkout shouldbe all you need to do.
Of course this is only a very small part of the actual improvementsthat were done, but talking about all of them – Debugging, Android, VCS,FakeVim, just to mention a few – would be beyond the scope of the blogpost. Even bookmarks got some love this time, thanks Vasiliy Sorokin . If you want to know more about changes in this version, you might want to have a look at our change log.
Open source download: Qt Creator downloads page (or the Qt Project downloads front page)
Qt Commercial customers find packages in the Customer Portal
Important note for developers for Madde: Maddesupport has been disabled by default in Qt Creator 2.7. Mostfunctionality is available by default through the “generic Linux”support. If you still want to use the Madde specific plugin, you need toenable it: On first start of Qt Creator 2.7.0, run it with command lineargument “-load Madde” (that is important, otherwise you will loseexisting Madde settings like tool chains and Qt versions), then openHelp > About Plugins and enable the Madde plugin.
Important note for people that turned off the QmlJSTools plugin manually: Qt4ProjectManager depends on it in Qt Creator 2.7, so you need to turn it on again to be able to open qmake projects.

离线XChinux

只看该作者 1楼 发表于: 2013-03-21
好消息。
二笔 openSUSE Vim N9 BB10 XChinux@163.com 网易博客 腾讯微博
承接C++/Qt、Qt UI界面、PHP及预算报销系统开发业务
离线roywillow

只看该作者 2楼 发表于: 2013-03-21
够快啊……还以为会跟着下一个Qt5版本一起发布呢……
专业维修核潜艇,回收二手航母、二手航天飞机,大修核反应堆,拆洗导弹发动机更换机油,无人侦察机手动挡改自动,航天飞机保养换三滤,飞碟外太空年检 ,各型号导弹加装迎宾踏板,高空作业擦洗卫星表面除尘、打蜡及抛光,东风全系列巡航导弹。并提供原子对撞机。量大从优,有正规发票。
离线tompsontan

只看该作者 3楼 发表于: 2013-03-21
Qt 转手了是好事啊!
看淡得失
离线roywillow

只看该作者 4楼 发表于: 2013-03-21
不知道用Qt5编译顺不顺利
之前似乎是因为Qt5的xmlpatterns.exe运行后直接崩溃,编译失败……
专业维修核潜艇,回收二手航母、二手航天飞机,大修核反应堆,拆洗导弹发动机更换机油,无人侦察机手动挡改自动,航天飞机保养换三滤,飞碟外太空年检 ,各型号导弹加装迎宾踏板,高空作业擦洗卫星表面除尘、打蜡及抛光,东风全系列巡航导弹。并提供原子对撞机。量大从优,有正规发票。
离线xsjqqq123

只看该作者 5楼 发表于: 2013-03-21
不懂QT5.2是不是下一个版本?据说它带安卓开发?以后手机上的软件可以自己制作了……
离线toby520

只看该作者 6楼 发表于: 2013-03-22
qt最近喜事连连
QtQML多多指教开发社区 http://qtclub.heilqt.com
将QtCoding进行到底
关注移动互联网,关注金融
开发跨平台客户端,服务于金融行业
专业定制界面
群号:312125701   373955953(qml控件定做)
离线realfan

只看该作者 7楼 发表于: 2013-03-22
回 5楼(xsjqqq123) 的帖子
会有5.02 5.03 bugfix 版本
会有5.1
离线jeffreylee

只看该作者 8楼 发表于: 2013-03-22
赞!
离线uidab

只看该作者 9楼 发表于: 2013-03-26
有时候为了工作直接获得答案,而我却失去了思考的乐趣!


飘啊飘,何时能安居!
快速回复
限100 字节
 
上一个 下一个