- Sep 23, 2010
-
-
Tobias Hunger authored
Reviewed-by: dt
-
- Sep 21, 2010
-
-
Leena Miettinen authored
-
- Sep 20, 2010
-
-
Friedemann Kleint authored
-
- Sep 15, 2010
-
-
Tobias Hunger authored
* Set objectname on all parsers to be able to distinguish between them more easily when debugging * Add some unit tests about pass-through of data we need in the gcc parser to the parsers that enhd up in front of the gcc parser This is to address QTCREATORBUG-1917.
-
- Sep 14, 2010
-
-
Tobias Hunger authored
Thanks to dt for noticing this messup!
-
Friedemann Kleint authored
-
- Sep 13, 2010
-
-
Tobias Hunger authored
Set the variable to force the RVCT version when building for Symbian using SBSv2. This is currently hardcoded to version 2.2 since we do not yet support RVCT 4.
-
Tobias Hunger authored
Set environment variable to force GCCE version when running qmake for symbian. This is only relevant for the SBSv2 build system.
-
Friedemann Kleint authored
-
Pawel Polanski authored
Revised-by: Tobias Hunger
-
- Sep 11, 2010
-
-
Pawel Polanski authored
Reviewed-by: Tobias Hunger
-
- Sep 10, 2010
-
-
Friedemann Kleint authored
Fix README, some spelling errors, remove contractions, exclamation marks, correct some plural forms, join split messages. Add QCoreApplication::translate to non-Q_OBJECT-classes. Fix some lupdate warnings about discarding meta-data (//:).
-
- Sep 09, 2010
-
-
Pawel Polanski authored
-
Pawel Polanski authored
-
Friedemann Kleint authored
Add more error messages to processes run for toolchain detection. Move Windows-specific code to dbgwinutils, remove inclusion of <windows.h>. Fix MinGW gcc 4.5 warnings.
-
- Sep 08, 2010
-
-
Tobias Hunger authored
-
- Sep 07, 2010
-
-
Tobias Hunger authored
* Explicitly set signing mode to SelfSigned if not mentioned in the .user file * Do not use c-style casts.
-
- Aug 27, 2010
-
-
Tobias Hunger authored
* Fix all warnings about non-explicit constructors except for those in 3rdparty code.
-
- 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
-
Tobias Hunger authored
* Now that there is a generic way to rename configurations: Remove individual renaming methods from all over the codebase Reviewed-by: dt
-
- Aug 20, 2010
-
-
Friedemann Kleint authored
As it created 2 output panes that could be closed indepently of each other.
-
Pawel Polanski authored
-
Friedemann Kleint authored
Fix breakage introduced by the new asynchronous stop() methods of the debugger run controls. Allow for RunControl::stop() to be asynchronous by introducing a return enumeration indicating that. Introduce additional method aboutToStop() asking user to quit (tie that to the RunControl instead of having to hack the behaviour elsewhere). If asynchronous stop is detected, terminate the ProjectExplorer asynchronously. This makes the behaviour consistent across switching sessions/ closing outputwindow tabs and quitting Qt Creator. Reviewed-by: dt Rubber-stamped-by: hjk
-
Pawel Polanski authored
-
Pawel Polanski authored
Bug QTCREATORBUG-2088 has been fixed Task-number: QTCREATORBUG-2088 Reviewed-by: Friedemann Kleint
-
- Aug 16, 2010
-
-
Pawel Polanski authored
Reviewed-by: Tobias Hunger
-
Pawel Polanski authored
Reviewed-by: Tobias Hunger
-
- Aug 13, 2010
-
-
Tobias Hunger authored
* Report all commands that failed.
-
- Aug 11, 2010
-
-
Tobias Hunger authored
* Add parser * Use it * Improve parser setup in Qt4 makestep * Add tests for the sbsv2parser
-
Tobias Hunger authored
* Do not implicitly set up a gnumakeparser as part of the abldparser.
-
- Aug 10, 2010
-
-
Tobias Hunger authored
* Simplify logic while at it, too.
-
Tobias Hunger authored
-
Tobias Hunger authored
-
- Aug 06, 2010
-
-
Tobias Hunger authored
* Export SBS_GCCE<VERSION>BIN containing the path to the GCCE compiler used.
-
- Aug 05, 2010
-
-
Pawel Polanski authored
-
Pawel Polanski authored
Reviewed-by: Tobias Hunger
-
- Aug 04, 2010
-
-
Tobias Hunger authored
* Update list of S60 header pathes to match up with what is put into the Makefile by QMake (minus ../tmp directories).
-
- Aug 03, 2010
-
-
Pawel Polanski authored
-
Pawel Polanski authored
-
- 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
-