- Nov 22, 2010
-
-
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 18, 2010
-
-
Daniel Molkentin authored
Reviewed-by: dt
-
Daniel Molkentin authored
Reviewed-by: dt
-
- Nov 17, 2010
-
-
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
-
- Nov 15, 2010
-
-
Oswald Buddenhagen authored
-
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
-
- Nov 12, 2010
-
-
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
-
- Nov 11, 2010
-
-
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
-
- Nov 10, 2010
-
-
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
-
-
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
-
- Nov 08, 2010
-
-
Christian Kandeler authored
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
-
Christian Kandeler authored
Reviewed-by: Thorbjørn Lindeijer
-
- Nov 05, 2010
-
-
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
-
- Nov 04, 2010
- Nov 03, 2010
-
-
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
-
- Nov 02, 2010
-
-
con authored
-
- Nov 01, 2010
-
-
Alessandro Portale authored
- Renaming the screen orientation enum and keys - Explicit constructors - Virtual destructors - Renamed some occurences of 'Qml' in comments to 'QML' - Adding descriptive comments to all generated files which should not be touched by the user. - Adding missing license headers to the qmljsdebugger sources Task-Number: QTCREATORBUG-2885 Reviewed-by: Friedemann Kleint Reviewed-by: dt
-
- Oct 28, 2010
-
-
Christian Kandeler authored
The time stamp check must descend into directories. Task-number: QTCREATORBUG-2920 Reviewed-by: con
-
- Oct 27, 2010
-
-
Daniel Molkentin authored
Reviewed-by: Niels Weber
-
Daniel Molkentin authored
Also center images, don't scale, and be less jumpy on startup Reviewed-By: con
-
- Oct 26, 2010
-
-
Christian Kamm authored
Fixes f1fb0bdd. Reviewed-by: Kai Koehne (cherry picked from commit 528999d5)
-
Friedemann Kleint authored
Set complete build environment (MinGW). Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com> Task-number: QTCREATORBUG-2883 (cherry picked from commit f1fb0bdd)
-
Christian Kamm authored
Fixes f1fb0bdd. Reviewed-by: Kai Koehne
-
Christian Kandeler authored
QTCREATORBUG-2890 Reviewed-by: dt
-
Friedemann Kleint authored
Set complete build environment (MinGW). Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com> Task-number: QTCREATORBUG-2883
-
- Oct 25, 2010
-
-
Sergey Belyashov authored
Adjusting the source in all affected translations as well. Merge-request: 192 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Kai Koehne authored
qmldump works fine with 4.7.0 (as long as private headers are available). Reviewed-by: ckamm
-
Kai Koehne authored
The information about a Qt version (including the debugging helper paths) is cached. Invalidate the cache after all the debugging helpers have been built, such that the following icon updates actually get the latest information. We do invalidate the cache already before the compilation of the debugging helpers have started, but QmlDumperTool::canBuild then triggers a refill of the cache, at a time where the qmldump executable has not yet been created. Reviewed-by: Friedemann Kleint Task-number: QTCREATORBUG-2807
-
dt authored
Reviewed-By: con Task-Nr: QTCREATORBUG-2729
-
dt authored
Reviewed-By: hunger
-
dt authored
Reviewed-By: hunger
-
- Oct 22, 2010
-
-
Daniel Molkentin authored
Reviewed-By: con
-
- Oct 21, 2010
-
-
Friedemann Kleint authored
Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Friedemann Kleint authored
In Debugger and WelcomePageWidget. Reviewed-by:
Daniel Molkentin <daniel.molkentin@trolltech.com>
-
Christian Kandeler authored
"gdbserver started" does not necessarily mean "gdbserver has opened its port". Reviewed-by: Tobias Hunger
-