- 17 Apr, 2011 3 commits
-
-
Alessandro Portale authored
-
Alessandro Portale authored
-
Alessandro Portale authored
And have that entry removed by the wizard. REMOVE_NEXT_LINE is now the keyword for line removal. INCLUDE_DEPLOYMENT_PRI was replaced by REMOVE_NEXT_LINE.
-
- 16 Apr, 2011 1 commit
-
-
Keith Kyzivat authored
Make the html5applicationviewer class much less cluttered by splitting out all the touch navigation classes into separate files in a subdirectory. This should make it much more maintainable.
-
- 15 Apr, 2011 24 commits
-
-
Tobias Hunger authored
... and have the project wizard update the available VCS. Task-number: QTCREATORBUG-4423
-
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’"
-
- 14 Apr, 2011 12 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>
-