Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc | Aaron Kennedy | 2010-03-29 | 1 | -45/+40 |
| | | | | QTBUG-7998 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-03-24 | 1 | -0/+15 |
|\ | |||||
| * | Add object ids to the metadata provided in debugger classes. | Bea Lam | 2010-03-24 | 1 | -0/+15 |
| | | |||||
* | | Revert 95aa8c8fc76e2309a629b05994a2677b0887140b. | Warwick Allison | 2010-03-24 | 1 | -6/+0 |
|/ | |||||
* | Origin safety testing for imported resources. | Warwick Allison | 2010-03-24 | 1 | -12/+2 |
| | | | | | Extends upon 95aa8c8fc76e2309a629b05994a2677b0887140b. Still under discussion. | ||||
* | Basic Loader origin safety (for discussion). | Warwick Allison | 2010-03-23 | 1 | -0/+16 |
| | |||||
* | Deprecate inline Script {} blocks | Aaron Kennedy | 2010-03-22 | 1 | -0/+69 |
| | | | | | | | | Inline blocks/includes have been replaced with an import syntax: import "foo.js" as Foo this gives better separation between QML and code. Imported script blocks also have a mandatory qualifier, which leads to better optimization potential. | ||||
* | Block modifications to internal QDeclarativeContexts | Aaron Kennedy | 2010-03-18 | 1 | -1/+19 |
| | |||||
* | Fix test failures | Aaron Kennedy | 2010-03-17 | 1 | -0/+1 |
| | |||||
* | Optimization: Reduce unnecessary QObject allocations | Aaron Kennedy | 2010-03-17 | 1 | -227/+277 |
| | |||||
* | Reset QDeclarativeDeclarativeData::outerContext when the context is removed | Aaron Kennedy | 2010-03-17 | 1 | -0/+1 |
| | |||||
* | Optimization: Use linked list for context children | Aaron Kennedy | 2010-03-12 | 1 | -20/+39 |
| | |||||
* | Replace QDeclarativeContext::addDefaultObject() -> setContextObject() | Aaron Kennedy | 2010-03-11 | 1 | -12/+17 |
| | | | | 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 | -6/+1 |
| | |||||
* | QDeclarativeContext::contextProperty() should also access ids | Aaron Kennedy | 2010-03-04 | 1 | -1/+4 |
| | | | | QT-2800 | ||||
* | Move JS global scope to top of the QML scope chain | Aaron Kennedy | 2010-03-03 | 1 | -0/+3 |
| | | | | QT-2787 | ||||
* | Fix incorrect scope resolution for script in a script block. | Michael Brasser | 2010-03-03 | 1 | -0/+1 |
| | | | | | | | Make sure global variables in a script file are searched before component properties. Task-number: QTBUG-8641 | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+574 |
QDeclarativeXXX. |