This bug was fixed in the package ubuntu-ui-toolkit 1.3.1778+15.04.20151217.1-0ubuntu1 in https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/stable-phone-overlay --------------- ubuntu-ui-toolkit (1.3.1778+15.04.20151217.1-0ubuntu1) vivid; urgency=medium [ Andrea Bernabei ] * Rework Scrollbars and add ScrollView component. [ Zsombor Egri ] * Refactor UCSwipeAreaPrivate to use QQuickItemPrivate instead of being a QObject. [ Tim Peeters ] * Reduce toolbar height on phone in landscape orientation. Fixes LP: #1336793. * Introduce the new Toolbar component for the header edit mode. * Reduce the PageHeader height by 1 GU on phone in landscape orientation. Fixes LP: #1336793 * Fix AppHeader 1.2 to use the new MathUtils. This fixes a failing autopilot CPO test. [ Zoltan Balogh ] * Do not wipe when provisioning for normal use and improve regression detection. * Try to link Gestures more explicitely. (kudos to xnox). [ Christian Dywan ] * Proper keyboard navigation and focus visuals for buttons. Fixes LP: #1225139, LP: #1514850 * Escape should close popover. Fixes LP: #1523828 * Surround state overloading message with static boolean. Fixes LP: #1523399 * Don't exit, return 1 from export_modules_dir.sh. [ Michael Sheldon ] * Set the activeFocus on the input component when a text input area receive focus. Fixes LP: #1518352 [ Benjamin Zeller ] * Move PageTreeNode to C++. * Custom property flag needs to be set always even when the value itself does not change. [ Albert Astals Cid ] * Make some more members slots This way we can use them in unity8 to make the drag areas more easily testable by making the times to recognize the gestures longer. [ CI Train Bot ] * No-change rebuild. ubuntu-ui-toolkit (1.3.1761+16.04.20151216.1-0ubuntu1) xenial; urgency=medium [ Zoltán Balogh ] * Drop dependency on qtc plugin script and wait for the shell with a local function. [ Christian Dywan ] * runtest.sh needs to add subdirs to the libpath. Fixes: LP: #1524710. * Explicit click/ touch threshold beyond handler. * Enter/Return/Space should trigger() Button. Fixes: LP: #1523794. * Only set ppmm in SwipeArea if screen has valid dpi. Fixes: LP: #1525174. [ Tim Peeters ] * Implement header slot management for convergence: - Adapt the number of action slots to the width of the view. - When a new action appears, show a quick fade-in. - Reverse the order of the actions in the header. - Update icon width to 4GU. Fixes: LP: #1428757. * To prevent an invalid sectionIndex, reset the value of sectionIndex to -1 when the model of Sections is changed. Fixes: LP: #1513933. [ Loïc Molinari ] * UbuntuShape - Cleaned up includes. [ Albert Astals Cid ] * Simplify logic for emitting draggingChanged/pressedChanged No need for a switch that considers the possible cases, just store the status before and check after Fixes an issue in which the SwipeArea pressedChanged signal was not emitted if switching directly from WaitingForTouch to Recognized. * Fix memory leak in SwipeArea SwipeAreaPrivate is not deleted directly so make it part of the qobject hierarchy so it's auto deleted on parent destruction. [ Zsombor Egri ] * Add reset functionality to Action.shortcut property. Fixes: LP: #1518420. * Add contentWidth and contentHeight to Dialog so foreground can be resized. Fixes: LP: #1249325. * Fixing ListItem.selected and ListItem.selectMode bugs. Fixes: LP: #1493880, LP: #1493882, LP: #1514928. * Add private implementations to ActionItem, AbstractButton, BottomEdgeHint and BottomEdge. Fixes: LP: #1524234 * Close Popups.Dialog when Esc key is pressed. Fixes LP: #1523833 * Invoke the overridden trigger() function for Action and ActionItem derivates. Fixes LP: #1524234 * Fix BottomEdge assertion when the content is committed by clicking on the hint. Fixes LP: #1524407 [ CI Train Bot ] * No-change rebuild. -- Zoltan Balogh