aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qqmlbuiltinfunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crashes with closures created in QML componentsLars Knoll2017-09-061-0/+4
* Protect CompilationUnit member usage against word size differencesSimon Hausmann2017-03-171-1/+1
* Convert the last remaining builtin function to the new calling conventionLars Knoll2017-01-251-424/+441
* Directly store the referenced QV4::Function pointer in the binding functionLars Knoll2016-12-091-16/+3
* Don't store a source location in the QQmlBindingFunction anymoreLars Knoll2016-12-091-4/+2
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-7/+3
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-251-1/+1
| |\
| | * Doc: fix incorrect argument name for createQmlObject()Mitch Curtis2016-11-171-2/+2
* | | QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-8/+13
* | | QML: Make QV4::Heap::Pointer trivialErik Verbruggen2016-09-281-1/+1
* | | Merge remote-tracking branch 'origin/dev' into 5.8Liang Qi2016-08-161-6/+31
|\ \ \
| * | | Qml: optimize string usageAnton Kudryavtsev2016-08-091-6/+6
| * | | Qt object: Add exit(int)Cavit Sina Dogru2016-08-091-0/+25
* | | | Added Logging Category support to QMLDominik Holland2016-08-101-3/+22
|/ / /
* | | Doc: QML Qt.callLater(): Fix documentation warningsTopi Reinio2016-06-231-3/+3
* | | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-3/+2
* | | Add \since 5.8 to Qt.callLater()Mitch Curtis2016-06-081-0/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-0/+1
|\| |
| * | V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+1
* | | Merge remote-tracking branch 'origin/5.7' into devSimon Hausmann2016-05-181-11/+71
|\| |
| * | QML: Fill QtObject lazily.Erik Verbruggen2016-05-111-11/+71
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-2/+2
| |\|
| | * V4: 'Cache' enumeration end instead of calling a method.Erik Verbruggen2016-04-221-2/+2
* | | Add Qt.callLater() function.Michael Brasser2016-03-081-0/+27
|/ /
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-211-2/+20
|\|
| * Document default argument behavior of Qt.createComponent()Mitch Curtis2015-11-161-2/+15
| * Introduce a more sane "default constructor" for Qt.matrix4x4()Sean Harmer2015-11-111-0/+5
* | Allow enabling of QML profiler in JS-only environmentUlf Hermann2015-11-181-8/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-031-1/+6
|\|
| * Load component synchronously in method_createQmlObjectUlf Hermann2015-11-031-1/+6
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-25/+39
|\|
| * Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-2/+2
| * Add extension API to QJSEngineMitch Curtis2015-09-251-23/+37
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-16/+14
|\|
| * Move remaining objects to new constructor syntaxLars Knoll2015-09-221-11/+9
| * Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-221-1/+1
| * Store the stack of executioncontext's on the JS stackLars Knoll2015-09-151-4/+4
* | Add proper documentation to Qt.atob()Jan Arve Saether2015-09-221-1/+1
|/
* qml: Avoid heap allocations due to QString::fromLatin1()Sérgio Martins2015-08-131-2/+2
* Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-041-5/+7
* Extract minimal abstract interfaces from debug services.Ulf Hermann2015-08-041-2/+2
* Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann2015-07-301-3/+3
* Remove static proxy methods from QQmlDebugServiceUlf Hermann2015-07-291-2/+3
* Cleanup retrieval of scope and context objectsLars Knoll2015-06-181-11/+10
* Move more objects from the v4 engine to the js stackLars Knoll2015-04-241-1/+1
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-3/+10
|\
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-161-2/+9
| |\