- 06 Mar, 2015 18 commits
-
-
hjk authored
The only information ever used is whether it's c++ or not. Change-Id: I4ca00663856dd66cbdf58c468f175a8c9e41d6a5 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Only needed in the non-Python days. CDB didn't use it to start with. Change-Id: Ia609218cc1a694f797e278c4d99ead68e6212938 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
The removed parts were only used with the non-Python engine. Change-Id: Ia6858517b011c6f7ace8b2521beafdb4b03efc89 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I4650abc84e7c82a4054197319f6c849af9e5b8ce Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I41aab8da071745f8675ef9a7bcf2f6ca0f2fbd3e Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
We don't need the remove/re-insert cycle in the new model, so the expression modification can be done directly. Change-Id: If9626f48fcfbcf75e61d332afb59b986da6c2dbc Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Ulf Hermann authored
This broke window recalculation when the window was clamped against the trace end. Change-Id: I6c62e1440476ea9e36b08a2edd3e0c3bb2dec931 Task-number: QTCREATORBUG-14105 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
hjk authored
... and replace at caller side it with the used parts of the code. Change-Id: Id612c66ac6d95bfc12aba16e9247cc81991dd779 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
There was only one user on GdbEngine::insertData left, and this always took the !isSomethingNeeded branch. Change-Id: Ibe51f7a7689be39ad3ffd60099a9cbe7b614648a Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
David Schulz authored
Change-Id: Ia71d32c40bbe4737061d021c37844a1fd84b9657 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Christian Stenger authored
Introduced with 7a05c9ea Change-Id: Iddf3c3ace15e1f79acc59d4024f796428b1a4713 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Change-Id: Ifea751354f637f67e640d36ba1baa95678c86ee9 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Hugues Delorme authored
Change-Id: Iaa264abd266cdbaa34212f5d3faca21f855c6bbb Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Hugues Delorme authored
Change-Id: I386da06c9abe27913e85b2ed9984a83938f5457c Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Hugues Delorme authored
-> Renamed to diffSelectedRows() This allows to use easily Qt5 connects, without ugly casting to pick the right overload Change-Id: Ifaa0242febccb4e1aadd53470cc4b3be79b07c18 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> (cherry picked from commit 12fac12e)
-
Christian Stenger authored
Change-Id: I0774429a3106fc0e382852a4ed50d2e2ffc8e164 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
It's not really used for inheritance, so the virtuality of everything was over-engineered. Also remove the duplicated connection to QSpinBox. The "cooked" connection was useless (and arguably wrong). Change-Id: I917124d690b37166bb38ddd5399f11ec43a14f16 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Change-Id: If3b4a3e716ac76b153148b0ed9517ea07f963370 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 05 Mar, 2015 22 commits
-
-
hjk authored
Task-number: QTCREATORBUG-14100 Change-Id: I88775b51587120a765cdfcde798b0ac7313ec7ab Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
hjk authored
Seeing an ill engine while trying to stop means that the stop failed. Also, a finished master engine doesn't need further updates. Task-number: QTCREATORBUG-14089 Change-Id: Icd5b090dfcdc0875953d8756a909b1405e05f71f Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
This was a regression introduced by the migration of the WatchHandler to the new tree models. Task-number: QTCREATORBUG-14098 Change-Id: Id97c3927e7e19d501a8e7e01e12b28ffe2a66c68 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Causes more confusion for users than actual trouble. A hint is still left in the debugger log, so it's not completely gone. Task-number: QTCREATORBUG-3918 Change-Id: I51244094811bcb5c436f0631cb02dbf41cc202bf Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
-
Eike Ziller authored
Conflicts: src/plugins/debugger/debuggeroptionspage.cpp Change-Id: I0282d66b16c14877d0131cccbe03573102b48bc3
-
Christian Stenger authored
Changed behavior due to changes related to MIME database. Change-Id: I54bbfd8ca5d027716ef6bca308df0863635fe474 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
hjk authored
This also removes some of the "illegal" state transitions, partially addressing QTCREATORBUG-14089. Change-Id: I817d87a0b5e0a40285bc9b0880fef5bceaee3f16 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Eike Ziller authored
This also deduplicates the validity checks on MIME magic data Change-Id: I0ce0df61ca4459b3e1190f75b778abd04bc908bd Task-number: QTCREATORBUG-13987 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I355241e472b1bb379ccc94fdd896c6d894206b0a Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Friedemann Kleint authored
Change-Id: Ie7825b9c7f3e131a8afaebbd4c245f1227c8dcd4 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Ulf Hermann authored
When starting the QML profiler for the first time there is no saved state and the V8 view was shown by default because of the way the dock widgets are created. This is not very useful. Change-Id: I5f8873405b3ebc0683ce8d578466631499932c08 Task-number: QTCREATORBUG-14060 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
The details table can become quite large, so we elide the text. However, as we don't know what kind of information we're hiding and the user might want to see it it's quite practical to allow resizing. Also, make sure that the detail window (and the range window) is on top of everything else so that it can set the cursor shape. Task-number: QTCREATORBUG-14054 Change-Id: I12850124c327c57c148b69960687b7402bdead90 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I69a3ea81b1c4e1df51663d8e5c75972f67635a26 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
hjk authored
... prominently with red color in the log. Change-Id: Id9d86227bbcc269a0870ff93e372f28ab4b2618b Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Friedemann Kleint authored
Change-Id: I3256db8f4d42b6326d986d754b45e6c6c2030839 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Friedemann Kleint authored
Change-Id: I0144ac33e88980c431c54a6d69bbde28da4b1967 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Change-Id: I38a0ea389bf4cb792c26f713660cbe0143c35f8a Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
The secondSlaveEngineType was not really used, and the first either NoEngineType or identical to the cppEngineType. Change-Id: I1725728ca38636f228ff9b9d8ca7d643a34c64e8 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Task-number: QTCREATORBUG-14087 Change-Id: I7e8f116c97cdea0bd8234d060d068435229e6fc2 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Friedemann Kleint authored
Change-Id: I26472d568844d5fee62323e01f5c5c12082d5450 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-13976 Task-number: QTCREATORBUG-13978 Change-Id: I598f9cb99ffd044abfc6ed9aa16d4a3045985008 Reviewed-by:
Przemyslaw Gorszkowski <pgorszkowski@gmail.com>
-