- 22 Jan, 2015 2 commits
-
-
hjk authored
More flexible than hacking on the C++ side. Also registers the custom dumper path to make it reloadable like the "built-in" dumpers. Change-Id: I0405f7278e28eb75d83fdd4a861f5a5c32d97a0e Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
Since locator is actually part of coreplugin, and it is the only one supported to set this currently. Change-Id: I7f310a29f6d157f3a494fa774216772e48853dc4 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 21 Jan, 2015 26 commits
-
-
Alessandro Portale authored
Change-Id: I7c6829462c627638da0b8452a17cdf179ac71087 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Change-Id: I7c35fe859b0364a7cd9cc5c4be6af60ab27cde17 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Eike Ziller authored
Use the same icons that we already use for editor splits. Change-Id: Ice052f637968918a15b16e00a39c5dbc06948dbc Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Christian Stenger authored
Issue was introduced with 5a5acd66 Change-Id: I30ed199e7471cbb71bd185c6a6e1db223339da75 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-13219 Change-Id: I319fe39d696ccc28230d421b1395faf4dd452b03 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Tobias Hunger authored
... again making it more useful for the JSON wizard Change-Id: Ic7a454c4efc93eb48a44ab2a37ecd39f8c6f3ba7 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Nikolai Kosjar authored
As as side effect, this also brings some more pragma completions for the builtin-in completion engine, e.g. "pragma once" or "pragma omp atomic". Change-Id: If3ef22076c331c653b78a87cfff836c1da38c8fb Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikolai Kosjar authored
We will introduce a base class with the name CppCompletionAssistProcessor. Change-Id: I74a39d0b14d4ee30d7bd7675ad968e83f377de7f Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Tobias Hunger authored
The Checkout wizard will not feature any generator. Change-Id: I05900309a5ea8a638493ab0fa5499759bcdc181f Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Trust the matcher to do the job. Task-number: QTCREATORBUG-13564 Change-Id: I4ff14608a1ce12d3f4424242e50ba71233ac9bfd Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I685e65258078784acf9ce30703a8192bb1f8fd8a Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Change-Id: Ie8de8a5c59f16a22419d1ee8382ef151a65d0b07 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: I4a5a91ff91cb0ec2f8eec647c45c42d8c8faa758 Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: Id095832a388ad4aac1657b762bdb8c9f667744d9 Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Tobias Hunger authored
This enables JSON wizards to check for that. Change-Id: If6bfc580b37f712168b707ac51412df8f1cbbf25 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Takumi Asaki authored
Add missing comma. Change-Id: I1828389f209c1ba369596a6b509a9c586db1e79a Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I2507c9edebf3bc46f703cd026cfb5eb824c36ebd Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Nikolai Kosjar authored
Bug was exhibited by running e.g. ./qtcreator -test CppEditor,test_quickfix_MoveFuncDefOutside_FreeFuncToCppNS \ -test CppTools,test_cpplocatorfilters_CppLocatorFilter:CppFunctionsFilter-WithNamespacePrefix Change-Id: I57d96a8f7bf0aea6eb11cb68d1b981808533ce41 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I6f5fd3818d51ee531b92be0b78b4435d621fe0ed Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Ia96ac950ec209fcbc82c7b49b72d0b6417b99906 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
This will make debugging JSON wizards much simpler! Change-Id: I03baf4b8d954a9097c0fc4e1180e91d2afe5cc4e Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I444d1d95b87fe5c1ede04e1ae9bbe4e1e2d89bd3 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Make VcsManager provide a generic way to list all IVersionControls and to search for a specific one based on its id. At some point we want to register the IVersionControls directly with the VcsManager instead of going through the object pool and this is a first step into this direction. Change-Id: Id4ded85b29487f6d8adcd0cec1de490afae07132 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I0144e9339e7dfd58b1827071e5057941ffdf17f9 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
I will try to move all the wizard code that is still relevant there and then get rid of the rest. Change-Id: I3963f53fd39ef0f84c71218eb59b05213121cc90 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
Full separation does not seem possible as QTreeView assumes all items to have equal column count. Change-Id: Ia260924fe13ea62789923af8484f9838295355b6 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 20 Jan, 2015 12 commits
-
-
Christian Kandeler authored
Change-Id: Ia2f1870ec67ced58ad95bc6e1953575df2b88cd8 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Ieea1129352831b78c0dc9deee195025060b2008d Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Daniel Teske authored
The code that invalidates m_currentNode folder nodes on removing wasn't run due to a typo. Change-Id: Ib7d545da4078275b2875c9a4c6246909234c8073 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I5786fb49d99c793319d28d5a14460f962f416ab5 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Change-Id: I81688ce998bf9f8d47b7d88e639699b626be90dd Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Daniel Teske authored
Change-Id: I6631f0aec8a487095f4c6133c1c2a4dad8f810ee Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Tobias Hunger authored
Not perfect, but might catch some more passwords before they are echoed in cleartext. Change-Id: I61e537a4a3cbc69748e1f761a5a08fe03ff2552d Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Daniel Teske authored
Change-Id: I72ba112682a6cb2eeca02f84ed3783febf0515f1 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Ia3ccc95a70b831ae999e3176f661d12712958bfc Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Change-Id: Ia141def650ad4ac765c18317267a87a1cf50f512 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Daniel Teske authored
Removing a kit removes the item from the TreeModel and puts it into KitModel::m_toRemoveList. A later update to that kit would trigger the lambda connected to the dirty signal, thus calling node->update(), which eventually ends up calling node->parent()->m_children, and node->parent() is a null pointer there. Change-Id: I9006f1eea036ae99b48a47baa2bc2a33bdcb84b1 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Instead of leaving the header, use leaving of the dockwidget itself as trigger. Change-Id: I7df46e5ef1c01e55c8c3dee837a55b473451153f Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-