aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Create QOpenGLContext with the correct screenv5.5.0-beta1Jan Arne Petersen2015-05-021-0/+1
* Fix uninitialized variables/dataSimon Hausmann2015-04-293-2/+3
* Doc: Fix linking issues in Item QML type documentationTopi Reinio2015-04-291-5/+5
* Fix rendercontrol example for screens with different dprLaszlo Agocs2015-04-283-2/+34
* Recreate the FBO on dpr change in rendercontrol exampleLaszlo Agocs2015-04-282-5/+28
* Avoid showing garbage when resizing the rendercontrol exampleLaszlo Agocs2015-04-281-0/+1
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Simon Hausmann2015-04-2751-280/+441
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-04-2751-280/+441
| |\
| | * Merge remote-tracking branch 'origin/5.4.2' into 5.4Simon Hausmann2015-04-2544-267/+412
| | |\
| | | * Prospective fix for flakey "network" related QML testsv5.4.2Simon Hausmann2015-04-2543-267/+363
| | | * Add list of changes for 5.4.2 relative to 5.4.1Shawn Rutledge2015-04-241-0/+49
| | * | Doc: corrected error on return value qmlRegisterTypeNico Vertriest2015-04-241-1/+1
| | * | QML: do not check stack size if stack grows upRolf Eike Beer2015-04-211-1/+9
| | * | Bump versionOswald Buddenhagen2015-04-201-1/+1
| | * | fix model leak in QQmlInstantiatorAlexandr Rekunkov2015-04-181-1/+1
| | |/
* | / Only heap allocate binding bits storage if needed.Aaron Kennedy2015-04-272-15/+43
|/ /
* | Instantiator: Make asynchronous mode workGabriel de Dietrich2015-04-254-7/+86
* | Fix a memory leak in the material shader cache.Robert Griebl2015-04-235-5/+39
* | Fix regression with nested objects served by custom parsersSimon Hausmann2015-04-233-1/+24
* | Make the scenegraph_lancelot test work on MacEirik Aavitsland2015-04-232-21/+33
* | [labs.settings] Minor optimizationKonstantin Ritt2015-04-231-9/+8
* | V4: include alloca private header as alloca is used unconditionally.Pasi Petäjäjärvi2015-04-221-0/+1
* | QtQml.Models: bump up the import version number to 2.2J-P Nurmi2015-04-222-3/+3
* | Add plugins.qmltypes for QtQml.ModelsJ-P Nurmi2015-04-211-0/+540
* | 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