- Sep 16, 2011
-
-
Christian Kamm authored
Change-Id: If7001963bc11f2fa01f058c903ee014f6acb0c04 Reviewed-on: http://codereview.qt-project.org/5102 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- Sep 15, 2011
-
-
Christian Kamm authored
Change-Id: I9a74bd726d9691ca93477916159a80c04c35f52d Reviewed-on: http://codereview.qt-project.org/4987 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- Sep 14, 2011
-
-
Christian Kamm authored
* Change from Reference to FunctionValue: There was no reason for them being References as the argument types never need lookup. * Enumerate in global completion: When you define 'signal foo(int a)' you now get completion for 'foo' and will get the function argument hint popup. Change-Id: Ic348db477a34ba468dfdb690499a9cd8fd605cd2 Reviewed-on: http://codereview.qt-project.org/4774 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Christian Kamm authored
Change-Id: If45002ecec56ca766ef7a0c7878c0a48fadee452 Reviewed-on: http://codereview.qt-project.org/4734 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Christian Kamm authored
Change-Id: I153723eeb9973be025daf47e317f7b9d076a3c72 Reviewed-on: http://codereview.qt-project.org/4733 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Christian Kamm authored
Change-Id: Ibed38abca8f7e7bae7d424751a18c83f4c9e9bc5 Reviewed-on: http://codereview.qt-project.org/4732 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Christian Kamm authored
Change-Id: Ie0f4062069bf241020868af34ce6d36146b4b0c7 Reviewed-on: http://codereview.qt-project.org/4646 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Christian Kamm authored
* Don't use Qt macros for d-ptr. * Move private functions to LinkPrivate. Change-Id: Icb6f579e9168dd9bf5cccec1255fda1939e47c9a Reviewed-on: http://codereview.qt-project.org/4767 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Christian Kamm authored
Task-number: QTCREATORBUG-6094 Change-Id: Icf286bc412b48dbd1cb38c47ad7b91040b5aae0f Reviewed-on: http://codereview.qt-project.org/4864 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Christian Kamm authored
Change-Id: Ief305b787fbc4577acfdec41083bc72e178db46d Reviewed-on: http://codereview.qt-project.org/4537 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Christian Kamm authored
Also do some cleanup to make handling of substatements nicer. Change-Id: I78773fc81d9b0058fa97c5cef393cca34b7fd885 Reviewed-on: http://codereview.qt-project.org/4413 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Christian Kamm authored
Change-Id: I59e490adce5c0cd7784894a0f9d4435cdcbc9b23 Reviewed-on: http://codereview.qt-project.org/4332 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- Sep 12, 2011
-
-
Christian Kamm authored
Since several reference lookups involve Evaluate which may cause further reference lookups, we need to be able to pass the existing ReferenceContext to avoid cycles. Change-Id: I2f1eeaad4d6b6ff094413d51077b03c985f6fab4 Reviewed-on: http://codereview.qt-project.org/4653 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
This allows adding patterns to the qml mime type in the options dialog. Previously they were always parsed as js. Change-Id: Ifa344fb6ab8cbcda02becef991cf6807615a1caa Reviewed-on: http://codereview.qt-project.org/4515 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- Sep 08, 2011
-
-
hjk authored
Change-Id: Iac1f12980bf47666007817cfb2c64a6d1e9b780e Reviewed-on: http://codereview.qt-project.org/4477 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kamm authored
Change-Id: I2bddd65aef9092bf87f5a441e065ebca0e772174 Reviewed-on: http://codereview.qt-project.org/4331 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Previously they would not be collected if the var had a duplicate-declaration warning. Change-Id: I82244e911fcdfc3d11cc391288da263ee288a3ca Reviewed-on: http://codereview.qt-project.org/4330 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
property int foo: { used to start an object literal but is a block statement now. Change-Id: I9ffbce4927b444314f1a43aba65ca3d9d234e47c Reviewed-on: http://codereview.qt-project.org/4339 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Change-Id: I1ddad1eb031bc4b95671be4a474b5e8e72f6e350 Reviewed-on: http://codereview.qt-project.org/4137 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Task-number: QTCREATORBUG-3199 Change-Id: I591490ceafadc0f5a07c63ec063f1bdfa7055f47 Reviewed-on: http://codereview.qt-project.org/4074 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Change-Id: I6721b42a6ae8cc4de3d85754bf12c95f7366212e Reviewed-on: http://codereview.qt-project.org/4395 Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
- Sep 07, 2011
-
-
Christian Kamm authored
Change-Id: Id994a9c5777021e3dc5027776df42234441440d8 Reviewed-on: http://codereview.qt.nokia.com/4319 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Christian Kamm authored
Change-Id: Iaedaaa88915f2010bfdd0d2b5ca95f01f8663ed7 Reviewed-on: http://codereview.qt.nokia.com/4254 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Evaluate supports ExpressionStatements now. Change-Id: I74c440fe0abf27c3d3b41b7d28a69fdd9359fb2e Reviewed-on: http://codereview.qt.nokia.com/4080 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- Sep 06, 2011
-
-
Christian Kamm authored
Change-Id: I2cc1236552e00e99a846b0d4b724135724f175fc Task-number: QTCREATORBUG-3666 Reviewed-on: http://codereview.qt.nokia.com/4241 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- Sep 05, 2011
-
-
Christian Kamm authored
* Also look for enums in prototypes. * Report back which QmlObjectValue had the enum. * Fix a bug where enum lookup was always skipped. Change-Id: I9c9fd8f8cf9bd8cc5f1bb5688fef5786267cd794 Reviewed-on: http://codereview.qt.nokia.com/4192 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- Aug 30, 2011
-
-
Christian Kamm authored
As a side effect, this removes parse errors of QML files that are no longer in any project from the "Build Issues" list. Change-Id: I7aef8850a207ac060648dc92e2dd759108b71731 Reviewed-on: http://codereview.qt.nokia.com/3668 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Change-Id: Ic65d767cbad85de89dffaac66d9e80d8d467f04a Reviewed-on: http://codereview.qt.nokia.com/3851 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- Aug 24, 2011
-
-
Christian Kamm authored
It now lives in qmljstools/qmljsfindexportedcpptypes, all in one place. Also ensures that the source code is available when a file is being scanned for QML exports. This will enable checking comments for annotations about the URI a plugin is usually imported as. Change-Id: I1da36d0678e0a8d34b171dbe0f6b5690d89eb18b Reviewed-on: http://codereview.qt.nokia.com/3392 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Change-Id: If9293244075cff1a52801b50cdbb77248ecd21ea Reviewed-on: http://codereview.qt.nokia.com/3310 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- Aug 18, 2011
-
-
Christian Kamm authored
The QML snapshot only ever contains valid Documents; to compile a list of parser problems we need to get at the invalid documents. To do that, the model manager now provides a Snapshot with up to date, but potentially invalid documents. That should also be useful for other things. Change-Id: I67892f63771c221bf2fe2c2bf0240a0f4e523227 Reviewed-on: http://codereview.qt.nokia.com/3012 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christiaan Janssen authored
Change-Id: Ib781f64aed11aafc106dc15b40689181fefd5dd3 Reviewed-on: http://codereview.qt.nokia.com/3171 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Aug 10, 2011
-
-
Christian Kamm authored
Change-Id: I701fc179f377581b87e31630eaa4231688152f5e Reviewed-on: http://codereview.qt.nokia.com/2813 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- Aug 09, 2011
-
-
Christian Kamm authored
Change-Id: If983e9c9bee2d0396d7cc00973ee3885a3736d8a Reviewed-on: http://codereview.qt.nokia.com/2767 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Change-Id: I30773e8879086c1f85d331fabf9380e217b32dd7 Reviewed-on: http://codereview.qt.nokia.com/2745 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- Aug 08, 2011
-
-
Christian Kamm authored
The distinction between QmlJS and QmlJS::Interpreter has always been weak and the extra namespace just added an unnecessary complication. Change-Id: I4db8ef4bd91b5f6bf610a9d23fdbf55bd60250fc Reviewed-on: http://codereview.qt.nokia.com/2743 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Use Context or ScopeChain instead. Change-Id: I2489477eac08774ba41710ee81876aab11b5af24 Reviewed-on: http://codereview.qt.nokia.com/1699 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Previously Context was not entirely thread safe and had to be copied locally. Now it is thread safe and its lifetime managed by QSharedPointer. The non-safe parts were moved into ScopeChain in a previous commit. Change-Id: I851a93de85cbd6391dbea0fe33b011e2e093addb Reviewed-on: http://codereview.qt.nokia.com/1695 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Context is created by Link and has information about imports for all Documents in a Snapshot. ScopeChain represents how lookup is done at a specific place in a Document. Change-Id: I874102d57bbaf1a497fa3f27633bed6ee75dcf10 Reviewed-on: http://codereview.qt.nokia.com/1694 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Christian Kamm authored
Task-number: QTCREATORBUG-5752 Change-Id: Ibcdaac039a5e862d7a8f03f58c8bf017b544e436 Reviewed-on: http://codereview.qt.nokia.com/2736 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-