summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativebind.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-271-13/+2
|
* qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+1
| | | | ...and a set of functional group pages.
* Remove obsolete doc groupings.Michael Brasser2010-05-041-1/+0
|
* Make QDeclarativeParserStatus method pure virtual to encourage right code.Warwick Allison2010-04-301-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 Yard2010-04-271-0/+2
| | | | some elements docs.
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-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 Bodson2010-03-031-1/+14
|
* Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-251-2/+2
| | | | There's nothing meta about our properties.
* Simplify QML element registration headersAaron Kennedy2010-02-241-0/+1
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+202
QDeclarativeXXX.