- 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
-
- Jul 06, 2010
-
-
Tobias Hunger authored
* Move and rename the enum * Add Q_ENUMS macro Reviewed-by: dt
-
- Jul 02, 2010
- Jun 25, 2010
- Jun 21, 2010
-
-
Friedemann Kleint authored
Reviewed-by: dt
-
- Jun 16, 2010
-
-
Robert Loehning authored
Reviewed-by: dt
-
- Jun 11, 2010
- Jun 10, 2010
-
-
dt authored
-
- Jun 09, 2010
-
-
dt authored
Just disable them, but preserve them. This is different from qmake, but for qmake we do have different assumptions what a buildconfiguration is. Task-Nr: QTCREATORBUG-1591
-
- Jun 07, 2010
-
-
con authored
-
- May 14, 2010
-
-
Leena Miettinen authored
Reviewed-by: ossi
-
- May 12, 2010
-
-
dt authored
Reviewed-By: con Reviewed-By: Friedemann Kleint We now support renaming files. The version control system tries first to rename, if that doesn't support or can't rename the file we do a normal rename. (Note: git, hg, perforce > 2009.02 support renaming, cvs not. (perforce untested)). We correctly notify all editors of the renamed file and tell the project manager to rename the file in the project. Note: Only the qt4projectmanager knows how to rename files. Note: renaming folders, moving files to different folders, renaming .pro/.pri files is not supported. Those things can be later added after this has proven to work correctly in the simple case. Also we don't do any actions based on the renaming like renaming classes, changing include guards or #include lines.
-
- May 10, 2010
-
-
dt authored
That is for projects that don't have a runnable target otherwise. Task-Nr: QTCREATORBUG-1363
-
- Apr 30, 2010
-
-
con authored
-
- Apr 26, 2010
-
-
Erik authored
Added library flag to CMakeBuildTarget struct which is set when parsing the cbp file. This flag is then used to make sure no runconfiguration is created for library targets. Merge-request: 136 Reviewed-by:
dt <qtc-committer@nokia.com>
-
dt authored
Task-Nr: QTCREATORBUG-1151
-