Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update licenseheader text in source files | Jyri Tahtela | 2011-05-13 | 1 | -17/+17 |
| | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me | ||||
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | 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 | Bea Lam | 2010-07-06 | 1 | -2/+2 |
| | |||||
* | doc: Fixed type of Package::name | Thorbjørn Lindeijer | 2010-06-18 | 1 | -1/+1 |
| | | | | Reviewed-by: Alan Alpert | ||||
* | Document attached properties | Bea Lam | 2010-06-10 | 1 | -1/+6 |
| | |||||
* | Doc improvements: move some example code to snippets, add screenshots, | Bea Lam | 2010-06-09 | 1 | -4/+4 |
| | | | | other minor doc fixes | ||||
* | Restructure the examples. They are now organized into various | Bea Lam | 2010-05-16 | 1 | -2/+2 |
| | | | | | | subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples). | ||||
* | Docs Changes to start page. Minor change to Elements doc. See also added to ↵ | Peter Yard | 2010-04-27 | 1 | -0/+1 |
| | | | | 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. | ||||
* | Fixed private header include style to work when headers are installed. | Rohan McGovern | 2010-03-01 | 1 | -1/+1 |
| | | | | | | | | | | Private headers should include other private headers by: #include <private/qfoo_p.h> Using a relative path works during the build, but does not work when building other projects which attempt to use the installed private headers (e.g. unit tests for private classes). | ||||
* | Document Package | Martin Jones | 2010-02-25 | 1 | -0/+27 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+167 |
QDeclarativeXXX. |