- 23 Nov, 2011 10 commits
-
-
Christian Kamm authored
Change-Id: I0390e51a7d1fc4563eed791c9f8c8ed403398663 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Christian Kandeler authored
The name "isDeploymentPossible" was misleading, as was the const modifier. Change-Id: Iccaa307133f56ab02a8d6054b0ca9bf660e0d30d Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Christian Kamm authored
The problem was that an automatically triggered 'idle' completion result could come in while we were waiting for actual 'triggered' completion and then the real completion result would be discarded. To avoid that: * Only accept proposals from the currently running completion. * Increase the idle completion timeout to 400ms so it doesn't get triggered during regular typing. Change-Id: Ibb2fa8907a2b67a94e092dfdc5a48fb50be06b65 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Tobias Hunger authored
Also add a method to find the current index. Change-Id: I54074e7050200a77d35461c4f8064c1829b5927f Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Hugues Delorme authored
There was a bug with the initial display of the submit editor. The submit action was not disabled (description field is empty) and thus the user was allowed to commit changes without entering a description. Empty commit message causes error for most VCS (if not all). Technically, Utils::SubmitEditorWidget::registerActions() must be called before init of the widget (eg call to BazaarPlugin::setFields()), because SubmitEditorWidget::updateActions() won't have any chance to be called. Change-Id: I154d6c807e0943b98abcb6222d8f57ec5421181c Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
Bill King <bill.king@nokia.com>
-
Hugues Delorme authored
SubmitEditorWidget::canSubmit() now return false if the description field is empty. This avoids dummy code duplication in VCS plugins. Change-Id: I11e4928e8eed432ccee6fa1f3516f0179a54625c Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
Bill King <bill.king@nokia.com>
-
hjk authored
Change-Id: Iae8204f84907ad3a783bb559d9e23acab5df8177 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Task-number: QTCREATORBUG-6319 Change-Id: I5a2cc1845104bb16f912fe258ba25473ba85cefd Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I14e152eebf8261741874443ce373dee9d2619c2c Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
It's more portable nowadays. Change-Id: I4f6c00e1758a34ab83a378ce8335664ae93a2f40 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 22 Nov, 2011 12 commits
-
-
Christian Kandeler authored
... for deployment and running. Rationale: An emulator might get started on-demand during deployment and get auto-detected in the process. Change-Id: Id95ccccbf4d570f9fa69a6ed3a8a473fd63c5968 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Christian Kandeler authored
Harmless, but triggers a warning in Qt. Change-Id: I8d86a5bf28a66e47a680d9dd277c4c85b1a8f63f Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Oswald Buddenhagen authored
Change-Id: Id4f388b3a1f5622cd26ec048e3d21db8dea5e63e Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Friedemann Kleint authored
Change-Id: I70cfc3250baeff4c10d2c81ad34ac38ec2383b2d Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Hugues Delorme authored
'Unconst' the bool parameter of signal Utils::SubmitEditorWidget::submitActionEnabledChanged(bool) Change-Id: Icc36c8954e82758ace906b3cf59d3522bfae7717 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-3107 Change-Id: Idc6a815d32b410e747a1a0e944a01cd34b087a87 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
hjk authored
Change-Id: Ie5d484ba7078f29eae6636d01e1d99e3e45d1a45 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kamm authored
Change-Id: Ib71e3b87bd07292b0aecdbec7ebfb1fcd0efea7e Reviewed-by:
Jarek Kobus <jaroslaw.kobus@nokia.com>
-
Christian Kamm authored
Task-number: QTCREATORBUG-166 Change-Id: Ic0fe4067caad37e51f7e253fd6678a6680350870 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Christian Kamm authored
* now also recognizes color, rect, point, size, vector3d * to do detect these correctly, set the return types on a number of builtin Qt.* functions * add test Change-Id: Ieaeb73be208af2d47e1bb4fa1485dc876705ee20 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Christian Kamm authored
In particular fix the exported methods/signals for QObject. Task-number: QTCREATORBUG-4903 Change-Id: I8ba110eca7123cae9465083843e3e27ee29d6789 Reviewed-by:
Michael Brasser <michael.brasser@nokia.com>
-
Friedemann Kleint authored
Change-Id: Ia98345a1ee5be3cc804679772bbcbaf3431468eb Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 21 Nov, 2011 6 commits
-
-
Leandro Melo authored
Change-Id: Ia68a121f61aab3667d1a4c99ba348fbfe2e98d4d Reviewed-by:
Bill King <bill.king@nokia.com>
-
Christian Kamm authored
Change-Id: Ic6e7f46a3a7155a1ab41c41e4d9ee9d4832c3717 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Christian Kamm authored
* Instead of having SemanticInfoUpdater reparse documents itself, it now relies on the ModelManager doing that. * SemanticInfoUpdater now takes a doc and snapshot to generate the convenience Context / ScopeChain. Could be converted into a future to avoid having a (99% idle) thread per editor. * Renamed several functions in QmlJSTextEditorWidget to better indicate their behavior. Change-Id: I8af6ccab099130fa7fa227e44864561ca2c3f9e0 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Christian Kamm authored
Task-number: QTCREATORBUG-6132 Change-Id: I7c21e648cfc2e85803a3bf4df0a615a1e276f96a Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Christian Kamm authored
Task-number: QTCREATORBUG-5978 Change-Id: Iab0bba3c16b4cd435f0dc6339db49f209f1359d3 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Christian Kandeler authored
Change-Id: Ieae3099d5fe2f69415a86a0e2155d30b699fa3c4 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 18 Nov, 2011 11 commits
-
-
hjk authored
Task-number: QTCREATORBUG-5830 Change-Id: Iad4683c812e3f8debc3fe5852ee36adc4e5786ae Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Task-number: QTCREATORBUG-5765 Change-Id: I24f4a0bab178f32da12dc6842945cff2f7ffa993 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I326ecc8c45c39c7fe544a662b2aff44adaf4c332 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: Ie549f9843db985018af380eb6105e136f21989f7 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Leandro Melo authored
Actually, those should have gone in the previous corresponding commits which introduced support for the keywords. Change-Id: Ie95944899c426a2c2b03e60d1ad557e00bc3a82a Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
hjk authored
Change-Id: Ibc91274feab42077ee55514b8461d504020b7852 Reviewed-by:
hjk <qthjk@ovi.com>
-
Leandro Melo authored
Change-Id: I5b7ac8f9b2137ffe9439ada4ec4aeb9cee8e249d Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Leandro Melo authored
We should create a UI flag for C++0x... Change-Id: Iba30090aa580554af629c0fb59ae5fc22b306b80 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Leandro Melo authored
Change-Id: Iac8ba58404284f0d90fd5a3640eb9ccd7e98058d Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Eike Ziller authored
Conflicts: qtcreator.pri share/qtcreator/templates/qtquickapp/main.cpp src/plugins/analyzerbase/analyzermanager.cpp src/plugins/qmlprofiler/qmlprofilertool.cpp Change-Id: I3be78f22e7301d61a9c7fc142cbc34a3cebc2cf4
-
Oswald Buddenhagen authored
we cannot figure out what this code was supposed to be good for, and it actually breaks stuff, so let's remove it. patch actually by maurice. Change-Id: I18a80af4c8b49f2a29b86ca0c0d0a08632019339 Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@nokia.com>
-
- 17 Nov, 2011 1 commit
-
-
Alessandro Portale authored
...and add a comment to change it to QtQuick 1.0 if S60 5th Ed or Maemo are supposed to be targeted. Task-Number: QTCREATORBUG-6528 Change-Id: I1936f2a5c9725f34b5a8ad4469465f5e2b645957 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-