summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-228-10/+10
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Renaming: QFxView -> QmlViewYann Bodson2009-09-228-10/+10
| |
* | Preliminary support for object and list synthesized property typesAaron Kennedy2009-09-221-1/+1
|/
* Repeater doc update.Yann Bodson2009-09-211-5/+5
|
* Basic implementation of visual "test scripts"Aaron Kennedy2009-09-214-12/+56
| | | | Test scripts allow the qmlviewer to record a set of input actions, and the resulting visual frames.
* Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-09-1721-347/+326
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-09-1718-285/+252
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Switch Repeater over to use VisualModel.Martin Jones2009-09-174-223/+157
| | | | | | | | | | | | Also extend VisualModels to support the usage Repeater used to add.
| | * Fix velocity notification (the rest).Martin Jones2009-09-171-1/+2
| | |
| | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-09-1711-47/+75
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * 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 ↵Michael Brasser2009-09-165-22/+35
| | | |\ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | 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
| |/ / | | | | | | | | | Don't calculate text size ourselves.
| * | Compile fixAlan Alpert2009-09-161-2/+3
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-09-157-35/+39
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Focus changes to QFxItem and QFxView.Andreas Aardal Hanssen2009-09-153-29/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove QFxItem::activeFocus, make QFxItem::focus behave like QGraphicsItem::focus (same as activeFocus essentially). Introduce QFxItem::wantsFocus to provide the same behavior as QFxItem::focus used to. Also updated the focusScope manual tests to reflect this new behavior. This change is going to break every example that relies on activeFocus. The fix is to replace all references with "focus" instead. All places that bind to "focus" should now bind to "wantsFocus" instead. Reviewed-by: akennedy
| | * 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
| | | | | | | | | | | | | | | | | | | | | -delegate loading error messages -selectedText/selection color This is an intermediate commit, it relies on a patch to QLineControl which hasn't been committed yet.
| * | Fix double-deletion bug with QFxTextEdit's cursor delegateAlan Alpert2009-09-151-1/+0
| |/ | | | | | | QFxTextEdit autotests now pass
| * GridView API changesMartin Jones2009-09-142-14/+14
| | | | | | | | | | GridView: wrap -> keyNavigationWraps GridView: autoHighlight -> highlightFollowsCurrentItem
* | Don't crash when you have non-FxItem contentsAlan Alpert2009-09-171-0/+6
| | | | | | | | | | doesn't actually do anything about non-FxItem contents yet, and maybe it should.
* | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-09-142-134/+140
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * More ListView API changes.Martin Jones2009-09-142-22/+16
| | | | | | | | | | ListView: wrap -> keyNavigationWraps ListView: autoHighlight -> highlightFollowsCurrentItem
| * ListView currentItemMode API replaced with highlight range API.Martin Jones2009-09-142-114/+126
| |
* | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-09-149-96/+225
|\ \ | |/ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfxtext.cpp
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-116-40/+45
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-09-115-35/+45
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Fix moving an item to the first visible position.Martin Jones2009-09-112-19/+19
| | | | | | | | | | | | | | | | Also fix the type of some properties/variables.
| | | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-09-111-30/+6
| | | |\ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | 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
| | | |/ | | |/|
| * | | Ensure text size changes when text is made empty, or elides to empty.Warwick Allison2009-09-111-11/+10
| |/ / | | | | | | | | | | | | Previously, old size would persist if text changed from non-"" to "". Elide text in example (tests and demonstrates)
| * | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-09-114-25/+136
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Handle itemsMoved() in GridView.Martin Jones2009-09-112-0/+64
| | |
| | * Implement itemsMoved() in ListView.Martin Jones2009-09-102-25/+72
| | | | | | | | | | | | No animation possible currently.
| * | Use drawTiledPixmap for tiling.Michael Brasser2009-09-111-30/+6
| |/ | | | | | | So we can take advantage of backend optimizations.
| * Best to delete pointer before zeroing it.Martin Jones2009-09-101-1/+1
| |
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-09-106-56/+146
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Follow renamed to SpringFollow.Martin Jones2009-09-103-17/+52
| | |
* | | Text now has one line of implicit height when it has zero lines of textAlan Alpert2009-09-102-3/+4
| |/ |/| | | | | Task-number: 255266