- May 17, 2010
-
-
Christian Kamm authored
Previously, fresh versions of a Document would be added to the _documentsByPath QMultiHash without removing the old version first. This means Link could pick up old versions of a Document. Task-number: QTCREATORBUG-1418
-
- Apr 01, 2010
-
-
Christian Kamm authored
To solve import resolution issues on windows. Reviewed-by: Roberto Raggi
-
Christian Kamm authored
Using canonical paths breaks with symlinked components. Also the editor filename isn't canonical, so comparing them breaks. This reverts commit efcdadd2.
-
Christian Kamm authored
Also change the filename->document map to a hash. Reviewed-by: Roberto Raggi
-
Christian Kamm authored
Otherwise the paths may end up with ../ or /./ in them and confuse the Qml import resolving. Reviewed-by: Thomas Hartmann
-
- Mar 31, 2010
-
-
Christian Kamm authored
-
Kai Koehne authored
Reviewed-by: ckamm
-
Christian Kamm authored
The Document thought it was a JS file as it doesn't have the .qml extension.
-
- 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
-
Roberto Raggi authored
-
- Jan 26, 2010
-
-
Roberto Raggi authored
-
Erik Verbruggen authored
Done-with: Christian Kamm
-
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
-
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).
-
- Jan 07, 2010
-
-
Erik Verbruggen authored
-
- 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
-