aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add manual tests for touch interactionShawn Rutledge2015-04-218-1/+613
* XCB: respect QPlatformDrag::ownsDragObject().Mitch Curtis2015-04-211-1/+5
* qmlplugindump: add dependenciesMarco Benelli2015-04-211-20/+221
* Eliminate remaining property cache string lookups upon object instantiationSimon Hausmann2015-04-212-4/+10
* Speed up instantiation of objects that are assigned to list propertiesSimon Hausmann2015-04-211-3/+10
* Speed up property binding initialization on object creationSimon Hausmann2015-04-216-72/+93
* Always return a proper Value from JIT generated codeLars Knoll2015-04-201-1/+14
* Address uninitialized pointer variablesHolger Hans Peter Freyther2015-04-207-4/+23
* Doc: Expand on QJSEngine exception handlingSze Howe Koh2015-04-183-10/+25
* Doc: corrected some language issuesNico Vertriest2015-04-171-1/+1
* Fix forward declaration of QQmlSourceLocation.Friedemann Kleint2015-04-171-1/+1
* rename manual test dir shorcuts -> shortcutsShawn Rutledge2015-04-171-0/+0
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-1619-55/+52
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-1619-55/+52
| |\
| | * Protect the RegExp against early garbage collectionAlbert Astals Cid2015-04-141-1/+1
| | * Use qt_subtract_from_timeout instead of duplicating qt_timeout_valueDaniel Teske2015-04-1414-40/+16
| | * V4 JIT: fix typo in Binop::int32BinopJulien Brianceau2015-04-141-2/+2
| | * tst_qquickapplication: change test case 'state' to be more stableRichard Moe Gustavsen2015-04-081-8/+7
| | * [mips] Fix or32 implementation in macro assembler.Julien Brianceau2015-04-071-1/+3
| | * [mips] Fix branchTruncateDoubleToUint32 implementation in macro assembler.Julien Brianceau2015-04-071-1/+1
| | * Add note clarifying return value of Qt.openUrlExternally()Aaron McCarthy2015-04-021-2/+9
| | * Avoid parallel reading/writing of RegExpJitTables.hKai Koehne2015-04-011-1/+14
* | | Speed up composite type instantiation with lots of IDsSimon Hausmann2015-04-163-28/+13
* | | Speed up object creationSimon Hausmann2015-04-1613-30/+45
* | | Speed up object creation with lots of id name objectsSimon Hausmann2015-04-163-32/+44
* | | Speed up script binding initializationSimon Hausmann2015-04-164-6/+21
* | | Avoid strict mode for the surrounding QML call contextsSimon Hausmann2015-04-161-1/+1
* | | Support sRGB for text with QQuickWidgetLaszlo Agocs2015-04-161-0/+21
* | | Speed up creation of objects without script bindingsSimon Hausmann2015-04-162-28/+31
* | | Speed up copying of value types in bindingsSimon Hausmann2015-04-163-0/+32
* | | Speed up value type binding creationSimon Hausmann2015-04-166-44/+65
* | | Changed QML type lockingSimon Hausmann2015-04-163-47/+47
* | | Speed up creation of objects that don't import scriptsSimon Hausmann2015-04-161-1/+1
* | | Speed up binding evaluationSimon Hausmann2015-04-166-32/+30
|/ /
* | Fix regressed atlas texture log output. Broken since: a49b0ad786Gunnar Sletta2015-04-161-2/+2
* | Make sure we have enough precision to run animations for years.Gunnar Sletta2015-04-161-3/+3
* | Unregister types in the QMetaType system on unload.Robert Griebl2015-04-151-1/+10
* | QML Engine: Share data for ArrayBuffer created from QByteArray.Valery Kotov2015-04-153-12/+32
* | V4 JIT: cosmetic changeJulien Brianceau2015-04-141-4/+4
* | Simple speed-up for binding setup during object instantiationSimon Hausmann2015-04-141-2/+1
* | Cleanup: Fix const'ness of the property binding validator codeSimon Hausmann2015-04-143-15/+16
* | CleanupSimon Hausmann2015-04-141-3/+2
* | Match the offscreen windows position to the QQuickWidget position.Christian Strømme2015-04-132-1/+26
* | Fix a few typosFrederik Gladhorn2015-04-131-3/+3
* | Avoid running anims at 3x speed on WindowsLaszlo Agocs2015-04-131-0/+8
* | Tests: Use blacklist instead of insignificant for tst_qquickanimationsCaroline Chao2015-04-102-1/+40
* | Tests: Use blacklist instead of insignificant for tst_qquickflickableCaroline Chao2015-04-102-1/+19
* | Do not stall loading of local images if network is slowAlbert Astals Cid2015-04-091-10/+29
* | Fix TextEdit when vertical alignment != AlignTopEskil Abrahamsen Blomfeldt2015-04-092-4/+28
* | Tests: Make qquickcustomparticle significant againCaroline Chao2015-04-081-3/+0