aboutsummaryrefslogtreecommitdiff
path: root/src/corelib/layout/mlinearlayoutpolicy.cpp
AgeCommit message (Collapse)Author
2010-11-09Changes: Speed up layouts by a factor of 3.John Tapsell
RevBy: Stanislav Ionascu, Armin Berres Details: We are now only 10% slower than the QGraphicsLayouts, and for a well understood reason that we can't optimize away. (We have to reset the contents margins every single time because Qt doesn't tell us when they change). Optimised using pt_mlayout benchmark.
2010-11-02Changes: Fix resize problem with layoutsJohn Tapsell
RevBy: Stanislav Ionascu Details: Includes a benchmark test for the layouts
2010-08-19Changes: MLinearLayoutPolicy - fix hiding itemsJohn Tapsell
RevBy: TrustMe
2010-08-14Fixes: NB#185277 ↵John Tapsell
MLinearLayoutPolicyPrivate::notifyAllWidgetsOfLayoutPosition() only takes in consideration one policy for a button group RevBy: TrustMe Includes unit test
2010-06-16Changes: Added functionality into MLinearLayoutPolicy for automatically ↵DUI-Team Symbio
setting layout positions for the widget items inside the layout. RevBy: Tomas Junnonen Details: When enabled, the functionality assigns proper layout positions to widget items by using the MWidgetController::setLayoutPosition() method. If the functionality is disabled the layout position property of the items are reset back to initial value.
2010-05-20Changes: MLinearLayoutPolicy did not correctly set the stretch for itemsJohn Tapsell
RevBy: Mike Fabian
2010-04-12Changes: Renamed dui to meegotouchTomas Junnonen
By: Holger, Daniel, Janne RevBy: Tomas, Holger