Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Remove pointless \internal docs (that contain no information) | Aaron Kennedy | 2010-08-27 | 1 | -13/+2 |
| | |||||
* | qdoc: Reorganized the QML elements table to be a dictionary... | Martin Smith | 2010-08-16 | 1 | -0/+1 |
| | | | | ...and a set of functional group pages. | ||||
* | Remove obsolete doc groupings. | Michael Brasser | 2010-05-04 | 1 | -1/+0 |
| | |||||
* | Make QDeclarativeParserStatus method pure virtual to encourage right code. | Warwick Allison | 2010-04-30 | 1 | -1/+7 |
| | | | | | Fix all code to be right, except multimedia. Currently, it's not *required* that types work without componentComplete, so not vital. | ||||
* | Docs Changes to start page. Minor change to Elements doc. See also added to ↵ | Peter Yard | 2010-04-27 | 1 | -0/+2 |
| | | | | some elements docs. | ||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -2/+2 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Add documentation for the 'when' property of Binding. | Yann Bodson | 2010-03-03 | 1 | -1/+14 |
| | |||||
* | Rename QDeclarativeMetaProperty -> QDeclarativeProperty | Aaron Kennedy | 2010-02-25 | 1 | -2/+2 |
| | | | | There's nothing meta about our properties. | ||||
* | Simplify QML element registration headers | Aaron Kennedy | 2010-02-24 | 1 | -0/+1 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+202 |
QDeclarativeXXX. |