- 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
-
Roberto Raggi authored
-
Friedemann Kleint authored
-
Roberto Raggi authored
Well, this is just a temporary hack :)
-
Roberto Raggi authored
-
hjk authored
-
hjk authored
Formatting of disassembler view took too much time.
-
hjk authored
-
hjk authored
This was used to enhance the user experience in the gdb/MI (non-python) days as the location marker was shown faster. This does not seem to make much of a difference anymore. Removal also avoids the "show disassembly first, source next" flicker.
-
- Nov 18, 2010
-
-
dt authored
-
hjk authored
-
hjk authored
-
Christian Kandeler authored
It was a quick fix for 2.1, but we want a real solution. (See QTCREATORBUG-3073.)
-
dt authored
Task-Nr: QTCREATORBUG-3014 Task-Nr: QTCREATORBUG-2821
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
-
hjk authored
-
kh1 authored
-
hjk authored
-
hjk authored
-
con authored
Was introduced by the fix for QTCREATORBUG-965 Task-number: QTCREATORBUG-3116 Reviewed-by: dt
-
Friedemann Kleint authored
Introduce convention '<>10 items>' meaning <more than 10 items>. Task-number: QTCREATORBUG-3132
-
Daniel Molkentin authored
Reviewed-by: dt
-
Daniel Molkentin authored
Reviewed-by: dt
-
Erik Verbruggen authored
The condition resolving now looks through typedefs and calls. Task-number: QTCREATORBUG-2051 Reviewed-by: Christian Kamm
-
Friedemann Kleint authored
Rubber-stamped-by: hjk
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
for new CDB engine.
-
- Nov 17, 2010
-
-
Christian Kandeler authored
At some point, we thought it was necessary, but apparently it's not. Reviewed-by: kh1
-
Roman Kovalev authored
getCodec() needs to be called with an absolute file name. As the changed decoding of the file contents will break the decoding of svn's annotation prefixes (which are in system locale), force LC_ALL=C to prevent an encoding mix in the first place. Merge-request: 214 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Christian Kandeler authored
Reviewed-by: Oswald Buddenhagen Reviewed-by: kh1 Reviewed-by: dt
-
Friedemann Kleint authored
Try to achieve consistency in reporting stop messages for all engines. Report by BreakpointId if available.
-