- Nov 05, 2010
-
-
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
-
Oswald Buddenhagen authored
-
Bill King authored
-
- Nov 03, 2010
-
-
Oswald Buddenhagen authored
... instead of running a sed script over a lot of files on each version increment.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
- unify unix and windows paths - on windows: - we don't need to care for trailing backslashes, as we never append directly to quoted strings - simplify, as this doesn't need to be fast. unfortunately, it's impossible to use ret.replace(QRegExp(QLatin1String("(\\\\*)$")), QLatin1String("\"\\1")); as that matches foo\ twice (once one backslash and once an empty string).
-
Christian Kandeler authored
Probably fixed some subtle error handling bugs along the way. Task-number: QTCREATORBUG-2705
-
Christian Kandeler authored
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-2975
-
Kai Koehne authored
Qml Debugging requires 4.7.1, and the path of qmljsdebugger being specified on the command line. Just disable debugging if this isn't the case instead of bailing out an error. Reviewed-by: dt
-
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 ... Reviewed-by: Alessandro Portale
-
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. Reviewed-by: Alessandro Portale
-
Friedemann Kleint authored
- Remove non-executable entries on reading (check only absolute paths since path search is too expensive). - Make sure gdb binary settings are not written out unless the user really changes them. Reviewed-by:
aep <arvid.picciani@nokia.com> Acked-By: hjk Reviewed-by:
Tim Jenssen <tim.jenssen@nokia.com>
-
Tobias Hunger authored
Krazy was complaining about this. Reviewed-by: Friedemann Kleint
-