aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljslink.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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/[email protected]/[email protected]/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
* QmlJS: Add tooltips to imports.Christian Kamm2011-05-121-33/+45
* QmlJS: Remove unused argument for Link helper function.Christian Kamm2011-05-111-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* QmlJS: Stop doing significant work in constructors.Christian Kamm2011-05-061-20/+8
* QmlJS: Fix type detection for alias properties.Christian Kamm2011-05-041-1/+0
* QmlJS: Add semantic errors to task window.Christian Kamm2011-04-211-21/+49
* QmlJS: Fix library-by-path imports.Christian Kamm2011-04-211-21/+0
* Update license.hjk2011-04-131-14/+13
* QmlJS: Don't warn user about imports if static info is availableKai Koehne2011-04-121-2/+10
* Fixed import of "." in a library with a hack.Erik Verbruggen2011-04-061-3/+25
* QmlDump: Fix uri-based plugin dumping.Christian Kamm2011-03-161-3/+6
* QmlJS: Fix implicit "." import when . has a QML module.Christian Kamm2011-03-101-76/+74
* QmlJS: Try to implicitly import libraries in the same directory.Christian Kamm2011-02-251-43/+110
* QmlJS: Put types with cpp names into a separate package.Christian Kamm2011-02-091-1/+1
* qmldump: Use the new qmldump correctly.Christian Kamm2011-02-091-1/+2
* It's 2011 now.con2011-01-121-1/+1
* Qml/C++: Fix performance problem with type extraction.Christian Kamm2011-01-061-0/+8