- 15 Sep, 2017 10 commits
-
-
Ivan Donchevskii authored
..and use it when we don't have refactoring plug-in Change-Id: Ibe317a9728d439b9c5e05271d92a330d22eaacb9 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
hjk authored
Task-number: QTCREATORBUG-18912 Change-Id: Ie6ded1b7df032730e8e118e5679f288b21066667 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
Tobias Hunger authored
Change-Id: I69c8f08b9519770323f8a546ca23546f13a01dfd Reviewed-by:
hjk <hjk@qt.io>
-
Tobias Hunger authored
Do not lose the value when the key gets changed in the CMake configuration view in Project mode. Task-number: QTCREATORBUG-17926 Change-Id: I7c55f815bc918da0267eed57385c2d641568dc8c Reviewed-by:
hjk <hjk@qt.io>
-
Tobias Hunger authored
Makes renaming items feel more natural as they do no longer stick to the top (note that currently you can only rename newly added items!). Change-Id: I89d0dc7cb73e08d8b60900a96ffd2ab1c2b490c2 Reviewed-by:
hjk <hjk@qt.io>
-
Tobias Hunger authored
Only enable the button when items are actually editable. Change-Id: I54fd5430772a6db61c85b59d5c655d3bd4ebf8d7 Reviewed-by:
hjk <hjk@qt.io>
-
Nikolai Kosjar authored
Change-Id: Ia2c5b9cf617e56f09bf334bdd57e58bf96c838b1 Reviewed-by:
Marco Bubke <marco.bubke@qt.io>
-
Tim Jenssen authored
error C2039: 'isspace': is not a member of 'std' Change-Id: I92410b09c4de18d9c3c43a2f052a6b2595c92013 Reviewed-by:
Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Friedemann Kleint authored
When trying to determine the indentation for non-empty lines, skip back past empty lines when trying to find the previous indentation. This prevents code from being inserted at 0 when pasting in below empty lines. Change-Id: I6e13e4146e6637180142c0e0b3f9cdafa89df3e5 Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
hjk <hjk@qt.io>
-
- 14 Sep, 2017 13 commits
-
-
Marco Bubke authored
Change-Id: I6e9df1241c97313c7d69e339de8866d2a2ce193b Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Marco Bubke authored
The old code model expected the macros as C++ formatted text ("#define Foo 42) but newer targets like the Clang codemodel expect key value arguments like "-DFoo=42". So instead of parsing the text again and again we use an abstract data description. Task-number: QTCREATORBUG-17915 Change-Id: I0179fd13c48a581e91ee79bba9d42d501c26f19f Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Marco Bubke authored
It is a first step and now a database is generated if you start QtCreator. Some code is now shared with the PchManager which can be improved in the future. Change-Id: Ic267fe7960f6c455d91832859a673ce98f269aa2 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Andre Hartmann authored
The existing check prevented a model update if the remote list was empty and therefore kept an orphan entry and forbid adding the remote again until the dialog was re-opened. Task-number: QTCREATORBUG-18904 Change-Id: I5a45919a8af5108d44f85f87a64a00cf459af3bb Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Orgad Shaneh authored
Change-Id: I90266c7d8b200b0b99937d4b5ae9f427117aff2c Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Robert Loehning authored
Change-Id: Iaf9d28a68bb06e7430083c5a944bf88c37b50ecf Reviewed-by:
BogDan Vatra <bogdan@kdab.com> Reviewed-by:
Vikas Pachdha <vikas.pachdha@qt.io>
-
Robert Loehning authored
Change-Id: I9fc5df6c33bf802e1e4f85f394db40e64f3e1b55 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Ivan Donchevskii authored
Change-Id: I95579040ed1df865585cac4833d5b3f065a5770d Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io> Reviewed-by:
hjk <hjk@qt.io>
-
Vikas Pachdha authored
The check and the warning was for the super old NDKs which are not supported anymore Change-Id: I13cb0d3aa1deb3e5cff284ac4e4960e4d23950b4 Reviewed-by:
BogDan Vatra <bogdan@kdab.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
Vikas Pachdha authored
All GUI options to choose between ant and gradle are removed. Gradle is the only java build tool used now. Change-Id: I309ff66256c5d40920a5d77a8331c5917c53c185 Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
Robert Loehning authored
Change-Id: I77ea6d1e9eaf16e92ce04cc59357b2c754d76e44 Reviewed-by:
Marco Bubke <marco.bubke@qt.io>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-18485 Change-Id: I5598dd628a76213fc4b9e49a002818b2fa3663cd Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Nikita Baryshnikov authored
Change-Id: Id107ed53fed9ff72e90b662dfc024c4ced24a89d Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
- 13 Sep, 2017 13 commits
-
-
hjk authored
The users (typically target specific DebuggerRunTool derived classes) are meant to use the individual setter functions nowadays, not the set up the full structure, so the members are a true implementation detail now. Change-Id: Ida04801e3230a2fe8bbadde8845e58c3077c87a5 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
If a RunWorker fails to report success or failure (should not happen in theory, but has been observed in practice, typically in exceptional code paths) the RunControl will stay in 'Starting' or 'Stopping' state forever. Give the user the opportunity to force a 'Stopped' state by a second (or when 'Running' a third) time on the Stop button. Change-Id: Iec58434927777bd67bfe01c5144ee5695b4d6cf1 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Robert Loehning authored
This is only meant to let the wizard finish successfully. Further changes will be needed because of changed code in the project. Change-Id: Ic88ffa107f15c55b3278d3d6fc4d3c2dbc4d728b Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Friedemann Kleint authored
CurserSelectionSyncronisation -> CursorSelectionSynchronisation Change-Id: I1370d0153d566e1c54f1e00f8c2339bfc9e33a5c Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
hjk authored
The attach part has not been active for a while, but there's code now easier to reuse. So move participants of a potential solution to a suitable place before attempting to fix functionality. Change-Id: I9a7d4a6637e8ef214c22ee5683103e464109210d Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
The idea is to massage the setup in a way to make implementation of new configurations less error prone by identifying recurring patterns and sharing repetitive code that tends to be forgotten (see Android cloning). The former two lines of constructors (owner-and-id, owner-and-source) are split into a simple, shared, constructor and new setId() and copyFrom() functions. The change is mostly mechanical, some multiple calls to fromMap have been removed, though, some consts added. Otherwise, to keep the patch small it temporarily introduces two helper templates in IRunConfigurationFactory. Also, setId() signatures have not been unified yet. These won't be needed in the final setup. Change-Id: I8c0734496caae744a9883fe6d92c1d8f8e0234ea Reviewed-by:
hjk <hjk@qt.io>
-
Friedemann Kleint authored
Skip shebang and fold the first comment. Change-Id: I06d55931555f1c77f08bf30427ae7072f38b02da Reviewed-by:
hjk <hjk@qt.io>
-
Friedemann Kleint authored
Mainly go by code indentation, ignoring empty lines. Handle comment blocks at 0 as a special case. Change-Id: Ibe5bef7286c640a2eea8b50140dae256b6635a56 Reviewed-by:
hjk <hjk@qt.io>
-
hjk authored
Change-Id: I8f35bcd3812402cda7d3c69eb01ed3d3fb9e396a Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
... by guessKitFromAbis(), that's what it is. Change-Id: I45b0f9cc2fb6af5ed0832dab9f798ebe8101cf66 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Orgad Shaneh authored
Change-Id: Ib516cbbd9b51ddac3dac48668e3341830233af4b Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
hjk authored
Most were never re-implemented, so just for debugging purposes in the mixed engine. Change-Id: If569e0e553e3fdd5ef83b3bdfdbd22fd0ad5b90f Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Christian Stenger authored
Change-Id: I6a541a23fc9fde51a8355589c26ecefe1eb71788 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 12 Sep, 2017 4 commits
-
-
Alessandro Portale authored
Replaces some redundant icons files with already available, themeble and HighDPI-able Utils::Icons. The removed files are mostly images which haven't been used since a while. Change-Id: I1c17eb176a0d3d0a80335b43909012eab822c6b1 Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Ivan Donchevskii authored
Change-Id: Id3c815184f7f3bace0276e947f6b6f76e61ec6de Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>