- Sep 16, 2011
-
-
hjk authored
This is not a final solution. Change-Id: I19e7a99e1b056704864d27855197678a0d3fd10b Reviewed-on: http://codereview.qt-project.org/5073 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Sep 14, 2011
-
-
Aurindam Jana authored
The dialog is added to Debug->Start Debugging menu option. It specifies the host and port that the JSDebugClient connects to for listening to debug messages. Change-Id: I7f828c169ff2338f4780025f72182c5fc8784c4a Reviewed-on: http://codereview.qt-project.org/4824 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Aug 15, 2011
-
-
Kai Koehne authored
Only check the breakpoints when app was started internally. Change-Id: I38f0af08a2c137d44a127b254283574277b57eff Reviewed-on: http://codereview.qt.nokia.com/2751 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- Aug 05, 2011
-
-
Friedemann Kleint authored
Change-Id: I19c57248ed5e7c43b14b849419c9edf29bca26dc Reviewed-on: http://codereview.qt.nokia.com/2706 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Jul 29, 2011
-
-
Kai Koehne authored
Warn if the condition fails, but otherwise don't change the execution flow. Change-Id: Id7b14c745109b66960add967b2a4ef8d31e1a546 Reviewed-on: http://codereview.qt.nokia.com/2389 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jul 28, 2011
-
-
Kai Koehne authored
Don't show the dialog for every single breakpoint Task-number: QTCREATORBUG-5557 Change-Id: Id1b60e92856cd2c8b81de43340bbaf4f5d7f3a8d Reviewed-on: http://codereview.qt.nokia.com/2326 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Jul 27, 2011
-
-
Kai Koehne authored
The use of QErrorMessage::qtHandle() installs a message handler that from then on pops up a warning for each qWarning(). Change-Id: Iad6ac7b002ffc007de7df7a41c3ce0f9ee40e6d0 Reviewed-on: http://codereview.qt.nokia.com/2280 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Jun 27, 2011
-
-
hjk authored
Change-Id: I21d10cf42eb039c74475e106537b6e107d155196 Reviewed-on: http://codereview.qt.nokia.com/745 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Jun 21, 2011
-
-
Kai Koehne authored
QErrorMessage has by default a 'don't show the message again' checkbox. Change-Id: I4bbb2172298db848870ed1abf9f7d6195bdfe49d Reviewed-on: http://codereview.qt.nokia.com/400 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Jun 08, 2011
-
-
Kai Koehne authored
This will allow e.g. the JS Debugger to catch scripts running at startup. Change-Id: I00d339b06f1ed2b716c62bd2d53a32c2b20b1ddc Reviewed-on: http://codereview.qt.nokia.com/377 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
- May 12, 2011
-
-
Oswald Buddenhagen authored
-
Kai Koehne authored
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- May 02, 2011
-
-
hjk authored
-
- Apr 28, 2011
-
-
Kai Koehne authored
This usually happens when a breakpoint is e.g. set in a .qml file, but QML not selected as the debugger language, or vice versa.
-
Kai Koehne authored
-
- Apr 27, 2011
-
-
Kai Koehne authored
Get rid of custom logic to handle shadow builds (which didn't work anyway if the qml files are from a different directory than expected). Instead, just search for the file name in the list of files from the project. Reviewed-by: Christiaan Janssen
-
- Apr 26, 2011
-
-
con authored
-
- Apr 21, 2011
-
-
Friedemann Kleint authored
-
- Apr 20, 2011
-
-
Kai Koehne authored
Work around QTBUG-17529 by normalizing the capitalization of the working directory (which we do already for launching apps without debugging). Task-number: QTCREATORBUG-4592 Reviewed-by: Friedemann Kleint
-
- Apr 18, 2011
-
-
Friedemann Kleint authored
the executable dialog that pops up. Reviewed-by: dt
-
- Apr 13, 2011
-
-
hjk authored
-
- Apr 12, 2011
-
-
dt authored
Master fixed a bug where a newline was almost always prepended to any output. As a side effect of that a lot of messages which outputed no newline broke. This commit fixes the obvious ones, probably missing a few.
-
- Apr 08, 2011
-
-
Friedemann Kleint authored
-
- Apr 07, 2011
-
-
hjk authored
-
- Mar 30, 2011
-
-
hjk authored
And TcfEngine etc. Reviewed-by: Friedemann Kleint
-
- Mar 28, 2011
-
-
dt authored
Add a virtual icon() method to runcontrol. Actually currently the icon only varies between modes of running. Task-Nr: QTCREATORBUG-1232
-
Friedemann Kleint authored
-
- Mar 18, 2011
-
-
Friedemann Kleint authored
As it fails for MinGW. Task-number: QTCREATORBUG-4132 Reviewed-by: hjk
-
- Mar 16, 2011
-
-
Tobias Hunger authored
-
- Mar 14, 2011
-
-
Friedemann Kleint authored
Rewrite logic once again. Merge the previously separate enabled/configured loops into one to simplify the code and exclude LLDB from reporting as it is experimental, currently.
-
Friedemann Kleint authored
As it causes messages on Linux. This reverts commit c75738f9.
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-3990
-
- Mar 08, 2011
-
-
Friedemann Kleint authored
Reviewed-by: hjk Task-number: QTCREATORBUG-3990
-
- Mar 01, 2011
-
-
Friedemann Kleint authored
-
- Feb 28, 2011
-
-
Milian Wolff authored
To achieve this there are two methods in IRunControlFactory you need to implement: 1) createRunConfigurationAspect returns a IRunConfigurationAspect which stores the settings specific to your plugin. 2) createConfigurationWidget returns a RunConfigWidget that will be shown in the project settings Merge-request: 258 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- Feb 25, 2011
-
-
Friedemann Kleint authored
Do not retrieve debugger command from ABI as that causes mismatches when several toolchains of the same ABI are present. Use indexes in the debugger dialogs. Polish tooltip.
-
Friedemann Kleint authored
Use in both engines preferred over ABI if it is compatible. Report start parameters. Introduce gdb configuration check.
-
Friedemann Kleint authored
- Make showWarningWithOptions actually show the details. - Show errors from multiple engines as separate messages. - Remove 'enabled' option from CDB (handled by toolchain config now). - Show ABI as tooltip in debbugger toolchain chooser.
-
- Feb 24, 2011
-
-
Friedemann Kleint authored
Add combo box listing toolchains with debuggers to start external, attach and core. Another attempt at streamlining engine detection: Split in detection functions that first collect a list of available engines by preference, then remove disabled and wrongly configured engines and use the remaining best. matching. checkconfiguration is now the central place where engine detection and config check takes place. Rubber-stamped-by: hjk
-