- Nov 01, 2010
-
-
Leandro Melo authored
-
- Oct 29, 2010
-
-
Tobias Hunger authored
-
- Oct 08, 2010
-
-
hjk authored
-
- Oct 07, 2010
-
-
hjk authored
-
- Oct 04, 2010
- Sep 30, 2010
-
-
hjk authored
Should have been done earlier. 2.1.80 was burned in the pre-2.1.0->2.0.1 days, and we'd like to have odd subminor for 'working' and even subminor numbers for pure cherry-picking release branches anyway.
-
- Sep 29, 2010
-
-
Lasse Holmstedt authored
Must be compiled during runtime - otherwise, the app may not work with Qt that is compiled with another compiler. Reviewed-by: hjk
-
- Sep 27, 2010
- Sep 24, 2010
-
-
Tobias Hunger authored
-
Tobias Hunger authored
-
- Sep 23, 2010
-
-
Tobias Hunger authored
Reviewed-by: dt
-
Tobias Hunger authored
Set BUILDDIR and SOURCEDIR in the build environment. Reviewed-by: dt
-
- Sep 17, 2010
-
-
dt authored
Relative to the project's directory.
-
- Sep 15, 2010
-
-
Leena Miettinen authored
Reviewed-by: dt
-
- Sep 10, 2010
-
-
Lasse Holmstedt authored
It was badly positioned esp. in OS X and Windows.
-
- Sep 08, 2010
-
-
Friedemann Kleint authored
Give warnings about failures to be able to fix things/timeouts on slow machines. Pass on arguments correctly on Windows. Make sure processes are killed on timeouts.
-
- Sep 07, 2010
-
-
dt authored
The heuristic to detect generated files is pretty basic and tries to match the filenames against 3 patterns. Task-Nr: QTCREATORBUG-2077
-
- Sep 03, 2010
-
-
Kai Koehne authored
Reviewed-by: dt
-
- Sep 02, 2010
-
-
dt authored
-
- Sep 01, 2010
-
-
dt authored
Task-Nr: QTCREATORBUG-2222
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
There's a UI in qml/customexec/cmake/qmake run configs for choosing the debugger languages (C++ and QML). The default for all except .qmlproject is only C++, so default debugging behavior is the same. However, if the user wants to do simultaneous debugging with two languages, or only debug QML, they can select the languages from Run Settings and it will be remembered. Reviewed-by: hunger
-
- Aug 30, 2010
-
-
hjk authored
-
- Aug 27, 2010
-
-
Tobias Hunger authored
* Fix all warnings about non-explicit constructors except for those in 3rdparty code.
-
- Aug 26, 2010
-
-
Jarek Kobus authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
- Aug 24, 2010
-
-
Tobias Hunger authored
* Enable support for this in all ProjectConfiguration items (Targets, projects, BCs, DCs, RCs, etc.). This is nicer than having custom code in individual configuraiton items. Reviewed-by: dt
-
- Aug 11, 2010
-
-
dt authored
Use the full path for folders to sort in the project tree. For virtual folders ensure that the path ensures the sorting we want. Reviewed-By: kkoehne
-
- Aug 02, 2010
-
-
Tobias Hunger authored
* Add a DeployConfiguration class to hold settings related to deployment. * Add BuildStepsList to hold a list of buildsteps * Update BuildConfiguration to use BuildStepLists instead of manageing lists of buildsteps itself. * Update BuildManager to use BuildStepLists in its interfaces * Fix fallout introduced by API changes * Update .user file to new way of storing settings Task-number: QTCREATORBUG-1427 Task-number: QTCREATORBUG-1428 Task-number: QTCREATORBUG-1811 Task-number: QTCREATORBUG-1930
-
- Jul 30, 2010
-
-
Alessandro Portale authored
Using more *::Constants::ICON_* where it makes sense and wrapping the file names into QLatin1String where they were missing. The increased usage of the ICON constants needed a few more cross plugin includes of *constants.h, here and there. I think that it is OK, since the dependencies were alredy there icon resource wise.
-
- Jul 22, 2010
-
-
con authored
-
- Jul 09, 2010
-
-
Roberto Raggi authored
We need our very own syntax highlighter in Qt Creator.
-
- Jul 07, 2010
-
-
dt authored
The API addtition to BuildConfiguration of knowing of the default parser is rather strange, but a necessary evil for this. Reviewed-By: Thorbjorn Task-Nr: QTCREATORBUG-514
-