- Aug 09, 2010
-
-
Alessandro Portale authored
Instead of hardcoding a Qt Creator path into the standalone Qml app .pro file by assigning a value to QMLINSPECTOR_PATH, we let Qt Creator set that value as command line argument when calling qmake. QMakeStep::allArguments() is the place where it is added right dt will will certainly suggest a better place place for it.
-
Roberto Raggi authored
The new `Static' format will be used to mark all the static members, e.g. enumerators, static functions, and static class members, but right now, it is used only for enumerators.
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Friedemann Kleint authored
-
ck authored
Needed for constructs such as "TARGET=../xxx".
-
Roberto Raggi authored
-
ck authored
Necessary for debugging with a remote gdb (as opposed to gdbserver). Reviewed-by: kh1
-
Kai Koehne authored
-
Kai Koehne authored
Add utils-lib.pri, along the lines of e.g. cplusplus-lib.pri
-
Roberto Raggi authored
-
Kai Koehne authored
Don't try to compile the qml debugger backend (which needs private headers from Qt) if private headers cannot be located. Reviewed-by: hjk
-
Roberto Raggi authored
-
Alessandro Portale authored
-
Alessandro Portale authored
-
Alessandro Portale authored
-
Friedemann Kleint authored
... for doxygen. Change logic for known empty keywords to be replaced by an empty string. Task-number: QTCREATORBUG-1854
-
Olivier Goffart authored
-
Alessandro Portale authored
-
Roberto Raggi authored
-
ck authored
-
Roberto Raggi authored
Sort the semantic ranges before to compare them.
-
Roberto Raggi authored
-
Roberto Raggi authored
-
ck authored
-
Roberto Raggi authored
-
- Aug 08, 2010
-
-
mae authored
The action was forgotten in the rename from collapse to fold.
-
- Aug 06, 2010
-
-
mae authored
Done-with: Roberto Raggi
-
Alessandro Portale authored
After qmljsdebugger was moved to share/, the build order of qmlobserver and qmljsdebugger had to be re-adjusted. Reviewed-By: Lasse Holmstedt
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
Reviewed-by: Alessandro Portale
-
Lasse Holmstedt authored
-
ck authored
-
ck authored
Reviewed-by: kh1
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Friedemann Kleint authored
Add missing menu options for project/repository actions. Add support for 'edit' (current file) and 'unedit' (current file/repository, with prompt). Note: Unediting modified files will only work with cvsnt, since it uses the '-y' option to force a 'yes' to CVS asking to revert changes. Implement IVersionControl::vcsOpen() by using 'edit', causing it to prompt for read-only as it does for Perforce. Task-number: QTCREATORBUG-1971 Task-number: QTCREATORBUG-1864
-
Tobias Hunger authored
* Export SBS_GCCE<VERSION>BIN containing the path to the GCCE compiler used.
-