- Nov 17, 2010
-
-
Friedemann Kleint authored
Skip multiple left-boxes (mobile section). Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com> Rubber-stamped-by: dt Task-number: QTCREATORBUG-3118
-
Thomas Hartmann authored
Since Actions like copy/paste and delete interfiere with controls like LineEdit, I added a special context for the form editor. Now copy/paste/delete on the Qml items are only registered for the form editor context and copying the contens of a LineEdit will not lead to copy an item instead, anymore. Reviewed-by: Kai Koehne
-
Tobias Hunger authored
Fix pathes for Nokia Qt SDK: * Set SBS path in one location only * Fix up perl path * Set path to CMD on windows. Both ABLD and SBSv2 actually need this. * Set GCC path only if the directory actually exists These fixes allow for building both ABLD and SBSv2 based projects in a clean environment. Reviewed-by: Tim Jenssen
-
Leandro Melo authored
The brief description was not being shown. The help id for a QML element is something like QML.Item while the extraction mark is simply Item. Reviewed-by: Thomas Hartmann Reviewed-by: con
-
- Nov 16, 2010
-
-
Kai Koehne authored
The QmlObserver relies on installing an event handler on the graphicsview viewport, to get e.g. Mouse events. QmlObserver on Mac OS X switches the viewport later on to a QGLViewPort, when QmlObserver has already been set up ... Make QmlObserver aware of this by listening to the ChildRemoved event that will be signalled in this case. Task-number: QTCREATORBUG-2892 Reviewed-by: Lasse Holmstedt
-
Christian Kamm authored
Task-number: QTCREATORBUG-3097 Reviewed-by: con
-
- Nov 15, 2010
-
-
Oswald Buddenhagen authored
-
con authored
The fixed size buttons were too big on Mac. Task-number: QTCREATORBUG-3098 Reviewed-by: Jens Bache-Wiig
-
Tobias Hunger authored
Allow the installer to specify the SBS v2 directory. Reviewed-by: Tim Jenssen
-
Tobias Hunger authored
Provide a field in the symbian Qt version to set up the SBSv2 build system. Reviewed-by: dt
-
Christian Kandeler authored
We must not call updateFilterPage() when the "Options" dialog is not currently open. Without this patch, Creator will crash on a documentation update if that dialog has been opened at least once and is currently closed. Reviewed-by: kh1 Reviewed-by: con
-
- Nov 12, 2010
-
-
Kai Koehne authored
Unify the original qml file generated by Qt Quick UI / Qt Quick Application wizards. Use a default size of 360x360. Furthermore, add a MouseArea such that clicking on the app will close it (demonstrating the use of Qt.quit()). Reviewed-by: Alessandro Portale
-
Christian Kamm authored
This allows using the qmlviewer of a Simulator Qt version. It also builds and uses the qmlobserver when debugging. Reviewed-by: Kai Koehne
-
Pawel Polanski authored
Task-number: QTCREATORBUG-3016
-
Leandro Melo authored
This was added in the case we start shipping some of the Kate XMLs (still a pending decision), which should be placed in this dir. However, this causes a warning when loading qtcreator.pro with master branch version. So I'll removed it. If we really ship the files it should be re-added and also the installer notified. Reviewed-by: con
-
Leena Miettinen authored
-
Leena Miettinen authored
Task-number: QTCREATORBUG-3074 Reviewed-by: Olivier Goffart
-
- Nov 11, 2010
-
-
Thomas Hartmann authored
The protype chain is cached in m_prototypes, but the type might have changed. We have to check for this case. Reviewed-by: Lasse Holmstedt
-
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
-
- Nov 10, 2010
-
-
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
-
- Nov 09, 2010
-
-
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
-
- Nov 08, 2010
-
-
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
-
- Nov 05, 2010
-
-
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.
-