aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * V4: remove more superfluous spills.Erik Verbruggen2014-01-231-3/+0
* | | V4: fix life-time hole check.Erik Verbruggen2014-01-241-7/+6
|/ /
* | Fix compile error with clang 3.4Lars Knoll2014-01-231-1/+1
* | Fix warning about comparing double to boolean in js_equal().Friedemann Kleint2014-01-231-1/+1
* | Qmlplugindump error messages are not written consistentlyDaniel Pesch2014-01-231-16/+16
* | QQuickText: fix layout mirroringJ-P Nurmi2014-01-222-4/+22
* | Only look at alpha to decide if rectangle has fill or not.Gunnar Sletta2014-01-221-2/+2
* | Enforce texture cleanup to happen at the end of the sync phase.Gunnar Sletta2014-01-223-3/+14
* | Revert QSGRenderNode to the old "in context" behaviorGunnar Sletta2014-01-222-90/+56
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-01-229-103/+88
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-229-103/+88
| |\|
| | * Remove redundant button clicked handler in QQuickMessageBoxBerthold Krevert2014-01-202-49/+0
| | * Work around missing BGRA texture format on Samsung Galaxy Tab 3Eskil Abrahamsen Blomfeldt2014-01-172-5/+30
| | * QQmlInstructionData: fix warning 'code' {is,might be} used uninit'edMarc Mutz2014-01-171-0/+4
| | * Improve Mac OS X touch event enabling.Morten Johan Sørvig2014-01-174-49/+54
* | | Make it possible to render without a depth buffer.Gunnar Sletta2014-01-223-27/+53
|/ /
* | Ensure Flickable bounds detection is executed at the end of animation.Martin Jones2014-01-212-5/+36
* | Parse source location for signal handling functionsUlf Hermann2014-01-214-1/+42
* | Retrieve detailed location information when profiling signal handlersUlf Hermann2014-01-213-4/+27
* | Make compile on DragonFly BSD.Alex Blasche2014-01-213-0/+17
* | qmplugindump is not able to dump all registered componentsDaniel Pesch2014-01-213-0/+28
* | qmlplugindump: New component properties isCreatable and isSingletonDaniel Pesch2014-01-203-13/+45
* | Add support for deprecated RegExp (constructor) propertiesSimon Hausmann2014-01-203-2/+169
* | QQmlEngine - fix example in documentationKimmo Leppälä2014-01-191-1/+1
* | Fix uninitialized variable in debug buildsSimon Hausmann2014-01-171-0/+3
* | V4: fix range splitting when split is between intervals.Erik Verbruggen2014-01-177-13/+227
* | Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2014-01-169-134/+222
|\|
| * V4: relieve more memory allocator pressure.Erik Verbruggen2014-01-161-2/+2
| * Fix usage of FileDialog.folder property in QtQuickTobias Koenig2014-01-161-0/+4
| * QtQuick.Dialogs FileDialog: don't go astray into qrc:/ on AndroidShawn Rutledge2014-01-161-3/+12
| * Fix failing context->next != 0x1 assertionSimon Hausmann2014-01-163-10/+0
| * V4 IR: do edge splitting after SSA transformationErik Verbruggen2014-01-161-8/+58
| * V4: lower memory allocator pressure.Erik Verbruggen2014-01-163-77/+95
| * V4 IR: update immediate dominators when purging unreachable basic-blocksErik Verbruggen2014-01-161-13/+19
| * Revert "Support batching of rotated antialiased elements."Gunnar Sletta2014-01-161-5/+6
| * V4: remove unnecessary spills and order them correctly.Erik Verbruggen2014-01-163-21/+31
* | Bump MODULE_VERSION to 5.2.2Sergio Ahumada2014-01-161-1/+1
* | Re-enable mac testsAlan Alpert2014-01-161-7/+0
* | Make sure the test window has focusAlbert Astals Cid2014-01-161-1/+2
* | Increase the timeout for QPacketProtocol testsUlf Hermann2014-01-161-1/+1
* | Remove the two default role names listed in cppmodels documentation.Mitch Curtis2014-01-161-14/+1
* | Make sure that profiling can only be started if debugging is enabled.Ulf Hermann2014-01-156-5/+95
* | Add support for a separate index bufferLaszlo Agocs2014-01-153-14/+70
* | Fix some compiler warnings in tests and examples.Christian Kandeler2014-01-154-4/+3
* | Do not crash if /proc is not mountedAlbert Astals Cid2014-01-152-18/+30
* | Fix nodetest autotest.Gunnar Sletta2014-01-151-1/+3
* | Fix warning about cast from char* to QStringThiago Macieira2014-01-141-2/+2
|/
* On Mac only editable ComboBox should receive tab focusFrederik Gladhorn2014-01-112-2/+9
* Make qtdeclarative compile with QT_NO_TRANSLATIONTasuku Suzuki2014-01-101-3/+5
* tst_qquickpathview: Use QCOMPARE instead of QVERIFY.Friedemann Kleint2014-01-101-7/+7