- 24 Jun, 2011 4 commits
-
-
Leandro Melo authored
In a relatively recent commit (99fee33f) premature match was setup to work only on explicit invocations. However this has shown to be too strict. Therefore, it's now a bit relaxed (not as much as before): If the current item ends with the typed character we assume this is intenional - general premature matches do not end with identifier characters anyway. Note: Leaving only the last character as the condition is not an option since sometimes they are not shown in the proposal description. This patch also lifts the text method to IAssistProposalItem since it's reasonable the every proposal must have at least some description. Change-Id: I2ef7de2b7f978ce7059cce50175137a03315f495 Reviewed-on: http://codereview.qt.nokia.com/675 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
Leandro Melo authored
Quickfixes, for instance, should not be expanded. Change-Id: I832ea11c5a270ee290441aca0d2c7231d0ced013 Reviewed-on: http://codereview.qt.nokia.com/674 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
Christian Kamm authored
The new location plugin does not export some of the 1.1 types anymore. I've manually added the missing exports. Change-Id: I19886a40fa61ab01f21b581fee315619f98668fd Reviewed-on: http://codereview.qt.nokia.com/689 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
Christian Kandeler authored
It might have been useful at some point, but certainly isn't now. Change-Id: Ibb5d2d1133a6022617336be78f1ff23a3d734a2f Reviewed-on: http://codereview.qt.nokia.com/690 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 23 Jun, 2011 32 commits
-
-
Christian Kamm authored
Having to restart Creator should be a thing of the past. Task-number: QTCREATORBUG-4813 Change-Id: Ide242ee299b5d34aecba4823032e27741dde4a86 Reviewed-on: http://codereview.qt.nokia.com/668 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Oswald Buddenhagen authored
Conflicts: qtcreator.pri share/qtcreator/qml/qmlpuppet/instances/objectnodeinstance.cpp src/libs/qmljs/qmljsdocument.cpp src/libs/qmljs/qmljsinterpreter.cpp src/libs/qmljs/qmljsinterpreter.h src/libs/qmljs/qmljslink.cpp src/plugins/cppeditor/cppquickfixes.cpp src/plugins/qmldesigner/extrasplugin/extrasplugin.cpp src/plugins/qmldesigner/qmldesigner.pro src/plugins/qmldesigner/symbianplugin/symbian.metainfo src/plugins/qt4projectmanager/wizards/abstractmobileappwizard.h Change-Id: Id5f754e2837a3bb3e0687ed09f1dda45fd0c5617
-
Oswald Buddenhagen authored
This reverts commit deae00a1 for master.
-
Oswald Buddenhagen authored
This reverts commit 66b415f9 for master.
-
Oswald Buddenhagen authored
This reverts commit 462278b0 for master.
-
con authored
E.g. for '^$'. also for '.*' Task-number: QTCREATORBUG-4443 Change-Id: Ic164361ccdf791c2d0ec3c6ec501e34c9ec3fda6 Reviewed-on: http://codereview.qt.nokia.com/681 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Christian Kandeler authored
It used to be in the deploy steps itself, which is theoretically more flexible, but offers no advantage in practice and also causes a lot of hassle. Change-Id: I0eafaf8477067fced86b7a05fd94d72a35e02bb7 Reviewed-on: http://codereview.qt.nokia.com/654 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Friedemann Kleint authored
Do not use effectiveStartMode in shutdown. Change-Id: Ia300f511f335de4a7d9d7c07e2080cecc91042e4 Reviewed-on: http://codereview.qt.nokia.com/680 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
con authored
You are not allowed to add components that belong to other aggregate (including aggregates themselves). Warn in this case instead of locking up. Task-number: QTCREATORBUG-4926 Change-Id: I4908fb9019efbc2fa3b7c3c57e08cc1d7f8f3e2c Reviewed-on: http://codereview.qt.nokia.com/679 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Bill King <bill.king@nokia.com>
-
con authored
E.g. in split editors with small main window. We now have line edits with a minimum size and use a flow layout for the replace buttons (which will reduce width when necessary by laying out vertically). Flow layout is taken from the Qt examples. Task-number: QTCREATORBUG-3279 Change-Id: Ic07d4d3e75e3d928d6b53534adb42481ce26256b Reviewed-on: http://codereview.qt.nokia.com/666 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
Christiaan Janssen authored
Change-Id: Ifa3939eeda2a473722cbd8dfac33794a15d8c453 Reviewed-on: http://codereview.qt.nokia.com/678 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Christian Kandeler authored
Change-Id: I1519117381dbeb22d40546ecf8467079ca85aa35 Reviewed-on: http://codereview.qt.nokia.com/677 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Christian Kandeler authored
This way, the developer gets a hint about what to edit when it becomes necessary to manually set capabilities. Change-Id: I03ef476b87cba26fd15d1bc28ba652d4114578b6 Reviewed-on: http://codereview.qt.nokia.com/676 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Christiaan Janssen authored
Change-Id: I1172d66b8e577994df787e2bb14cdd03a2affb35 Reviewed-on: http://codereview.qt.nokia.com/613 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Christian Kamm authored
Previously, import paths would accumulate. Change-Id: I2f6f12abde7906fc823323e4470af7a19afa304e Reviewed-on: http://codereview.qt.nokia.com/667 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Kai Koehne authored
Technically it's just one line in the generated file, but might avoid people be confused on why there is only QtQuick 1.0 as an option. Change-Id: I61fb4e82d8ee71fe6fddcd6845b4b48e78004e81 Reviewed-on: http://codereview.qt.nokia.com/625 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Christian Kamm authored
Task-number: QTCREATORBUG-3907 Change-Id: Ic2c1f8cafe381e5216ae7ad73502ca0fae20dda0 Reviewed-on: http://codereview.qt.nokia.com/656 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kandeler authored
We cannot assume that a deploy configuration is present. Change-Id: I396f630d2ad01f2b17d65c41ad4b2ec587b7e48d Reviewed-on: http://codereview.qt.nokia.com/653 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
hjk authored
Change-Id: I1c81b28ab22ec11dcef1f58030b5906f4fc6323c Reviewed-on: http://codereview.qt.nokia.com/652 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: Ic1d33180515ad79c4233b013ec7d3530674d5117 Reviewed-on: http://codereview.qt.nokia.com/651 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
This was meant to provide breakpoint notifications which are available in gdb 7.3.50.x now. Change-Id: I09ced542bb5171f10350b9dc722cab3376d1ded8 Reviewed-on: http://codereview.qt.nokia.com/650 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kamm authored
Task-number: QTCREATORBUG-3541 Change-Id: Ida8e59b65836c8515fbfbd2a9e4737d9ae04e76c Reviewed-on: http://codereview.qt.nokia.com/639 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Tobias Hunger authored
Change-Id: Ibdacd1ae51b2203c66030a2191cb3eadc41f630a Reviewed-on: http://codereview.qt.nokia.com/648 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Tobias Hunger authored
Change-Id: I1301e463fc97fa9615398a2a120874c809975ae5 Reviewed-on: http://codereview.qt.nokia.com/647 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Christian Kamm authored
Change-Id: Ia36dcc2596fbe6aef5014d03ed0303d3087ecc0b Reviewed-on: http://codereview.qt.nokia.com/547 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Christian Kamm authored
The hasChildInPackage function was broken, so we completed 'anchors:' instead. Task-number: QTCREATORBUG-5180 Change-Id: I0e0d68aec3cf4e5bea991e39169beecf541ce477 Reviewed-on: http://codereview.qt.nokia.com/643 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Christian Kamm authored
Even if the NOTIFY signal listed for the property has a different name. Task-number: QTCREATORBUG-3614 Change-Id: I748cddab89732acd6a56b243610be52873225064 Reviewed-on: http://codereview.qt.nokia.com/637 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Christian Kamm authored
Before, extended objects had the same exports as the base object which lead to trouble. Change-Id: Id40f0e0fd2211db95020ce224cf2c52939e68df7 Reviewed-on: http://codereview.qt.nokia.com/642 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Tobias Hunger authored
Change-Id: I38ed5c003fe24ef376c4043a8b4ce17f7848d7bd Reviewed-on: http://codereview.qt.nokia.com/646 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
cerf authored
Bazaar and Mercurial plugins are impacted Change-Id: Ia781dae79983350d773f454de32f812e876bfbfb Merge-request: 350 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/645 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
Leena Miettinen authored
Change-Id: I5c1b88b18571530c5663bbecc2d4edd17d733dea Reviewed-by: Christian Kandeler Reviewed-on: http://codereview.qt.nokia.com/641 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Leena Miettinen authored
Change-Id: I2b71cba2ab19a15a834976e3ce953e992ca4b124 Reviewed-by: David Boddie Reviewed-on: http://codereview.qt.nokia.com/640 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 22 Jun, 2011 4 commits
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-3459 Change-Id: I694391bf7ccddcaa539ec4ed2b744e875cc43f38 Reviewed-on: http://codereview.qt.nokia.com/626 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Marco Bubke authored
Change-Id: Id50d8c6130e9d5169a74015bc24e84de64eabfa7 Reviewed-on: http://codereview.qt.nokia.com/634 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Kai Koehne authored
Change-Id: Ie2f40065c000b5bf588a0cd5470ec42091080c97 Reviewed-on: http://codereview.qt.nokia.com/621 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
dt_ authored
Task-Nr: QTCREATORBUG-2226 Change-Id: I62e1c740a008663396960cfc12a05202f8800892 Reviewed-on: http://codereview.qt.nokia.com/594 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thorbjørn Lindeijer <thorbjorn@lindeijer.nl>
-