- 21 Feb, 2012 7 commits
-
-
hjk authored
This is the first step of a larger refactoring. The plan is to make debuggersettings more orthogonal to individual runconfiguration implementation. This patch alone already pushes the settings handling to the debugger plugin and removes code duplication in the runconfiguration implementation. Change-Id: I4c78d1658ea462d3df14b873f8f41cc918a23f1a Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Tobias Hunger authored
Change-Id: I589b78bbaea2c94506fa1ae8877f0523e42f0ad2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Christian Stenger authored
Change-Id: Id829958f434ed96569ac3278271a2d2caf78d674 Reviewed-by:
Bill King <bill.king@nokia.com>
-
Martin Aumüller authored
Change-Id: I732cc9d6ad1693cf6227bca7c7d6e80a9357fd23 Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Change-Id: I0f49d3a26c801af84bb578478bd4778356507cf6 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Kai Koehne authored
Actually use the QML debugger instead of the CPP one. This broke in commit fe8cead2 . Change-Id: Ifd4b98a74ee03d3cffab4547564708e3b83b2bd3 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Erik Verbruggen authored
Change-Id: I480470c299f49a02d2a216d3aece81a843d73ce1 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 20 Feb, 2012 14 commits
-
-
Joerg Bornemann authored
Change-Id: If6bf71797ae81655d24a77e6badb86a77312af38 Reviewed-by:
hjk <qthjk@ovi.com>
-
Nicolas Arnaud-Cormos authored
The LinuxConfigFactory has now a new pure virtual method to create the widget for the device specific settings. It allows new device to create their own settings page. Change-Id: Ie14df043fdef088b0e6e3b1e08b5d0d1863f76e5 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Aurindam Jana authored
Move QML/JS independent classes to common Debugger code. A Debugger Engine needs to override evaluateScriptExpression() to provide engine specific script evaluation. Change-Id: I02b23b380a3eb1b12003b30ded0b7d075e44dfed Reviewed-by:
hjk <qthjk@ovi.com>
-
Kai Koehne authored
Make sure requestRemoteSetup is also set if we're not using the C++ debugger. Change-Id: I08e151be6c69ce8d0ab8a86414a150f883f09ff1 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Tobias Nätterlund authored
Change-Id: If61994f6bf1e2845cf8cdaf5e4b89875a3b696ac Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Eike Ziller authored
Change-Id: I3d0869d5fc2542ff59434e0d42dae0ce6c7a2391 Reviewed-by:
Virva Auvinen <virva.auvinen@nokia.com>
-
Erik Verbruggen authored
Change-Id: I990fdf5411153041c6b4c62f31b453342d59de53 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Eike Ziller authored
And adapt the other API respectively. Change-Id: I1e04e555409be09242db6890f9e013396f83aeed Reviewed-by:
Bill King <bill.king@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Orgad Shaneh authored
Documentation needs to be updated to reflect this Task-number: QTCREATORBUG-6868 Change-Id: I84591c28a13708b7435175b69b1c970aeea09a7f Reviewed-by:
hjk <qthjk@ovi.com>
-
Kai Koehne authored
Broke the build, and, according to erikv, 'isn't valid any more'. This reverts commit 70c77152ff5ab8471623f2733a65725b0bd0aea0 Change-Id: I7566f9f462ba58d676c1d86e0b73494fd1d97d93 Reviewed-by:
Bill King <bill.king@nokia.com>
-
Konstantin Tokarev authored
GenericProject was adding includePaths and frameworkPaths to ProjectInfo on each parsing instead of updating their values. Change-Id: Id60f553909e4a9829b9001e7dd54bbb7ed7623ce Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Christian Stenger authored
Maybe this fix an issue when running the tst_qml_editor inside jenkins. Change-Id: I3cec1bf452e1c3cab7cb0aca6854105c774248a8 Reviewed-by:
Bill King <bill.king@nokia.com>
-
Denis Mingulov authored
Removed module names from #include directives. Change-Id: I4140f432fc70035ae01e2619d1ae69394fa8617f Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Nicolas Arnaud-Cormos authored
Change-Id: I7113255a3c100c74703f6f7552ee1569857a41af Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 17 Feb, 2012 10 commits
-
-
Christiaan Janssen authored
Change-Id: I6874eeed4d173d566998419b8349bcfc69b14bdb Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Christiaan Janssen authored
This patch avoids showing the "use the stop button" if the application dies but the trace data was sent in time. Note: with the current implementation in Qt5, the application sometimes closes before all data could be sent. That happens with any non-trivial qml application. Change-Id: Ie7b1568b2d69320d1887587dccac40a4b4d4d788 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Christiaan Janssen authored
Change-Id: I0e215b16d1a07124579a8ae593c13c8571d24ab8 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Christiaan Janssen authored
also QmlProfiler: refactor eventlist state If unexpected data is received, assuming server stopped profiling. Also, introducing a eventlist state instead of relying on signals sent around. This is part of a coming bigger patch where the profiler client is refactored. Change-Id: Ibed9007903956daf03cc0fcb90f77b5ad2d3cf90 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Kai Koehne authored
Don't always use the mixed engine for debugging of .qmlprojects. This is a regression from fix fe8cead2 . Change-Id: I589cb0610d40edc4fbd29897374d83504e574cb5 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Christian Stenger authored
see https://bugreports.qt-project.org/browse/QTCREATORBUG-6965 Change-Id: I56852572976806ba74c95b9b40f647d217a95003 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com> Reviewed-by:
Bill King <bill.king@nokia.com>
-
Eike Ziller authored
Change-Id: I1a7047e0ccc074bb38661ecd34e2c0e64469d843 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@nokia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-6908 Change-Id: I70f2b5e96d72028fe0df6e3eb28de720ba252b68 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Bill King authored
Change-Id: Ibd1dac3ac1fdf25666eb3ec4c076a54e98548ec7 Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
hjk authored
Change-Id: Id8c4e585aa92616c40b9953be5bb9c3d121272b7 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 16 Feb, 2012 9 commits
-
-
hjk authored
Change-Id: Icf690e0948d5c88b2a59b81258c97a42c5ac5251 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Stenger authored
Change-Id: I871b7abe2390e76b1e9b54c2f9809940d0ffa930 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Marco Bubke authored
Now it is possible to use a object and a function signature. Change-Id: I508492f131fa101e1715a65a7f8e3ecdcaa45c38 Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Teske authored
To ensure that the focus ends up in the right place. Task-number: QTCREATORBUG-6908 Change-Id: Ieac8c7322620217af34f143946b827dbff16169b Reviewed-by:
hjk <qthjk@ovi.com>
-
Erik Verbruggen authored
A manual squash/merge of the changes below, plus a couple of subsequent code fixes. 59085aa5fbb99e2d786cd2c1a06c24a111ccb49f: Modify CppModel::ProjectInfo Adding per project node information, to pass on the correct defines/includes for each file, instead of aggregating them incorrectly. Also split up SOURCES and OBJECTIVE_SOURCES. Also ask the toolchain to convert the compilerflags to flags the codemodel understands, for now only gcc and only c++11. Also make the toolchain aware of the flags used to compile, so that it can emit the correct defines. Note: No header files are passed on. 74028802314cd4e75b41b46407433e07090a304d: GCC: Evaluate cxxflags when checking for predefined macros ebaaa4957e4c02cc9637a998eddae1d0acd74f83: MSVC: Take cxxflags into account when checking for predefined macros 9bfce7e889bcf7bcc47bf880e3ea25945ca7d0d7: Compile fixes Change-Id: I9de94ad038dfc5dc1987732e84b13fb4419c96f5 Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
Christian Kandeler authored
It was disabled before, which prevents scrolling inside the line edit, so that one cannot see the complete host name if it is wider than the field. Change-Id: Ic8bf7c5ed67efc8430be4b298811f348780fa7b6 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Change-Id: I646fcc111e62caba2dc852e3a1d29df6a5bc170f Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Aurindam Jana authored
Use QTreeView instead of modified QPlainTextEdit to show the console. Using a QTreeView gives more control over output display as well as separates out the model from the view. Change-Id: I436b13ed042c00d09d6de627b442bfd8d10d2236 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Daniel Teske authored
As it is the private class of BaseTextEditorWidget. Change-Id: I49c9b4e85cffbca3d0a61dd82e93596e7bf29376 Reviewed-by:
hjk <qthjk@ovi.com>
-