aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
...
* | Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-1/+0
* | Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-5/+5
* | change calling convention for JS function callsLars Knoll2013-09-021-6/+12
* | qmltest: Register test object as a singletonCaroline Chao2013-08-281-2/+3
* | QQuickPlatformFileDialog: fix directoryEntered() signal connectionJ-P Nurmi2013-08-271-1/+1
* | TestLib: Fix regression in error location outputCaroline Chao2013-08-221-6/+6
* | Fix compilation with MSVC 2008 (and prospective Windows CE build fix)Simon Hausmann2013-08-221-3/+3
* | FolderListModel: count property has countChanged notifierShawn Rutledge2013-08-202-1/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-192-3/+8
|\|
| * Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-08-092-3/+8
| |\
| | * QtQuick.Dialogs.ColorDialog: set current color in the QColorDialogShawn Rutledge2013-07-311-0/+5
| | * Make buttons and tabs larger in QML examples and dialogsShawn Rutledge2013-07-291-3/+3
* | | Say hello to Qt.labs.settingsJ-P Nurmi2013-08-147-1/+599
* | | Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-08-063-18/+33
|\ \ \
| * | | Merge branch 'stable' into devSergio Ahumada2013-08-053-18/+33
| |\| |
| | * | FolderListModel: Do not return invalid URLs like "file:" when navigating up.Friedemann Kleint2013-07-291-8/+4
| | * | FolderListModel: Fix setting of directory in componentComplete().Friedemann Kleint2013-07-291-2/+2
| | |/
| | * Keep the QML ColorDialog's controls in sync with the color propertyShawn Rutledge2013-07-252-7/+26
| | * Correct initial/minimum size of default QML ColorDialogShawn Rutledge2013-07-251-1/+1
* | | Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-0614-271/+283
|\ \ \
| * \ \ Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into m...Simon Hausmann2013-07-266-29/+24
| |\ \ \
| * | | | Fix crashes in tst_qquickcanvasitem with older Ubuntu toolchainsSimon Hausmann2013-07-221-1/+0
| * | | | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-07-2230-128/+329
| |\ \ \ \
| * | | | | Move QV4::Exception into a separate compilation unit with header fileSimon Hausmann2013-07-121-0/+1
| * | | | | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-2426-293/+916
| |\ \ \ \ \
| * | | | | | Remove context parameter from Manged::put.Lars Knoll2013-06-221-6/+6
| * | | | | | Remove context parameter from Managed::getIndexedLars Knoll2013-06-221-4/+4
| * | | | | | Fix crashes in workerscript tests (qqmlecmascript and qquickworkerscript)Simon Hausmann2013-06-051-4/+4
| * | | | | | Simplify the object iterator APILars Knoll2013-06-041-10/+10
| * | | | | | Convert the localstorage plugin to v4Lars Knoll2013-06-032-206/+198
| * | | | | | Remove last v8 dependency in the testlibLars Knoll2013-05-311-1/+3
| * | | | | | Fix file and line number reporting of QML/JS errorsSimon Hausmann2013-05-271-1/+1
| * | | | | | Add support for generating stack traces to QV4::ExecutionEngineLars Knoll2013-05-221-12/+12
| * | | | | | Get rid of v8::BooleanLars Knoll2013-05-211-1/+1
| * | | | | | Get rid of v8::IntegerLars Knoll2013-05-211-3/+3
| * | | | | | Small exception handling fixesSimon Hausmann2013-05-211-13/+3
| * | | | | | Remove half the v8::TryCatch statementsLars Knoll2013-05-212-26/+37
| * | | | | | Cleanup v8 dependencies from QQmlV8FunctionLars Knoll2013-05-081-7/+7
| * | | | | | Remove v8 dependencies from QQmlV4HandleLars Knoll2013-05-082-4/+4
| * | | | | | Remove v8::persistent usage from local storageLars Knoll2013-05-081-13/+11
| * | | | | | Add more convenient get/put API to QV4::ObjectLars Knoll2013-05-082-0/+2
| * | | | | | More steps towards eliminating the v8 layerSimon Hausmann2013-05-071-30/+41
| * | | | | | Replace v8::Null() with QV4::Value::nullValue()Simon Hausmann2013-05-071-1/+1
| * | | | | | Replace v8::Undefined() with QV4::Value::undefinedValue()Simon Hausmann2013-05-071-5/+5
| * | | | | | Get rid of v8::LocalLars Knoll2013-05-062-23/+23
| * | | | | | Move QV8Engine::to/fromVariant over to a v4 based APILars Knoll2013-05-012-4/+4
| * | | | | | Move more methods on QV8Engine over to use v4 based syntaxLars Knoll2013-04-291-3/+3
| * | | | | | Get rid of QV8Engine::toString()Lars Knoll2013-04-291-7/+7
| * | | | | | Rename QQmlJS::VM namespace to QV4Lars Knoll2013-04-191-6/+12
| * | | | | | Rename QQmlV8Handle to QQmlV4HandleLars Knoll2013-04-197-24/+24