Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't export declarative private classes | Martin Jones | 2010-07-01 | 1 | -1/+1 |
| | | | | | Those required by creator are still exported. Everything else is no longer exported. | ||||
* | Make QDeclarativeParserStatus method pure virtual to encourage right code. | Warwick Allison | 2010-04-30 | 1 | -0/+1 |
| | | | | | Fix all code to be right, except multimedia. Currently, it's not *required* that types work without componentComplete, so not vital. | ||||
* | Stricter (but controllable) error reporting on Connections signal-name ↵ | Warwick Allison | 2010-04-29 | 1 | -0/+4 |
| | | | | error. And test. | ||||
* | Rename files to follow class name. | Warwick Allison | 2010-02-26 | 1 | -0/+98 |
Task-number: QT-2822 |