- Sep 13, 2011
-
-
Kai Koehne authored
Task-number: QTCREATORBUG-6037 Change-Id: I01080d97d21c230a7a32ea943435b2f763b87c41 Reviewed-on: http://codereview.qt-project.org/4687 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Paweł Polański <jaggernod@gmail.com>
-
- Jul 29, 2011
-
-
Kai Koehne authored
We only connect to the port when we get a 'Waiting for connection ...' message on application output. This was done mainly to avoid lots of failed connects, and therefore an unresponsive UI on Windows. However, the application output might be redirected for various reasons. Therefore fall back to busy connect after a certain time (4 seconds for profiling, 8 seconds for debugging). Change-Id: Ie1b943f678ced40c030cc134493a2adf7e3bc9df Reviewed-on: http://codereview.qt.nokia.com/2323 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Kai Koehne authored
Change-Id: Icb405b4751fc885d8b96d1daec3653236b564ef0 Reviewed-on: http://codereview.qt.nokia.com/2352 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
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 27, 2011
-
-
Christiaan Janssen authored
Change-Id: Idfc0a6d48bcc1c42aac58ea03b5a51ad6e661f25 Reviewed-on: http://codereview.qt.nokia.com/2275 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- Jul 21, 2011
-
-
Kai Koehne authored
Don't expect that every url specifying a file is a local file url. Instead let FileInProjectFinder handle urls with other schemes gracefully, too. Change-Id: I72457d502ff1caf52f588e8ec41ab260882d1cf5 Reviewed-on: http://codereview.qt.nokia.com/1840 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
- Jun 27, 2011
-
-
hjk authored
Change-Id: I21d10cf42eb039c74475e106537b6e107d155196 Reviewed-on: http://codereview.qt.nokia.com/745 Reviewed-by:
hjk <qthjk@ovi.com>
-
- May 16, 2011
-
-
Christiaan Janssen authored
Reviewed-by: hjk
-
- May 12, 2011
-
-
Oswald Buddenhagen authored
purge abstractprocess and winguiprocess. they serve no purpose. applications can have stdio on windows as well, in addition to the windows debug channel. Task-number: QTCREATORBUG-4822
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 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
-
Kai Koehne authored
Make the file search case insensitive on Windows, in case the projects directory has a different capitalization than what we store in the user settings. Reviewed-by: Robert Loehning
-
- Apr 21, 2011
-
-
Tom Sutcliffe authored
Reviewed-by: kkoehne Reviewed-by: Pawel Polanski
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
- Apr 20, 2011
-
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
- Apr 19, 2011
-
-
Christiaan Janssen authored
Task-number: QTCREATORBUG-4405 Reviewed-by: Kai Koehne
-
- Apr 13, 2011
-
-
hjk authored
-
- Apr 12, 2011
-
-
Tom Sutcliffe authored
-
- Mar 30, 2011
-
-
Kai Koehne authored
Reviewed-by: hjk
-
- Mar 28, 2011
-
-
Kai Koehne authored
Remove leading slash.
-
- Mar 24, 2011
-
-
Christiaan Janssen authored
Reviewed-by: hjk
-
Christiaan Janssen authored
Reviewed-by: hjk
-
- Mar 02, 2011
-
-
Kai Koehne authored
Reviewed-by: Christiaan Janssen
-
Friedemann Kleint authored
-
- Mar 01, 2011
-
-
Friedemann Kleint authored
Remove duplicated message, fix WinGuiProcess' messages.
-
- Feb 25, 2011
-
-
Friedemann Kleint authored
-
- Feb 24, 2011
-
-
Kai Koehne authored
-
- Feb 23, 2011
-
-
Kai Koehne authored
Setting up the debugger connection might fail for a couple of reasons. Check the application output to show the user a more detailed error message. Reviewed-by: hjk
-
hjk authored
-
- Feb 17, 2011
-
-
Friedemann Kleint authored
Move tooltip-request handling from DebuggerPlugin into DebuggerToolTipManager. Request tooltip only if position changed and close standard tooltip on success.
-
- Feb 16, 2011
-
-
Kai Koehne authored
-
Kai Koehne authored
Task-number: QTCREATORBUG-3795
-
Kai Koehne authored
-
- Feb 14, 2011
-
-
Friedemann Kleint authored
-
- Feb 11, 2011
-
-
Christian Kandeler authored
In general, at least. Does not actually stop at breakpoints yet.
-
Friedemann Kleint authored
Replace old debugger tooltip by a new ToolTipManager which has a list of AbstractDebuggerToolTipWidget with the functionality to 'acquire' an engine (display its data) and 'release' it (store engine data and display them as 'previous') and serialization to XML session data. DebuggerTreeViewToolTipWidget implements AbstractDebuggerToolTipWidget for tree model acting as a filter on watch models. Rubber-stamped-by: hjk
-
- Feb 09, 2011
-
-
hjk authored
Reviewed-by: con
-
- Feb 08, 2011
-
-
Kai Koehne authored
Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
Print the path of the executable and command line arguments, just like we do for the Run action.
-