summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx
Commit message (Expand)AuthorAgeFilesLines
* Add font doc to TextInput and TextEdit.Yann Bodson2009-08-203-3/+13
* Update documentation regarding font.pointSizeYann Bodson2009-08-203-18/+18
* Basic types documentationYann Bodson2009-08-201-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-08-208-76/+76
|\
| * Renaming Rect -> RectangleYann Bodson2009-08-198-76/+76
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-08-196-100/+37
|\ \ | |/
| * Doc clarificationMichael Brasser2009-08-191-2/+2
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-08-197-37/+100
| |\
| * | Various doc fixes.Michael Brasser2009-08-196-99/+36
* | | Small doc fixed for mouse handling.Martin Jones2009-08-192-3/+10
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-08-193-1/+12
|\ \
| * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-08-195-37/+85
| |\ \
| | * | doc fixYann Bodson2009-08-191-1/+1
| * | | Update demosAlan Alpert2009-08-192-0/+11
| | |/ | |/|
* | | Fix containsMouse and clicking in general when acceptsHover is false.Martin Jones2009-08-191-0/+4
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-08-1915-544/+301
|\ \ | |/
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-08-198-374/+136
| |\
| | * These docs shouldn't have been removedAlan Alpert2009-08-191-0/+13
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-08-195-134/+25
| | |\
| | | * doc cleanupYann Bodson2009-08-191-29/+0
| | | * BorderImage docYann Bodson2009-08-181-20/+6
| | | * doc cleanupYann Bodson2009-08-183-85/+19
| | * | More doc cleanupAlan Alpert2009-08-181-80/+31
| | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-08-1824-642/+199
| | |\ \ | | | |/
| | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-08-1828-222/+355
| | |\ \
| | * | | Cleanup and example for positionersAlan Alpert2009-08-133-220/+121
| * | | | Text-related API updates after reviewMichael Brasser2009-08-198-154/+153
| | |_|/ | |/| |
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-08-184-21/+20
| |\ \ \
| * | | | Some Text cleanup.Michael Brasser2009-08-183-16/+12
* | | | | Make MouseRegion event propagation match GV.Martin Jones2009-08-194-16/+47
* | | | | API improvements for MouseRegion and DragMartin Jones2009-08-193-20/+37
| |/ / / |/| | |
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-08-1815-513/+37
|\ \ \ \ | |/ / /
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-08-187-97/+129
| |\ \ \
| * \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-08-184-5/+18
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-08-172-10/+10
| |\ \ \ \
| * | | | | Doc cleanup.Yann Bodson2009-08-1713-433/+26
| * | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-08-1720-196/+248
| |\ \ \ \ \
| * | | | | | Doc cleanup.Yann Bodson2009-08-172-80/+11
* | | | | | | Proposed changes following API review.Martin Jones2009-08-183-29/+28
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-08-184-82/+70
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-08-184-5/+18
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Change Item.contents to Item.childrenRect.Michael Brasser2009-08-183-64/+54
| * | | | | | No need to copy pixmap.Michael Brasser2009-08-171-18/+16
| | |_|_|/ / | |/| | | |
* | | | | | MouseRegion API changes following review.Martin Jones2009-08-183-15/+59
| |/ / / / |/| | | |
* | | | | Small fixes following API review.Martin Jones2009-08-174-5/+18
|/ / / /
* | | | Ignore key events that we don't handle.Martin Jones2009-08-172-10/+10
| |/ / |/| |
* | | readd and fix the qml documentation for Rotation and ScaleLars Knoll2009-08-141-0/+86
* | | Tidy up usage of QNetworkReply returned by QFxPixmapCache::get, updateWarwick Allison2009-08-144-57/+63
* | | QFxPixmap -> QFxPixmapCacheMichael Brasser2009-08-146-29/+27
* | | Remove unused include.Michael Brasser2009-08-141-1/+0