summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx
Commit message (Expand)AuthorAgeFilesLines
...
* Mark an inefficency in TextEditAlan Alpert2009-09-241-0/+1
* Enhance QFxPainted item to work when on non-white backgrounds.Alan Alpert2009-09-241-3/+11
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-231-7/+19
|\
| * Repeater is more consistent with its docsAlan Alpert2009-09-231-7/+19
* | QFxTextEdit test passes againAlan Alpert2009-09-231-1/+2
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-239-12/+12
|\
| * Fix clipping bug in QFxText when text is larger than item's rect.Andreas Aardal Hanssen2009-09-221-1/+1
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-228-10/+10
| |\
| | * Renaming: QFxView -> QmlViewYann Bodson2009-09-228-10/+10
| * | Preliminary support for object and list synthesized property typesAaron Kennedy2009-09-221-1/+1
| |/
* | Fix cursor drawing in QFxTextInput and QFxTextEditAlan Alpert2009-09-233-9/+16
* | Fixing and refactoring of QFxLineInput updatingAlan Alpert2009-09-222-21/+34
|/
* Repeater doc update.Yann Bodson2009-09-211-5/+5
* Basic implementation of visual "test scripts"Aaron Kennedy2009-09-214-12/+56
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-1721-347/+326
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-1718-285/+252
| |\
| | * Switch Repeater over to use VisualModel.Martin Jones2009-09-174-223/+157
| | * Fix velocity notification (the rest).Martin Jones2009-09-171-1/+2
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-09-1711-47/+75
| | |\
| | | * Experiment with reset functions for width and height.Michael Brasser2009-09-162-2/+18
| | | * Rect cleanup.Michael Brasser2009-09-163-10/+19
| | | * Some documentation link updatesThorbjørn Lindeijer2009-09-161-4/+6
| | | * No need to copy the pixmap.Michael Brasser2009-09-161-3/+1
| | | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-165-22/+35
| | | |\
| | | * | Experiment with implicitWidth and implicitHeight functions.Michael Brasser2009-09-166-28/+31
| | * | | Fix velocity notification.Martin Jones2009-09-171-1/+2
| | | |/ | | |/|
| | * | Small tweaks.Martin Jones2009-09-162-9/+2
| | * | Make flicking a bit more resistant to spurrious input.Martin Jones2009-09-161-4/+14
| * | | Minor cleanup in QFxTextInputAlan Alpert2009-09-161-4/+2
| |/ /
| * | Compile fixAlan Alpert2009-09-161-2/+3
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-157-35/+39
| |\ \ | | |/
| | * Focus changes to QFxItem and QFxView.Andreas Aardal Hanssen2009-09-153-29/+27
| | * Fix docs.Martin Jones2009-09-151-3/+3
| | * Remove some unneeded comments.Martin Jones2009-09-152-2/+2
| | * Give a useful error if the delegate doesn't return a QFxItem.Martin Jones2009-09-151-1/+7
| * | Implement some of the TODOs in QFxTextInputAlan Alpert2009-09-151-8/+18
| * | Fix double-deletion bug with QFxTextEdit's cursor delegateAlan Alpert2009-09-151-1/+0
| |/
| * GridView API changesMartin Jones2009-09-142-14/+14
* | Don't crash when you have non-FxItem contentsAlan Alpert2009-09-171-0/+6
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-142-134/+140
|\ \ | |/
| * More ListView API changes.Martin Jones2009-09-142-22/+16
| * ListView currentItemMode API replaced with highlight range API.Martin Jones2009-09-142-114/+126
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-149-96/+225
|\ \ | |/
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-116-40/+45
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-115-35/+45
| | |\
| | | * 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-111-30/+6
| | | |\
| | | * | Avoid spurious flicks due to quick clicking motions.Martin Jones2009-09-111-10/+20
| | | * | current -> currentItem property in ListView and GridViewMartin Jones2009-09-114-6/+6
| | * | | Don't need to save and restore painter for tiling.Michael Brasser2009-09-111-5/+0
| | | |/ | | |/|