summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Fixed the parser to start with the correct rule when requested to parse JS So...Erik Verbruggen2010-01-183-634/+672
* String->Int conversionAaron Kennedy2010-01-181-0/+4
* Fixed missing export in generated parser.Erik Verbruggen2010-01-152-2/+2
* Re-generated grammar and fixed license headers.Erik Verbruggen2010-01-154-1098/+1092
* Fixed license headers.Erik Verbruggen2010-01-151-66/+44
* Added utility method to parse single/stand-alone JS source elements.Erik Verbruggen2010-01-151-1/+12
* Implement custom QML slot invokation logicAaron Kennedy2010-01-157-15/+305
* Update QML following bd3caa48edf2cd53e561cec7ee7ccec6748a4843Aaron Kennedy2010-01-155-29/+31
* docWarwick Allison2010-01-141-26/+12
* Update pointer benchmark to use QmlGuard rather than QGuard.Michael Brasser2010-01-141-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-01-137-21/+41
|\
| * Remove QByteArray constructor from QmlComponent.Michael Brasser2010-01-133-21/+5
| * Add basic support for property iteration.Michael Brasser2010-01-134-0/+36
* | Version "-1" means not-specified.Warwick Allison2010-01-131-4/+16
|/
* Fix and test version 0.0 installed imports.Warwick Allison2010-01-131-1/+1
* Give full error message (with line number) on XMLHttpRequest slot failures.Warwick Allison2010-01-131-14/+16
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2010-01-121-29/+42
|\
| * Pass exceptions where possible, else print.Warwick Allison2010-01-121-29/+42
* | Incorrect ASSERTAaron Kennedy2010-01-121-1/+1
* | Minor cleanupAaron Kennedy2010-01-121-2/+4
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2010-01-123-13/+19
|\ \ | |/
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-01-127-9/+42
| |\
| * | Improve efficiency and correctness of qHash(QUrl), and use it in DeclarativeWarwick Allison2010-01-123-13/+19
* | | Optimization: toString() conversion for QStringsAaron Kennedy2010-01-121-0/+2
| |/ |/|
* | CompileAaron Kennedy2010-01-121-1/+3
* | Cached programs and closures must be destroyed at shutdownAaron Kennedy2010-01-124-6/+21
* | CrashAaron Kennedy2010-01-111-1/+1
* | More binding optsAaron Kennedy2010-01-111-0/+17
* | CrashAaron Kennedy2010-01-111-1/+0
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-01-112-11/+11
|\
| * Use QMetaObject::disconnectOne() in QMLAaron Kennedy2010-01-112-11/+11
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-01-111-4/+7
|\ \ | |/
| * Don't double function'ize dynamic QML functionsAaron Kennedy2010-01-111-4/+7
* | unwarnWarwick Allison2010-01-115-6/+6
* | Don't use a virtual signal - moc complains.Warwick Allison2010-01-114-4/+16
|/
* Deferred properties are not experimental anymoreAaron Kennedy2010-01-111-3/+0
* Use URI, not modified URL when resolving type namesAaron Kennedy2010-01-111-2/+2
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-01-1111-22/+30
|\
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2010-01-111-0/+4
| |\
| | * Compile with QT_NO_CURSOR.Michael Brasser2010-01-111-0/+4
| * | Update QML to adhere to latest QScriptDeclarativeClassAaron Kennedy2010-01-1110-22/+26
| |/
* | QTBUG-6507 appears fixed (don't know when)Warwick Allison2010-01-111-6/+1
|/
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2010-01-111-6/+5
|\
| * Must always ask factory loader, or else plugins will only load the second time.Warwick Allison2010-01-081-6/+5
* | Optimization: Passing QScriptEngine to QScriptValue is much fasterAaron Kennedy2010-01-091-7/+7
* | Optimization: Bypass qt_metacall for synthesized methodsAaron Kennedy2010-01-098-29/+163
* | Optimization: Cache compiled dynamic functionsAaron Kennedy2010-01-088-47/+81
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-01-085-12/+48
|\
| * Optimization: Improve property read speedAaron Kennedy2010-01-084-10/+46
| * Basic QML JS benchmarkAaron Kennedy2010-01-082-2/+2