Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent writes to the global object | Aaron Kennedy | 2009-10-05 | 7 | -44/+246 |
| | | | | Also add toString() method to qobjects | ||||
* | Read/write property directly from QmlObjectScriptClass | Aaron Kennedy | 2009-10-05 | 5 | -83/+83 |
| | |||||
* | QmlMetaProperty cleanup | Aaron Kennedy | 2009-10-05 | 4 | -332/+348 |
| | |||||
* | Minor QmlMetaProperty cleanup | Aaron Kennedy | 2009-10-05 | 2 | -20/+35 |
| | |||||
* | Improve script lookup caching | Aaron Kennedy | 2009-10-05 | 18 | -355/+998 |
| | |||||
* | Create a property cache for synthesized metaobjects | Aaron Kennedy | 2009-10-05 | 14 | -93/+303 |
| | |||||
* | Use QScriptProgram to speed up binding creation | Aaron Kennedy | 2009-10-05 | 4 | -4/+28 |
| | |||||
* | Added utility method to parse single/stand-alone bindings. | Erik Verbruggen | 2009-09-30 | 7 | -1028/+1093 |
| | |||||
* | Fix crash bug when inspecting QmlBoundSignalParameters objects in | Bea Lam | 2009-09-29 | 1 | -0/+3 |
| | | | | debugger. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Bea Lam | 2009-09-29 | 1 | -0/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Give file and line information for script errors. | Michael Brasser | 2009-09-28 | 1 | -0/+1 |
| | | |||||
* | | Fix to not crash when viewing the value of a property that is a | Bea Lam | 2009-09-29 | 1 | -2/+2 |
|/ | | | | QObject* (in this case, a QmlXmlListModel_QML_1*). | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Bea Lam | 2009-09-28 | 19 | -55/+425 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-09-25 | 1 | -6/+112 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | More tests for QmlSql, more WebKit-tested-validity. | Warwick Allison | 2009-09-24 | 1 | -6/+112 |
| | | | |||||
| * | | Disallow inline var definitions | Aaron Kennedy | 2009-09-25 | 1 | -0/+7 |
| |/ | | | | | | | This was previously just silently ignored. | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-09-24 | 3 | -7/+8 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Fixed compile (missing colon after public) | Thorbjørn Lindeijer | 2009-09-23 | 1 | -5/+5 |
| | | | |||||
| | * | Make QmlCompositeTypeData a class instead of a struct | Kai Koehne | 2009-09-23 | 3 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | This fixes a warning of msvc that apparently doesn't like a struct (QmlCompositeTypeData) extending a class (QmlRefCount): "warning C4099: 'QmlCompositeTypeData' : type name first seen using 'class' now seen using 'struct'" | ||||
| * | | Only compile time register synthesized objects | Aaron Kennedy | 2009-09-23 | 1 | -5/+3 |
| | | | |||||
| * | | Make more qmlecmascript tests pass | Aaron Kennedy | 2009-09-23 | 14 | -37/+295 |
| |/ | | | | | | | | | Test cases constantsOverrideBindings, outerBindingOverridesInnerBinding and aliasPropertyAndBinding now pass. | ||||
* | | Indicate which properties are watchable and use bold text instead of | Bea Lam | 2009-09-24 | 2 | -2/+4 |
|/ | | | | coloured text for watched properties. | ||||
* | Fix crash | Aaron Kennedy | 2009-09-23 | 1 | -1/+2 |
| | |||||
* | Remove binding when writing to a property | Aaron Kennedy | 2009-09-23 | 2 | -5/+19 |
| | |||||
* | Off by one bug in binding bit test | Aaron Kennedy | 2009-09-23 | 1 | -3/+3 |
| | |||||
* | Compile | Aaron Kennedy | 2009-09-23 | 1 | -1/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Bea Lam | 2009-09-23 | 53 | -1098/+2143 |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qml.pri | ||||
| * | vector -> Qt.vector3d | Aaron Kennedy | 2009-09-23 | 1 | -2/+0 |
| | | |||||
| * | Use a bitmask to track bound properties | Aaron Kennedy | 2009-09-23 | 8 | -26/+95 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-09-23 | 2 | -3/+7 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Fix crash in ~QmlEngine when using QmlDom | Kai Koehne | 2009-09-22 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | QmlEngine keeps a pointer to QmlCompositeTypeData passed into QmlCompiler::compile. Therefore we have to also create QmlCompositeTypeData on the heap, and use reference counting. | ||||
| | * | Replace begin()/end() with constBegin()/constEnd() to avoid detach in | Marco Bubke | 2009-09-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | ~QmlEngine Reviewed-by: Kai Koehne | ||||
| * | | Add plumbing for more advanced signal property control | Aaron Kennedy | 2009-09-22 | 6 | -68/+198 |
| |/ | |||||
| * | Slight simplification of parameterized signals | Aaron Kennedy | 2009-09-22 | 4 | -23/+40 |
| | | |||||
| * | Preliminary support for object and list synthesized property types | Aaron Kennedy | 2009-09-22 | 15 | -917/+1185 |
| | | |||||
| * | Ensure absolute path for qmldir URL. | Warwick Allison | 2009-09-22 | 1 | -2/+3 |
| | | |||||
| * | XMLHttpRequest status and statusText were not set in finished or error. | Tapani Mikola | 2009-09-18 | 1 | -0/+10 |
| | | |||||
| * | Added \r\n between the headers in getAllResponseHeaders | Tapani Mikola | 2009-09-18 | 1 | -1/+1 |
| | | |||||
| * | Implementations of getAllResponseHeaders () and getResponseHeader (). | Tapani Mikola | 2009-09-18 | 1 | -4/+69 |
| | | |||||
| * | Fix Windows compile. | Warwick Allison | 2009-09-18 | 2 | -6/+6 |
| | | |||||
| * | Make SqlDatabase testable and add a basic test. | Warwick Allison | 2009-09-18 | 4 | -40/+72 |
| | | |||||
| * | Fixed an include. | Erik Verbruggen | 2009-09-17 | 1 | -1/+1 |
| | | |||||
| * | Fixed the QML parser files to play nice when included in Creator, | Erik Verbruggen | 2009-09-17 | 6 | -14/+16 |
| | | | | | | | | when Creator is compiled against Qt with namespaces. | ||||
| * | Fixed the QML parser files to play nice when included in Creator, when | Erik Verbruggen | 2009-09-17 | 16 | -521/+550 |
| | | | | | | | | Creator is compiled against Qt with namespaces. | ||||
| * | Compile on windows | Yann Bodson | 2009-09-17 | 1 | -0/+1 |
| | | |||||
| * | Changed the use of QString::utf8() to QString::toUtf8() to make it | Erik Verbruggen | 2009-09-16 | 1 | -2/+2 |
| | | | | | | | | compile without QT3_SUPPORT. | ||||
| * | Added a virtual destructor to suppress warnings. | Erik Verbruggen | 2009-09-16 | 2 | -0/+5 |
| | | |||||
| * | Fix compilation on Linux | Kai Koehne | 2009-09-16 | 1 | -1/+0 |
| | | | | | | | | qmlsqldatabase.moc is not created any more | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-09-16 | 5 | -6/+49 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Do not crash in QmlInfo if debugging information is missing | Kai Koehne | 2009-09-15 | 2 | -2/+7 |
| | | | | | | | | | | | | | | | Properly initialize the members of QmlDeclarativeData, and check whether outerContext has been set in QmlInfo. |