aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsinterpreter.h
Commit message (Expand)AuthorAgeFilesLines
...
* qmljs: new import/dep trackingFawzi Mohamed2013-11-201-0/+2
* qmljs: simple tracking of used modulesFawzi Mohamed2013-10-231-0/+3
* qmljs: added qmljsconstants.hFawzi Mohamed2013-10-231-13/+3
* qmljs: adding qrc supportFawzi Mohamed2013-06-031-0/+2
* TypeDescriptionReader: Check for files that are not UTF8 encodedThomas Hartmann2013-05-151-3/+2
* Clean headers in QmlJs.Friedemann Kleint2013-04-041-3/+0
* Reduce padding in often-used structsTobias Hunger2013-02-211-1/+1
* 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
* | Clean up whitespace before EOLOrgad Shaneh2012-11-281-1/+1
|/
* 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-6/+6
* Long live the king!hjk2012-01-261-1/+1
* QmlJS: Speed up ValueOwner construction.Christian Kamm2011-11-251-42/+4
* QmlJS: Improve completion and hints for functions.Christian Kamm2011-11-161-5/+26
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-6/+2
|\
| * QmlJS: Fixed attached objects.Christian Kamm2011-11-071-4/+0
| * all: s/[email protected]/[email protected]/hjk2011-11-031-2/+2
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-011-0/+1
|\|
| * QmlJS: Avoid an infinite loop if a qmltypes file has a cycle.Christian Kamm2011-10-311-0/+1
* | QmlJS: Support module apis defined by QML modules.Christian Kamm2011-10-211-1/+1
* | QmlJS: Introduce UnknownValue.Christian Kamm2011-10-181-3/+16
* | QmlJS: Convert more dynamic_casts to value_casts.Christian Kamm2011-10-131-1/+16
* | QmlJS: Add more value_casts.Christian Kamm2011-10-121-3/+51
* | QmlJS: Rename QmlObjectValue -> CppComponentValue.Christian Kamm2011-10-121-20/+20
* | QmlJS: Set correct scope in signal handlers.Christian Kamm2011-10-121-1/+6
* | QmlJS checks: Disable some checks when imports failed.Christian Kamm2011-10-121-0/+6
|/
* QmlJS: Support .import directives in js files.Christian Kamm2011-09-281-4/+10
* QmlJS: Fix threading issue in QmlObjectValue.Christian Kamm2011-09-271-3/+1
* QmlJS: Separate metaObjectRevision from minor version number.Christian Kamm2011-09-261-4/+10
* QmlJS: Fix enum completion with 'as' imports.Christian Kamm2011-09-191-0/+1
* QmlJS: Rework exported C++ type registry.Christian Kamm2011-09-191-27/+26
* QmlJS: When completing enums, add Item.Foo instead of "Foo".Christian Kamm2011-09-151-2/+6
* QmlJS: Improve completion of signals.Christian Kamm2011-09-141-7/+10
* QmlJS: Adjust existing code for updated QML parser.Christian Kamm2011-09-141-1/+1
* QmlJS: Enable 'follow symbol' for local variables.Christian Kamm2011-09-141-0/+1
* QmlJS: Fix reference lookup cycles.Christian Kamm2011-09-121-5/+5
* QmlJS: Fix lookup for enums.Christian Kamm2011-09-051-2/+2
* QmlJS: Add XMLHttpRequest, DB API and JSON completion.Christian Kamm2011-08-091-1/+3
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-081-6/+4
* QmlJS: Share Context.Christian Kamm2011-08-081-0/+8
* QmlJS: Split Context and ScopeChain.Christian Kamm2011-08-081-41/+9
* avoid allocating QmlEnumValues each timeFawzi Mohamed2011-07-131-13/+16
* QmlJS: Dump builtins per Qt version.Christian Kamm2011-07-111-4/+6
* QmlJS: Make 'length' property available on all FunctionValues.Christian Kamm2011-07-051-5/+0
* QmlJS: Remove deprecated enum functions in QmlObjectValue.Christian Kamm2011-07-051-5/+0
* QmlJS: Move Context to its own file.Christian Kamm2011-07-051-39/+1
* QmlJS: Enforce Context always being linked.Christian Kamm2011-07-051-3/+5
* QmlJS: Remove unused methods from ContextChristian Kamm2011-07-051-4/+0