- Nov 22, 2010
-
-
Friedemann Kleint authored
Run some commands synchronously. This avoids issues with the UI reacting to file changes done by the VCS on windows which can lead to crashes. Task-number: QTCREATORBUG-3021 Reviewed-by: Tobias Hunger
-
Tobias Hunger authored
-
Arvid Ephraim Picciani authored
-
dt authored
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
Introduce GDBMI-based 'stack' extension command instead of the builtin 'k' as this does not print the correct instruction pointer.
-
Pawel Polanski authored
Task-Number: QTCREATORBUG-3157 Reviewed-by: Tobias Hunger
-
Arvid Ephraim Picciani authored
-
Friedemann Kleint authored
Do not drop stack index in resetLocation (which is called when switching). Do not switch to source unless we have the file. Reviewed-by: hjk
-
Tobias Hunger authored
I needed to find out how this works the hard way, so add at least some hints on how to work with code folding:-)
-
Tobias Hunger authored
Allow to do codefolding on files and hunks in the diff editor
-
Tobias Hunger authored
-
Pawel Polanski authored
Task-Number: QTCREATORBUG-3100 Reviewed-by: Tobias Hunger
-
Pawel Polanski authored
Reviewed-by: Tobias Hunger
-
Christian Kamm authored
Task-number: QTCREATORBUG-3136 Reviewed-by: Erik Verbruggen
-
- 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
-
Kai Koehne authored
This reverts commit 110c58d0, and enables qmljs debugging again.
-
Roberto Raggi authored
Well, this is just a temporary hack :)
-
hjk authored
-
hjk authored
Mostly move parts of the gdb related quoting to dumper.py, also split function calls in strings into separate arguments.
-
hjk authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
hjk authored
-
hjk authored
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-2313 Reviewed-by: Roberto Raggi
-
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.
-
hjk authored
-
- Nov 18, 2010
-
-
hjk authored
-
dt authored
Conflicts: share/qtcreator/static.pro src/plugins/qmljseditor/qmljshoverhandler.cpp src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp
-
hjk authored
-
Leandro Melo authored
Reviewed-by: con
-