- 06 Oct, 2011 7 commits
-
-
Yuchen Deng authored
Change-Id: Id8f860e1469d7e01e42fb39d3273817623aeded6 Merge-request: 2207 Reviewed-on: http://codereview.qt-project.org/6166 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
Yuchen Deng authored
e.g. for (int $var$ = 0; $var$ < $total$; ++$var$) { $$ } In final, we need put the cursor at the $$ position. This makes the code easier to write. Change-Id: Ied1e6f6bc15277dae43d3052bfb2543124afcb82 Merge-request: 2207 Reviewed-on: http://codereview.qt-project.org/6165 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
Daniel Teske authored
Change-Id: I2a36b0a194cda1907b07155449cd610171cc1df9 Task-Nr: QTCREATORBUG-6167 Reviewed-on: http://codereview.qt-project.org/5814 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
Leandro Melo authored
After discussing the subject we have opted to not automatically track and synchronize shared settings. The current use case is that one needs to manually created/edit a .shared file and place it under the project's directory. We then identify such settings and merge then into the user ones. Whenever the user changes such a setting in a way it differs from the .shared value we mark it as a sticky setting. Change-Id: I1a7196acea5fb76c3ba21ce950a7bfd1aa774da3 Reviewed-on: http://codereview.qt-project.org/5985 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Christian Kamm authored
It's new in Qt 5. Change-Id: If3e670d42528ca6996ae280d96077ce744d281d9 Reviewed-on: http://codereview.qt-project.org/6121 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Leena Miettinen authored
Target selection is not necessary if only one target is installed. Task-number: QTCREATORBUG-6237 Change-Id: I26da73aa6d0040f3d86fd485c354b40f86471245 Reviewed-on: http://codereview.qt-project.org/6037 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Robert Loehning authored
Change-Id: I68dcc4d63c198daf06956649902861cb912e2066 Reviewed-on: http://codereview.qt-project.org/6083 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
- 05 Oct, 2011 23 commits
-
-
Eike Ziller authored
Change-Id: Ibcc35096447619f39a8c8fc69d11db00184be726
-
Eike Ziller authored
Also adapt the Qt Creator plugin template to make it possible to choose between deploying locally or into Qt Creator's build directory. Change-Id: Ia8566a5034443bc9574a1593eddf0a89eb4d80b2 Rubber-stamped-by: Daniel Molkentin Reviewed-on: http://codereview.qt-project.org/4178 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Tobias Hunger authored
VCSBaseClient handles saving of settings for us, but we do not use that yet, so we have to do that ourselves:-( Change-Id: I731d01d429497581fad814effd68bbd784e05fe8 Reviewed-on: http://codereview.qt-project.org/6080 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Use VCSBase::Command instead. Change-Id: I819e61c2fdf705717709f49ea42ad822d25300fb Reviewed-on: http://codereview.qt-project.org/6079 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
cerf authored
VCSBase::Command was created from GitCommand, it replaces VCSJobRunner. VCSBase::Command is simpler to use (in VCSBaseClient) and commands can show up in the progress manager. From now on, the git plugin can easily rely on vcsbase. Change-Id: I40593f354249cd94a4c79e90f9bf1362ff3bf5ec Merge-request: 394 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt-project.org/6078
-
Thomas Hartmann authored
Allows using qml files referencing qrc resources in the designer. Change-Id: I8a3ae9c5a0fb38c47505cc606609acb41f648bbc Reviewed-on: http://codereview.qt-project.org/6075 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Thomas Hartmann authored
Create an Item as stand-in. Change-Id: Ic6521bcade216bbb04679eabd909d2eec3d8a366 Reviewed-on: http://codereview.qt-project.org/6076 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com> Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
Thomas Hartmann authored
Otherwise we might get an unnecessary scrollbar. Change-Id: I12ab2288a02f32f542420b0e979c24aeaa00522d Reviewed-on: http://codereview.qt-project.org/6063 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Thomas Hartmann authored
Change-Id: Ic45a2bbc4773e903d8fa955b519171bed935f38e Reviewed-on: http://codereview.qt-project.org/6062 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Aurindam Jana authored
The QmlJsDebugger likes to remove breakpoints in the BreakpointInsertProceeding state. The state transition from BreakpointInsertProceeding to BreakpointRemoveRequested is now allowed. The state of breakpoint is set to BreakpointInserted only when the breakpoint is hit. Change-Id: I2fdd8d916363866fd920af7488f78d92df54d93b Reviewed-on: http://codereview.qt-project.org/5899 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com> Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
Tobias Hunger authored
Use a invalid ABI since we have no idea what we will end up running. Make the debugger figure out specifics when needed. Change-Id: Ia74080887617a097a16d789dfd7f88458409a23c Reviewed-on: http://codereview.qt-project.org/6065 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Tobias Hunger authored
Change-Id: Ifaa6468ca17cba1de808a9cbeba325925985ee10 Reviewed-on: http://codereview.qt-project.org/6077 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: Ic3b062c8be71887e00b6cfef2a52c61260c2e0ef Reviewed-on: http://codereview.qt-project.org/6073 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I873d2caa2cead5c339eec887a5fcdef4d33bec24 Reviewed-on: http://codereview.qt-project.org/6071 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I554e46cc5e3c1b55bc245f20f7f9541103afb8c5 Reviewed-on: http://codereview.qt-project.org/6070 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: Icf23c7c3c1c8858d281434f519accc96984cdd09 Reviewed-on: http://codereview.qt-project.org/6069 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: Ibf2e2871a8e7cd61ade67caf0d110359ffba71d5 Reviewed-on: http://codereview.qt-project.org/5999 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Christian Kandeler authored
Change-Id: I10024c9762c748d119afe559ea2838adf5e13739 Reviewed-on: http://codereview.qt-project.org/6067 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Tobias Hunger authored
Change-Id: Ic41e71e0f21fbf000202e8fc05262f5615b46c1d Reviewed-on: http://codereview.qt-project.org/6066 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Robert Loehning authored
Change-Id: I11c114787cc3c2721147d55c86f87aaf31daec9e Reviewed-on: http://codereview.qt-project.org/5644 Reviewed-by:
Christian Stenger <christian.stenger@nokia.com> Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
Kai Koehne authored
The issues pane now also contains e.g. results of an analyzer run and QML warnings, so it's not only about 'Build Issues' any more. Change-Id: Ifb9c79bd5b074e6811cc015560af3d72bf9dfcf2 Reviewed-on: http://codereview.qt-project.org/5977 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Tobias Hunger authored
Make the taskwindow semi-graciously handle my Qt Creator build with 91k build issues. Change-Id: I47275e2057d2ff9bf5229f0a367bb19c4f3141e4 Task-number: QTCREATORBUG-1551 Reviewed-on: http://codereview.qt-project.org/5263 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Christian Kamm authored
Change-Id: I684a764797cd75a231f3da611ca6afeabdd48f61 Reviewed-on: http://codereview.qt-project.org/5835 Reviewed-by: Lasse Holmstedt
-
- 04 Oct, 2011 10 commits
-
-
Kai Koehne authored
Previous commit allows to hit cpp breakpoints before the QML engine is up and running, so there is no need anymore to set breakpoints early on. Change-Id: Ia0de490d54057d51c4585c56fa9083de982ba97b Reviewed-on: http://codereview.qt-project.org/5896 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Daniel Teske authored
Change-Id: Id9743739fafe42c3d0f695cec0342b68544c64b0 Reviewed-on: http://codereview.qt-project.org/5992 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Daniel Teske authored
The base environment depends on *all* library pro files. Do emit baseEnvironmentChanged accordingly. Change-Id: Ia24f3d65492fbe7d2bb4f9fa9e46202ae1764213 Reviewed-on: http://codereview.qt-project.org/5991 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Kai Koehne authored
Change-Id: Ide9ee35677a49c52788042df9fedffb4cf90f857 Reviewed-on: http://codereview.qt-project.org/5898 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Kai Koehne authored
The main engine now follows mostly the state of the gdb engine, only if a breakpoint is hit/while stepping the state of the qml engine is used. This allows us to hit C++ breakpoints at any time (also when the qml engine hasn't been able to connect yet), and also fixes the invalid transition warnings. Change-Id: If67a56fd28b098952be2606d0a46e04c27835f66 Reviewed-on: http://codereview.qt-project.org/5897 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Christian Kandeler authored
Change-Id: Id314517cbb0b0e943e08261eee922b2724dcaa49 Reviewed-on: http://codereview.qt-project.org/5982 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Christian Kandeler authored
Change-Id: I97c8b89da8c8d46afb0bdc840627e142567d5d98 Reviewed-on: http://codereview.qt-project.org/5981 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Kai Koehne authored
Use the same order as in the enum definition. Change-Id: I80e220a9f6260cf91f153eb98e7520bb8e6ba36e Reviewed-on: http://codereview.qt-project.org/5895 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Tobias Hunger authored
Change-Id: Ic7ff574db5a04deea9532f25b4083fa6649a0b19 Reviewed-on: http://codereview.qt-project.org/5470 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-6083 Change-Id: I8daac067d7c78a85c1e121c0a9870161e0e2aa27 Reviewed-on: http://codereview.qt-project.org/4748 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-