← Back to team overview

landing-team-changes team mailing list archive

[stable-overlay] ubuntu-ui-toolkit (1.3.1742+15.04.20151209-0ubuntu1)

 

Uploaded to the Stable Phone Overlay PPA (~ci-train-ppa-service/ubuntu/stable-phone-overlay vivid) archive

---------------
Format: 1.8
Date: Wed, 09 Dec 2015 14:44:07 +0000
Source: ubuntu-ui-toolkit
Binary: qtdeclarative5-ubuntu-ui-toolkit-plugin libubuntugestures libubuntugestures-dev ubuntu-ui-toolkit-theme ubuntu-ui-toolkit-doc ubuntu-ui-toolkit-examples ubuntu-ui-toolkit-autopilot ubuntu-app-launch-profiler ubuntu-ui-toolkit-tools
Architecture: source
Version: 1.3.1742+15.04.20151209-0ubuntu1
Distribution: vivid
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@xxxxxxxxxxxxxxxx>
Changed-By: Zoltan Balogh <zoltan.balogh@xxxxxxxxxxxxx>
Description:
 libubuntugestures - Ubuntu gestures library - SwipeArea
 libubuntugestures-dev - Ubuntu gestures library development files
 qtdeclarative5-ubuntu-ui-toolkit-plugin - Qt Components for Ubuntu - QML plugin
 ubuntu-app-launch-profiler - Qt Components for Ubuntu - startup time profiling tool
 ubuntu-ui-toolkit-autopilot - Test package for Ubuntu UI Toolkit
 ubuntu-ui-toolkit-doc - Qt Components for Ubuntu - documentation
 ubuntu-ui-toolkit-examples - Qt Components for Ubuntu - demos and examples
 ubuntu-ui-toolkit-theme - Qt Components for Ubuntu - Ubuntu Theme
 ubuntu-ui-toolkit-tools - Qt Components for Ubuntu - productive tools
