aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Value usage in ErrorObjectsLars Knoll2013-09-281-1/+1
* Move Value::toInteger(double) and related to PrimitiveLars Knoll2013-09-285-12/+12
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-282-4/+4
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-24/+21
* Move more API over to use ValueRefLars Knoll2013-09-261-5/+7
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-261-9/+10
* Fix API of QQmlV4HandleLars Knoll2013-09-264-9/+14
* Fix Persistent/WeakValue APILars Knoll2013-09-261-4/+8
* 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