- 17 Oct, 2013 8 commits
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-10290 Change-Id: I83a3ccef58ab1a4c2a486f20620a11e318c146ca Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Christian Kandeler authored
Change-Id: Id698999406f84412ef9341756fc4343b5e5adcac Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Nikolai Kosjar authored
Task-number: QTCREATORBUG-10366 Change-Id: I6d5af5e7a59f3867141c8d7f098128d3db532ee5 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
Change-Id: Idd9773c9f5165ac8a378ee109bf270641a2b3749 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Przemyslaw Gorszkowski authored
This is the first phase of fixing bug QTCREATORBUG-10320. This change resolves typedefs of template parameters(and resolves problem with endless loop). The next step will be matching appropriate template specialization (this is needed to solve problem with missing code completion). Missing matching: template specialization with the same parameters, e.g.: template <class T1, class T2, class T3> class T { }; template <class T1, class T2> class T<T1, T2, T2> { }; Task-number: QTCREATORBUG-10320 Change-Id: Icb6b539c021b2a67a66db9011a2e627f7d96526b Reviewed-by:
Przemyslaw Gorszkowski <pgorszkowski@gmail.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Tobias Hunger authored
Do not trust kits with an invalid id, as there is no way those could have ended up being saved out by creator. Safe all other kits that were constructed using Kit(const QVariantMap &). This new constructor uses the code that used to be in fromMap(...), with some simplifications. Remove fromMap(...) method from kit as it is no longer used. Change-Id: Iac28ea9b85670e03088a4b7c5283af6b4b70c0fc Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
Change-Id: I1f4283a5727db976d999d4cf4c7e444de8592566 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Christian Kandeler authored
We cannot technically enforce a remote process to actually terminate, but we don't want the associated DeviceProcess to "hang" forever. Therefore, we now a) check whether the kill operation reports an error and b) start a timer after starting the kill operation. If the kill operation either "officially" fails or does not have the desired effect of actually terminating the process within a given time frame, we set the DeviceProcess to "finished" manually. This is the same thing that already happens when the connection gets lost, where we also report the DeviceProcess as finished, even though the remote process might still be running. Change-Id: I5620f90453463c64d3a84abd30f1ec7eec9d492d Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 16 Oct, 2013 32 commits
-
-
hluk authored
Change-Id: Ibb773ebd3d110ba828e55e29170843ed29e325a8 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Andre Hartmann authored
Change-Id: Ia365e28b45ef850e7e830f2e81c4b6e2e4b40ffe Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Marco Bubke authored
Change-Id: I6aebcbcf77d95f03a85fc12fc3855ca95b9ba3ce Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I27bcf6d4ec895a464351502f3d8e9d4ed71cab6d Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Task-number: QTCREATORBUG-10383 Change-Id: Ifa539401c75c82bd3afdec3143f9f17e69a2e36b Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
Change-Id: I2d0989bd3581f3b61eb975d58bc1c9e119e27d89 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I3d0989bd3581f3b61eb975d58bc1c9e119e27d89 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I1d0989bd3581f3b61eb975d58bc1c9e119e27d89 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Icd0989bd3581f3b61eb975d58bc1c9e119e27d88 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
creatortypes.py wasn't included, and some d. qualification missing. Change-Id: I1f444358cc1489f47083af39565147576f1885b7 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Aurindam Jana authored
Change-Id: Ie093e3d9d314dd79ab4f5e91b6749bf7e1d6f43e Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
Uncommented in e088541c Change-Id: Ia9685b815523ab61a8780e9f5686a5d713eec842 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
hjk authored
Change-Id: Ia979c37c8f0ae77e2390951a547098461474313c Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Tobias Hunger authored
This avoids useless validation runs during construction. Also reorder member variables to save a couple of bytes in the structure. Change-Id: Ibc33b89f12c306852af02d387ee2d177f732bb83 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
This fixes the rendering of the AbiWidget if no ABIs are deteceted. Change-Id: I9ef4aec70e88add498fd60f29014d6bf91e0ee61 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I4ef40fd76b65f6504c8dee71bf8b5d76e1d23cbe Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: I285a6102c0b7fefa7c4027d814654da640af39a9 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Jake Petroules <jake.petroules@petroules.com>
-
Aurindam Jana authored
Change-Id: Ia17ccafc13674555922a59264ea9f5df5abef060 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Stay below the radar during construction/fromMap. This avoids some signals from the KitManager about unmanaged kits having been updated. This signal is used in three places only and always connected only after the the construction happend. So this should be safe. Change-Id: If6cc29b6bb98fa161776a9a79f48f88173db04b8 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Change-Id: I15cc54883cd49b49373b556e7155706f10475408 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
Task-number: QTCREATORBUG-9150 Change-Id: I5cff954364b04e6cf1003697c7663b52c4a941db Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Tobias Hunger authored
The SessionManager is disconnected at that point already, so we were never told that projects were destructed already and were happily calling into those. This fixes the crash described in QTCREATORBUG-10354. Task-number: QTCREATORBUG-10354 Change-Id: Ib8ce07d6db38dbff9154b127f5fb620a9961c742 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Nikolai Kosjar authored
This reverts commit c5dfcce9, but the bug addressed by that commit remains fixed. FunctionHintProposals need to be fragile so they can be replaced by e.g. GenericProposals. Only one proposal can be "active". Change-Id: Ibca40063d46b8ef3bce4d72be7488f70885e75da Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
Also bump the minimum Qt version required for new Qt Quick apps to 4.8 Change-Id: Ieeabc8475ccfa7f9fec7ca08cd88384ed88f0d1d Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
hjk authored
Change-Id: I5e173900a4008c72c67a30eaa9c101027c1b43af Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
Change-Id: I5c7727f18039a359c79397f28e1c32bcd7acf101 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
El Mehdi Fekari authored
Change-Id: I10e5f7b4c9d0d527f8df34aa425a2a0bdaac5243 Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
hjk authored
Change-Id: I1c3790447aa863b532133c0280349aa07a920b8a Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Marco Bubke authored
Task-number: QTCREATORBUG-10372 Change-Id: I0b56bf4998dbbdeb690622078d61c672d012ed5a Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
BogDan Vatra authored
Change-Id: I0e8a920614a00122225e529667f0c808c8a3ad76 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
BogDan Vatra authored
Change-Id: I2fffb7778501a90b8530482900343a5f44f999ff Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
First step towards plugin renaming. Change-Id: I8ac017660a7aa2bda0d7bb7d72ab0cfceaf6cfd2 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-