- 30 Jul, 2010 4 commits
-
-
Alessandro Portale authored
And also prevent a 0-size if the Qml document does not specify width/height.
-
Lasse Holmstedt authored
Now the style is something similar to Qt Creator's default coloring.
-
Alessandro Portale authored
Using the QMAKE_BUNDLE_DATA variable to copy the data into the Resource directory in the application bundle.
-
Pawel Polanski authored
-
- 29 Jul, 2010 19 commits
-
-
Alessandro Portale authored
-
Alessandro Portale authored
-
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
-
- 28 Jul, 2010 17 commits
-
-
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
-