Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove pointless \internal docs (that contain no information) | Aaron Kennedy | 2010-08-27 | 1 | -7/+0 |
| | |||||
* | 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. | ||||
* | Doc improvements: move some example code to snippets, add screenshots, | Bea Lam | 2010-06-09 | 1 | -14/+15 |
| | | | | other minor doc fixes | ||||
* | Add parent parameter to QDeclarativeExpression constructor. | Michael Brasser | 2010-05-18 | 1 | -1/+1 |
| | | | | Also rearrange the parameter order to be more clear. | ||||
* | 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. | ||||
* | Initialize variable. | Michael Brasser | 2010-04-30 | 1 | -1/+1 |
| | |||||
* | Stricter (but controllable) error reporting on Connections signal-name ↵ | Warwick Allison | 2010-04-29 | 1 | -8/+36 |
| | | | | error. And test. | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Peter Yard | 2010-04-27 | 1 | -2/+8 |
|\ | |||||
| * | Don't crash if Connections::target is changed by one of its signal handlers | Martin Jones | 2010-04-23 | 1 | -2/+8 |
| | | | | | | | | Reviewed-by: Michael Brasser | ||||
* | | 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 | -1/+1 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Rename files to follow class name. | Warwick Allison | 2010-02-26 | 1 | -0/+245 |
Task-number: QT-2822 |