- Sep 10, 2009
-
-
con authored
-
- Sep 08, 2009
-
-
dt authored
Fixes a bug where the cmake plugin wasn't finding make, if the make commands directory was added to path in the build environment.
-
- Sep 03, 2009
-
-
dt authored
If there are multiple files with the same name, then we try harder to find the correct one. That is for jom and nmake we have a relative path so we try to find a file which matches the relative path completly. Instead of just comparing the last part.
-
- Aug 27, 2009
-
-
dt authored
Since we can easily do that, just do it. No gurantee that we aren't going to use rtti in the future.
-
- Aug 14, 2009
-
-
hjk authored
-
- Aug 13, 2009
-
-
dt authored
out of source page.
-
- Aug 12, 2009
-
-
dt authored
-
- Aug 11, 2009
-
-
dt authored
-
- Aug 07, 2009
-
-
Sergey Belyashov authored
Added possibility to translate "Add" and "Remove" buttons and "Clear system environment" checkbox in build settings of project. Merge-request: 1141 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Aug 06, 2009
-
-
dt authored
-
dt authored
-
dt authored
This has still a few missing things, but this enough to start getting some feedback. Missing are non qt projects, a solution for the runconfiguration, a missing black line between the treeview on top and the project settings at the bottom. Some flickering with removing/adding widgets to the QScrollArea and not showing the expanded widget if the Details button is right at the bottom.
-
- Jul 31, 2009
-
-
Friedemann Kleint authored
-
- Jul 27, 2009
-
-
dt authored
Fixes a designer integration issue. Task-Nr: 258315
-
- Jul 23, 2009
- Jul 20, 2009
- Jul 15, 2009
-
-
dt authored
Requires a lot of trivial forwarding.
-
- Jul 14, 2009
-
-
Adriaan de Groot authored
-
- Jul 13, 2009
-
-
Alessandro Portale authored
There were both variants, with and without extra semicolon.
-
- Jul 10, 2009
-
-
Thorbjørn Lindeijer authored
Scroll areas were added to the welcome mode and the project mode, to make sure they don't limit how small Qt Creator can be made. Done with mae
-
Daniel Molkentin authored
This reverts commit 33dd9dea.
-
Daniel Molkentin authored
-
- Jul 03, 2009
-
-
dt authored
mingw32-make.exe
-
dt authored
That is we update all files with the new include and defines if we are switching toolchains.
-
dt authored
E.g. cmake pops up a wizard then, the running of cmake can fail though. Now you don't end i[ with a empty project then. The error reporting in that case is not yet optimal.
-
dt authored
That case is a corner case, it can happen if the user has run the codeblocks generator on the command line or if the user deleted the .user file. We mostly ask to get the user a chance to check that we set the correct generator. Or let him select the correct one if there are multiple msvc versions.
-
- Jul 02, 2009
-
-
dt authored
Note: This requires a cvs cmake and is not fully tested yet. This adds a few missing pieces, so now opening new never built projects without a .user file on systems with just one VS installation should work.
-
dt authored
The CodeBlocks - NMake Makefiles generator combination is only available in the cvs version of cmake. This has not been extensively tested at all.
-
- Jun 30, 2009
-
-
dt authored
That is if using a cmake that outputs enough information. The necessary patch for that was commited to cmake's cvs recently by Alexander Neundorf. Task-Nr: 250399
-
- Jun 24, 2009
-
-
con authored
Not able to give it an additional passphrase yet, though.
-
- Jun 23, 2009
-
-
dt authored
Task-Nr: 235965
-
- Jun 17, 2009
- Jun 16, 2009
-
-
dt authored
Task-Nr: 254424
-
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
-