aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
* Doc: Made \since command in Dialog QML types consistent.Jerome Pasion2013-09-253-3/+3
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-9/+9
* Cleanup Object::define*Property APILars Knoll2013-09-221-8/+8
* Add a Safe<T> class and start using itLars Knoll2013-09-223-7/+12
* Start using StringRef for parameter passingLars Knoll2013-09-221-3/+3
* Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-221-10/+4
* Further work towards an exact GCLars Knoll2013-09-222-21/+24
* dialog-private: replace QJSValue with QQmlV4Handle in js functionsLiang Qi2013-09-205-37/+54
* Adding QtQuick.Dialogs.MessageDialogShawn Rutledge2013-09-1923-5/+1683
* Add FontDialog to QtQuick.DialogsLiang Qi2013-09-1825-3/+2433
* rerun qmlplugindump for QtQuick.Dialogs, now including QML typesShawn Rutledge2013-09-181-14/+29
* Convert some methods to use Returned<>Lars Knoll2013-09-181-6/+16
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-182-9/+11
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-22/+22
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-4/+4
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-3/+3
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-3/+7
* Qt Quick Dialogs: can see and control geometry of QML implementationsShawn Rutledge2013-09-172-13/+50
* Add currentColor property to ColorDialog.Mitch Curtis2013-09-175-23/+55
* fixed warnings in dialog module when PURE_QML_ONLY is definedShawn Rutledge2013-09-171-1/+4
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-6/+6
* Allow QtQuick private headers to be used with QT_NO_KEYWORDS.Jocelyn Turcotte2013-09-123-5/+5
* DefaultColorDialog bugfix: binding color to a TextFieldShawn Rutledge2013-09-121-1/+1
* Move CallData onto the JS stackLars Knoll2013-09-111-12/+13
* Merge branch 'stable' into devSergio Ahumada2013-09-061-2/+1
|\
| * Fix compiler warning about unused variableKai Koehne2013-09-041-1/+1
* | 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