Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compilation by s/intptr_t/quintptr/ | Thiago Macieira | 2010-11-11 | 1 | -1/+1 |
| | | | | | | | | | intptr_t is defined in some C header that we don't include. I don't know which one it is, but without it, it fails to compile with: declarative/qml/qdeclarativecontext.cpp:477: error: 'intptr_t' was not declared in this scope Reviewed-By: Trust Me | ||||
* | If a type is registered under several names, share the attached property object | Aaron Kennedy | 2010-09-28 | 1 | -5/+5 |
| | | | | Task-number: QTBUG-13799 | ||||
* | Internal QML API cleanup | Aaron Kennedy | 2010-08-27 | 1 | -1/+1 |
| | |||||
* | Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938. | Jerome Pasion | 2010-08-09 | 1 | -1/+1 |
| | | | | | Reviewer: David Boddie Task number: QTBUG-11938 | ||||
* | Work around ICE in Intel C++ Compiler 11.1.072 | Thiago Macieira | 2010-06-16 | 1 | -1/+1 |
| | | | | | | | | qml/qdeclarativecompiledbindings.cpp(1141) (col. 11): internal error: 0_1855 Intel reports that this bug has been fixed with release 12 of ICC Reviewed-By: Alan Alpert | ||||
* | Introduce a threaded interpreter for QML binding bytecode | Aaron Kennedy | 2010-05-19 | 1 | -156/+233 |
| | | | | Reviewed-by: Roberto Raggi | ||||
* | Round correctly in binding optimizer | Aaron Kennedy | 2010-05-18 | 1 | -1/+1 |
| | | | | QTBUG-9538 | ||||
* | Check for acquireReg() failure | Aaron Kennedy | 2010-05-17 | 1 | -0/+27 |
| | | | | QTBUG-10696 | ||||
* | Cleanup: Move import stuff out of the QDeclarativeEngine | Aaron Kennedy | 2010-04-29 | 1 | -3/+3 |
| | |||||
* | Remove Script {} support | Aaron Kennedy | 2010-04-19 | 1 | -7/+0 |
| | |||||
* | Emit runtime warnings through QDeclarativeEngine | Aaron Kennedy | 2010-04-19 | 1 | -1/+1 |
| | | | | QTBUG-9726 | ||||
* | Reduce warnings at shutdown | Aaron Kennedy | 2010-04-14 | 1 | -4/+1 |
| | | | | QTBUG-9799 | ||||
* | Compiled bindings should not print warnings where normal bindings don't | Aaron Kennedy | 2010-04-14 | 1 | -3/+1 |
| | | | | QTBUG-9813 | ||||
* | Make bindings dump more useful | Aaron Kennedy | 2010-04-12 | 1 | -46/+69 |
| | |||||
* | Prevent Behavior from being triggered on initialization. | Michael Brasser | 2010-04-08 | 1 | -12/+10 |
| | | | | Task-number: QTBUG-6332 | ||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -1/+1 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Optimize QML "parent" property access | Aaron Kennedy | 2010-03-25 | 1 | -15/+73 |
| | | | | | For properties that are as important as "parent", QML cannot afford the overhead of a signal/slot connection. | ||||
* | Only release the binding once we're finished with its memory | Aaron Kennedy | 2010-03-18 | 1 | -1/+1 |
| | |||||
* | Optimization: Reduce unnecessary QObject allocations | Aaron Kennedy | 2010-03-17 | 1 | -32/+36 |
| | |||||
* | Reenable the QML binding optimizer for "safe" optimizations | Aaron Kennedy | 2010-03-12 | 1 | -12/+60 |
| | |||||
* | Replace QDeclarativeContext::addDefaultObject() -> setContextObject() | Aaron Kennedy | 2010-03-11 | 1 | -2/+2 |
| | | | | It is faster and easier to use to just support a single context object. | ||||
* | Unify binding optimizer and QtScript binding signal management logic | Aaron Kennedy | 2010-03-10 | 1 | -90/+7 |
| | |||||
* | Rename QDeclarativeMetaProperty -> QDeclarativeProperty | Aaron Kennedy | 2010-02-25 | 1 | -6/+6 |
| | | | | There's nothing meta about our properties. | ||||
* | Make more private QDeclarativeMetaProperty methods private | Aaron Kennedy | 2010-02-25 | 1 | -5/+5 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+2738 |
QDeclarativeXXX. |