aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8
Commit message (Expand)AuthorAgeFilesLines
...
* Remove default parenting in Qt.createComponent()Matthew Vogt2012-05-241-3/+1
* QtDeclarative: Fix warnings about deprecated QCoreApplication::translate().Friedemann Kleint2012-05-221-2/+2
* Simplify QVariant::convert and QVariant::canConvert calls.Jędrzej Nowacki2012-05-212-4/+4
* Allow the existence of a VME metaobject to be assertedMatthew Vogt2012-05-211-5/+11
* Remove unnecessary exportsMatthew Vogt2012-05-183-4/+4
* Add QQmlEngine::trimComponentCache()Matthew Vogt2012-05-171-3/+0
* Ensure that we don't attempt to dispose handle twiceChris Adams2012-05-162-9/+18
* Revert "Allow function assignment to cause binding for non-var props"Chris Adams2012-05-151-24/+4
* Add hooks for declarative memory profiler.Glenn Watson2012-05-151-0/+2
* doc: Remove references to QScript*Girish Ramakrishnan2012-05-151-7/+0
* QtQuick: Fix string related warnings, single character strings.Friedemann Kleint2012-05-143-4/+4
* qsTranslate shouldn't require an encoding argumentLars Knoll2012-05-091-14/+7
* Doc: Moving QML docs for new doc structureJerome Pasion2012-05-094-17/+17
* Better checking top level root object creation statusCharles Yin2012-05-091-2/+2
* Remove QQmlData::objectNameChanged callback.Michael Brasser2012-05-091-7/+2
* QmlProfiler: storing binding typeChristiaan Janssen2012-05-041-1/+1
* Initial bundle supportAaron Kennedy2012-05-041-1/+2
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-041-1/+1
* Ensure binding target has not been deletedMatthew Vogt2012-05-041-4/+9
* Emit Component.onDestruction before context is invalidatedMatthew Vogt2012-05-041-0/+3
* Remove QJS exception APIKent Hansen2012-05-038-323/+20
* Prevent object being delete by GC before object is fully createdCharles Yin2012-05-011-1/+6
* Avoid calling gc in QQmlEngine destructor.Jędrzej Nowacki2012-04-275-48/+144
* Specialize for QJson types in the QObject meta-call bindingKent Hansen2012-04-261-6/+56
* qMalloc, qFree, qRealloc, qMemCopy, qMemSet are deprecatedOlivier Goffart2012-04-231-1/+1
* QtDeclarative: Fix compiler warnings.Friedemann Kleint2012-04-231-1/+1
* Use QUrl constructor directly.Michael Brasser2012-04-201-3/+1
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-1710-117/+571
|\
| * Add QJson support to QV8EngineKent Hansen2012-04-166-0/+357
| * Stop stuffing the URL "<Unknown File>" in QML errorsThiago Macieira2012-04-121-4/+1
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-117-66/+59
| |\
| * \ Merge master into api_changesKent Hansen2012-03-235-11/+49
| |\ \
| * | | Migrate gui dependencies from QtQml to QtQuick.Matthew Vogt2012-03-203-80/+61
| * | | Merge master into api_changesKent Hansen2012-03-197-94/+108
| |\ \ \
| * | | | Crash fix after QMetaType change.Jędrzej Nowacki2012-03-132-3/+14
| * | | | Adapt to Qt5 meta-object changesKent Hansen2012-03-131-13/+3
| * | | | Merge branch 'master' of git://gitorious.org/qt/qtdeclarative into api_changesMatthew Vogt2012-03-121-11/+14
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-071-3/+1
| |\ \ \ \ \
| * | | | | | Allow function assignment to cause binding for non-var propsChris Adams2012-03-051-4/+25
| * | | | | | Improve support for var propertiesChris Adams2012-03-056-18/+116
* | | | | | | Silence warning with ICC about change of signal in integer conversionThiago Macieira2012-04-121-2/+2
* | | | | | | Add missing #include <stdlib.h>Thiago Macieira2012-04-121-0/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Simplify date conversion functionsMatthew Vogt2012-04-112-38/+11
* | | | | | Use wasDeleted function to check for deletionMatthew Vogt2012-04-041-8/+1
* | | | | | Use the GCC pragma on GCC onlyThiago Macieira2012-04-041-1/+1
* | | | | | Silence warning about non-standard comma at the end of enumThiago Macieira2012-04-041-1/+1
* | | | | | Don't crash if calling a method on a QObject that has been gc()'dAaron Kennedy2012-04-031-5/+13
* | | | | | Allow V8 bindings to be assigned to aliasesAaron Kennedy2012-03-302-5/+20
* | | | | | Loosen shared binding testsAaron Kennedy2012-03-302-9/+13
* | | | | | Fix warnings in qtdeclarative.Friedemann Kleint2012-03-301-1/+1
| |_|_|_|/ |/| | | |