- Feb 18, 2011
-
-
Christian Kamm authored
Reviewed-by: Kai Koehne
-
Kai Koehne authored
Reviewed-by: dt
-
- Jan 20, 2011
-
-
Friedemann Kleint authored
-
- Jan 12, 2011
- Dec 17, 2010
-
-
con authored
-
- Oct 08, 2010
-
-
Friedemann Kleint authored
- Report errors correctly. - Do not pass empty target argument to qmake - Give 'make' a longer timeout and change timeout checking to trigger after last output line was obtained from process - Make build log dialog non-modal and ensure it pops up on failure even if a different Qt version was selected in-between - Disable Rebuild-button while build is running. Reviewed-by:
Kai Köhne <kai.koehne@nokia.com> Reviewed-by:
Lasse Holmstedt <lasse.holmstedt@nokia.com>
-
- Oct 05, 2010
-
-
Friedemann Kleint authored
-
- Sep 29, 2010
-
-
Lasse Holmstedt authored
Moved qmljsdebugger to a dir under qml/, made qmlobserver compile without creator dependencies and made it compile with debugging helpers. Reviewed-by: hjk
-
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 23, 2010
-
-
Tobias Hunger authored
Reviewed-by: dt
-
- Sep 09, 2010
-
-
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
-
-
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.
-
- Jul 05, 2010
-
-
con authored
Otherwise "rebuilding" the debugging helper doesn't necessarily lead to Qt Creator picking up the new one (some of the locations can be read-only). Reviewed-by: dt
-
- Jun 08, 2010
-
-
Leandro Melo authored
Reviewed-by: hjk
-
- May 21, 2010
-
-
kh1 authored
This boils down to the same problem as other calls to qmake, if we don't pass the target mode, qmake will prepend the current platform as target. Reviewed-by: dt
-
kh1 authored
This boils down to the same problem as other calls to qmake, if we don't pass the target mode, qmake will prepend the current platform as target. Reviewed-by: dt
-
- Mar 05, 2010
-
-
hjk authored
-
- Feb 02, 2010
-
-
Friedemann Kleint authored
QString: Use QChar/char where appropriate, do not use QString::null
-
- Jan 11, 2010
-
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
- Dec 14, 2009
-
-
dt authored
Task-Nr: QTCREATORBUG-277
-
- Dec 11, 2009
-
-
con authored
Task-number: QTCREATORBUG-463 Reviewed-by: dt
-
- Nov 12, 2009
-
-
dt authored
Fixes a bug that after package installation the debugging helpers are sometimes marked as invalid. Reviewed-By: hjk
-
- Nov 10, 2009
-
-
dt authored
-
- Nov 02, 2009
-
-
dt authored
Instead simply pass -mkspec default, which has the same effect. Fixes a bug with qws mkspecs
-
- Oct 29, 2009
-
-
kh1 authored
While cross compiling from windows to maemo we build the debug helper as .so instead of .dll, though the ifdef would always make the question about the helpers being build return false. Reviewed-by: dt
-
- Sep 21, 2009
-
-
dt authored
-
- Sep 17, 2009
- Sep 04, 2009
-
-
Daniel Molkentin authored
-
- Sep 03, 2009
-
-
Daniel Molkentin authored
Rationale: The concept of a "Qt Dir" is dead ever since Qt can be installed. Specifying the qmake location otoh makes it possible to unambigously detect all parts of a Qt installation.
-
- Aug 14, 2009
-
-
hjk authored
-
- Aug 07, 2009
-
-
Friedemann Kleint authored
-
Friedemann Kleint authored
- Give the controls a tooltip listing file details (date) - Make building a QtConcurrent task - Make log window scroll to bottom and pop up on error - Make the build code pass on error messages about copying the source files to the log file - Clean up the building code string-wise, use QLatin1String and translate messages, cache the icons. Use a QSharedPointer for the QtVersions in the settings page since they are passed to the BuildTask, which may outlive the dialog.
-
Friedemann Kleint authored
This reverts commit debb3961. Success cannot be properly detected.
-
Friedemann Kleint authored
- Give the controls a tooltip listing file details (date) - Make building a QtConcurrent task - Make log window scroll to bottom and pop up on error - Make the build code pass on error messages about copying the source files to the log file - Clean up the building code string-wise, use QLatin1String and translate messages, cache the icons
-
- Jul 15, 2009
-
-
dt authored
Requires a lot of trivial forwarding.
-
- Jul 01, 2009
-
-
dt authored
directory Fixes smart make scripts that try to guess the correct working directory for make.
-
- Jun 16, 2009
-
-
con authored
Reviewed-by: Trust Me Conflicts: src/libs/cplusplus/CppBindings.cpp src/libs/cplusplus/CppBindings.h src/libs/cplusplus/FastPreprocessor.cpp src/libs/cplusplus/FastPreprocessor.h src/plugins/cpptools/cppcurrentdocumentfilter.cpp src/plugins/cpptools/cppcurrentdocumentfilter.h src/plugins/cpptools/cppsemanticsearch.cpp src/plugins/cpptools/cppsemanticsearch.h src/plugins/duieditor/parser/qmljs.g src/plugins/duieditor/parser/qmljsast.cpp src/plugins/duieditor/parser/qmljsast_p.h src/plugins/duieditor/parser/qmljsastfwd_p.h src/plugins/duieditor/parser/qmljsastvisitor.cpp src/plugins/duieditor/parser/qmljsastvisitor_p.h src/plugins/duieditor/parser/qmljsengine_p.cpp src/plugins/duieditor/parser/qmljsengine_p.h src/plugins/duieditor/parser/qmljsgrammar.cpp src/plugins/duieditor/parser/qmljsgrammar_p.h src/plugins/duieditor/parser/qmljslexer.cpp src/plugins/duieditor/parser/qmljslexer_p.h src/plugins/duieditor/parser/qmljsmemorypool_p.h src/plugins/duieditor/parser/qmljsnodepool_p.h src/plugins/duieditor/parser/qmljsparser.cpp src/plugins/duieditor/parser/qmljsparser_p.h src/plugins/duieditor/parser/qmljsprettypretty.cpp src/plugins/duieditor/parser/qmljsprettypretty_p.h src/plugins/duieditor/rewriter/rewriter.cpp src/plugins/duieditor/rewriter/rewriter_p.h src/plugins/duieditor/rewriter/textwriter.cpp src/plugins/duieditor/rewriter/textwriter_p.h src/shared/cplusplus/ASTClone.cpp tests/manual/cplusplus/main.cpp
-