summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativeconnections.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-271-7/+0
|
* qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+1
| | | | ...and a set of functional group pages.
* Doc improvements: move some example code to snippets, add screenshots,Bea Lam2010-06-091-14/+15
| | | | other minor doc fixes
* Add parent parameter to QDeclarativeExpression constructor.Michael Brasser2010-05-181-1/+1
| | | | Also rearrange the parameter order to be more clear.
* 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.
* Initialize variable.Michael Brasser2010-04-301-1/+1
|
* Stricter (but controllable) error reporting on Connections signal-name ↵Warwick Allison2010-04-291-8/+36
| | | | error. And test.
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Peter Yard2010-04-271-2/+8
|\
| * Don't crash if Connections::target is changed by one of its signal handlersMartin Jones2010-04-231-2/+8
| | | | | | | | Reviewed-by: Michael Brasser
* | 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-1/+1
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Rename files to follow class name.Warwick Allison2010-02-261-0/+245
Task-number: QT-2822