summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljslink.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmljs: track origin of ObjectValuesFawzi Mohamed2014-07-171-9/+13
* qmljs: switch to the new category loggingFawzi Mohamed2014-07-011-1/+0
* QmlJSEditor: Move semantic info updating to documentEike Ziller2014-01-291-1/+1
* qmljs: generalize language treatementFawzi Mohamed2014-01-281-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* qmljs: new import/dep trackingFawzi Mohamed2013-11-201-5/+8
* Braces cleanupOrgad Shaneh2013-11-141-2/+1
* qmljs: added qmljsconstants.hFawzi Mohamed2013-10-231-14/+14
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-1/+1
* qmljs: adding qrc supportFawzi Mohamed2013-06-031-2/+33
* Clean headers in QmlJs.Friedemann Kleint2013-04-041-1/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-7/+4
* | QmlJS: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-281-3/+3
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-3/+3
* Long live the king!hjk2012-01-261-1/+1
* QmlJS: Speed up ValueOwner construction.Christian Kamm2011-11-251-8/+4
* QmlJS: Add documentation for QmlJS::Value.Christian Kamm2011-11-151-1/+1
* 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-7/+5
* | QmlJS: Fix build.Christian Kamm2011-10-211-2/+2
* | QmlJS: Support module apis defined by QML modules.Christian Kamm2011-10-211-0/+38
* | QmlJS: Introduce UnknownValue.Christian Kamm2011-10-181-1/+1
* | QmlJS: Rename QmlObjectValue -> CppComponentValue.Christian Kamm2011-10-121-3/+3
* | QmlJS checks: Disable some checks when imports failed.Christian Kamm2011-10-121-0/+7
* | QmlJS: Move commonly used functions to qmlutils.h.Christian Kamm2011-10-101-13/+1
|/
* QmlJS: Support .import directives in js files.Christian Kamm2011-09-281-13/+11
* QmlJS: Separate metaObjectRevision from minor version number.Christian Kamm2011-09-261-14/+12
* QmlJS: Rework exported C++ type registry.Christian Kamm2011-09-191-20/+18
* QmlJS: Change from QMap to QHash for QString keys.Christian Kamm2011-09-191-1/+1
* QmlJS: Cleanup Link.Christian Kamm2011-09-141-82/+90
* QmlJS: Improve import error messages.Christian Kamm2011-09-141-2/+7
* QmlJS: Find setContextProperty calls in C++ and expose to QML.Christian Kamm2011-09-081-3/+21
* QmlJS: Move the exported-C++-type detection out of C++ code.Christian Kamm2011-08-241-1/+3
* QmlJS: Move 'file not found' error message from Bind to Link.Christian Kamm2011-08-101-0/+4
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-081-5/+4
* QmlJS: Share Context.Christian Kamm2011-08-081-4/+4
* QmlJS: Dump builtins per Qt version.Christian Kamm2011-07-111-13/+28
* QmlJS: Don't need to store imports per document in LinkPrivate.Christian Kamm2011-07-051-8/+9
* QmlJS: Enforce Context always being linked.Christian Kamm2011-07-051-24/+21
* QmlJS: Rename Interpreter::Engine -> ValueOwnerChristian Kamm2011-07-051-13/+13
* QmlJS: Allow for QML modules with version subdirectories.Christian Kamm2011-05-301-9/+24
* QmlJS: Fix import cache usage with 'as' imports.Christian Kamm2011-05-271-0/+4
* QmlJS: Separate imported types and imported JS scopes.Christian Kamm2011-05-271-23/+25
* QmlJS: Refactor ObjectValue members.Christian Kamm2011-05-241-5/+5
* QmlJS: Don't add invalid imports to TypeEnvironment.Christian Kamm2011-05-161-1/+2