- Nov 08, 2010
-
-
Jarek Kobus authored
-
Jarek Kobus authored
Task-number: QTCREATORBUG-2110
-
Pawel Polanski authored
-
hjk authored
-
hjk authored
-
Tobias Hunger authored
Task-number: QTCREATORBUG-2990
-
Kai Koehne authored
Reviewed-by: Bill King
-
Kai Koehne authored
Qml debugging is now disabled by default, and has to be enabled explicitly (b2016bbfc9). This has to be done before the QDView/QDEngine is instantiated ... The patch introduces a static create method to QmlApplicationViewer, so that the setup can be hidden from the users main file.
-
Bill King authored
-
Bill King authored
-
- Nov 05, 2010
-
-
Pawel Polanski authored
-
Christian Kandeler authored
-
Christian Kandeler authored
-
Leandro Melo authored
Reviewed-by: ckamm
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Christian Kamm authored
Reviewed-by: Friedemann Kleint
-
- Nov 04, 2010
-
-
Oswald Buddenhagen authored
Conflicts: share/qtcreator/templates/qmlapp/app.pro src/plugins/plugins.pro src/plugins/qt4projectmanager/qt4project.h src/plugins/qt4projectmanager/qt4projectmanager_dependencies.pri
-
con authored
The Qt4 project manager was unnecessarily linking against the QML JS editor plugin. Reviewed-by: dt
-
Pawel Polanski authored
Task-number: QTCREATORBUG-2846
-
Christian Kamm authored
Task-number: QTCREATORBUG-2994
-
dt authored
Task-Nr: QTCREATORBUG-3001
-
hjk authored
Reviewed-by: Friedemann Kleint Reviewed-by: Pawel Polanski
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Acked-By: hjk
-
Friedemann Kleint authored
-
Christian Kandeler authored
Task-number: QTCREATORBUG-2993
-
Friedemann Kleint authored
Remove actions from debugger plugin as they are not directly usable. Create additional actions in context menu. Move some code around to find the current editor.
-
hjk authored
-
Thomas Hartmann authored
There was a bug in the sibling margin for the bottom anchor. Also, disabling width/height in the property editor only makes sense, if both anchors (top/left or op/bottom) are set. Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
Refactoring only works of old and newId are not empty, otherwise we just fall back and use the model Task-number: QTCREATORBUG-2953 Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
We have to set the cursor on Mac OS X manually in enter and leave events. Task-number: QTCREATORBUG-2622 Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
The ComboBox needs more space on Mac OS X, so I increased the margins in the layouts. Task-number: QTCREATORBUG-2624 Reviewed-by: Kai Koehne
-
hjk authored
Iterating through gdb.Frame.blocks() also yields function-local struct definitions that cause later errors when attempting to use them as local variable. This is arguably a gdb issue as it is inconsistent with the result of plain old "info locals" output. Reviewed-by: Friedemann Kleint
-
Christian Kandeler authored
Task-number: QTCREATORBUG-2705
-
Friedemann Kleint authored
Do not pass around flags QFlags by const-reference.
-
hjk authored
-
hjk authored
-