- 04 Dec, 2009 1 commit
-
-
Oswald Buddenhagen authored
-
- 03 Dec, 2009 1 commit
-
-
Friedemann Kleint authored
...making use of the new code model features. Move code to separate file. Make it possible to obtain path to generated header file from project manager.
-
- 30 Nov, 2009 2 commits
- 24 Nov, 2009 1 commit
-
-
con authored
-
- 05 Oct, 2009 1 commit
-
-
Friedemann Kleint authored
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
-
- 01 Oct, 2009 1 commit
-
-
Friedemann Kleint authored
-
- 29 Sep, 2009 1 commit
-
-
Oswald Buddenhagen authored
-
- 22 Sep, 2009 1 commit
-
-
con authored
The wrong category folder (like Sources/Headers) would be deleted from the project tree, because all category folders had the same path. The nodes' path is used everywhere for performance optimization.
-
- 25 Aug, 2009 1 commit
-
-
con authored
-
- 21 Aug, 2009 1 commit
-
-
con authored
Also adding category folders for the different file types (source files, header files, resource files, form files, other files).
-
- 14 Aug, 2009 1 commit
-
-
hjk authored
-
- 10 Aug, 2009 1 commit
-
-
dt authored
-
- 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.
-
- 27 Jul, 2009 1 commit
-
-
dt authored
-
- 13 Jul, 2009 1 commit
-
-
Alessandro Portale authored
There were both variants, with and without extra semicolon.
-
- 10 Jul, 2009 1 commit
-
-
Oswald Buddenhagen authored
this also removes the bogus special casing of various filename-containing variables inside the pro parser.
-
- 09 Jul, 2009 1 commit
-
-
Stian Sandvik Thomassen authored
A project's existing .pro file could be added to the project, making the .pro file appear twice in the project tree. This is sub-optimal because 1. It does not make sense for the .pro file to appear twice. 2. Qt Creator crashes when trying to remove either of the duplicate .pro files.
-
- 16 Jun, 2009 3 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
-
dt authored
Task-number: 255267
-
- 25 May, 2009 1 commit
-
-
dt authored
Makes the code nicer, we use the ProFileReader to parse the mkspec.
-
- 20 May, 2009 1 commit
-
-
dt authored
I need to test more cases, but this fixes it for newly created projects.
-
- 18 May, 2009 1 commit
-
-
dt authored
-
- 14 May, 2009 1 commit
-
-
dt authored
-
- 13 May, 2009 1 commit
-
-
dt authored
We run pkg-config --cflags-only-I $$PKGCONFIG in the background to find those includes. Task-Nr: 250195
-
- 12 May, 2009 1 commit
-
-
dt authored
This means, creating a new project, we immediately have completion for the ui file. Also adding stuff to the ui file now changes the codemodel immediately. Yet todo, are tests under windows and suppressing a warning if the form contains a toplevel spacer.
-
- 28 Apr, 2009 2 commits
-
-
dt authored
Qt Creator wouldn't find the correct target if shadow building a project that uses $$OUT_PWD, like for example itemviews-ng. We didn't set the necessary variable on the ProFileReader *, simplified the code to always use a ProFileReader created for the exact profilenode.
-
dt authored
After all I don't need all that stuff in the cmakeplugin, all i needed is now bundled in debugginghelper.h/cpp
-
- 22 Apr, 2009 1 commit
-
-
dt authored
The Debugger, cmake and Qt4 plugin all need it. More refactoring to it coming.
-
- 03 Apr, 2009 1 commit
-
-
dt authored
-
- 02 Apr, 2009 1 commit
-
-
dt authored
In case no UIDIR was set, we always searched in the toplevel buildDirectory instead of the buildDirectory conresponding to the actual pro file.
-
- 26 Mar, 2009 1 commit
-
-
dt authored
Rerun cmake and reparse the file. Add new files to the tree, remove old ones from th tree. Add/removing targets should also work.
-
- 20 Mar, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
Fixes issues with handling additional dots in the filename in many places. Task: 246390
-
- 12 Mar, 2009 1 commit
-
-
con authored
Task: 247566 RevBy: dt
-
- 26 Feb, 2009 2 commits
-
-
Roberto Raggi authored
We use `cc' instead of `c++' and we also also moved the code in qt4project.cpp. Done by ossi reviewed by me.
-
Roberto Raggi authored
Done by ossi
-
- 25 Feb, 2009 2 commits
- 06 Feb, 2009 1 commit
-
-
dt authored
-