Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Simplify type management code | Aaron Kennedy | 2010-08-27 | 1 | -0/+1 |
| | |||||
* | Rename Component::errorsString() -> errorString() (and also for | Bea Lam | 2010-05-20 | 1 | -1/+1 |
| | | | | QDeclarativeComponent) | ||||
* | Make component.createObject require a parent argument | Alan Alpert | 2010-05-05 | 1 | -1/+1 |
| | | | | | | | | | For graphical objects (the common case) a common mistake is to not parent a dynamically created item. Since you almost always want to add a parent, and it's hard for a beginner to diagnose this problem, a parent is now a required argument and dealt with by the createObject function. Task-number: QTBUG-10110 | ||||
* | Remove Component's isReady, isLoading, isError and isNull properties. | Bea Lam | 2010-04-29 | 1 | -4/+1 |
| | | | | | | | The Component status enum covers all of these properties already and removing these also makes the API consistent with Image and Loader. Note this change only affects the QML Component API; the methods are still available for QDeclarativeComponent. | ||||
* | Add missing Q_DISABLE_COPYs. | Michael Brasser | 2010-04-22 | 1 | -0/+1 |
| | |||||
* | Emit runtime warnings through QDeclarativeEngine | Aaron Kennedy | 2010-04-19 | 1 | -2/+1 |
| | | | | QTBUG-9726 | ||||
* | Fix QtDeclarative public headers to include <QtDeclarative/foo.h> | Thiago Macieira | 2010-04-02 | 1 | -2/+2 |
| | | | | All Qt public headers must do it like that. | ||||
* | Optimization: Reduce unnecessary QObject allocations | Aaron Kennedy | 2010-03-17 | 1 | -1/+0 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+134 |
QDeclarativeXXX. |