aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support CompositeSingleton to the new V4 compiler.v5.2.0-beta1Antti Piira2013-10-217-6/+95
* Don't use reserved keyword "texture" as uniform variable nameSean Harmer2013-10-216-73/+73
* Fix MSVC2013 compilationYuchen Deng2013-10-212-0/+4
* Revert commit d818575966e2e2000fe2b7ee390c620f595d9825Simon Hausmann2013-10-213-17/+0
* Prevent badly formed texture nodes in the scene graph.Gunnar Sletta2013-10-214-10/+10
* tests: Replace Q_OS_MACX -> Q_OS_OSXSergio Ahumada2013-10-211-1/+1
* suppress qml import scan for the tools which don't need itOswald Buddenhagen2013-10-215-1/+5
* Reset on model layout changedAlbert Astals Cid2013-10-216-4/+285
* Qml JavaScript code generation cleanupsSimon Hausmann2013-10-208-91/+75
* Cleanup: Avoid unnecessary irModule->functions.indexOf callsSimon Hausmann2013-10-207-50/+58
* Remove internal method from public APILars Knoll2013-10-1911-39/+36
* Some minor optimizationsLars Knoll2013-10-194-42/+38
* Increased precision in shader exampleBernd Weimer2013-10-171-2/+2
* QtQuick.Dialogs: deploy qml files only for debug buildsShawn Rutledge2013-10-171-2/+5
* Fix ARM thumb2 mode detectionSimon Hausmann2013-10-171-1/+5
* Fix iOS buildsSimon Hausmann2013-10-171-1/+5
* Fix crash in FolderListModelFabian Bumberger2013-10-173-8/+29
* Fix flaky QQmlProfilerService::scenegraphData testKai Koehne2013-10-171-6/+5
* Make sure v8 service sends a finished signalKai Koehne2013-10-171-0/+2
* Disable WTF assertions in release buildsSimon Hausmann2013-10-171-0/+2
* Fix build on ARM in ARM mode (instead of thumb2)Simon Hausmann2013-10-177-34/+54
* Implement WTFReportAssertionFailureSimon Hausmann2013-10-171-1/+2
* Fix ASSERT_VALID_CODE_POINTER for our ARM buildsSimon Hausmann2013-10-171-4/+2
* V4 ARM: extend disassembler.Erik Verbruggen2013-10-172-0/+77
* Fix performance regression when doing property lookups for non-existant prope...Simon Hausmann2013-10-163-6/+14
* Speed up exception propagationSimon Hausmann2013-10-1610-163/+136
* Speed up stack trace generation for the JITSimon Hausmann2013-10-168-272/+38
* Avoid infinite loop with distance fields disabledLaszlo Agocs2013-10-161-1/+5
* Dialogs: use resources for QML and imagesShawn Rutledge2013-10-163-15/+65
* Fix infinite loop in QQmlIncubator::forceCompletionAlbert Astals Cid2013-10-162-6/+12
* Improve output of test caseKai Koehne2013-10-165-3/+61
* Fix segfault in autotestKai Koehne2013-10-161-2/+5
* Fix deadlocks in debugger infrastructure on MacKai Koehne2013-10-161-0/+1
* Turn on exact garbage collection by defaultLars Knoll2013-10-164-94/+30
* Fix cleanup handlers on Android when exceptions are thrownSimon Hausmann2013-10-161-0/+33
* qqmlimport: avoid deadlock by scoping the usage of QWriteLockerRichard Moe Gustavsen2013-10-161-31/+34
* Initialize VariableLars Knoll2013-10-151-0/+1
* Fix GC issues with usage of raw RegExp pointersLars Knoll2013-10-154-7/+10
* Remove debug outputLars Knoll2013-10-151-4/+0
* Remove duplicated forward declarationLars Knoll2013-10-151-1/+0
* Don't use constructor function to initialize providersTor Arne Vestbø2013-10-153-4/+9
* Doc: Renamed links to "QML Applications".Jerome Pasion2013-10-152-6/+6
* Make QQmlIncubatorPrivate refcountedLars Knoll2013-10-154-47/+49
* Make sure the incubated object survives the statusChanged callLars Knoll2013-10-151-6/+10
* Fix MSVC2010 warnings.Mitch Curtis2013-10-151-4/+4
* QtQuick.Dialogs: on single-window platforms, don't resize the windowShawn Rutledge2013-10-151-1/+4
* Fix some more issues with exact GCLars Knoll2013-10-152-3/+3
* Fix GC issue with incubatorsLars Knoll2013-10-151-19/+45
* inline get_element callsLars Knoll2013-10-149-21/+119
* Avoid creating array attributes if possibleLars Knoll2013-10-146-57/+47