- Nov 23, 2010
-
-
Kai Koehne authored
Incorporate into qmljsdebugger-lib.pri Task-number: QTCREATORBUG-2951
-
- Nov 12, 2010
-
-
Christian Kamm authored
This allows using the qmlviewer of a Simulator Qt version. It also builds and uses the qmlobserver when debugging. Reviewed-by: Kai Koehne
-
- Nov 11, 2010
-
-
Kai Koehne authored
I wasn't able to get it working on Mac OS X: Putting it on top of the QGraphicsView doesn't work because Cocoa doesn't allow a widget to be on top of OpenGL viewport. Embedding it as a QGraphicsProxyWidget produces lots of Cocoa warnings (raster engine related). Anyhow, the same widget shows up in the Debugger/Observer tab of Qt Creator. Reviewed-by: Lasse Holmstedt
-
- Oct 08, 2010
-
-
Kai Koehne authored
The specified images in the resources weren't part of the qmlobserver, and therefore 'tinting' then resulted in QPainter errors. Task-number: QTCREATORBUG-2562 Reviewed-by: Lasse Holmstedt
-
Friedemann Kleint authored
- Report errors correctly. - Do not pass empty target argument to qmake - Give 'make' a longer timeout and change timeout checking to trigger after last output line was obtained from process - Make build log dialog non-modal and ensure it pops up on failure even if a different Qt version was selected in-between - Disable Rebuild-button while build is running. Reviewed-by:
Kai Köhne <kai.koehne@nokia.com> Reviewed-by:
Lasse Holmstedt <lasse.holmstedt@nokia.com>
-
- Oct 05, 2010
-
-
Friedemann Kleint authored
-
- Oct 04, 2010
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-2575 Reviewed-by: Kai Koehne
-
Christian Kamm authored
Task-number: QTCREATORBUG-2563 Reviewed-by: Kai Koehne
-
- Oct 01, 2010
-
-
Kai Koehne authored
Copy over the private header files to creator source tree, along the lines of the what the designer plugin does. Reviewed-by: Christiaan Janssen
-
- Sep 30, 2010
-
-
Kai Koehne authored
The location private includes might still change with 4.7.1 . Better check the qt version string. Reviewed-by: Lasse Holmstedt
-
- Sep 29, 2010
-
-
Lasse Holmstedt authored
Moved qmljsdebugger to a dir under qml/, made qmlobserver compile without creator dependencies and made it compile with debugging helpers. Reviewed-by: hjk
-