- Nov 26, 2010
-
-
Christian Kandeler authored
-
Christian Kandeler authored
Don't hardcode PNG format.
-
Christian Kandeler authored
-
Christian Kandeler authored
Don't waste time going through the Qt4ProFileNodes.
-
- Nov 25, 2010
-
-
Christian Kandeler authored
Reviewed-by: kh1
-
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
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
-
Christian Kandeler authored
Reviewed-by: kh1
-
Christian Kandeler authored
-
Christian Kandeler authored
-
Pawel Polanski authored
Task-number: QTCREATORBUG-3176 Reviewed-by: Tobias Hunger
-
Pawel Polanski authored
-
Tobias Hunger authored
Improve qmake parser to handle yet another way it marks up warnings. Add unit test for this case.
-
- Nov 24, 2010
-
-
Christian Kandeler authored
-
Christian Kandeler authored
-
Tobias Hunger authored
-
Tobias Hunger authored
Wharn when qmake patches sis files to make them compatible with self-signing. Task-number: QTCREATORBUG-2403 Reviewed-by: Pawel Polanski
-
Tobias Hunger authored
Clean up passphrase dialog to get rid of warnings at runtime. While at it: Make sure we do not get an empty passphrase. Reviewed-by: Pawel Polanski
-
Tobias Hunger authored
Reviewed-by: Pawel Polanski
-
Christian Kandeler authored
Ensure that the desktop files we deploy contain the right path to the executable. Reviewed-by: kh1
-
Jarek Kobus authored
Task: QTCREATORBUG-1297 RevBy: dt <qtc-committer@nokia.com>
-
- Nov 23, 2010
-
-
Kai Koehne authored
Incorporate into qmljsdebugger-lib.pri Task-number: QTCREATORBUG-2951
-
Tobias Hunger authored
* Warn on spaces in the project path * Warn on special characters in the project name only This should stop warnings from appearing when trying to run the Qt demos on symbian.
-
- Nov 22, 2010
-
-
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
-
dt authored
-
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
-
Pawel Polanski authored
Task-Number: QTCREATORBUG-3100 Reviewed-by: Tobias Hunger
-
Pawel Polanski authored
Reviewed-by: Tobias Hunger
-
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
-
-
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
-