Don't override "z" bindings for header and footer
[profile/ivi/qtdeclarative.git] / src / quick / items / qquickitemview.cpp
2012-05-28 Bea LamDon't override "z" bindings for header and footer
2012-05-14 Bea LamFix xOrigin and yOrigin to always be top-left pos
2012-05-09 Bea LamMove check for whether a layout is already in progress
2012-04-23 Bea LamOnly run populate for items in model at creation
2012-04-20 Martin JonesDon't initiate delegate incubation in delegate creation...
2012-04-17 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-17 Bea LamVertical layout direction for ListView and GridView
2012-04-13 Andrew den ExterDon't ignore model changes when the ListView scroll...
2012-03-27 Kent HansenMerge master into api_changes
2012-03-27 Bea LamBuffer changes received during layout()
2012-03-23 Kent HansenMerge master into api_changes
2012-03-21 Bea LamFix margins for right-to-left mode
2012-03-19 Kent HansenMerge master into api_changes
2012-03-19 Martin JonesResetting a model can cause a crash in views with heade...
2012-03-19 Martin JonesDon't crash view while changing model.
2012-03-13 Matthew VogtMerge branch 'master' of git://gitorious.org/qt/qtdecla...
2012-03-13 Martin JonesListView.contentHeight does not include header and...
2012-03-11 Matthew VogtMerge branch 'master' of git://gitorious.org/qt/qtdecla...
2012-03-10 Bea Lamrefilled items should be moved immediately
2012-03-09 Bea LamAvoid using QQuickViewItem as base class
2012-03-07 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-07 Bea LamFix setting of target lists when target Transition...
2012-03-05 Matthew VogtMerge remote branch 'gerrit/api_changes' into merge...
2012-03-05 Matthew VogtMerge master <-> api_changes
2012-03-01 Bea LamFix crash when transition finishes after view is deleted
2012-02-29 Bea LamAdd generic "displaced" transition property
2012-02-28 Bea LamSeparate view transition functionality into new file
2012-02-28 Martin JonesIncubators are not async with the threaded renderer.
2012-02-27 Martin JonesDon't create a separate section header for currentItem
2012-02-24 Matthew VogtRename QDeclarative symbols to QQuick and QQml
2012-02-21 Bea LamFix condition check against wrong variable
2012-02-21 Martin JonescacheBuffer makes delegates appear briefly in wrong...
2012-02-21 Friedemann KleintFix gcc compiler warnings.
2012-02-17 Bea LamTake QDeclarativeTransition::enabled() into account
2012-02-17 Bea LamCheck pending changes before they are reset, not after
2012-02-16 Bea LamBuilt-in transition support for ListView & GridView
2012-02-07 Martin JonesSection header is not made visible when changing curren...
2012-02-02 Martin JonesIncorrect initial pos after resizing view with margins.
2012-02-02 Bea LamMust update columns when GridView geometry changes
2012-02-01 Bea LamFixes for removing before visible
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-23 Jason McDonaldUpdate obsolete contact address.
2012-01-19 Martin JonesFix lockup in views due to endless polish loop.
2012-01-17 Bea LamInsertions were calculating wrong insertion pos
2012-01-15 Martin JonesHandle views with negative width/height
2012-01-09 Bea LamFix positioning issues and change content y repositioni...
2012-01-06 Martin JonesAdd itemAt(x,y) function to GridView and ListView.
2012-01-05 Jason McDonaldUpdate copyright year in license headers.
2011-12-20 Andrew den ExterEnsure items in ListView and GridViews viewport are...
2011-12-02 Kent HansenSay hello to QtQuick module