- Sep 20, 2010
-
-
Lasse Holmstedt authored
Adapt to latest changes in qt.git (commit a9e5329168c) Reviewed-by: kkoehne
-
- Sep 16, 2010
-
-
Christian Kandeler authored
Reviewed-by: kh1
-
- Sep 15, 2010
-
-
Kai Koehne authored
Don't force users to inherit from QDeclarativeDesignView. Instead we're using now event filters to let a user attach a QDeclarativeViewObserver object to a QDeclarativeDesignView.
-
- Sep 14, 2010
-
-
Friedemann Kleint authored
-
- Sep 13, 2010
-
-
Friedemann Kleint authored
namespace (from Debugger::Internal) as they are exported classes. Introduce private classes to avoid exposing private JS debugger headers.
-
Friedemann Kleint authored
Reviewed-by: hjk Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- Sep 10, 2010
-
-
hjk authored
-
- Sep 08, 2010
-
-
Lasse Holmstedt authored
Without doing some magic for the filenames, we go to shadow build files instead of the real ones, resulting in confusion. The user should never see the shadow build files while debugging. Reviewed-by: hjk
-
Christian Kandeler authored
Reviewed-by: Lasse Holmstedt
-
- Sep 03, 2010
-
-
Kai Koehne authored
Reviewed-by: dt
-
- Aug 31, 2010
-
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
It did more harm than good. Now, the auto detection is only done on run control change - this is something that Creator could also remember.
-
- Aug 27, 2010
-
-
hjk authored
-
Lasse Holmstedt authored
Reviewed-by: hjk
-
- Aug 25, 2010
-
-
Lasse Holmstedt authored
Got lost in a merge.
-
- Aug 24, 2010
-
-
Lasse Holmstedt authored
Reviewed-by: hjk
-
Lasse Holmstedt authored
A new debugger engine, QmlCppEngine, is introduced, which wraps gdb and qml engines into one. Alternatively, if using Windows, Cdb is used instead of Gdb. Most of the debugger ui switcher is now rewritten, and it is tailored for the QML and CPP layout case, the only one supported anyway. Reviewed-by: hjk
-
Friedemann Kleint authored
Make sure DebuggerRunner::finished() is always connected to handleFinished() (even for subclassed DebuggerRunners). Add some more debugging information.
-
Friedemann Kleint authored
...which subclasses DebuggerRunner and does not call DebuggerPlugin::startDebugger(), which connects the engine, leading to strange malfunctions. Move functionality to DebuggerRunner::start() to make it self-contained. Add object names to engines for easier debugging. Reviewed-by: hjk
-
- Aug 20, 2010
-
-
Friedemann Kleint authored
As it created 2 output panes that could be closed indepently of each other.
-
Friedemann Kleint authored
Fix breakage introduced by the new asynchronous stop() methods of the debugger run controls. Allow for RunControl::stop() to be asynchronous by introducing a return enumeration indicating that. Introduce additional method aboutToStop() asking user to quit (tie that to the RunControl instead of having to hack the behaviour elsewhere). If asynchronous stop is detected, terminate the ProjectExplorer asynchronously. This makes the behaviour consistent across switching sessions/ closing outputwindow tabs and quitting Qt Creator. Reviewed-by: dt Rubber-stamped-by: hjk
-
- Aug 13, 2010
-
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
Now, QmlEngine creates the connection to the inferior (debuggee), and notifies QmlInspector when a connection is established. Before, inspector created the debugger engin, which was wrong. QmlEngine's responsibilities are connecting to the debuggee and basic QML/JS debugging features like locals & watchers, breakpoints etc. QmlInspector takes care of Live Preview and other fancy inspection features. Reviewed-by: hjk
-
- Aug 10, 2010
-
-
Olivier Goffart authored
Removed the CanvasFrameRate class as it is not used, and depends on private Qt API
-
- Aug 09, 2010
-
-
Kai Koehne authored
Don't try to compile the qml debugger backend (which needs private headers from Qt) if private headers cannot be located. Reviewed-by: hjk
-
- Jul 22, 2010
-
-
hjk authored
-
- Jul 21, 2010
-
-
hjk authored
Still does not work as the location itself is unknown.
-
- Jul 20, 2010
- Jul 02, 2010
-
-
hjk authored
-
- Jun 30, 2010
-
-
hjk authored
-
- Jun 25, 2010
-
-
Friedemann Kleint authored
Added adapter to work with TCF over WLAN. Factor out common code for Symbian from TrkAdapter. Improve message logging in TrkGdbAdapter, some cleanup. Added new TcfTrkGdbAdapter based on TcfTrkDevice in symbianutils based on JSON, using QTcpSocket. To be started via special @tcf@ argument. Rubber-stamped-by: hjk
-
- Jun 23, 2010
- Jun 22, 2010
-
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
-
hjk authored
-