summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-117-36/+51
|\
| * Fix moving an item to the first visible position.Martin Jones2009-09-112-19/+19
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-09-112-31/+10
| |\
| | * Ensure item moves are passed on literally so views can animate literally.Warwick Allison2009-09-111-1/+4
| * | Avoid spurious flicks due to quick clicking motions.Martin Jones2009-09-111-10/+20
| * | current -> currentItem property in ListView and GridViewMartin Jones2009-09-115-6/+8
* | | Don't need to save and restore painter for tiling.Michael Brasser2009-09-111-5/+0
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-115-26/+137
|\ \ | |/
| * Handle itemsMoved() in GridView.Martin Jones2009-09-112-0/+64
| * Implement itemsMoved() in ListView.Martin Jones2009-09-103-26/+73
* | Use drawTiledPixmap for tiling.Michael Brasser2009-09-111-30/+6
|/
* Best to delete pointer before zeroing it.Martin Jones2009-09-101-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-09-107-56/+148
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-108-34/+108
| |\
| * | Cursory QFxTextInput documentation.Alan Alpert2009-09-101-0/+58
| * | Update demos to work with API changesAlan Alpert2009-09-101-0/+1
| * | API ChangesAlan Alpert2009-09-107-56/+89
* | | Follow renamed to SpringFollow.Martin Jones2009-09-109-94/+158
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-106-30/+83
|\ \
| * | Report custom parse errors verbosely.Warwick Allison2009-09-106-30/+83
| |/
* | Support URL resolution from within script blocksAaron Kennedy2009-09-102-4/+25
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-095-11/+11
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-0914-323/+652
| |\
| * | Rename QFxItem::children() to QFxItem::fxChildren()Alan Alpert2009-09-094-8/+8
| * | Fix bug with keypad navigationAlan Alpert2009-09-091-3/+3
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-0914-323/+652
|\ \ \ | | |/ | |/|
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-0969-1130/+1617
| |\ \
| | * | Doc.Martin Jones2009-09-091-0/+2
| | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-09-0952-739/+1362
| | |\ \ | | | |/
| | * | Move ComponentInstance functionality into LoaderMartin Jones2009-09-0911-385/+223
| * | | Add EaseFollow elementAaron Kennedy2009-09-094-3/+492
* | | | Don't allow sparse-setting, since not efficient anyway.Warwick Allison2009-09-091-22/+16
* | | | Fix destruction of ModelNodes (fix crash-on-exit).Warwick Allison2009-09-091-7/+6
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-0962-751/+1400
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-09-09376-5048/+11011
| |\ \ \
| | * \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-0946-687/+1146
| | |\ \ \
| | | * | | Remove debug.Michael Brasser2009-09-091-4/+1
| | | * | | Make sure animations convert between float and double when needed.Michael Brasser2009-09-091-2/+1
| | | * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-09-0844-681/+1144
| | | |\ \ \
| | | | * | | Fix QDirectFBPixmapData::fromImageAnders Bakken2009-09-081-6/+30
| | | | * | | Fix define in QDirectFBScreenAnders Bakken2009-09-081-1/+1
| | | | * | | memset DFBWindowDescription to 0Anders Bakken2009-09-081-0/+2
| | | | * | | Doc: A timeline's current value is not reset when the duration changes.David Boddie2009-09-081-0/+4
| | | | * | | Cleanup of QGLPaintDevice before it goes inTom Cooksey2009-09-089-430/+38
| | | | * | | Make QGLPixmapData work with the new QGLPaintDevice APITom Cooksey2009-09-087-85/+152
| | | | * | | Make QGLWindowSurface use new QGLPaintDevice APITom Cooksey2009-09-085-33/+65
| | | | * | | Move buffer clear out of the paint engine and into the QGLPaintDevicesTom Cooksey2009-09-086-63/+58
| | | | * | | Make QGLFramebufferObject work again using new QGLPaintDevice APITom Cooksey2009-09-0811-152/+257
| | | | * | | Make QGLPixelBuffer work again using new QGLPaintDevice APITom Cooksey2009-09-084-1/+29
| | | | * | | Replace QGLDrawable with a new QGLPaintDeviceTom Cooksey2009-09-0811-84/+483