- 08 Jan, 2016 8 commits
-
-
Tobias Hunger authored
Do not bother to remember ninja support status now that it is no longer used. Change-Id: Ief24af8e39ad5e39633ccb6d31858fa003de5ce8 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
This removes the need to know about ninja and make in the cmakebuildstep. Change-Id: Id3a15c34f4a8003c3cbf9d62f246bd08f0ada264 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tim Jenssen authored
Change-Id: I80771fa02a0817c835eebbf0f550536ecacbd98c Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
The cases handled here are later handled using generic code in DebuggerRunControlCreator::enrich(). Change-Id: I03de1d5378718019afdb046f4446bb46a97ddee6 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Ulf Hermann authored
Newer versions of Qt can evaluate expressions without pausing the QML engine. We can take advantage of that. At the same time we can remove the crutch of using QQmlEngineDebugService for this. The latter produces inconsistent and generally worse results than the V4 debug service. Task-number: QTCREATORBUG-14931 Change-Id: Ic78d08a0b00cf7de3911b7b672ce229c6d779363 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I7d3f5e08b15d91759a9c816dd1223bf8be8c40f8 Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I2a3432acd90cc27fb444ab30c3239497a51e01df Reviewed-by:
Cristian Adam <cristian.adam@gmail.com> Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
Tobias Hunger authored
Use the "clean" in the MakeStep to clean up. Change-Id: I7da29866a7dfc6debd70e83cc61f89b809a81cac Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 07 Jan, 2016 19 commits
-
-
hjk authored
* SysRoot can always be determined from kit. * Pass around RunMode as extra parameter not as part of AnalyzerStartParameters. That's closer to the pattern used elsewhere. * Environment was always initialized from the runconfig's EnvironmentAspect. The tools can do that directly. * Provide setter for display name for cases where it is not equal to RunConfiguration::displayName Change-Id: I811a0d7cdeb55cc37a16a593b3942abb567a2150 Reviewed-by:
BogDan Vatra <bogdan@kdab.com> Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
Tobias Hunger authored
Clean up code a bit: Remove private slots, etc. Change-Id: I745925c76ed4e0be69a11ca911741309fc4286e7 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I5e03ef5a9fee03473152f8a7511d75a1818c3e05 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Ie82f4a0228a672fd7da35e35d2a000c0cc3c533a Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Christian Stenger authored
Introduced with 33ad0f10 . Change-Id: Icbee16c3e4e771a81e885d3daa3a5386960ecbd8 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Christian Stenger authored
This produced wrong disabled icons on some platforms. Change-Id: I3a80ac7f5e1fd5027d665e5791df802c78e2113a Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I06556a6ea2151074796d462096e1c9e70e348397 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I9e3eb49b7f5a2d7d5c89a53969c4703b3ce99330 Reviewed-by:
Cristian Adam <cristian.adam@gmail.com> Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
Orgad Shaneh authored
For example: "f ", "m ". Broken by b6e4e966 . Change-Id: Ic1e389c52579c86479e2c066eadfb4aaf4b66700 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Artem Chystikov authored
These changes allows users to move between splits using the hotkeys not only clockwise, but counterclockwise too Change-Id: I2a30bc0cd869881c525674d7e40e622b4b3dc7f6 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Qt 5 connects, some auto, remove unused members, etc. Change-Id: Ic9daaf0356d9a9e29f55467360674edc66be83ee Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Store project name in root node and remove the member variable that was used for this purpose from the CMakeProject. Makes sure the same name is used more consistently. Change-Id: I2b60a15143934bdeffe6c744fd300be7e81c674e Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Ie3dc64cb311a2df297dca63f7eb369e749046cf3 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
setFileModel() calls QTreeView::clearSelection() before setting the new model. If the view has no model (because it was deleted earlier), a warning is shown. Change-Id: Id694b073360b08bd8fd4e8b1db04250a71f792c1 Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I6d15c9e68c2e9680668509022d8a771e4c7c595a Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I8f034f91de04e319dd5ba24b8837f1daca54d918
-
Eike Ziller authored
Conflicts: src/plugins/clangcodemodel/clangcodemodel.pro Change-Id: I742f4a0d0aebae029ac361fc4f55d222ff2d65b2
-
Orgad Shaneh authored
Replace newlines with a semicolon followed by space Change-Id: I99b1a802248787546f7b2a1483a69201ea9daaed Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Display 'cooked' character as well as numerical value in both decimal and hex. Task-number: QTCREATORBUG-15549 Change-Id: I7f8f9efe07573b452ff44501bfca5e29e9ab437c Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 06 Jan, 2016 13 commits
-
-
BogDan Vatra authored
We need to call it when QmakeProject emits proFilesEvaluated to be sure AndroidPackageSourceDir is set. Task-number: QTCREATORBUG-15568 Change-Id: Ia70e0cff1b5fb8f2003ba2c2799a694873b2ad19 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-
BogDan Vatra authored
Task-number: QTCREATORBUG-15533 Change-Id: If78b5c7f379e590ec7c0bbeb53dd9b45343f64b8 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I47acade7b240b622ef7e49155700c1240f7ce70c Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
+ use native separators for user visible strings Change-Id: Id6e4e27db369314f70e355a395cfddca12b8ea90 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Orgad Shaneh authored
FileName::fromUserInput uses QDir::cleanPath, which transforms the separators. Change-Id: I951140e38957f0f3dd5b2ef125e76ffdb04a2da2 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: Ifaf4e63f4a843a42a1a22f005e87d8c1a4604686 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
This removes the need to pass the QmlProfilerTool instance to all views. QmlProfilerTool is exported so that we can access the common actions from plugins. Change-Id: Ie7072c23ef35763b729f4b87acce47ecbdb76e43 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
You don't see the range you are limiting to in the statistics view, so I doubt that anyone has ever understood what this does. Change-Id: Ic9da3c1ac067f76d239a931d316a69a3999884a4 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
It is only used for the statistics view. Change-Id: I71027dd864715b4a2f95c2b11af0c0d83c514229 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: Id552e0ead056214a7d72dd618c54897b55cd5e38 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I06a610cca606b98bc3f5741c1363b98f2b28d7eb Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: Ic4f1b02bbf9e1467811334a16cd9c13d1924c47e Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
hjk authored
Change-Id: If012953f8fb1e2705244ffe9f02c6bbbbc9d93c1 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-