| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of QmlFont and use the QFont value type instead. | Michael Brasser | 2009-08-14 | 11 | -18/+18 |
|
|
* | react on mouse press rather than click (feels faster) | mae | 2009-08-13 | 1 | -2/+2 |
|
|
* | Fix flowview example VisualModel -> VisualDataModel | Martin Jones | 2009-08-13 | 1 | -1/+1 |
|
|
* | Fix angle. | Michael Brasser | 2009-08-13 | 1 | -1/+1 |
|
|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Michael Brasser | 2009-08-13 | 23 | -24/+32 |
|\ |
|
| * | Rename layouts to positioners | Alan Alpert | 2009-08-13 | 21 | -22/+22 |
|
|
| * | Add delay parameter to the destroy function on QML objects | Alan Alpert | 2009-08-13 | 2 | -2/+10 |
|
|
* | | QGraphicsRotation3D has been merged into QGraphicsRotation. | Michael Brasser | 2009-08-13 | 2 | -3/+4 |
|
|
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar... | Michael Brasser | 2009-08-13 | 1091 | -1199/+3969 |
|\ \
| |/
|/| |
|
| * | Update obsolete email addresses. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
| * | Replace some mentions of Trolltech with more appropriate terms. | Jason McDonald | 2009-08-12 | 9 | -23/+21 |
|
|
| * | Update obsolete URL's in code and docs. | Jason McDonald | 2009-08-12 | 3 | -3/+3 |
|
|
| * | Update references to online documentation. | Jason McDonald | 2009-08-12 | 9 | -18/+18 |
|
|
| * | Eliminate last mentions of "Qt Software". | Jason McDonald | 2009-08-12 | 3 | -3/+3 |
|
|
| * | Update URL's to use new domain. | Jason McDonald | 2009-08-12 | 6 | -16/+16 |
|
|
| * | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1068 | -1068/+1068 |
|
|
| * | Compile fix with namespaces | hjk | 2009-08-10 | 1 | -0/+2 |
|
|
| * | Doc: Integrated the Rogue (state machine) example. | Geir Vattekar | 2009-08-07 | 6 | -0/+465 |
|
|
| * | implement name() function of custom property iterator | Kent Hansen | 2009-08-06 | 1 | -1/+1 |
|
|
| * | make the calculator example use only standard JS | Kent Hansen | 2009-08-06 | 1 | -45/+62 |
|
|
| * | Fixed compilation of the gestures/imagewidget example. | Denis Dzyubenko | 2009-08-06 | 3 | -12/+35 |
|
|
| * | Added example that uses WebKit to capture Web page frames. | Andre Pedralho | 2009-08-06 | 4 | -0/+278 |
|
|
| * | Merge AudioServices into mainline. | Justin McPherson | 2009-08-05 | 17 | -0/+1772 |
|
|
| * | Merge branch '4.5' | Bill King | 2009-08-05 | 2 | -2/+0 |
| |\ |
|
| | * | Fix obsolete license headers | Jason McDonald | 2009-08-04 | 3 | -8/+6 |
|
|
| * | | Added the license header to the example. | Denis Dzyubenko | 2009-08-04 | 2 | -0/+82 |
|
|
| * | | Removed the QTapAndHoldGesture | Denis Dzyubenko | 2009-08-04 | 5 | -8/+151 |
|
|
| * | | Modify imagewidget example so it works with new API | Richard Moe Gustavsen | 2009-08-04 | 1 | -31/+15 |
|
|
| * | | Merge branch '4.5' | Thiago Macieira | 2009-08-03 | 1 | -1/+4 |
| |\ \
| | |/ |
|
| | * | Musicplayer example crashes when trying to open unvalid file | Richard Moe Gustavsen | 2009-07-24 | 1 | -1/+4 |
|
|
| * | | remove constructors that are not useful | Kent Hansen | 2009-08-03 | 1 | -2/+4 |
|
|
| * | | Doc: Use new APIs in example and correct documentation regarding replacement. | Volker Hilsheimer | 2009-07-31 | 1 | -2/+2 |
|
|
| * | | Show open directory dialog for new gesture example | Richard Moe Gustavsen | 2009-07-31 | 1 | -0/+3 |
|
|
* | | | Fix due to fillMode PreserveAspect -> PreserveAspectFit | Martin Jones | 2009-08-12 | 1 | -1/+1 |
|
|
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Martin Jones | 2009-08-12 | 5 | -19/+22 |
|\ \ \ |
|
| * | | | Clearer name for two PreserveAspect modes. | Warwick Allison | 2009-08-10 | 1 | -4/+4 |
|
|
| * | | | docs | Yann Bodson | 2009-08-10 | 1 | -0/+0 |
|
|
| * | | | Add a PreserveAspectFill mode (needs a better name) | Yann Bodson | 2009-08-10 | 1 | -0/+3 |
|
|
| * | | | Add new class QFxBorderImage. | Yann Bodson | 2009-08-09 | 3 | -17/+17 |
|
|
* | | | | Change key handling to use a Keys attached property. | Martin Jones | 2009-08-12 | 1 | -9/+8 |
|/ / / |
|
* | | | Add support for CSS-like horizontalTileRule and verticalTileRule to ScaleGrid. | Yann Bodson | 2009-08-06 | 7 | -0/+120 |
|
|
* | | | Renaming: FontFamily -> FontLoader | Yann Bodson | 2009-08-04 | 1 | -4/+4 |
|
|
* | | | Example of smooth rect painting | Yann Bodson | 2009-08-04 | 3 | -0/+110 |
|
|
* | | | Renaming: FocusRealm -> FocusScope | Yann Bodson | 2009-08-03 | 3 | -3/+3 |
|
|
* | | | Rework VisualItemModel into VisualItemModel & VisualDataModel | Martin Jones | 2009-08-03 | 1 | -0/+57 |
|
|
* | | | Use new enum ints (should be ids!) | Warwick Allison | 2009-07-31 | 1 | -2/+2 |
|
|
* | | | update for fa75cbdd3e1ae7b7d10d582498ae7e1d535f82ec | Warwick Allison | 2009-07-31 | 1 | -2/+2 |
|
|
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Warwick Allison | 2009-07-31 | 31 | -62/+142 |
|\ \ \ |
|
| * \ \ | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Yann Bodson | 2009-07-31 | 29 | -62/+76 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Aaron Kennedy | 2009-07-31 | 21 | -53/+55 |
| | |\ \ \ |
|