- 23 Sep, 2009 2 commits
- 14 Sep, 2009 2 commits
- 08 Sep, 2009 1 commit
-
-
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.
-
- 27 Aug, 2009 1 commit
-
-
dt authored
Since we can easily do that, just do it. No gurantee that we aren't going to use rtti in the future.
-
- 14 Aug, 2009 1 commit
-
-
hjk authored
-
- 06 Aug, 2009 2 commits
-
-
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.
-
- 27 Jul, 2009 1 commit
-
-
dt authored
Fixes a designer integration issue. Task-Nr: 258315
-
- 23 Jul, 2009 1 commit
-
-
con authored
-
- 13 Jul, 2009 1 commit
-
-
Alessandro Portale authored
There were both variants, with and without extra semicolon.
-
- 03 Jul, 2009 3 commits
-
-
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.
-
- 02 Jul, 2009 1 commit
-
-
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.
-
- 30 Jun, 2009 1 commit
-
-
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
-
- 17 Jun, 2009 2 commits
- 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
-
- 27 May, 2009 4 commits
- 18 May, 2009 1 commit
-
-
dt authored
We didn't support having different build directories. Task-Nr: 251632
-
- 20 Apr, 2009 2 commits
-
-
dt authored
Task: 250418 This also moves us closer to supporting multiple build configurations properly.
-
Oswald Buddenhagen authored
-
- 15 Apr, 2009 1 commit
-
-
dt authored
Note: The use is now forced to run cmake. This is rather suboptimal, but currently cancel doesn't do the correct thing so we prevent that.
-
- 07 Apr, 2009 1 commit
-
-
dt authored
Make clean and rebuild all work.
-
- 06 Apr, 2009 1 commit
-
-
dt authored
Task: 250415
-
- 27 Mar, 2009 1 commit
-
-
dt authored
It wasn't listed in the cbp file, so add it since cmake does that too.
-
- 26 Mar, 2009 2 commits
- 20 Mar, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
Fixes issues with handling additional dots in the filename in many places. Task: 246390
-
- 18 Mar, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
For now only for GenericProject, since the CMakeProject doesn't have the right tool chain set on Windows yet. Reviewed-by: dt
-
- 16 Mar, 2009 1 commit
-
-
dt authored
Made the cmake plugin even more usable by implementing: Pop up a wizard if there is a .user file but no .cbp file. (Fixes empty project reported on irc.) Pop up a wizard if the .cbp file is older then the CMakeLists.txt file, thus reparsing the file. (Note: There is a bug that we need to actually also check the last modified of all included files.) Reparse the cbp file to add new RunConfigurations / delete no longer existing RunConfigurations and update those that have changed.- Show a nicer title in the Projects/RunConfiguration pane
-
- 13 Mar, 2009 2 commits
- 09 Mar, 2009 1 commit
-
-
dt authored
Details: That fixes a few bugs, while still having a few missing things. Don't allow the user to set a shadow build directory, if there is already a in source build. Detect if a cbp file is already existing and recent enough, don't rerun cmake then. Ensure that the user runs cmake with the cbp generator on opening the project. Show the output of the cmake generator while running. Remove the unecessary cmake step.
-