Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc: Updated example license to three clause BSD license. | David Boddie | 2010-05-19 | 3 | -83/+80 |
| | | | | | Reviewed-by: Trust Me Requested-by: Legal | ||||
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 3 | -3/+3 |
| | | | | Reviewed-by: Trust Me | ||||
* | Merge oslo-staging-2/4.6 into upstream/4.6 | Olivier Goffart | 2009-11-13 | 2 | -11/+12 |
|\ | |||||
| * | Make the new examples for effects use the Qt Animation Framework | Thierry Bastian | 2009-11-10 | 2 | -11/+12 |
| | | | | | | | | | | Task-number: QTBUG-5640 Reviewed-by: Leo | ||||
* | | fademessage example: don't use a fixed width for the rect under the text | Joerg Bornemann | 2009-11-11 | 1 | -3/+7 |
| | | | | | | | | | | | | Its using QFontMetrics::width now. Reviewed-by: thartman | ||||
* | | fademessage example: deploy jpeg plugin on Windows CE | Joerg Bornemann | 2009-11-11 | 1 | -0/+3 |
|/ | | | | Reviewed-by: thartman | ||||
* | Add an example that shows strength animation QGraphicsColorizeEffect. | Ariya Hidayat | 2009-09-14 | 7 | -0/+272 |
When a button is pressed, a popup message is shown and the background (everything, every items, behind the popup message) is faded to light green. Reviewed-by: Bjørn Erik Nilsen |