- Nov 22, 2010
-
-
dt authored
-
Pawel Polanski authored
Task-Number: QTCREATORBUG-3100 Reviewed-by: Tobias Hunger
-
Pawel Polanski authored
Reviewed-by: Tobias Hunger
-
- Nov 19, 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
-
-
dt authored
-
dt authored
Task-Nr: QTCREATORBUG-3014 Task-Nr: QTCREATORBUG-2821
-
Daniel Molkentin authored
Reviewed-by: dt
-
Daniel Molkentin authored
Reviewed-by: dt
-
- Nov 17, 2010
-
-
Christian Kandeler authored
At some point, we thought it was necessary, but apparently it's not. Reviewed-by: kh1
-
Christian Kandeler authored
Reviewed-by: Oswald Buddenhagen Reviewed-by: kh1 Reviewed-by: dt
-
Oswald Buddenhagen authored
do not inject SOURCEDIR and BUILDDIR into the environment of build steps and run configurations any more. instead, all custom executable paths, argument lists and working directories now support the %{sourceDir} and %{buildDir} macros. this approach is more elegant and more scalable.
-
Oswald Buddenhagen authored
get away from argument stringlists. instead, use native shell command lines which support quoting/splitting, environment variable expansion and redirections with well-understood semantics. Task-number: QTCREATORBUG-542 Task-number: QTCREATORBUG-1564
-
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
-
Christian Kandeler authored
(Instead of the initial system environment.) Reviewed-by: kh1
-
- Nov 16, 2010
-
-
Alessandro Portale authored
(In QtCreator the wizard would take care of that.)
-
kh1 authored
Task-number: QTCREATORBUG-3090 Reviewed-by: ck
-
- 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
-
-
dt authored
Since all the debuggers are implemented in the debuggerplugin, that's a natural place to put the action.
-
Oswald Buddenhagen authored
there is no point in doing it, as it is equivalent with m_userWorkingDirectory being non-empty. this code is consistent with CMakeRunConfiguration.
-
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
-
Jarek Kobus authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
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
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
Christian Kandeler authored
Save all relevant information at run control creation time, so we can re-run even without a project. Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=203698
-
- Nov 10, 2010
-
-
Jarek Kobus authored
Reviewed-by:
dt <qtc-committer@nokia.com> Task-number: QTCREATORBUG-2378
-
hjk authored
There's some 'external' and some 'internal' part now. Other plugins are only supposed the external interface.
-
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
-
Christian Kamm authored
Task-number: QTCREATORBUG-2986 Reviewed-by: Roberto Raggi
-
Pawel Polanski authored
Task-number: QTCREATORBUG-3016
-
- Nov 08, 2010
-
-
Christian Kandeler authored
Reviewed-by: dt
-
Christian Kandeler authored
Normally, we print a debug message about INSTALLS += var with var.files being empty. Don't do this if var.CONFIG contains "no_check_exist".
-
Kai Koehne authored
I didn't manage to find one regular expression that matches both lines with and without column correctly. Instead use two distinct ones ... Task-number: QTCREATORBUG-3022
-
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
-
Jarek Kobus authored
-
Christian Kandeler authored
Reviewed-by: Thorbjørn Lindeijer
-
Jarek Kobus authored
Task-number: QTCREATORBUG-2110
-