aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsapi
Commit message (Expand)AuthorAgeFilesLines
* Remove unused types on engine destructionSimon Hausmann2017-08-021-1/+1
* Move property cache from the engine to QQmlTypeSimon Hausmann2017-08-022-32/+4
* Move the engine pointer from the property cache to the VME meta objectLars Knoll2017-08-021-1/+1
* QJSEngine: document limitation of dynamic QObject propertiesMitch Curtis2017-07-271-1/+6
* Move the engine() accessor from Object to ManagedLars Knoll2017-05-191-2/+2
* Doc: Fix documentation warningsTopi Reinio2017-01-301-1/+1
* QJSValue: Mention how to construct QJSValue from other non-obvious typesRobin Burchell2017-01-121-1/+2
* Clean up Value::isString()/stringValue() combinationsLars Knoll2016-11-291-8/+6
* Clean up duplicated checks whether a Value is a ManagedLars Knoll2016-11-291-4/+6
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-5/+5
* QJSValue: Adapt to introduction of QMetaType::NullptrChristian Kandeler2016-08-082-4/+8
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-9/+9
* Add QJSEngine::newQMetaObjectCorentin Jabot2016-06-054-0/+89
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-243-2/+2
|\
| * V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-203-2/+2
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-0/+8
|\|
| * Abort application if QJSEngine is constructed before QCoreApplicationMitch Curtis2016-04-281-0/+10
* | Introduce delegating constructors.Friedemann Kleint2016-05-061-3/+1
* | Convert comparison methods to the new runtime syntaxLars Knoll2016-04-111-1/+1
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-1/+1
|\
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-031-1/+1
* | Updated license headersJani Heikkinen2016-01-199-126/+180
* | Support debugging and profiling for pure QJSEnginesUlf Hermann2015-12-152-0/+27
* | Remove dead fwd-dclFrank Meerkoetter2015-12-151-2/+0
* | Add missing nullptr checkFrank Meerkoetter2015-12-141-0/+3
|/
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Add extension API to QJSEngineMitch Curtis2015-09-252-15/+122
* Rename currentExecutionContext to currentContextLars Knoll2015-09-151-1/+1
* Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-151-3/+4
* Doc: Fixed several link errorsNico Vertriest2015-09-071-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Simon Hausmann2015-09-021-0/+12
|\
| * Doc: broken links and missing doc for functionsNico Vertriest2015-09-021-0/+12
* | Hold a pointer to the QV4::ExecutionEngine in the property cacheLars Knoll2015-08-191-1/+1
* | Simplify QJSValueIterator code and make it GC safeLars Knoll2015-06-172-12/+10
* | Store rootcontext in a GC safe wayLars Knoll2015-06-171-2/+2
* | Get rid of StringValue usage in QJSValueIteratorLars Knoll2015-06-102-15/+12
* | Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-2/+2
* | doc: Remove uses of \mainclassMartin Smith2015-06-072-2/+0
* | Move more objects from the v4 engine to the js stackLars Knoll2015-04-241-1/+1
* | Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-242-3/+3
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-242-2/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-222-9/+21
|\|
| * Doc: Expand on QJSEngine exception handlingSze Howe Koh2015-04-182-9/+21
* | Get rid of asFunctionObject()Lars Knoll2015-04-211-4/+4
* | More cleanupsLars Knoll2015-04-212-4/+4
* | Get rid of Value::asDateObject()Lars Knoll2015-04-161-2/+2
* | Further cleanupsLars Knoll2015-04-161-3/+3
|/
* QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-1/+3
* Update copyright headersJani Heikkinen2015-02-129-63/+63
* CleanupsLars Knoll2015-01-233-11/+11