- 15 Apr, 2011 3 commits
-
-
Kai Koehne authored
The disconnectClient might be called when the last packet of data arrives, which means we're deleting the connection while it's readyRead() method is still running. Avoid this by using deleteLater(). Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
-
Kai Koehne authored
Fix "format ‘%d’ expects type ‘int’, but argument 3 has type ‘quint64’"
-
- 14 Apr, 2011 37 commits
-
-
Christian Kandeler authored
Reviewed-by: Tobias Hunger
-
Kai Koehne authored
-
Kai Koehne authored
THe plugin might be deleted when the client is deleted.
-
Kai Koehne authored
-
Kai Koehne authored
Use the copy of QDeclarativeDebugClient we ship with qtcreator. However, since the internal one misses a waitForConnected any connection will right now fail.
-
Kai Koehne authored
Fix regression in that it always assumed that you want to debug Symbian (over USB).
-
Kai Koehne authored
Replace use of sleep() call with a timer.
-
Tobias Hunger authored
Use make.exe (not make) on windows to match what RVCT does. This is a cosmetic change to stop percieved flickering when switching between RVCT and GCCE tool chains.
-
Tobias Hunger authored
This way the makestep configuration widget's details will reflect the actual arguments used.
-
Tobias Hunger authored
-
Friedemann Kleint authored
As deletion of a QFileSystemWatcher is expensive on Linux and has an impact on shutdown.
-
Friedemann Kleint authored
As QFileSystemWatcher cause some shutdown time. Rubber-stamped-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
Tobias Hunger authored
Make sure we have a proper tool chain when restoring a project.
-
Tobias Hunger authored
The plain BuildConfiguration aleady does that for us.
-
Tobias Hunger authored
Cause less update signals to be sent when changing the compiler path.
-
Tobias Hunger authored
This unconfuses restoration of some tool chains.
-
Tobias Hunger authored
Remove the invalid toolchain from the combobox when it is no longer needed.
-
Tobias Hunger authored
In toolchain configuration widget: Move abi in front of debugger again
-
hjk authored
-
hjk authored
-
dt authored
Instead of assuming that it is true. (Which is actually true, but well.)
-
Friedemann Kleint authored
Reformat existing documentation to qdoc.
-
Oswald Buddenhagen authored
Conflicts: src/plugins/debugger/gdb/pythongdbengine.cpp src/plugins/qt4projectmanager/qt-desktop/qt4desktoptargetfactory.cpp src/plugins/qt4projectmanager/qt-desktop/qt4desktoptargetfactory.h src/plugins/qt4projectmanager/qt-desktop/qt4simulatortargetfactory.cpp src/plugins/qt4projectmanager/qt-desktop/qt4simulatortargetfactory.h src/plugins/qt4projectmanager/qt-maemo/maemodeploystep.cpp src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigurations.cpp src/plugins/qt4projectmanager/qt-maemo/maemoglobal.cpp src/plugins/qt4projectmanager/qt-maemo/qt4maemotargetfactory.cpp src/plugins/qt4projectmanager/qt-s60/qt4symbiantargetfactory.cpp src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp src/plugins/qt4projectmanager/qt4target.cpp src/plugins/qt4projectmanager/qt4target.h src/plugins/qt4projectmanager/qtoptionspage.h src/plugins/qt4projectmanager/qtversionmanager.cpp src/plugins/welcome/welcomemode.cpp
-
Jarek Kobus authored
Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
Leena Miettinen authored
Gridlines were removed from several dialogs.
-