- Dec 02, 2010
-
-
con authored
-
- Nov 30, 2010
-
-
Daniel Molkentin authored
Task-number: QTCREATORBUG-3160 Reviewed-by: con
-
- Nov 26, 2010
-
-
Thomas Hartmann authored
The current Qt Version might be build with mingw or even be a Symbian or Maemo target. This patch ensures that we do not try to load a plugin from the configured Qt Version anymore. Instead we only load plugins provided by Qt Creator or plugins which are specified by: QML_IMPORT_PATH Reviewed-by: Kai Koehne Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Reviewed-by: owolff Reviewed-by: Kai Koehne
-
- Nov 25, 2010
-
-
con authored
Local executable is put into a different folder (always 'armv5' despite it being a 'gcce' build, changed in qmake), and the symbol file is named 'foo.exe.sym' instead of 'foo.sym'. Done-by: Friedemann Kleint Reviewed-by: Pawel Polanski
-
con authored
-
Sergey Belyashov authored
Merge-request: 222 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Kai Koehne authored
Hotfix for Qt Quick Applications: Try to open the original file by stripping "X.app/Contents/Resources" from the path. Reviewed-by: Christiaan Janssen
-
- Nov 24, 2010
-
-
Leena Miettinen authored
Reviewed-by: Alessandro Portale
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
Leena Miettinen authored
Reviewed-by: Robert Loehning
-
Leena Miettinen authored
Reviewed-by: Robert Loehning
-
- Nov 23, 2010
-
-
Christian Kandeler authored
The mode we currently use is super paranoid about prime checking, resulting in an unacceptably long key creation time of several minutes. Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=200657 Reviewed-by: kh1 Reviewed-by: dt
-
Leena Miettinen authored
Task-number: QTCREATORBUG-3092 Reviewed-by: Thomas Hartmann Reviewed-by: Carsten Owerfeldt
-
Leena Miettinen authored
Task-number: QTCREATORBUG-3139 Reviewed-by: con
-
Leena Miettinen authored
Task-number: QTCREATORBUG-2925 Reviewed-by: Daniel Molkentin
-
Leena Miettinen authored
Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
Removing a property from a Flipabke back or front property resulted in a crash, because the offset of UiObjectBinding was not handled correctly. The left hand side of the binding is not part of the node anymore. Reviewed-by: Kai Koehne
-
- Nov 22, 2010
-
-
Daniel Molkentin authored
Reviewed-by: Alessandro Portale
-
Tobias Hunger authored
Unset SBS_HOME when none is needed. This prevents SBS from getting confused about where its dependencies are located. Task-number: QTCREATORBUG-3145 Reviewed-by: Alessandro Portale
-
Kai Koehne authored
Buffer update calls to the project tree. Otherwise large updates (e.g. renaming a directory) will block QtCreator for up to several minutes. Reviewed-by: ckamm
-
Friedemann Kleint authored
used by CDB debugger tooltip (introduced by A 354b9712). Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com> Rubber-stamped-by: dt
-
dt authored
Ignore folders from cumulative parse, we are recursively enumerating all the files from those folders and add watchers for them, that's too dangerous if we get the foldrs wrong and enumerate the whole project tree multiple times. Task-Nr: QTCREATORBUG-3104 Reviewed-By: con Reviewed-By: Alessandro Portale
-
Kai Koehne authored
Requested-by: Maurice Kalinowski
-
Alessandro Portale authored
The template .pri file of the "Qt Quick Application" and "Qt Mobile Application" wizards linked against eiksrv when locking the screen orientation. That is however not necessary. The real problem is that eiksrv does not get shipped with the Symbian^1 SDK in Nokia Qt SDK 1.0/1.1. Therefore, the innecessary link attempt even fails. This patch removes the -leiksrv and bumps the version for the template. Cherrypicking into qtcreator/2.1 is highly recommended. Task-Number: QTCREATORBUG-3142 Task-Number: QTSDK-194
-
- Nov 19, 2010
-
-
Leena Miettinen authored
Reviewed-by: Oswald Buddenhagen
-
Leena Miettinen authored
Reviewed-by: Oswald Buddenhagen
-
Leena Miettinen authored
Reviewed-by: Oswald Buddenhagen
-
- Nov 18, 2010
-
-
Oswald Buddenhagen authored
-
Leandro Melo authored
Reviewed-by: con
-
Daniel Molkentin authored
Reviewed-by: dt
-
Daniel Molkentin authored
Reviewed-by: dt
-
- Nov 17, 2010
-
-
Sergey Belyashov authored
Merge-request: 220 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
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
-