aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-0449-188/+211
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-0442-395/+390
* Cleanup header file dependenciesLars Knoll2014-11-0434-275/+89
* Remove some unneeded reinterpret_cast'sLars Knoll2014-11-048-15/+15
* Remove most calls to Value::managed()Lars Knoll2014-11-047-8/+14
* Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-0427-114/+151
* Cleanup: Get rid of String and Object pointers in ValueSimon Hausmann2014-11-043-14/+12
* Cleanup: Remove duplicated codeSimon Hausmann2014-11-031-16/+1
* Remove unused fileSimon Hausmann2014-11-032-35/+0
* Use an allocator for QSGBatchRenderer::Node and Element instances.Gunnar Sletta2014-11-022-22/+140
* QQuickTextEdit: don't ifdef out propertiesJ-P Nurmi2014-11-012-16/+12
* QQuickTextInput: don't ifdef out propertiesJ-P Nurmi2014-11-012-19/+24
* Fix typo in Q_ASSERT_X warning.Gunnar Sletta2014-11-011-1/+1
* Fix beforePaint node calculation further.Gunnar Sletta2014-11-011-3/+3
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-10-3131-163/+151
|\
| * Get rid of !this and similar constructsLars Knoll2014-10-3121-124/+108
| * Don't allocate less memory than requiredLars Knoll2014-10-311-0/+2
| * BorderImage: Fix white area when size changes after first paintEskil Abrahamsen Blomfeldt2014-10-312-1/+8
| * Fix ICC-on-Mac warning about unknown #pragmaThiago Macieira2014-10-301-2/+2
| * Fix Canvas documentation.Mitch Curtis2014-10-301-6/+6
| * text input: always let cursor rect have a width == 1Richard Moe Gustavsen2014-10-302-27/+3
| * Repeater & itemviews: fix setModel() JS array handlingJ-P Nurmi2014-10-293-3/+15
| * Remove mouse grabber if touch used for mouse emulation has been grabbedDaniel d'Andrada2014-10-291-0/+7
* | Comment parameters to PageAllocation::allocate()Ulf Hermann2014-10-301-2/+3
* | Remove guard pages option from uncommitted page reservationsUlf Hermann2014-10-306-16/+9
* | Implement guard pages for windows page allocatorUlf Hermann2014-10-301-1/+11
* | Add guard pages around JavaScript stackUlf Hermann2014-10-301-1/+2
* | Allow page allocations to include guard pagesUlf Hermann2014-10-304-10/+21
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devLars Knoll2014-10-30121-1931/+2258
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-29121-1931/+2258
| |\|
| | * Revert: use the new form of QTranslator::load() for more flexibilityShawn Rutledge2014-10-281-4/+2
| | * Do not crash QML apps on startupJan Arve Saether2014-10-282-9/+16
| | * Don't document Context2D's TextMetrics as its own QML type.Mitch Curtis2014-10-281-21/+3
| | * Reduce memory pressure on system malloc when allocating large items on the GC...Simon Hausmann2014-10-271-0/+7
| | * Don't check the this pointer for 0 in member functionsLars Knoll2014-10-279-27/+27
| | * Reduce size of ArrayData by one pointerLars Knoll2014-10-274-33/+42
| | * Rework our simple array implementationLars Knoll2014-10-279-184/+199
| | * Fix QQmlTypeData object leakJian Liang2014-10-271-0/+1
| | * Move action handlers to the Accessible attached objectJan Arve Saether2014-10-273-12/+94
| | * Fix leaks in QQuickImageParticleJocelyn Turcotte2014-10-274-18/+37
| | * QML State Machine plugin: correct URL in Q_PLUGIN_METADATAShawn Rutledge2014-10-271-1/+1
| | * Remove logic that some accessible objects cannot have childrenFrederik Gladhorn2014-10-271-10/+0
| | * Expose searchEdit accessible property to Qt QuickFrederik Gladhorn2014-10-272-0/+7
| | * Properly handle negative years when printing JS Dates to strings.Ulf Hermann2014-10-241-1/+7
| | * Fix syntax error when trying to declare read-only object propertiesSimon Hausmann2014-10-245-1030/+1063
| | * Fix license headers in Qml grammar specificationSimon Hausmann2014-10-241-48/+42
| | * Fix crash in SpriteSequenceAlex Blasche2014-10-241-3/+7
| | * Doc: Updated the code snippets for the toLocalexxx functionsVenu2014-10-241-3/+3
| | * Android: Keyboard doesn't hide from done buttonSamuel Nevala2014-10-241-0/+7
| | * Stop waiting in QTcpServerConnection if waitForBytesWritten failsUlf Hermann2014-10-241-2/+7