aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable' into devSergio Ahumada2013-09-1918-46/+492
|\
| * Doc: Reintroduce docs for Qt Quick Models and Views examplesTopi Reinio2013-09-187-5/+150
| * Improve QML Date object documentation.Mitch Curtis2013-09-171-7/+97
| * Doc: Move properties of Locale QML type to correct moduleTopi Reinio2013-09-175-34/+34
| * Fix qmlClearTypeRegistrations testsAlan Alpert2013-09-176-1/+210
| * Mark tst_qquicktrailsemitter insignificant on windowsAlan Alpert2013-09-171-0/+2
* | Fix zero pointer access in renderer.Gunnar Sletta2013-09-191-1/+1
* | Make QQmlAbstractUrlInterceptor publicAlan Alpert2013-09-199-10/+12
* | Add FontDialog to QtQuick.DialogsLiang Qi2013-09-1829-5/+2596
* | qmlplugindump: Update the description for the generated fileCaroline Chao2013-09-181-2/+3
* | qmlplugindump: Add --defaultplatform argumentCaroline Chao2013-09-181-2/+15
* | qmlplugindump: QMetaMethod signals have public accessCaroline Chao2013-09-181-1/+1
* | rerun qmlplugindump for QtQuick.Dialogs, now including QML typesShawn Rutledge2013-09-181-14/+29
* | Android: Fix compilation when doing ARM buildsSimon Hausmann2013-09-181-3/+10
* | Correctly convert an invalid QDateTime to JSLars Knoll2013-09-184-1/+52
* | Temporarily disable tst_QJSEngine tests to allow qtbase dev integrationMitch Curtis2013-09-181-24/+28
* | Fix handling of empty ValuesLars Knoll2013-09-183-2/+5
* | Skip unstable testsLars Knoll2013-09-181-0/+2
* | Fix regression with isNaN and isInfLars Knoll2013-09-181-2/+2
* | Initialize variablesLars Knoll2013-09-181-0/+4
* | Refactor our NaN boxing to be more efficientLars Knoll2013-09-1816-282/+427
* | Optimize some runtime methodsLars Knoll2013-09-184-63/+70
* | Convert more methods to return a Returned<>Lars Knoll2013-09-1822-136/+163
* | Convert some methods to use Returned<>Lars Knoll2013-09-1818-80/+190
* | Convert a few more methods in ExecutionEngine to use protected pointersLars Knoll2013-09-1811-40/+49
* | Convert methods in qv4runtime to use Returned<X>Lars Knoll2013-09-185-27/+21
* | Extend the ReturnedValue mechanism to pointers to Managed objectsLars Knoll2013-09-1825-121/+177
* | Make QJSValue::prototype() gc safeLars Knoll2013-09-181-3/+8
* | Don't polish items if the screen is 0Lars Knoll2013-09-181-0/+2
* | Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-1859-498/+553
* | Fix regression in Object.isExtensible()Lars Knoll2013-09-181-1/+1
* | Convert more methods to use ReturnedValueLars Knoll2013-09-1814-63/+86
* | Convert builtin methods to return a ReturnedValueLars Knoll2013-09-1854-1488/+1545
* | Rename BuiltinFunctionOld to BuiltinFunctionLars Knoll2013-09-183-8/+8
* | Don't check whether Scoped<T> really contains a TLars Knoll2013-09-181-3/+3
* | Convert lookups to use ReturnedValueLars Knoll2013-09-189-236/+159
* | Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-1826-116/+185
* | Use ReturnedValue for Managed::get().Lars Knoll2013-09-1843-190/+320
* | Use ReturnedValue for Managed::construct()Lars Knoll2013-09-1825-91/+92
* | Don't access out of bounds argumentsLars Knoll2013-09-181-1/+1
* | Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-1834-115/+115
* | Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-1828-102/+144
* | Use a ReturnedValue for Managed::call()Lars Knoll2013-09-1843-146/+189
* | Adjust return values to use ReturnedValueLars Knoll2013-09-183-38/+40
* | Change calling convention in JIT to use ReturnedValueSimon Hausmann2013-09-189-67/+47
* | Disable quick autotests on mac until qtbase is fixedLars Knoll2013-09-181-1/+2
* | Avoid copying touchpoints, and only check until we find a match.Robin Burchell2013-09-171-2/+7
* | Expose "Qt.application.state".Yoann Lopes2013-09-174-9/+123
* | These files are not used anywhere.Gunnar Sletta2013-09-173-1742/+0
* | wince: Build fix, Windows can also run on ARM.Sergio Martins2013-09-171-0/+2