- Apr 04, 2011
-
-
Mike McQuaid authored
Merge-request: 284 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Mike McQuaid authored
Merge-request: 284 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Mike McQuaid authored
Merge-request: 284 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Friedemann Kleint authored
QRegExp, QDir, whose private classes do not have symbolic information, either. Create convenience routines for dumpers accessing the raw memory of those private classes.
-
Kai Koehne authored
-
Kai Koehne authored
-
Kai Koehne authored
-
- Apr 01, 2011
-
-
Friedemann Kleint authored
QFile/QFileInfo/QUrl: For those types, there is no symbolic information for their *Private classes. Poke around in raw memory do obtain some information. Move readMemory-utilities around.
-
dt authored
Reviewed-By: hunger
-
dt authored
Task-Nr: QTCREATORBUG-3539
-
Tobias Hunger authored
Always disable debugging helper details by disableing them as soon as the Qt version is invalidated and make sure they get reenabled again once the Qt version is valid again. Task-number: QTCREATORBUG-2810
-
Tobias Hunger authored
Always return pathes for existing commands, even if the path is invalid. Task-number: QTCREATORBUG-4130
-
Tobias Hunger authored
-
Tobias Hunger authored
Add a button to remove all invalid Qt versions. Task-number: QTCREATORBUG-3969
-
Tobias Hunger authored
-
dt authored
Task-Nr: QTCREATORBUG-2421 Reviewed-By: hunger
-
Friedemann Kleint authored
-
Christian Kandeler authored
-
Friedemann Kleint authored
-
hjk authored
Task-number: QTCREATORBUG-2420
-
dt authored
Also on selecting, expand if there are errors Task-Nr: QTCREATORBUG-4327
-
Friedemann Kleint authored
-
con authored
-
con authored
Conflicts: src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationstep.cpp
-
Christian Kandeler authored
-
Christian Kandeler authored
-
Christian Kandeler authored
Untested yet, because SSH tests are currently broken. (They are fixed in 2.2 and will be merged back soon.)
-
con authored
Conflicts: src/plugins/debugger/gdb/gdbengine.cpp src/plugins/qt4projectmanager/qt-maemo/maemodeploystep.cpp src/plugins/qt4projectmanager/qt-maemo/maemoglobal.cpp src/plugins/qt4projectmanager/qt-maemo/maemoglobal.h src/plugins/qt4projectmanager/qt-maemo/qt4maemotargetfactory.cpp src/plugins/qt4projectmanager/qt-s60/rvcttoolchain.h
-
Christian Kandeler authored
Probably never worked, seems not to have been used.
-
- Mar 31, 2011
-
-
Christian Kandeler authored
-
Christian Kandeler authored
Reviewed-by: dt
-
dt authored
Stop watching the cmake files for changes, instead watch the cbp file for changes. Warn the user that changes in the CMakeLists.txt via a infobar. Fixes or obsolets a few bug reports: Task-Nr: QTCREATORBUG-3123 Task-Nr: QTCREATORBUG-3353 Task-Nr: QTCREATORBUG-2487
-
con authored
Fix is copying code from project explorer OutputWindow, which should be shared instead. Task-number: QTCREATORBUG-3839 Reviewed-by: Robert Loehning
-
Jarek Kobus authored
-
Friedemann Kleint authored
Give diff a higher priority than C++ (fixes 'apply patch'). Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
Jarek Kobus authored
Reviewed-by: Pawel Polanski
-
Friedemann Kleint authored
Rewrite PersistentSettingsReader/Write and CommandsFile to use QXmlStreamReader/Writer. Files will now be written out using native line endings and contain proper XML version information. Keyboard schemes will contain empty shortcut elements for empty elements. Rubber-stamped-by: con
-
Thorbjørn Lindeijer authored
Using an OpenGL widget causes Qt to revert back to native widgets for everything, which causes flicker. Software rendering should be fast enough anyway and work more reliable in general. Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
To handle defaultProperties correctly in the text buffer for copy n paste we have to forward the meta system. Since the text buffer is not a qml document in Qt Creator with all the infrastructure attached the meta system is incomplete. So we forward in these cases the meta system of the actual document. Model::create() now gets an additional paramater where we can specify another model for proxying the meta system. Reviewed-by: Kai Koehne
-
Christian Kandeler authored
-