aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | QSGRenderer: sanity check attribute regs only when QSG_SANITY_CHECK=1J-P Nurmi2013-12-101-4/+2
* | V4: change variable renumbering algorithm from recursive to iterative.Erik Verbruggen2013-12-101-89/+237
* | Windows: Use Shell API for checking file case correctness.Friedemann Kleint2013-12-102-8/+27
* | Correctly profile the size of loaded pixmapsUlf Hermann2013-12-092-9/+5
* | Remove unused function isUnicodeNonCharacterThiago Macieira2013-12-081-14/+0
* | Fix crash in QQuickLoader when source component is garbage collectedSimon Hausmann2013-12-065-0/+38
* | Profile a pixmap start event also when loading is asynchronous.Ulf Hermann2013-12-061-0/+3
* | Fix: QSGGeometry lineWidth in qsgbatchrendererTorgeir Lilleskog2013-12-061-0/+3
* | Propegate filtering state when we extract texture from atlas.Gunnar Sletta2013-12-061-0/+1
* | Avoid warnings on cast from char* to QStringThiago Macieira2013-12-061-1/+1
* | Only emit focusObjectChanged when an actual change occurs.Michael Brasser2013-12-063-2/+25
* | Clean up property dependency data structuresSimon Hausmann2013-12-057-141/+87
* | Fix dependency calculation for context and scope propertiesSimon Hausmann2013-12-055-4/+40
* | Fix data layout of Managed classLars Knoll2013-12-051-4/+4
* | Fix dynamic properties in QQmlPropertyMap not always being visible in QMLSimon Hausmann2013-12-054-0/+134
* | Fix Flickable StopAtBounds drag over, back, over behavior.Martin Jones2013-12-053-29/+157
* | V4 IR: reverse propagate int32 truncation.Erik Verbruggen2013-12-046-139/+393
* | QQmlMemoryProfiler: Fix dangling pointer use.Robin Burchell2013-12-041-2/+1
* | Remove unused memberLars Knoll2013-12-044-6/+4
* | Fix some header guardsLars Knoll2013-12-043-4/+4
* | Encapsulate the current context and fix it's usageLars Knoll2013-12-0447-226/+221
* | Remove setVTable calls in performance critical areasLars Knoll2013-12-0421-75/+97
* | Move the vtable pointer from the object to the internal classLars Knoll2013-12-0453-256/+311
* | Fix a bug in the code for evalLars Knoll2013-12-041-5/+5
* | Add a static toArrayIndex() method to QV4::StringLars Knoll2013-12-043-4/+12
* | Fixup the implementation mess for QJSValue(QString)Lars Knoll2013-12-043-10/+111
* | Optimize ExecutionContext::setPropertyLars Knoll2013-12-041-3/+12
* | Use an internalClass to represent formals and locals in CallContextsLars Knoll2013-12-047-67/+65
* | Remove unused inline wrapperLars Knoll2013-12-045-12/+9
* | Fix url type testLars Knoll2013-12-041-2/+2
* | Speedup JS instanceof operatorLars Knoll2013-12-047-58/+50
* | Initialize variableLars Knoll2013-12-041-0/+1
* | Fix qsTr() in .js contextJ-P Nurmi2013-12-044-32/+137
* | QQmlImport: Don't try use a dangling pointer.Robin Burchell2013-12-031-2/+1
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-12-0340-142/+446
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-0340-142/+446
| |\|
| | * Fix style animations to stop when the item is hiddenJ-P Nurmi2013-12-031-1/+4
| | * Safely abort when we don't succeed in creating a GL context.Gunnar Sletta2013-12-032-3/+11
| | * Update changelog for 5.2.0Alan Alpert2013-11-302-26/+74
| | * Doc: Change the order of QQuickText function definitionsTopi Reinio2013-11-301-49/+49
| | * Doc: Update examples used in Writing QML Extensions tutorialTopi Reinio2013-11-3029-39/+212
| | * Handle boundingboxes with NaN in them.Gunnar Sletta2013-11-302-8/+7
| | * disable qml import scan for qmljsOswald Buddenhagen2013-11-301-0/+1
| | * Ensure that QML Windows respect the default platform window stateTor Arne Vestbø2013-11-302-1/+99
| | * Revert 99480d5420c0beea6771be582c039b550a4461f5Gunnar Sletta2013-11-272-18/+0
* | | Improve the Canvas threading modelGunnar Sletta2013-12-039-176/+251
|/ /
* | Drop the "missing provider" warning from ShaderEffect.Gunnar Sletta2013-12-031-1/+0
* | Fix typo in debug defineGunnar Sletta2013-12-031-1/+1
* | Fix build in release mode with forced assertsKonstantin Ritt2013-12-031-1/+1
* | V4 IR: remove common toInt32 casts.Erik Verbruggen2013-12-031-2/+29