- 18 Aug, 2009 1 commit
-
-
dt authored
-
- 14 Aug, 2009 1 commit
-
-
hjk authored
-
- 13 Aug, 2009 1 commit
-
-
Daniel Molkentin authored
Reviewed-by: dt
-
- 06 Aug, 2009 1 commit
-
-
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.
-
- 29 Jul, 2009 1 commit
-
-
Friedemann Kleint authored
Add missing Q_OBJECTS where tr() was used.
-
- 23 Jul, 2009 1 commit
-
-
con authored
-
- 03 Jul, 2009 1 commit
-
-
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.
-
- 30 Jun, 2009 2 commits
-
-
Thorbjørn Lindeijer authored
Converting to a QSet and back randomizes the order of the files. Just doing a linear scan and a QSet for speading up the contains() check should be enough and maintains the order.
-
Kevin Michel authored
Merge-request: 783 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- 29 Jun, 2009 2 commits
-
-
Thorbjørn Lindeijer authored
When there was no final newline in the .files file, the name of the first new file would get appended to the name of the last file. This patch fixes that by simply rewriting the whole file. Also switched to writing out native line endings.
-
Kevin Michel authored
Merge-request: 736 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- 24 Jun, 2009 1 commit
-
-
con authored
Not able to give it an additional passphrase yet, though.
-
- 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
-
- 09 Jun, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
We forgot to convert them to absolute. Also removed two calls to removeDuplicates, since the convertToAbsoluteFiles already does that. Reviewed-by: Roberto Raggi
-
- 18 May, 2009 1 commit
-
-
Daniel Molkentin authored
At this point, compiling projects and debugger helpers works. The speciality with this is that Qt does not provide distinct mkspecs, because MSVC draws the line between 32 and 64 bit solely by the environment.
-
- 13 May, 2009 1 commit
-
-
Friedemann Kleint authored
-
- 29 Apr, 2009 1 commit
-
-
dt authored
-
- 08 Apr, 2009 1 commit
-
-
Friedemann Kleint authored
-
- 20 Mar, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
Fixes issues with handling additional dots in the filename in many places. Task: 246390
-
- 19 Mar, 2009 2 commits
-
-
Thorbjørn Lindeijer authored
Now it will only update the list of files when you edit [project].files, and only reparse all files when you edit [project].config or [project].includes. When updating the file list it will only parse the added files.
-
Thorbjørn Lindeijer authored
The name is used as the base for files like [project].creator, [project].files, etc. and is displayed in the Projects mode and the Projects tree.
-
- 18 Mar, 2009 4 commits
-
-
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
-
Thorbjørn Lindeijer authored
Was a bit confusing that a MakeStep was constructed by a MakeBuildStepFactory and configured by a MakeBuildStepConfigWidget. The MakeStep of the generic project manager was renamed to GenericMakeStep.
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Reviewed-by: Roberto Raggi
-
- 16 Mar, 2009 6 commits
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- 13 Mar, 2009 1 commit
-
-
Roberto Raggi authored
-
- 12 Mar, 2009 7 commits
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
The entered information isn't stored yet for now, though.
-
Roberto Raggi authored
-
Roberto Raggi authored
-