~vthompson/ubuntu-ui-toolkit/expose-pressed-ubuntushape

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: tim.peeters at canonical
  • Date: 2014-07-03 13:53:50 UTC
  • mto: (1000.119.19 staging)
  • mto: This revision was merged to the branch mainline in revision 1058.
  • Revision ID: tim.peeters@canonical.com-20140703135350-gb1siy74fp7730iv
update CHANGES

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
* CHANGED IN Page: Automatic detection of flickable inside a Page to control the header is now limited to Flickables that are anchored to the top of the Page or fill the Page. Header automatically shows when flickable.contentHeight becomes <= flickable.height.
109
109
* CHANGED IN Action, ActionItem, OptionSelectorDelegate: Setting iconName now always selects the requested icon from ubuntu-mobile theme, not the system icon theme.
110
110
* CHANGED IN TabBar: The model now needs to have a selectedIndex property.
 
111
* CHANGED IN Panel: The panel no longer closes automatically when the user presses outside of the opened panel. That was deprecated behavior that was useful in the first version of the Toolbar. Set __closeOnContentsClicks to restore the old behavior, but a better solution is to deal with the press in the app and call Panel.close() when needed.
111
112
 
112
113
SDK 0.1.46
113
114
##########