- 11 Nov, 2010 3 commits
-
-
Christian Kandeler authored
They don't support that currently, so we should not offer it. Quick fix for 2.1 release. Debuggers should be fixed instead. Reviewed-by: dt
-
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
-
Kai Koehne authored
Fix the artifacts when the annotations contain a multi-line string. Task-number: QTCREATORBUG-2889 Reviewed-by: erikv
-
- 10 Nov, 2010 4 commits
-
-
Leandro Melo authored
It was being reset based on the highlighter definitions. Consider some refactoring with the related options as well to avoid overriding user's settings. Done-with: Thorbjorn Lindeijer
-
Thomas Hartmann authored
Since all units in qml are usually pixels and mobile devices usually have much higher dpi than desktop screens, specifing font sizes in points is usually not what a user wants to do. Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
This patch solves minor usablity issues in the gradient editing. Reviewed-by: Lasse Holmstedt
-
Christian Kandeler authored
Quick fix for 2.1. Proper fix is to copy all relevant information at run control creation time. Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=203698 Reviewed-by: dt
-
- 09 Nov, 2010 5 commits
-
-
Thomas Hartmann authored
Reviewed-by: Kai Koehne
-
Leandro Melo authored
This leaves the code prepared if we decide to ship some of the Kate XMLs (still a pending decision). In this case the installer needs to be "notified" and the Kate files put in the repo. An addition check for actual XML files in the searched directories is also added. Reviewed-by: con Reviewed-by: Thorbjorn Lindeijer
-
Christian Kamm authored
Fixes trying to build qmldump for device Qt versions and removes the follow-up warning about it not being possible. Task-number: QTCREATORBUG-3046 Reviewed-by: Lasse Holmstedt Reviewed-by: Kai Koehne
-
Jarek Kobus authored
-
Kai Koehne authored
Use the copy of the qdeclarativedebughelper_p.h that we have in qtcreator instead. Reviewed-by: Christiaan Janssen
-
- 08 Nov, 2010 7 commits
-
-
Christian Kandeler authored
Reviewed-by: dt
-
Alessandro Portale authored
Call the new QmlApplicationViewer::showExpanded(); Task-Number: QTCREATORBUG-2979 Reviewed-By: dt
-
Kai Koehne authored
Try to map absolute paths pointing to files in shadow build directory / on the device to the respective files in the project directory. Task-number: QTCREATORBUG-2371 Reviewed-by: dt
-
Erik Verbruggen authored
Check if the output directory is different from the source dir. If so, do the copying magic (shadow build), otherwise skip it (in-source build). Task-number: QTCREATORBUG-3034 Reviewed-by: Alessandro Portale Reviewed-by: Oswald Buddenhagen
-
Christian Kandeler authored
Reviewed-by: Thorbjørn Lindeijer
-
Thomas Hartmann authored
We have to check if an AuxiliaryData actually exists. Reviewed-by: Kai Koehne
-
Roberto Raggi authored
Reviewed-by: Erik Verbruggen
-
- 05 Nov, 2010 5 commits
-
-
Kai Koehne authored
This reverts accidentally pushed commit 4f33fbc2.
-
Kai Koehne authored
Qml Applications by default copy the qml files into XX.app/Contents/Resources in the shadow build directory. Take this into account when trying to find the files in the source directory. Reviewed-by: Alessandro Portale
-
Kai Koehne authored
Seems that mouse events aren't sent through the viewport on Mac OS X.
-
Daniel Molkentin authored
Task-number: QTCREATORBUG-2984 Reviewed-by: dt
-
Thorbjørn Lindeijer authored
Scroll per pixel is nicer and highlighting sections is not useful. Elide mode is now set in the UI file. Also, set a minimum height so that it doesn't go too small. Reviewed-by: Christian Kandeler
-
- 04 Nov, 2010 9 commits
-
-
Daniel Molkentin authored
Reviewed-by: dt
-
con authored
The Qt4 project manager was unnecessarily linking against the QML JS editor plugin. Reviewed-by: dt
-
dt authored
Task-Nr: QTCREATORBUG-3001
-
hjk authored
Reviewed-by: Friedemann Kleint Reviewed-by: Pawel Polanski
-
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
-
- 03 Nov, 2010 3 commits
-
-
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
-
- 02 Nov, 2010 4 commits
-
-
con authored
-
Thomas Hartmann authored
Deleting an items might have a side effect that turns the qml code invalid. (e. g. alias properties) We catch this an show a proper error message. Task-number: QTCREATORBUG-2973 Reviewed-by: Kai Koehne
-
con authored
-
con authored
-