- 19 Oct, 2012 4 commits
-
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-7978 Change-Id: I27e6ebe56e410d509580a1e00f8986642cacc5ba Reviewed-by:
David Schulz <david.schulz@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
kh1 authored
Task-number: QTCREATORBUG-4059 Change-Id: Id91997a0ca2ba404d71620b476c61e28275c4458 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Daniel Teske authored
That is even if the id did not change, but the actual objects for those ids changed. Change-Id: Ib176f18cf66b11436d046bf08a81db27fce458f9 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-8073 Change-Id: I9c262fd553fa1af0e8de4900f465fe45aa8bbf78 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 18 Oct, 2012 3 commits
-
-
mfekari authored
Change-Id: Ic3bac7f5abaf363a2334d5c7c2273ae53c3234e6 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Friedemann Kleint authored
QtQuick1 is now (again) called QtDeclarative. Change-Id: Ic75f1a47e972cac470730b53e102e9ab71548c47 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
Orgad Shaneh authored
Change-Id: I7b2f813e090a443c3cd4fb771a05c79c8e84e972 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 17 Oct, 2012 6 commits
-
-
Daniel Teske authored
Change-Id: If2afb0d0c9e83c3815e838c6e31d2e2f815e3ac2 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Christiaan Janssen authored
Task-number: QTCREATORBUG-8058 Change-Id: Id20e9d0573ee52bd0965a4e56c51df2aee6d2fa2 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Christiaan Janssen authored
Task-number: QTCREATORBUG-8022 The profiler would switch to state "AppKilled" if the connection was cut before all the profiling data could be read. With Qt4.8, however, the application dies before any data is sent at all, and such state would never be reached. This patch fixes the flow of states and properly detects when an application started profiling successfully but dies before delivering the data. If the application doesn't run at all (for example, launching a QtQuick1.1 app from Qt5), the profiler fails gracefully without showing the error dialog. Change-Id: I6fc53127b5dfe41de112e140b77895d430d3f79c Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-7980 Change-Id: I180bfc999421a13f25f41487d7498f652432b1c5 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Joerg Bornemann authored
We're going to add the property Group.name in qbs. Consequently, Groups must use product.name when accessing the name of the product. Change-Id: Id2527300a8a7c26bb742d4111f9d47ded6c492b1 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Eike Ziller authored
Change-Id: I3a3beced9001580ce15a74431ed73c52f432de44 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 16 Oct, 2012 13 commits
-
-
Christian Kandeler authored
Using Botan as a shared library is dangerous due to the use of dynamic_cast and exceptions, which both reproducibly fail to work on MacOs. Since there are no other users of Botan, we just add its objects to the SSH library. Change-Id: Ic79f081d2e1231a52feef02ef5b68761692f1110 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Daniel Teske authored
Also fix the code to not reparse the wrong file if the bc for a non active target would be changed. Task-number: QTCREATORBUG-8063 Change-Id: I40be4bbb1a5ef6ccc78515f153534a7304cae0e1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
The newer NDK specifies the QNX_HOST_VERSION and QNX_TARGET_VERSION separately, extend the parser to support assignments such as QNX_HOST_VERSION=${QNX_HOST_VERSION:=10_0_9_52} and the Windows equivalent Change-Id: I728fa0f6a4f0bd3b435d408794da1a6c8a93bd37 Reviewed-by:
Mehdi Fekari <mfekari@rim.com> Reviewed-by:
Thomas McGuire <thomas.mcguire@kdab.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
hjk authored
Might be useful in the future. Not now. Change-Id: I7255df2d56b477aaf30ebf4b9823f12e8713931c Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I5bf9f57cb551c5fc3d02485c2e25a2ef914d5b53 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Teske authored
Not just qt4 and cmake but also generic projects. Change-Id: I4a7e86fb2dbf6c6e32b4da78953ad3199c554470 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
We used to do that on the cmake run page, but given it's own page is certainly better. Task-number: QTCREATORBUG-7971 Change-Id: Id38690a750e99dbccfd9f17f64423033891b0d78 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
We can simply call addPage and create a linear wizard instead of manually setting up a linear structure via setPage + wizard progress Change-Id: If4524ac235f4d1b0e6ed6d1b322b5ecac5966e2c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-7980 Change-Id: I63fa4809772ce2f7169baf3270fe753b22ea4a04 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Change-Id: I2b386c0c05d07a85bb029ce6dc5fabae997a679f Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
Tobias Hunger authored
* Update warning icon as changes happen * Make clone clone the current settings, not what used to be there before changes were made * Make sure the edited entry is visible in list view * I find the KitModel much easier to understand now Task-number: QTCREATORBUG-7862 Task-number: QTCREATORBUG-7803 Change-Id: I124c2e5a96cea7386896084e1027ba79a8be20b7 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Orgad Shaneh authored
Change-Id: I1f6afa472d5ca30c15a84a49ea852063247c5210 Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Files and directories are interleaved, but it's better than no sorting at all Change-Id: I1852fad1feb9de7fb589d00822429184a25aa8d4 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 15 Oct, 2012 7 commits
-
-
Erik Verbruggen authored
This can happen when the semantic highlighter (which runs in a future) calculates a range for a document that has been changed in the meantime. Task-number: QTCREATORBUG-7995 Change-Id: Ibcd1a6ae840e08570a6b6ea4caf411e799ec26c8 Reviewed-by:
Pierre Rossi <pierre.rossi@gmail.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Orgad Shaneh authored
Change-Id: Id21eb93178c97b3317d1ac7951f81365dfa6d31a Reviewed-by:
hjk <qthjk@ovi.com>
-
Erik Verbruggen authored
Change-Id: I05d17e5384bcc75e97c5d901b65a582516a5d321 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Tobias Hunger authored
Change-Id: Id19437fa64594231e1516ed60c913f77a1923fa2 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Orgad Shaneh authored
Change-Id: Ic0e5e8f784953d721833fff78a846ff13844a298 Reviewed-by:
hjk <qthjk@ovi.com>
-
Erik Verbruggen authored
Record revisions of documents in macro definitions and usages. Then, when searching for usages, check the revision of the documents against the revision of the macros. If they are out-of-sync, repreprocess the documents to get up-to-date info. Task-number: QTCREATORBUG-7872 Change-Id: I846bb52ec660024728ab117a9fb7e43382a50e63 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Andre Hartmann authored
If the result lines contain non-Latin1 characters (e.g. in comments), the output is garbled. Using QByteArrays with toUtf8() and fromUtf8() doesn't seem to be an alternative, as in this case the macro.offset() is no longer valid. So it seems to be the best to use QString for the result lines. Task-number: QTCREATORBUG-7122 Change-Id: I57128c9c9f3eb182f079e305e97e9c5ac0a1bc61 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- 13 Oct, 2012 1 commit
-
-
Tobias Hunger authored
I introduced this when splitting up my patchset for review. Bad patch is 4a9130a0 Change-Id: I08729c75e0e9c5d8d345e4e0bb4dfa865fdedcaa Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 12 Oct, 2012 6 commits
-
-
Tobias Hunger authored
The tool chain already does that. Change-Id: If1fcdbb6abba5acef0bbe441127426e0b13b9254 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Do not trigger needless validations Change-Id: Ia51ce07c51c1d98f508584fc762ad4f29f0cf4f4 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: Ib4a549627591e6038d84d4423e4ebab0b543f0d3 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: I14c540766e37d63957d8c648a8b31dbc68445ac7 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
This reduces the amount of validation that is happening a lot. Change-Id: I9a854afc462109845febbb09da1b27930a23cb95 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
* Do actually print severity of an issue in the tool tip Change-Id: I266bc6efbeb2175d9ca001147a5c732f29b2485c Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-