- Jul 07, 2010
-
-
Roberto Raggi authored
-
- Jun 21, 2010
-
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
- Jun 15, 2010
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-1421 Reviewed-by: Erik Verbruggen
-
- Jun 09, 2010
-
-
Christian Kamm authored
-
- May 19, 2010
-
-
Erik Verbruggen authored
When adding a new file, refreshing semantic errors in the open editor should have worked. It now also works for removing existing files. Done-with: Christian Kamm
-
- May 18, 2010
-
-
Erik Verbruggen authored
When adding a new file, refreshing semantic errors in the open editor should have worked. It now also works for removing existing files. Done-with: Christian Kamm
-
- Apr 01, 2010
-
-
Christian Kamm authored
To solve import resolution issues on windows. Reviewed-by: Roberto Raggi
-
Christian Kamm authored
Also change the filename->document map to a hash. Reviewed-by: Roberto Raggi
-
- Mar 29, 2010
-
-
Roberto Raggi authored
-
- Mar 18, 2010
-
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
- Mar 05, 2010
-
-
hjk authored
-
- Feb 16, 2010
-
-
Christian Kamm authored
* Add SemanticHighlighter to QmlJSTextEditor to update the semantic info in a background thread. * Add QmlJS::Check to run semantic checks on qml and js documents. * Add a check for incorrect property names. * Fix hoverhandler to show tool tips from extra selections over help tooltips.
-
- Feb 11, 2010
-
-
Roberto Raggi authored
-
- Feb 09, 2010
-
-
Roberto Raggi authored
-
- Feb 03, 2010
-
-
Roberto Raggi authored
There is no reason to store the Bind object in a QSharedPointer because the `binder' has the same lifetime of its document.
-
- Feb 02, 2010
-
-
Christian Kamm authored
Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- Jan 27, 2010
-
-
Roberto Raggi authored
Done with: Erik
-
- Jan 26, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Jan 25, 2010
-
-
Roberto Raggi authored
-
- Jan 22, 2010
-
-
Roberto Raggi authored
-
- Jan 19, 2010
-
-
Christian Kamm authored
Ideally most of our visitors won't need to make the QML vs JS distinction. For these cases it'll be handy to be able to access the AST no matter whether it's a Program or UiProgram.
-
- Jan 18, 2010
-
-
Roberto Raggi authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
Changed the QML/JS editor to treat .qs/.js files as JavaScript, and invoke the appropriate parser for it. Reviewed-by: Christian Kamm
-
- Jan 15, 2010
-
-
Erik Verbruggen authored
-
- Jan 14, 2010
-
-
Kai Koehne authored
Fix namespace usage such that all classes in shared/qml live in the Qml namespace, and classes in QmlDesigner plugin in the QmlDesigner namespace. This should prevent any symbol clashes until we can finally get rid of the file dublicates (e.g. QmlDocument).
-
- Dec 08, 2009
-
-
Erik Verbruggen authored
-
- Dec 02, 2009
-
-
Erik Verbruggen authored
-
- Nov 11, 2009
-
-
Kai Koehne authored
-
- Oct 02, 2009
-
-
Erik Verbruggen authored
-
- Sep 30, 2009
-
-
Erik Verbruggen authored
-
- Sep 23, 2009
-
-
Erik Verbruggen authored
resolving.
-
- Sep 22, 2009
-
-
Roberto Raggi authored
-
- Sep 21, 2009
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- Sep 04, 2009
-
-
Erik Verbruggen authored
-
- Aug 14, 2009
-
-
hjk authored
-
- Jun 16, 2009
-
-
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
-