- 27 Aug, 2010 21 commits
-
-
Christian Kandeler authored
-
Robert Loehning authored
-
Robert Loehning authored
-
Robert Loehning authored
-
Robert Loehning authored
-
Jarek Kobus authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
hjk authored
Task-number: QTCREATORBUG-2201
-
Christian Kandeler authored
Task-number: QTCREATORBUG-2150 Reviewed-by: kh1
-
Christian Kandeler authored
- Set priority to "optional", as recommended for Maemo. - Fix rules file so it can be used for source packages.
-
dt authored
Patch by Jarek
-
Lasse Holmstedt authored
Related to Qt commit bd521ed56f8e4be7117dc3534c6fded68f7a70c5
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Christian Kandeler authored
Reviewed-by: kh1
-
Christian Kandeler authored
We will now behave friendlier to projects that already have a debian directory. Also, building a source package will be more straightforward. Reviewed-by: kh1
-
Christian Kandeler authored
Reviewed-by: kh1
-
Christian Kandeler authored
-
Tobias Hunger authored
* Fix all warnings about non-explicit constructors except for those in 3rdparty code.
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-2158 Reviewed-by: hjk
-
Friedemann Kleint authored
... by introducing signal ICore::showNewItemsDialog(). Reviewed-by:
Kai Köhne <kai.koehne@nokia.com>
-
- 26 Aug, 2010 19 commits
-
-
Daniel Molkentin authored
Task-number: QTCREATORBUG-2071
-
dt authored
Unloading a project must always remove the configuration widgets, since otherwise they might be accessed after the project was deleted. So remove them even if we have no other project widget to show. Reviewed-By: Tobias Hunger
-
Jarek Kobus authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
Olivier Goffart authored
The scriptconsole layout come from the old qmlinspector
-
dt authored
-
Christiaan Janssen authored
-
-
Lasse Holmstedt authored
It was not very useful without being able to e.g. move things around.
-
Roberto Raggi authored
-
Tobias Hunger authored
* Make information raised by Qt assert clickable. Task-number: QTCREATORBUG-2175 Reviewed-by: Olivier Goffart
-
Tobias Hunger authored
-
Tobias Hunger authored
Skip tasks withtou file information in build issue view when going back/forward.
-
Tobias Hunger authored
This plugin enables loading of .tasks files into the Build Isssue list. This is really nice if you need to e.g. browse results from static codecheckers in creator. Tasks files are simple tab-separated lists of one of the following forms: description type\tdesciption file\ttype\description file\tline\ttype\tdescription The strings may contain escape codes: \n for newline, \t for tab and \\ for a backslash
-
Friedemann Kleint authored
Make GitClient::synchronousGit use the process environment. Windows: Add a setting to fake a 'HOME' environment variable (%HOMEDRIVE%%HOMEPATH%) to make msysgit look for its SSH-keys there not only when run from git bash, but also from Qt Creator. Useful in MinGw-setups, where git must not be in the path.
-
Kai Koehne authored
updateUses() is already called after each text change.
-
-
Roberto Raggi authored
-
kh1 authored
-
Christian Kandeler authored
We have no way to know when the client is actually opening its ports, so we wait until we are reasonably sure it's done. This is not 100% safe, but should generally suffice. (The UTFS server seems to have this logic already built in, but it does not seem to work on Mac.)
-