- Apr 15, 2011
-
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Tobias Hunger authored
This makes setting up VCS more discoverable.
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
Friedemann Kleint authored
for everything except links on UNIX, further reducing shutdown time.
-
Friedemann Kleint authored
-
Tobias Hunger authored
Make sure none of the VCS systems claims it does support any VCS operation while unconfigured. This stops the specific VCS from showing up in wizards, etc. till they can actually be used.
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Friedemann Kleint authored
Remove duplicated classes ProjectExplorer::FileWatcher and QmlProjectManager::FileSystemWatcher, create Utils::FileSystemWatcher from them, merging the functionality. Also use in HelpManager/Maemo, reducing the number of QFileSystemWatcher instances (and thus, shutdown time).
-
Tobias Hunger authored
Disconnect before deleting our data: Otherwise we will get called via our signals again and then access members that were already deleted. Task-number: QTCREATORBUG-4361 Reviewed-by: Friedemann Kleint
-
Tobias Hunger authored
Thanks to Ossi for pointing out the errors in my way.
-
Friedemann Kleint authored
-
Pawel Polanski authored
-
Pawel Polanski authored
-
Friedemann Kleint authored
Present a checkable list of files to be overwritten, enabling re-generating a part of the project or class. Task-number: QTCREATORBUG-4538
-
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’"
-
- Apr 14, 2011
-
-
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.
-