Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QtDeclarative: remove spurious semi-colons from the source code | Thiago Macieira | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeData | Aaron Kennedy | 2010-04-15 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Make it harder to accidentally delete a binding | Aaron Kennedy | 2010-03-18 | 1 | -5/+7 |
| | |||||
* | Optimization: Reduce unnecessary QObject allocations | Aaron Kennedy | 2010-03-17 | 1 | -2/+3 |
| | |||||
* | Improve value type binding behavior | Aaron Kennedy | 2010-03-11 | 1 | -0/+28 |
| | | | | | | | | | | | | | | Changing value type bindings in state changes, and implicitly removing them on property assignment was not reliable. Internally the system considered a binding on "font" and one on "font.x" as a binding on two separate properties, even though the "font" binding completely overrides the "font.x" property. Following this change a binding to "font.x" creates a proxy binding object on the "font" property in addition to the "font.x" binding itself. This allows behavior to be consistent across all operations. QT-2920 | ||||
* | Fix visibility of classes in private headers upon which Bauhaus/Creator relies. | Warwick Allison | 2010-03-03 | 1 | -2/+2 |
| | | | | Author: Erik Verbruggen | ||||
* | compile fix with namespaces | hjk | 2010-03-01 | 1 | -1/+2 |
| | |||||
* | Rename QDeclarativeMetaProperty -> QDeclarativeProperty | Aaron Kennedy | 2010-02-25 | 1 | -13/+13 |
| | | | | There's nothing meta about our properties. | ||||
* | Make more private QDeclarativeMetaProperty methods private | Aaron Kennedy | 2010-02-25 | 1 | -7/+8 |
| | |||||
* | Simplify QML element registration headers | Aaron Kennedy | 2010-02-24 | 1 | -0/+1 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+135 |
QDeclarativeXXX. |