- 08 Jun, 2010 1 commit
-
-
Leandro Melo authored
Reviewed-by: hjk
-
- 21 May, 2010 1 commit
-
-
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
-
- 05 Mar, 2010 1 commit
-
-
hjk authored
-
- 02 Feb, 2010 1 commit
-
-
Friedemann Kleint authored
QString: Use QChar/char where appropriate, do not use QString::null
-
- 11 Jan, 2010 1 commit
-
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
- 14 Dec, 2009 1 commit
-
-
dt authored
Task-Nr: QTCREATORBUG-277
-
- 11 Dec, 2009 1 commit
-
-
con authored
Task-number: QTCREATORBUG-463 Reviewed-by: dt
-
- 12 Nov, 2009 1 commit
-
-
dt authored
Fixes a bug that after package installation the debugging helpers are sometimes marked as invalid. Reviewed-By: hjk
-
- 10 Nov, 2009 1 commit
-
-
dt authored
-
- 02 Nov, 2009 1 commit
-
-
dt authored
Instead simply pass -mkspec default, which has the same effect. Fixes a bug with qws mkspecs
-
- 29 Oct, 2009 1 commit
-
-
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
-
- 21 Sep, 2009 1 commit
-
-
dt authored
-
- 17 Sep, 2009 3 commits
- 04 Sep, 2009 1 commit
-
-
Daniel Molkentin authored
-
- 03 Sep, 2009 1 commit
-
-
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.
-
- 14 Aug, 2009 1 commit
-
-
hjk authored
-
- 07 Aug, 2009 4 commits
-
-
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
-
- 15 Jul, 2009 1 commit
-
-
dt authored
Requires a lot of trivial forwarding.
-
- 01 Jul, 2009 1 commit
-
-
dt authored
directory Fixes smart make scripts that try to guess the correct working directory for make.
-
- 16 Jun, 2009 2 commits
-
-
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
-
Jason McDonald authored
Reviewed-by: Trust Me
-
- 03 Jun, 2009 1 commit
-
-
Oswald Buddenhagen authored
- clear up some Q_OS_LINUX vs. Q_OS_UNIX - clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise) - use proper #if-#else cascades instead of free-standing #ifs
-
- 12 May, 2009 1 commit
-
-
dt authored
-
- 28 Apr, 2009 1 commit
-
-
dt authored
After all I don't need all that stuff in the cmakeplugin, all i needed is now bundled in debugginghelper.h/cpp
-