aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QmlDebugging: Process commands in v4DebugServiceAurindam Jana2013-09-193-41/+163
* QmlDebugging: Replace QV8DebugService with QV4DebugServiceAurindam Jana2013-09-197-419/+52
* QmlDebugging: Add v4DebugServiceAurindam Jana2013-09-193-2/+255
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-195-45/+139
|\
| * Merge branch 'stable' into devSergio Ahumada2013-09-195-45/+139
| |\
| | * Doc: Reintroduce docs for Qt Quick Models and Views examplesTopi Reinio2013-09-181-5/+9
| | * 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
* | | Adding QtQuick.Dialogs.MessageDialogShawn Rutledge2013-09-1923-5/+1683
|/ /
* | Fix zero pointer access in renderer.Gunnar Sletta2013-09-191-1/+1
* | Make QQmlAbstractUrlInterceptor publicAlan Alpert2013-09-198-9/+11
* | Add FontDialog to QtQuick.DialogsLiang Qi2013-09-1825-3/+2433
* | 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-181-1/+1
* | Fix handling of empty ValuesLars Knoll2013-09-182-1/+4
* | 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-1858-487/+537
* | Fix regression in Object.isExtensible()Lars Knoll2013-09-181-1/+1
* | Convert more methods to use ReturnedValueLars Knoll2013-09-1813-58/+78
* | Convert builtin methods to return a ReturnedValueLars Knoll2013-09-1853-1485/+1542
* | 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-1842-189/+319
* | 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-1833-112/+112
* | Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-1827-99/+140
* | Use a ReturnedValue for Managed::call()Lars Knoll2013-09-1841-141/+183
* | Adjust return values to use ReturnedValueLars Knoll2013-09-183-38/+40
* | Change calling convention in JIT to use ReturnedValueSimon Hausmann2013-09-189-67/+47
* | Avoid copying touchpoints, and only check until we find a match.Robin Burchell2013-09-171-2/+7
* | Expose "Qt.application.state".Yoann Lopes2013-09-173-9/+57
* | These files are not used anywhere.Gunnar Sletta2013-09-172-1741/+0
* | wince: Build fix, Windows can also run on ARM.Sergio Martins2013-09-171-0/+2
* | Doc: PathView::currentItem is an Item, not an int.David Faure2013-09-171-4/+4
* | Qt Quick Dialogs: can see and control geometry of QML implementationsShawn Rutledge2013-09-172-13/+50
* | Fix wrong return typeAlex Blasche2013-09-171-1/+1