aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsbind.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | qmljs: improve handling of qml dialectsFawzi Mohamed2014-07-301-5/+5
|/
* qmljs: switch to the new category loggingFawzi Mohamed2014-07-011-2/+0
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* qmljs: fixing testsFawzi Mohamed2013-11-221-9/+11
* qmljs: added qmljsconstants.hFawzi Mohamed2013-10-231-5/+5
* Reduce usage of QStringRef::toString() in QmlJS/QmlJSTools.Friedemann Kleint2013-08-291-2/+3
* Fix coding style for else statementsOrgad Shaneh2013-07-171-2/+2
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-1/+1
* Clean headers in QmlJs.Friedemann Kleint2013-04-041-4/+0
* Fix Krazy warnings about includes/header guards in QML-JS-code.Friedemann Kleint2013-03-121-1/+1
* qmljs: add infrastructure handling qml dialects betterFawzi Mohamed2013-02-211-3/+16
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* QmlJSBind: Set Root ObjectAurindam Jana2012-05-031-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-3/+3
* Long live the king!hjk2012-01-261-1/+1
* QmlJS: Add documentation for QmlJS::Value.Christian Kamm2011-11-151-5/+4
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | QmlJS: Documentation.Christian Kamm2011-11-071-5/+7
* | QmlJS: Introduce UnknownValue.Christian Kamm2011-10-181-1/+1
* | QmlJS: Move commonly used functions to qmlutils.h.Christian Kamm2011-10-101-15/+1
|/
* QmlJS: Support .import directives in js files.Christian Kamm2011-09-281-30/+14
* QmlJS: Fix typo in building string uris.Christian Kamm2011-09-271-1/+1
* QmlJS: Separate metaObjectRevision from minor version number.Christian Kamm2011-09-261-6/+15
* QmlJS: Simplify check if a document instantiates a component.Christian Kamm2011-09-141-55/+7
* QmlJS: Adjust existing code for updated QML parser.Christian Kamm2011-09-141-20/+21
* QmlJS: Move 'file not found' error message from Bind to Link.Christian Kamm2011-08-101-2/+0
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-081-7/+6
* QmlJS: Share Context.Christian Kamm2011-08-081-1/+1
* QmlJS: Split Context and ScopeChain.Christian Kamm2011-08-081-1/+1
* QmlJS: Rename Interpreter::Engine -> ValueOwnerChristian Kamm2011-07-051-12/+12
* QmlJS: Fix completion inside grouped propery bindings.Christian Kamm2011-06-231-8/+10
* Qmljs: added scope for blocks in UiScriptBindings and UiPublicMemberFawzi Mohamed2011-06-071-6/+24
* Qml Editor: accept imports with absolute pathsFawzi Mohamed2011-05-311-1/+4
* QmlJS: Refactor ObjectValue members.Christian Kamm2011-05-241-8/+8
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* qmldump: Make Creator able to read qmldump's new output.Christian Kamm2011-02-091-5/+2
* It's 2011 now.con2011-01-121-1/+1
* LanguageUtils: Add FakeMetaObject and ComponentVersion.Christian Kamm2011-01-041-0/+3
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | QmlJS: Fix binding and scoping function expressions.Christian Kamm2010-11-251-4/+3
* | QmlJS: Make evaluator understand expression statements.Christian Kamm2010-11-251-8/+0
* | QmlJS: Reactivate instantiating component scope detection.Christian Kamm2010-11-251-4/+63