aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| * | | | | | Convert SQL errors to use v4 APILars Knoll2013-04-191-1/+1
| * | | | | | Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-155-5/+5
* | | | | | | Allow passing a message to tryCompareAlbert Astals Cid2013-08-052-5/+13
| |_|_|_|/ / |/| | | | |
* | | | | | More QUrl/QString conversion in FileDialog implementationShawn Rutledge2013-08-013-68/+102
| |_|_|/ / |/| | | |
* | | | | FolderListModel documentation correctionsShawn Rutledge2013-07-231-3/+2
* | | | | FolderListModel provides file URLs and the QML FileDialog uses themShawn Rutledge2013-07-233-4/+9
* | | | | QtQuick.Dialogs: use URLs for interface with QPlatformFileDialogHelperShawn Rutledge2013-07-223-22/+13
| |_|/ / |/| | |
* | | | Disable dialogs to allow changes in qtbase (use urls internally)Shawn Rutledge2013-07-182-1/+10
* | | | Disable dialogs to allow changes in qtbase (use urls internally)Frederik Gladhorn2013-07-171-1/+2
* | | | Remove DIALOGS_MAJOR_MINOR define in QtQuick.Dialogs codeLiang Qi2013-07-151-10/+9
* | | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...J-P Nurmi2013-07-0922-111/+253
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-0422-111/+253
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-2822-111/+253
| | |\ \ \
| | | * | | FileDialog.folder property should also be a QUrl, for consistencyv5.1.0-rc2v5.1.0Shawn Rutledge2013-06-2811-42/+45
| | | * | | QtQuick.Dialogs: sync the docs with the implementationShawn Rutledge2013-06-275-28/+22
| | | * | | Declarative dialog improvements for the non-Window use caseShawn Rutledge2013-06-2610-41/+186