- 15 Jun, 2015 10 commits
-
-
Lorenz Haas authored
It's now possible to format only a specific range of the current file. The used tool, however, needs to support the formatting of fragments like Uncrustify does with --frag. Change-Id: I486a350b6301e4a087619b1e225f2a5c553ff7df Reviewed-by:
Jochen Becher <jochen_becher@gmx.de> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Lorenz Haas authored
It's a simple refactoring change. The change, however, is a preparation for further commits and to make the command generation similar to the one used in ClangFormat. Change-Id: I28ecc816dd7b271ff6cda908079a60ab70f145fd Reviewed-by:
Jochen Becher <jochen_becher@gmx.de> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
wonder.mice authored
Change-Id: I37556ef6c2c7a651709012daa9a84c66cf3af505 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I104afed7d2d5f37d391b7690f81fbad07363907c Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
These are expected to be found in the target location. They will have the KeepExisting attribute set and their contents will not be touched. Having this is useful to specify which files to open. Change-Id: I958f271405ca780e0052f069e0df89bd402da6c4 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Jochen Becher authored
Extend drop support with variant values. A drop may be a file drop or a value drop or both. Rename Utils::FileDropSupport to Utils::DropSupport and add methods to add not only files but any QVariant value to the mime data. Project explorer adds dragged nodes (which will be needed for future ModelEditor plugin). Change-Id: I799542c60fdecb3e64af0d3ba47b6caa9adbcfd7 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Thiago Macieira authored
With QStringArgBuilder, QString::arg() doesn't return exactly QString, which means we need to help the ?: operator to choose which return value it should have. Change-Id: I578383ac45d0bf9c6700d2f09bdfc126a81e54d7 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Benjamin Zeller authored
In order for plugins to create their own local DebuggerRunControl without the need to copy lots of code, the fillParametersFromRunConfiguration is introduced and exported. Change-Id: I50edc3f6f048a9f34e358b4104ef75c94c74dbb8 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Benjamin Zeller <benjamin.zeller@canonical.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Finn Brudal authored
When saving a version controlled file, a new version might be created. Therefore, ensure that the current file version is being monitored. Change-Id: Icad41bc5a443561de0c0e878aa893913dc674173 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Change-Id: I327f40f872a2399befdbccf78e5b364ecaf86aee Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 12 Jun, 2015 8 commits
-
-
Daniel Teske authored
If we can't convert the string to an int value, than we are going to read the settings file. If that fails, we fallback to string comparation. Task-number: QTCREATORBUG-14537 Change-Id: I0c4c5811f246ef1835c80837879d815cfa27b5d7 Reviewed-by:
BogDan Vatra <bogdan@kde.org> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Daniel Teske authored
Apparently the readlink on android M no longer supports that option. Change-Id: I27d5539ad746daa82b928801391597e43ed96cca Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Eike Ziller authored
Change-Id: If8f962150493dafe9773c2b653b003917b072fd6 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Eike Ziller authored
* Added columns for name, prefix and default * Made sortable * Added filter input field * Added inline editing of prefix and default state * Changed "Limit to prefix" to "Include by default" * Added some tool tips Change-Id: I9ddfaf1bc9ff62e3fbe84c1b66bdd795aaa274fd Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
... and remove functions that have not been in use since switching the BreakHandler to a TreeModel. Change-Id: I1b4170b4a837284aece7c0ea1a4d76c1127d6503 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Ic69ea19f4ea5b73f846d02765454f41cd3588133 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Orgad Shaneh authored
Show identifier/literal when available Change-Id: I4fd623f802db7bce14f8887c5b3ba2fe6867f632 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Orgad Shaneh authored
Occurred when I tried to expand an object that contains 2 unnamed unions (CPlusPlus::Token) File "gdbbridge.py", line 1113, in putItem\n self.putFields(value)\n' File "gdbbridge.py", line 1150, in putFields\n fields.sort(key = lambda field:\n' 'TypeError: unorderable types: str() < NoneType()\n' Change-Id: Ica38750435ae851b52d87dc6fcc59118d3f1d8ee Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 11 Jun, 2015 22 commits
-
-
Nikita Baryshnikov authored
Remove re-declaration of debug operator for BreakModelId. Remove also extra `;'. Change-Id: I2fe9460230b73ab845f4834408e741341f6143de Reviewed-by:
Nikita Baryshnikov <nib952051@gmail.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Eike Ziller authored
Change-Id: Ieea98d244d689778db868604d981badcd166a7b5 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Nikita Baryshnikov authored
Change-Id: I7962c27c35bc1ff34655f085167c214fb628950d Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Benjamin Zeller authored
In order to make it possible to use the LocalApplicationRunControl without a LocalApplicationRunConfiguration it is required to add some setter functions to get all the required data which is not offered by the base RunConfiguration type into the RunControl object. LocalApplicationRunControl also needs to be exported. Change-Id: I1c03d924cd69609ee5f23fa69842da98ae86fab8 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Nikita Baryshnikov authored
Change-Id: I1c26259defebd60def1670ac7908cd43a1710b67 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Nikita Baryshnikov authored
Change-Id: I34d19e759bc6dec962c711288562d33917275482 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
David Schulz authored
Change-Id: I2178e4d787a4d6811bbe5c6baddd23013954e53f Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Alessandro Portale authored
This change adds "QtSupport.Wizards.FeatureQt3d" and "QtSupport.Wizards.FeatureQtCanvas3d" fetures for Qt versions >= 5.5.0 Change-Id: I9b4296fae17aeace1ac11c89e3f02ad40d22956f Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I3b0aea8edaeddad7ee6d2424b31c3c234f6df0cd Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Lorenz Haas authored
Use FancyLineEdit and validate the function name before accepting the dialog. Change-Id: I1634ac757127d3cb39674eeed79388e720d570fa Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Erik Verbruggen authored
Change-Id: Icdf9ca2dcdc8d93e20b5f73a2720093e4c32a03e Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
Change-Id: Iec694045fa04280e8f94cd4206cf3e23b9125ecf Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
hjk authored
Change-Id: I341a84795f3e4dda67d966da9cb5476f50a680dd Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
It's still available with QTC_DEBUGGER_ENABLE_REVERSE=1, but since it rarely ever does something useful, it's better not exposed in the gui. Change-Id: If571fcfd01579c53f792d799027dd9d9a93c1cf4 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Nikita Baryshnikov authored
Change-Id: I2736f017e412459270c632a6e021db2edb3b6ab7 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Eike Ziller authored
If that was supposed to override IDocument::isFileReadOnly it would not be necessary either. Change-Id: Ie63c25fa59c62f06372d8357a78617e933c9bc6a Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I6884f59fe0f06e380254c1f8076dd561d9df4ee3 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
Makes clang happy, and changes to a full update after manual variable assignments, which is intended anyway. Change-Id: I028f32e1ac9014f5d56bf12824624f7685d22c83 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Erik Verbruggen authored
Change-Id: I0d977e17fcc55873d763525f6609ba89972c1514 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Knut Petter Svendsen authored
When undoing checkout on a modified file the user is prompted to preserve the contents of the checked-out version under a file-name of the form element-name.keep. Save the user's choice and use it on subsequent undo checkout actions. Change-Id: I26a73c7f1f456ae0cf1cad6741d30ff2aab4bf3f Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Knut Petter Svendsen authored
Change-Id: I30807991e2a839088c9523280eab1dacd22a1bf4 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
A warning is currently only displayed for reset via context-menu. Change-Id: If01c6c58dfe8ad0d066f4c6fe02ea3d7bb2c8a55 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-