- May 20, 2010
-
-
Christian Kamm authored
If a document wasn't parsed correctly the binder won't be run - and rootObjectValue will be null. Task-number: QTCREATORBUG-1449
-
- May 19, 2010
-
-
Christian Kamm authored
Reviewed-by: ossi
-
- Apr 28, 2010
-
-
Christian Kamm authored
This used to contain all functions declared in Script blocks. With them gone, there's no reason to keep it.
-
- Apr 26, 2010
-
-
Christian Kamm authored
-
- Apr 22, 2010
-
-
Christian Kamm authored
They had not yet been updated to the new way of importing javascript. Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Use ScopeBuilder.push(...) for the same functionality. Reviewed-by: Erik Verbruggen
-
- Apr 07, 2010
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-1021 Reviewed-by: Erik Verbruggen
-
- Apr 01, 2010
-
-
Christian Kamm authored
Also change the filename->document map to a hash. Reviewed-by: Roberto Raggi
-
- Mar 31, 2010
-
-
Kai Koehne authored
Reviewed-by: ckamm
-
- Mar 29, 2010
-
-
Christian Kamm authored
Avoids bug where import errors would show up in all files. Reviewed-by: Roberto Raggi
-
- Mar 25, 2010
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-926 Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Task-number: QTCREATORBUG-874 Reviewed-by: Erik Verbruggen
-
- Mar 18, 2010
-
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
However, it still re-reads for each use of Link. Needs to be optimized. Reviewed-by: Roberto Raggi
-
Christian Kamm authored
* Fill the snapshot with files that could be imported. * Implement package imports. * The qmldir file is not parsed yet. Reviewed-by: Erik Verbruggen
-
- Mar 10, 2010
-
-
Christian Kamm authored
This bug manifested itself as not getting a tooltip and correct context help for the type of the root object in a Qml file.
-
- Mar 03, 2010
-
-
Christian Kamm authored
* The "Script" type is now implicitly available without imports. * No errors for bindings inside a Connections element. Reviewed-by: Roberto Raggi
-
- Mar 01, 2010
-
-
Erik Verbruggen authored
-
- Feb 25, 2010
-
-
Erik Verbruggen authored
-
- Feb 22, 2010
-
-
Christian Kamm authored
-
Christian Kamm authored
-
Christian Kamm authored
Just the declaring member isn't enough.
-
Christian Kamm authored
Instead of only maintaining a flat list of scopes, actually store the global, component chain, root object, scope object, function, id and js scopes separately.
-
- 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 12, 2010
-
-
hjk authored
-
Christian Kamm authored
-
- Feb 11, 2010
-
-
Christian Kamm authored
* For JS files: Add each Qml component that sources the file in a Script tag to the scope chain. * For Qml components: Add each component that instantiates the component to the scope chain. * Generate the full list of documents required for completion in a given file. Previously, files that included the file were missing.
-
- Feb 10, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Feb 09, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Feb 04, 2010
-
-
Christian Kamm authored
-
Christian Kamm 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.
-
Roberto Raggi authored
Done-with: ckamm
-
Roberto Raggi authored
* Support for lookup JS vs Qml * Bind global variables. Done-with: ckamm
-
Christian Kamm authored
Done-with: Roberto
-
Roberto Raggi authored
Done with ckamm
-
Roberto Raggi authored
-
- Feb 02, 2010
-
-
Roberto Raggi authored
-