- 17 Jun, 2015 11 commits
-
-
Tobias Hunger authored
Do not use the required/preferred features from the wizard in the kits page. The wizard's features are used to decide which wizards will be shown (together with the enabled key). The kits page has a separate set of features that are used to decide on the Kits shown. Keep these settings separate, as they are different things. If nothing is set at the Kits page, then the wizard's values will be copied. This is to stay compatible with existing JSON wizards. Change-Id: I2f8e3ccc46ce92f5be89aecaf52e5a81e4b29e83 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Nikolai Kosjar authored
We will add some more settings. Change-Id: Ib0282a9e7a9aa4ec316db7aded804e5483e48e48 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
This is more fine-grained than the "Qt4" or "Qt5" we used to support and will allow for wizards to specify things like "Make sure we get a Qt version > 5.x" for the kit selection page. That page is provided by the ProjectExplorer, so we can not access the Qt version there, so Features seem the only possible way to go. Change-Id: I0f4b3a0b5be91fb331924a560414e8f73bccca41 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Eike Ziller authored
Change-Id: Id13cbdf2f7047366e543c91fbe7c21a9c4759e56
-
hjk authored
This is what it is on the top level. The change makes it obvious that in the valgrind(-derived) plugins the value is later wrongly used to make a decision on whether to run the valgrind process locally or remotely. But that's isolated in valgrind now and can be fixed there. Change-Id: I6fa5e669dec1f9e2cdebe42a1591d15144082a21 Reviewed-by:
Anton Kreuzkamp <anton.kreuzkamp@kdab.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: I101fe0abb98ed2d08970b5cf0f9de803a3137e8c Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I4915976a5a5e1843fd35934d167875255401fdb7 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Tobias Hunger authored
This can apparently get triggered with qbs projects. Task-number: QTCREATORBUG-14493 Change-Id: Id645fbad1a0b9fdff1d1840f8ba5821b3be56b7d Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
hjk authored
We don't support traces yet. Change-Id: I4ea4db1e52111a2f7b908b925e94f63af9ce3a88 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
This was it also gets triggered when expanding tooltips. Change-Id: I90ad39e9e82abdcd40e663b4ba4998205563009b Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
hjk authored
There are now several possible orders of events between sending a 'kill' and receiving something that indicated a properly shut down inferior. Coordinating the InferiorExited state during engine ramp down is not worthwhile as that state had only a forced transition to InferiorShutdownOk anyway. For the user (and user code), only the fact that ramp down is finished is interesting. Change-Id: Ic22131d5a1066dc62bd069f532c28b773f231088 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 16 Jun, 2015 23 commits
-
-
Robert Loehning authored
Change-Id: I5e7a1c3be4fe7fab848c98abdf52d3b9af318047 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I69f1b6d0d27e9330ff23de0b9d5a09ef02f353ac Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Marco Bubke authored
Change-Id: I324e88c0d295114390c1fac2745c0d2d47637ece Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
Change-Id: I13e8a458634110456375956d4d4da7239c86957f Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Eike Ziller authored
Directly destruct the plugin after failed initialization, instead of letting the plugin loader clean up automatically just before application destruction (which would be after all other plugins are already destructed). Change-Id: Ic459a652fdb99c3e3ee1a7561334ba7075c9c666 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: I943e13b92bdaa2ee1e6ead81788da45b40926f60 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Jarek Kobus authored
Looks like it's a kind of rule in QtCreator code. Change-Id: I92fb60055273d66d6e459245836df5b90d7a3cc6 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Marco Benelli authored
Added latest version of QtQuick and Controls. Task-number: QTCREATORBUG-14563 Change-Id: I0cc412c28cd7ceb507f5ce222d8dcc3a05c23e26 Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Christian Stenger authored
Introduced with 2b19081c Change-Id: I817ec48b9098f46ca703a6075d4657f0b7eb9948 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Marco Benelli authored
Special handling of the case in which the current token is Token::RightBrace. This works in every case *except* for nested braces without separator between them. Change-Id: Ief625086c4d33ba77b36b1181e78cad124feb7a9 Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Jarek Kobus authored
Change-Id: I63fc40b12e29204d9ecd4ed3fd33e7ad3171918d Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: I19859300c8c070d6088010199d0271f2feac20cc Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I716e4bd6325f0d00b1fa73ea4a76f185660c89a0 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: I7902f9d73c5bee200403cc3a1764d265304b8166 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Robert Loehning authored
The menu items should end in "..." if and only if they open a new window, not a submenu. Change-Id: Ibf1bbbe8cc4d1ef6384bd76535644a61458530fd Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Nikolai Kosjar authored
...since these might lead to out of memory situations and thus to crashes. The warning and the file size limited is configurable in Environment > General. Task-number: QTCREATORBUG-14390 Change-Id: I868ceca0bee5551ed55f0df990ed334a8b539a7d Reviewed-by:
David Schulz <david.schulz@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
David Schulz authored
Change-Id: I999ddeeedbd6bdd7abebf75405d7e9281a1893df Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
David Schulz authored
Change-Id: I62a5e055942838c340ec7db8cd62a0b4e685acc5 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
David Schulz authored
Change-Id: Ieeb299709d9e18d1db0632b245b735fe07230a89 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I4a9cde2300b1cc14feadaa6240fefebc57fd0e19 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: I6f523cdbdf52fe313bc6393b1b980f78caf61e07 Reviewed-by:
Benjamin Zeller <benjamin.zeller@canonical.com> Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
hjk authored
We might have "follow-fork-mode child" and it's only the parent exiting. Instead quit when the last known thread is gone. Change-Id: I77a017e6f57ae0ee383aabd2b6f0377ff8261d41 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
hjk authored
Allows selection of the interpreter and commandline parameters. Also add support for ".pyqtc" as a project file, containing a flat list of .py files, similar to the Generic Project. Change-Id: If75a0affd735223a658ce7fce0d010ebf49695f2 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Nikita Baryshnikov <nib952051@gmail.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 15 Jun, 2015 6 commits
-
-
Orgad Shaneh authored
Superseded by tests/unit/codemodelbackend Change-Id: I9b0fd62aa93090e39d87bddeb9fd07f6c954fe19 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Benjamin Zeller authored
In order for plugins to create a RunControl for locally running applications that do not use LocalApplicationRunConfiguration it is required to export an API that takes care of the internal setup. Also this removes the hard dependency on LocalApplicationRunConfiguration. We don't want to expose Internal classes in public API, so we have to make QmlProfiler::Internal::QmlProfilerRunControl and QmlProfiler::Internal::QmlProfilerStateManager public. Also, AbstractQmlProfilerRunner doesn't do anything useful and can be removed. Change-Id: I0403e5b17e14ac894addd818ad7b249c51a8ed8d Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Benjamin Zeller <benjamin.zeller@canonical.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
hjk authored
In preparation of the introduction of thread groups. Change-Id: Iadac9203eb4d60d0bc930113c2776e65352ed304 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Lorenz Haas authored
All ohter tools have this constant thus ClangFormat should have it too. Change-Id: I23b032e86291f2490d56ff937d70510bf2f41377 Reviewed-by:
Jochen Becher <jochen_becher@gmx.de> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
David Schulz authored
Change-Id: Ic997136cc3b67b9f146e56d0b3ee2cb3140b6b10 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I763ef696c16151b530fd2ca72eebcb84189c1893 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-