- Feb 01, 2012
-
-
Kai Koehne authored
Make the choice of language part of the DebuggerStartParameters, instead of deriving it indirectly from the current project. This prevents e.g. the QmlCppEngine to be used when loading core files. Change-Id: I9d1c9ab318ba789abe3a6ea0478ebda71857e793 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Jan 26, 2012
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jan 25, 2012
-
-
Kai Koehne authored
Never use the combined QmlCppEngine if the primary engine is already the QmlEngine. Change-Id: Ic87816bbe67fdf4ab004a41db601e33383c570dc Reviewed-by:
hjk <qthjk@ovi.com>
-
- Jan 24, 2012
-
-
hjk authored
Change-Id: I9b690d9b150c8d162b15370f9f8986267c9128f1 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jan 19, 2012
-
-
Tobias Hunger authored
Change-Id: Ifa168b95d290bfae5c342981c4e4556d6f6913eb Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jan 17, 2012
-
-
Tobias Hunger authored
Use FileName when passing in a file to extract ABIs from. Also convert some helper functions in baseqtversion to use FileNames in favor of normal strings. Change-Id: I41c724c4c05bb4ff0d8b832f84fffa08d64762d9 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jan 11, 2012
-
-
hjk authored
Change-Id: Ia906944a489b09afdea59f74afbf759b4caebe37 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Dec 21, 2011
-
-
Friedemann Kleint authored
(except gdbmi.cpp, name_demangler.cpp). Remove some unneeded conversions, change some maps to take QByteArray keys. Change-Id: I010f1251998a441fe5c8c87901b1e0c277c0391c Reviewed-by:
hjk <qthjk@ovi.com>
-
- Dec 20, 2011
-
-
Friedemann Kleint authored
When accidentally pressing 'Debug' on a library project, the dialog asking for the executable pops up and debugging still starts although cancel is pressed. Add dialog title, set flags, and check its return values. Change-Id: I8518b8af70b12a7059f9ee0e20a9d0b325db1e98 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Dec 08, 2011
-
-
hjk authored
Change-Id: I221534561f4bbd299d494ecc902092e2e709770c Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- Dec 07, 2011
-
-
Daniel Teske authored
Change-Id: I3afc3a4f2e0dd2671279c2d071779f1d7b277849 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
hjk authored
Change-Id: If5857d9f41ac3819c591df165ef2d8788d95089c Reviewed-by:
hjk <qthjk@ovi.com>
-
- Nov 03, 2011
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Oct 05, 2011
-
-
Tobias Hunger authored
Use a invalid ABI since we have no idea what we will end up running. Make the debugger figure out specifics when needed. Change-Id: Ia74080887617a097a16d789dfd7f88458409a23c Reviewed-on: http://codereview.qt-project.org/6065 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Sep 20, 2011
-
-
hjk authored
Change-Id: I6ad55fc24c957442ee0ec8735b754f86e32d2dfe Reviewed-on: http://codereview.qt-project.org/5236 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Sep 19, 2011
-
-
hjk authored
Change-Id: I536bdb4d4f0c10fa858560f3c160fc0fff8da9b2 Reviewed-on: http://codereview.qt-project.org/5116 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 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
-