aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Make sure JIT architectures lists are in syncDmitry Shachnev2014-07-072-3/+7
* V4 IR: (natural) loop detection.Erik Verbruggen2014-07-045-81/+291
* Avoid race condition in QQmlEngine on shutdown.Gunnar Sletta2014-07-043-3/+15
* Profiler: Fix MSVC warning about signed integers.Friedemann Kleint2014-07-031-1/+1
* Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-028-21/+56
|\
| * Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-028-21/+56
| |\
| | * Fix intermittent crash with older MinGW releasesRobin KAY2014-06-271-6/+3
| | * Merge remote-tracking branch 'origin/stable' into 5.3Frederik Gladhorn2014-06-251-1/+1
| | |\
| | | * Update QtQuick import value to 2.3Samuel Gaist2014-06-231-1/+1
| | * | Fix crash when deleting component in Component.onComplete through loaderSimon Hausmann2014-06-232-7/+28
| | * | Fix memory leak in QQmlComponent::createObjectSimon Hausmann2014-06-232-6/+4
| | * | QQmlObjectCreator: Clear sharedState componentAttached in destruction/clearAlbert Astals Cid2014-06-201-0/+9
| | * | Fix QQmlComponent detailed description.Mitch Curtis2014-06-201-1/+1
| | * | Fix crash in QObjectWrapperOleg Shparber2014-06-191-0/+2
| | * | Merge remote-tracking branch 'origin/stable' into 5.3Sergio Ahumada2014-06-141-0/+8
| | |\|
| | | * Fix Stmt:Data object leakLiang Jian2014-06-131-0/+8
* | | | Properly collect polish timings from all render loopsUlf Hermann2014-07-021-1/+1
|/ / /
* | | Remove redundant sse2 math flagsAllan Sandfeld Jensen2014-07-011-7/+0
* | | Allow integer values to be assigned QList<qreal> propertiesOleg Shparber2014-06-252-2/+3
* | | Fix crash in QQmlDelegateModel during destruction phaseSimon Hausmann2014-06-242-6/+6
* | | Exclude private methods and QObject::deleteLater from enumerable propertiesSimon Hausmann2014-06-241-2/+11
* | | V4 JIT: add IR printer that uses platform register names.Erik Verbruggen2014-06-243-3/+42
* | | V4 JIT: add some documentation and literature references.Erik Verbruggen2014-06-193-0/+33
* | | V4 JIT: add hint for phi-node operands.Erik Verbruggen2014-06-191-0/+1
* | | Fix compiler warningLars Knoll2014-06-181-1/+2
* | | V4 JIT: teach regalloc about callee-saved registers.Erik Verbruggen2014-06-172-9/+26
* | | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-06-136-54/+53
|\| |
| * | Doc: Clarify where JavaScript fits in QML codeSze Howe Koh2014-06-132-47/+42
| |/
| * add missing signal declaration in Exposing Attributes to QML exampleShawn Rutledge2014-06-101-0/+2
| * Doc: Updated "Qt Quick Examples" pages.Jerome Pasion2014-06-051-3/+4
| * Fix bindings to when property of States not always workingSimon Hausmann2014-06-041-0/+1
| * Fix method overload calling of Qt slots from JavaScriptkh12014-06-041-4/+4
* | V4 JIT: use RegisterInfo in the register allocator.Erik Verbruggen2014-06-134-54/+46
* | V4 RegAlloc: simplify algorithm after introducing half open ranges.Erik Verbruggen2014-06-133-127/+148
* | V4 RegAlloc: change life-time intervals from closed to half-open.Erik Verbruggen2014-06-137-219/+309
* | Add support for translations in pure QJSEngine based environmentsSimon Hausmann2014-06-133-7/+68
* | Properly initialize heap profiler when starting profilingUlf Hermann2014-06-125-10/+45
* | Doc: Fix qmlclass selector used in documentation configTopi Reinio2014-06-111-1/+1
* | Add FreeBSD support to qv4targetplatform_p.hDmitry Shachnev2014-06-101-2/+2
* | Javascript heap profilerUlf Hermann2014-06-068-18/+99
* | V4 IR: Store positions for life-time intervals outside the statement.Erik Verbruggen2014-06-066-56/+128
* | V4 IR: add def statements to the worklist when removing uses.Erik Verbruggen2014-06-061-13/+11
* | V4 IR: replace hashes by vectors.Erik Verbruggen2014-06-062-102/+104
* | Remove copy and accidental detach.Erik Verbruggen2014-06-062-3/+3
* | V4 RegAlloc: store, pass, and use life-time intervals by pointer.Erik Verbruggen2014-06-055-116/+149
* | Cleanup: Get rid of the url and file name members in QQmlCompiledDataSimon Hausmann2014-06-0511-24/+20
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-049-65/+140
|\|
| * Fix worker scripts with cached compilation unitsSimon Hausmann2014-06-041-23/+31
| * Fix potential null pointer dereferencingFrederik Gladhorn2014-05-302-8/+13
| * Fix emission of QQmlListModel::rowsAboutToBeXxx() signalsJ-P Nurmi2014-05-292-4/+43