Launchpad-Bugs-Fixed: 1368811 1376763 1450222 1450346 1473890 1484004 1486274 1500409 1500416 1507910 1508447 1510919 1511839 1512924 1513450 1513897 1514143 1514173 1515593 1517771 1517777 1517798 1517829 1519414 1520557
Changes:
 ubuntu-ui-toolkit (1.3.1742+15.04.20151209-0ubuntu1) vivid; urgency=medium
 .
   [ Zolt??n Balogh ]
   * Enable building the UITK tests in any case.
   * Remove Q_Q(UCStyledItemBase) because of unused variable warning.
   * Resolve Trusty specific compiler issue not resolving QPointer data on
     connections.
   * Use only the object name when selecting sections and labels in tests.
 .
   [Zsombor Egri ]
   * Update BottomEdge with UI/UX agreed during the sprint. Fixes LP: #1368811.
   * BottomEdge component. Fixes LP: #1368811.
   * Remove build failure on Xenial caused by deprecated Qt functions.
   * Fix BottomEdgeHint consumes activeFocusOnPress handling. Fixes LP: #1517777
   * Migrate DirectionalDragArea from Unity8, named as SwipeArea. Original code
     (from lp:unity8) by: Daniel d'Andrada <daniel.dandrada@xxxxxxxxxxxxx>.
   * Delete QQuickView when the application quits. Fixing segfault caused by the
     dangling objects in GestireDetector.
   * BottomEdgeHint API changes, deprecating state property, introducing locked
     property to drive visuals lock and click handling.
   * Fixing CheckBox and Switch getting checked property altered after clicked()
     signal is emitted. Fixes LP: #1510919.
   * Add ListItem.swipeEnabled property to block swiping when overlay MouseArea
     is used to drag content. Fixes swiping when leading/trailing actions list
     is empty. Fixes LP: #1500409, LP: #1500416.
   * Follow the new design in BottomEdgeHint.
   * Provide import version information for StyledItem and remove theme.version
     obsolete property.
   * Use QQuickItemChangeListener to listen parent changes, skipping the meta
     object model. Convert UCThemingExtension into a Q_INTERFACE so object_cast<>
     can work with it saving the need to memorise on an item whether it is an
     extended item or not.
   * Set mouseAttached to false to revert regression in UITK gallery.
   * Remove BottomEdgeHint from UITK gallery's MainPage.qml which occludes with
     the bottom-up dragging of the ListView.
 .
   [ Benjamin Zeller ]
   * Avoid unnecessary updates for i18n strings.
   * "MathUtils.clamp, min value should not be bigger than the max value".
     Fixes LP: #1520557.
   * Move MathUtils to Cpp.
 .
   [ Lo??c Molinari ]
   * UbuntuShape - Fixed deprecation logging issues.
   * This fix prevents logging a deprecation warning for "image", "color" and
     "gradientColor" properties when the import version is less than 1.3. The
     logging of properties used internally (through the old image wrapper) have
     been removed too since the user might not even have used them.
     Fixes LP: #1519414.
 .
   [ Christian Dywan ]
   * Enable gallery target in qmake.
   * Don't set activeFocusOnPress on TextField but on child only.
     Fixes LP: #1486274, LP: #1513897.
   * Make runtest.sh work out of the box again.
   * Explicitly handle keyboard anchoring in dialog foreground.
     Fixes LP: #1376763.
   * Remove GestureDetector in favor of SwipeArea in BottomEdgeHint. Also make
     possible to assign Action to the component. Fixes LP: #1517771, LP: #1517798
   * Enforce !activeFocusOnPress on TextField primary/secondaryItem.
     Fixes LP: #1513897.
   * Only run ActivityIndicator if visible. Fixes LP: #1513450.
   * Use wait_select_single for _get_button in Popover CPO.
   * Include composite types in .api again.
   * More forgiving QML plugin/ version discovery.
   * Update toolkit and gallery po templates. Fixes LP: #1512924.
   * Improve handling of list types in apicheck.
   * Smaller handlers, entirely draggable caret. Fixes LP: #1450222.
   * Special-case leaked QQuickImageBase properties. Fixes LP: #1473890.
   * Don't use UniqueConnection in the image extension
   * Sync the height of the Page header with the other subheaders in the
     AdaptivePageLayout.
 .
   [ Tim Peeters ]
   * Add extension property to PageHeader.
   * Don't set the header.moving property when flickable contents height changes
     but the header does not actually move. Fixes LP: #1514143.
   * Fix the icon color in the AppHeader. Fixes LP: #1515593.
   * Use PageHeader in the UITK gallery.
   * Ensure PageHeader style works properly with run-time theme changes.
   * Add a back action to the Page.header automatically in PageStack and
     AdaptivePageLayout.
   * Add a navigationActions property to PageHeader.
   * Fix links to Page in the documentation.
   * Fix several header CPO related issues.
   * Only select visible header label instance in checkPageHeader().
 .
   [ Florian Boucault ]
   * DraggingArea: import Ubuntu.Components so that MathUtils is available and
     no warning is output.
 .
   [ Brendan Donegan ]
   * Account for presence of OSK in Flickable helpers and add a test for the same
 .
   [ Andrea Bernabei ]
   * ListItemLayout: set QML context of the predefined labels. Fixes lp1514173.
     Fixes LP: #1514173.
   * Add the ignoreSynthesizedEvents property. When the property is enabled, the
     Mouse filter ignores any synthesized mouse event, such as those created by
     the touch-to-mouse events synthesis. Enabling this property makes it
     possible to only trigger the hovering logic ONLY when using a mouse, and not
     when using a touchscreen (as it happens when using MouseArea).
 .
   [ Timo Jyrinki ]
   * Change HandlerType from int[2] to QVector<int> to make it work with Qt 5.5
     Fixes LP: #1484004, LP: #1450346
   * Workaround 'emit' declaration in Qt 5.5 Fixes LP: #1507910
   * Build depend on libxkbcommon-dev Fixes LP: #1508447
 .
   [ CI Train Bot ]
   * No-change rebuild.
 .
 ubuntu-ui-toolkit (1.3.1705+16.04.20151120.1-0ubuntu2) xenial; urgency=medium
 .
   * Rebuild against Qt 5.5.1.
   * Cherry-pick required patches from staging branch:
     - externalimagetype.patch (LP: #1473890)
     - hack-qt55-int.patch (LP: #1484004)
     - workaround_emit.patch (LP: #1507910)
 .
 ubuntu-ui-toolkit (1.3.1705+16.04.20151120.1-0ubuntu1) xenial; urgency=medium
 .
   [ Timo Jyrinki ]
   * Update toolkit and gallery po templates and fixes LP: #1517829 (LP:
     #1517829)
 .
   [ Zolt??n Balogh ]
   * Update toolkit and gallery po templates and fixes LP: #1517829 (LP:
     #1517829)
 .
 ubuntu-ui-toolkit (1.3.1705+16.04.20151118-0ubuntu1) xenial; urgency=medium
 .
   [ Zolt??n Balogh ]
   * Update toolkit and gallery po templates
 .
 ubuntu-ui-toolkit (1.3.1705+16.04.20151103-0ubuntu1) xenial; urgency=medium
 .
   [ Zsombor Egri ]
   * Fix Sections sync with PageHeadSections selectedIndex changes. (LP:
     #1511839)
 .
 ubuntu-ui-toolkit (1.3.1705+16.04.20151031-0ubuntu1) xenial; urgency=medium
 .
   [ CI Train Bot ]
   * Resync trunk. added: po/vi.po
 .
   [ Christian Dywan ]
   * Smaller handlers, entirely draggable caret (LP: #1450222)
 .
   [ Zsombor Egri ]
   * Switch and CheckBox fix when checked is not toggled when clicked()
     signal is emitted. (LP: #1510919)
Checksums-Sha1:
 3298b07277ec624c51342ff7e46c9cea63aa8ed3 3812 ubuntu-ui-toolkit_1.3.1742+15.04.20151209-0ubuntu1.dsc
 26e1296d361174dba72d1e81d175053311506f25 3694691 ubuntu-ui-toolkit_1.3.1742+15.04.20151209.orig.tar.gz
 fa75b8d39c00f9cb9264de6b57015869e85b88a1 64063 ubuntu-ui-toolkit_1.3.1742+15.04.20151209-0ubuntu1.diff.gz
Checksums-Sha256:
 7a19a0da54d7d1042c877d644d2997fae3cff98b35e1a61aafecda972a423ebc 3812 ubuntu-ui-toolkit_1.3.1742+15.04.20151209-0ubuntu1.dsc
 926a47a1ccbaae15eb4fd7223a8472e347dde2d441c3e0d54a895c375c88e411 3694691 ubuntu-ui-toolkit_1.3.1742+15.04.20151209.orig.tar.gz
 10e157f2bcbc38df5eaa10a522dd03a2d5b4069e484df7b547f56b81cd0a4333 64063 ubuntu-ui-toolkit_1.3.1742+15.04.20151209-0ubuntu1.diff.gz
Files:
 64f75b76cbcd76d747a435b04829c89d 3812 libs optional ubuntu-ui-toolkit_1.3.1742+15.04.20151209-0ubuntu1.dsc
 b96c591ba5e0566ab523bd5314e7594b 3694691 libs optional ubuntu-ui-toolkit_1.3.1742+15.04.20151209.orig.tar.gz
 ddb2ae01ab0498cb28fa2a56d0042a50 64063 libs optional ubuntu-ui-toolkit_1.3.1742+15.04.20151209-0ubuntu1.diff.gz