summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxgridview.cpp
Commit message (Expand)AuthorAgeFilesLines
* GridView API changesMartin Jones2009-09-141-10/+10
* current -> currentItem property in ListView and GridViewMartin Jones2009-09-111-2/+2
* Handle itemsMoved() in GridView.Martin Jones2009-09-111-0/+63
* Follow renamed to SpringFollow.Martin Jones2009-09-101-9/+7
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-071-1/+1
|\
| * Remove warningsYann Bodson2009-09-041-1/+1
* | Fix leaks.Michael Brasser2009-09-071-0/+1
|/
* Flickable locked property changed to interactive.Martin Jones2009-09-021-1/+1
* Make a number of Flickable API changes following review.Martin Jones2009-08-281-3/+3
* Make sure current item is released when removed but not visible.Martin Jones2009-08-271-2/+3
* Implement Focus Scope support in GraphicsViewAaron Kennedy2009-08-271-1/+1
* Use Q_SLOTS and Q_SIGNALS.Yann Bodson2009-08-261-1/+1
* Renaming Rect -> RectangleYann Bodson2009-08-191-1/+1
* Various doc fixes.Michael Brasser2009-08-191-21/+0
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-08-171-6/+6
|\
| * Ignore key events that we don't handle.Martin Jones2009-08-171-6/+6
* | Doc cleanup.Yann Bodson2009-08-171-9/+0
|/
* Change key handling to use a Keys attached property.Martin Jones2009-08-121-1/+2
* Rework VisualItemModel into VisualItemModel & VisualDataModelMartin Jones2009-08-031-11/+19
* Get rid of QFxItem::options.Michael Brasser2009-07-311-1/+1
* remove itemParent() and related.Lars Knoll2009-07-291-2/+2
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-07-281-16/+1
|\
| * Remove unused flag.Michael Brasser2009-07-281-16/+1
* | qmlAttachedProperties should return the actual attached object type.Martin Jones2009-07-281-1/+1
|/
* Allow span of versions to be defined, not just one.Warwick Allison2009-07-231-3/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-231-1/+1
|\
| * unify z-value handling in graphics and fx items.Lars Knoll2009-07-221-1/+1
* | Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-0/+2
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-07-201-1/+3
|\
| * CompileEskil Abrahamsen Blomfeldt2009-07-171-1/+3
* | Remove unnecessary semicolonsMartin Jones2009-07-141-3/+3
|/
* Rename notifiers: topChanged -> yChanged; leftChanged -> xChanged.Michael Brasser2009-06-301-6/+6
* Fix GridView handling of unrequested items.Martin Jones2009-06-241-0/+4
* Compile fix.Michael Brasser2009-06-051-2/+1
* Another compile fix for WinCE.Michael Brasser2009-06-051-1/+1
* Remove extraneous semicolons.Martin Jones2009-05-261-1/+1
* Remove debugMartin Jones2009-05-201-8/+0
* Make VisualItemModel with packages work properly.Martin Jones2009-05-201-63/+95
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-05-141-6/+11
|\
| * GridView shall not crash when given a broken delegate.Martin Jones2009-05-141-6/+11
* | Make compile on arm.Michael Brasser2009-05-141-1/+1
|/
* qdoc: Fixed some qdoc errors.Martin Smith2009-05-111-4/+4
* setWidth() and setHeight() lost their virtual at some point :-/Martin Jones2009-05-081-18/+3
* GridView docs.Martin Jones2009-05-061-83/+28
* docWarwick Allison2009-05-011-2/+2
* Documentation work.Michael Brasser2009-04-301-3/+3
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-291-2/+2
|\
| * Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-2/+2
* | Some foreach remove/improve.Martin Jones2009-04-281-2/+2
|/
* Don't create two atttached property objects per item.Martin Jones2009-04-281-2/+5