- Jul 29, 2010
-
-
con authored
Use the right painting methods to make it look good, and also make (de-)selecting all subitems of a node possible.
-
Roberto Raggi authored
-
Roberto Raggi authored
-
ck authored
-
ck authored
Reviewed-by: kh1
-
Lasse Holmstedt authored
The problem was that qtLibraryTarget only works for libraries (see mkspecs/features/qt_functions.prf), not apps. Additionally, because we now have an app bundle inside an app bundle for OS X, the install name of the library has to be manually modified. Reviewed-by: con
-
kh1 authored
Task-number: QTCREATORBUG-1663 Reviewed-by: ck
-
kh1 authored
Reviewed-by: ck
-
Olivier Goffart authored
A copy of the client debugging code is made in src/libs/qmljsdebugclient/ (this comes from the qt code from commit 65642dd343bf61) So the qmljsinspector plugin does not require anymore Qt private headers.
-
Olivier Goffart authored
-
Erik Verbruggen authored
-
Lasse Holmstedt authored
-
Erik Verbruggen authored
-
Lasse Holmstedt authored
QMLObserver links against the library dynamically. User's apps can also link to it statically, so that the app can be deployed with debugging features to a device, without having to worry about library deployment.
-
Olivier Goffart authored
-
ck authored
-
ck authored
This subtle bug would lead to weird behavior of QComboBox on Windows. Reviewed-by: kh1
-
- Jul 28, 2010
-
-
Erik Verbruggen authored
-
Leandro Melo authored
-
ck authored
Task-number: QTCREATORBUG-1961 Reviewed-by: kh1
-
ck authored
We now react to the build directory being changed. Reviewed-by: kh1
-
dt authored
Reviewed-By: Erik Verbruggen
-
dt authored
Reviewed-By: Erik Verbruggen
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
Fixes issues with reloading freezing on Gnome
-
ck authored
-
ck authored
-
kh1 authored
-
Christian Kamm authored
Conflicts: share/qtcreator/qml-type-descriptions/qml-builtin-types.xml src/plugins/debugger/stackhandler.cpp src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationstep.cpp
-
Christian Kamm authored
Fix for 14686acb with corrected qmldump.
-
Christian Kamm authored
They would need special treatment, like the Qml extended objects. The issue is they lead to two meta objects with the same classname and the dumper can't handle that. (cherry picked from commit 206c190e)
-
Christian Kamm authored
(cherry picked from commit 619d50f0)
-
Robert Loehning authored
Task-number: QTBUG-12057 Reviewed-by: Alessandro Portale
-
Christian Kamm authored
For Qt 4.7 rev 953e91c582cd396082250748e4c4d8424292c1de
-
Olivier Goffart authored
-
ck authored
Reviewed-by: Alessandro Portale
-
ck authored
Reviewed-by: Oswald Buddenhagen
-
Christian Kamm authored
Task-number: QTCREATORBUG-1919
-
Erik Verbruggen authored
-