aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove old compiler and VMESimon Hausmann2014-03-0729-9092/+83
* QQuickWidget: make sure to use the proper GL formatPaul Olav Tvete2014-03-072-19/+14
* Add the features of QLoggingCategory to QML's debugging methods.Giorgos Tsiapaliokas2014-03-071-4/+10
* V4 JIT: fix stack space reserving codeErik Verbruggen2014-03-071-2/+2
* V4: fix address printing on 64bit platformsErik Verbruggen2014-03-073-2/+15
* Fix MSVC2012 compiler warnings in disabled code.Erik Verbruggen2014-03-073-5/+13
* V4 JIT: fix up register usage for linux/macos on x86_64.Erik Verbruggen2014-03-072-5/+7
* Fix more MSVC2012 compiler warnings.Erik Verbruggen2014-03-073-20/+39
* QML testlib: Do not modify the arguments passed into QGuiApplication.Friedemann Kleint2014-03-071-8/+6
* MouseArea: make clear containsMouse requires the cursor to be insideShawn Rutledge2014-03-071-1/+2
* Fix a couple of typos in the documentationLaszlo Papp2014-03-062-9/+9
* QSGBatchRenderer: return when a shader is not returned by the managerAndrew Knight2014-03-061-0/+4
* Switch the code path from the old compiler and VME to the new code pathSimon Hausmann2014-03-061-3/+1
* [new compiler] Fix crash in tst_qquickpathviewSimon Hausmann2014-03-061-1/+3
* [new compiler] Fix potential infinite recursion when using the incubatorSimon Hausmann2014-03-061-3/+3
* [new compiler] Fix incorrect accelerated lookups to id objectsSimon Hausmann2014-03-062-3/+4
* Doc: Fix "Right-to-left User Interfaces"Takumi Asaki2014-03-061-8/+8
* Fix GridView flow enum docsJ-P Nurmi2014-03-061-13/+13
* Reset the expose cycle when polishAndSync aborts.Gunnar Sletta2014-03-052-16/+27
* Add some leading white space to generated code for QML signals.Ulf Hermann2014-03-051-1/+4
* [new compiler] Fix designer integrationSimon Hausmann2014-03-051-2/+2
* [new compiler] Fix auto component creation with composite typesSimon Hausmann2014-03-051-3/+7
* [new compiler] Add support for deferred propertiesSimon Hausmann2014-03-056-10/+133
* [new compiler] Fix invalid memory reads when JS closures outlive QML typesSimon Hausmann2014-03-055-9/+6
* Fix MSVC2012 compiler warnings.Erik Verbruggen2014-03-056-6/+14
* Don't sort batches when there are no changes.Gunnar Sletta2014-03-051-8/+11
* [new compiler] Fix property initialization order for mixed list and default p...Simon Hausmann2014-03-044-9/+111
* Fix crash when accessing var properties in objects with invalid contextSimon Hausmann2014-03-041-3/+4
* Combine the source file, line and column number triplet in a common structureSimon Hausmann2014-03-045-56/+31
* [new compiler] Fix profiler supportSimon Hausmann2014-03-044-1/+21
* [new compiler] Fix some qqmlincubator testsSimon Hausmann2014-03-047-12/+79
* Document qmlContext() and qmlEngine().Mitch Curtis2014-03-043-0/+30
* Remove isES() usage in scenegraphLaszlo Agocs2014-03-043-3/+3
* V4 JIT: enable register allocator on win32.Erik Verbruggen2014-03-042-2/+25
* Reduce size of QQmlBoundSignalExpression in the common case.Michael Brasser2014-03-042-41/+96
* Move all binop related code into qv4binop*Lars Knoll2014-03-044-212/+218
* [new compiler] Fix tst_qqmlvaluetypesSimon Hausmann2014-03-034-5/+10
* [new compiler] Detect when writing to read-only value type property and bail outSimon Hausmann2014-03-032-4/+9
* Remove unused ExecutionEngine::allFunctionsLars Knoll2014-03-033-11/+0
* Remove unused codeSizesLars Knoll2014-03-038-58/+6
* Remove nArguments and name from QV4::FunctionLars Knoll2014-03-038-34/+15
* [new compiler] Fix tst_qquickloader::deleteComponentCrash by introducing a wa...Simon Hausmann2014-03-032-3/+11
* Fix some typosSergio Ahumada2014-03-0312-14/+14
* Work around MSVC having issues with nested classes and templatesSimon Hausmann2014-03-032-14/+14
* Doc: Renamed Qt Quick Code Samples page.Jerome Pasion2014-03-034-4/+4
* V4 JIT: enable disassembler on windows.Erik Verbruggen2014-03-038-42/+66
* V4 JIT: fix MSVC warning.Erik Verbruggen2014-03-031-1/+1
* Fix build with QT_FORCE_ASSERTSKonstantin Ritt2014-03-031-1/+1
* Prefer to use normalised signal/slot signaturesSergio Ahumada2014-03-032-5/+5
* [new compiler] Set class name for QML types correctlySimon Hausmann2014-03-032-4/+3