Change logs for ubuntu-ui-toolkit source package in Xenial

  • ubuntu-ui-toolkit (1.3.1918+16.04.20160404-0ubuntu1) xenial; urgency=medium
    
      [ Benjamin Zeller ]
      * Register expected warning messages in the tree testcase.
      * Add testsuite for Tree. Fixes LP: #1549171.
      * Compile with Qt 5.6. Fixes LP: #1540356
      * More Qt 5.6 fixes.
    
      [ Michael Terry ]
      * Add grabGesture field to SwipeArea.
      * This field controls whether the SwipeArea takes ownership of the gestures it
        observes. Fixes LP: #1527387.
    
      [ Timo Jyrinki ]
      * Add additional Breaks as requested by archive admin.
      * Add a test for blocking if packaging not sorted and clean.
      * More package name transitioning, wrap and sort, fix debian/copyright syntax,
        update standards-version, fix devel package sections and add/fix
        lintian-overrides.
    
      [ Olivier Tilloy ]
      * Fix dependencies of the transitional dummy package
        qtdeclarative5-ubuntu-ui-toolkit-plugin. Fixes LP: #1553551.
    
      [ Christian Dywan ]
      * Rename qtdeclarative5-*-plugin to qml-module-*. Fixes LP: #1342031.
      * Require a qtdeclarative5 known to have the tab fence patch.
      * Reset previous theme version and use UbuntuTestCase in tst_animator.
      * BottomEdge(Hint) focus and close via keyboard. Fixes LP: #1523825
      * Add 1.3 version of UbuntuTestCase.
      * No gdb when running unit tests on armv7l.
      * Build-depend on python3-debian for wrap-and-sort.
    
      [ XiaoGuo Liu ]
      * Fix AdaptivePageLayout documentation.
    
      [ Tim Peeters ]
      * Properly disable left/right arrows on sections when at the beginning/end of
        the list. Fixes LP: #1551356.
      * Sections and old AppHeader landscape mode. Fixes LP: #1551341.
      * Set the window color as soon as the window is available, to avoid a
        flickering background when it is updated later.
        Fixes LP: #1439133, LP: #1554897
      * Add theme, style and styleName properties to Dialog and Popover.
        Fixes LP: #1555548
      * Update the gallery script to use the new name of the export script.
      * Export the full list of library paths.
      * Prevent Page geometry changes in APL when changing Pages in a column.
      * Fix typo in DatePickerStyle. Fixes:  LP #1561440.
    
      [ Zsombor Egri ]
      * ListItem focus navigation in ListView and other views.
        Fixes LP: #1523815, LP: #1536679, LP: #1549733, LP: #1549743
      * BorromEdge.preloadContent. Fixes LP: #1540454.
      * Asynchronous loader (AsyncLoader) using incubator, prerequisite for
        BottomEdge preloading its content. Fixes LP: #1540454.
      * ListView proxy should not consume up/down key events. Fixes LP: #1554447
      * Pick up the right style. Fixes LP: #1555797
      * Label makes sure the color alteration is known by the theming.
        Fixes LP: #1555784
      * Fix AsyncLoader tests so they create slightly less amount of elements.
      * AdaptivePageLayout removes all pages pushed to next columns when
        addPageToNextColumn() is called. Fixes LP: #1544745
      * Fix BottomEdge content discarding.
      * Disconnect enabled signal in Label in destructor, so functor call will not
        be handled when QQuickItem triggers enabled change. Fixes LP: #1560044.
    
    
      [ Andrea Bernabei ]
      * UI Gallery: fix vertical alignment of labels in left panel list items.
      * ScrollView: add horizontalScrollbar and verticalScrollbar properties to
        allow custom properties and styling of scrollbars.
      * Change Scrollbar default top and bottom anchor margins. Tests included.
    
      [ Albert Astals Cid ]
      * Use "/" instead of QDir::separator for building paths that will be passed
        to Qt.
      * Some string optimizations in the icon searching code
      * Improve icon file searching. Leave searching in hicolor to the end. Do not
        search on icon themes we've already searched.
    
      [ Zoltán Balogh ]
      * Clean up examples.
      * Improve unit test plan tool
    
      [ Florian Boucault ]
      * Properly disable PerformanceMonitor for toolkit tests only. Re-enable it for
        everything else.
    
      [ Pierre Bertet ]
      * Fix the lists style in the offline documentation. Fixes LP: #1557472.
      * Make export_qml_dir.sh compatible with ZSH.
    
      [ CI Train Bot ]
      * No-change rebuild.
    
     -- Zoltan Balogh <email address hidden>  Mon, 04 Apr 2016 04:47:18 +0000
  • ubuntu-ui-toolkit (1.3.1872+16.04.20160330.2-0ubuntu1) xenial; urgency=medium
    
      [ Tim Peeters ]
      * Set the window color as soon as the window is available, to avoid a
        flickering background when it is updated later, plus fix runtest.sh
        to work for xenial on arm. (LP: #1554897, #1439133)
    
     -- Zoltan Balogh <email address hidden>  Wed, 30 Mar 2016 23:08:38 +0000
  • ubuntu-ui-toolkit (1.3.1872+16.04.20160314-0ubuntu1) xenial; urgency=medium
    
      [ Zoltán Balogh ]
      * land the appstart profiler renamed: app-launch-profiler/app-launch-
        profiler-lttng.py => app-launch-profiler/app-launch-profiler-lttng
        app-launch-profiler/appstart_profiling_test_plan.sh => app-launch-
        profiler/appstart_test
    
     -- Zoltan Balogh <email address hidden>  Mon, 14 Mar 2016 04:36:11 +0000
  • ubuntu-ui-toolkit (1.3.1872+16.04.20160308-0ubuntu1) xenial; urgency=medium
    
      [ Timo Jyrinki ]
      * Fix gles unit test skipping.
      * Add s390x to the unit test skipping architectures
      * UITK test plan - wily -> xenial. Fixes LP: #1544490
    
      [ Christian Dywan ]
      * Print errors when QuickUtils fails to create a component.
      * unit tests shouldn't use deprecated Dialog.callera
      * Correctly count only test case results. The result= value is used in suites
        and results.
      * Skip tst_pagehead_visible flakes on non-arm. Fixes LP: #1534651
      * Skip flaky tst_mousefilterTest::doubleClicked. Fixes LP: #1542215
      * Suppress click signal if releasing outside of ListItem. Fixes LP: #1541148.
      * Use gdb in runtest.sh to produce backtraces.
      * Arrow keys change value of a Slider. Fixes LP: #1523824.
      * Only use Maliit when enabled explicitly in the environment
    
      [ Oliver Tilloy ]
      * Do not try to assign to non-existent property "activeFocusOnPress".
        Fixes LP: #1532953
      * Bubble up ESC key press event if there is no popover to close.
        Fixes LP: #1546627
    
      [ Loïc Molinari ]
      * Added private items and nodes for the new component styles.
        Fixes LP: #1523836
      * Made use of new private Frame item for the focusing.
      * Fixed performance monitor crash because of a NULL timer pointer dereference.
        Fixes LP: #1546986
      * Fixed performance monitor dangling pointer crash. Fixes LP: #1546984
      * [ProportionalShape] Ensured width/height ratio is correct with default values.
        Fixes LP: #1546546
      * Added a workaround to prevent a crash while changing the QPA scale factor.
    
      [ Florian Boucault ]
      * Always on performance monitor that logs frames that too long to render.
      * MainView: proceed to selecting the theme automatically at startup too.
        Fixes LP: #1535819
      * MainView: when no gradient color is needed for the background, rely on
        QQuickWindow's GL clear color. Lessens overdraw considerably for most
        apps. Fixes LP: #1439133.
      * Panel: MathUtils used without import prefix was leading to undefined
        reference.
      * Label: use native rendering on low dpi screens (GRID_UNIT_PX <= 10) for
        sharper looking text.
      * Gallery: added palette browser to Colors page.
    
      [ Tim Peeters ]
      * Support scrolling in ListViews with horizontal orientation to the
        qquicklistview CPO.
      * Add background to AppHeader and remove contents clipping from MainView.
        Fixes LP: #1531016, LP: #1531457.
      * Hide AppHeader when using AdaptivePageLayout. Fixes bug 1531871.
        Fixes LP: #1531871.
      * Implement horizontal flicking in the flickable autopilot CPO.
      * Re-order to list of pages in the gallery to be alphabetical.
      * Fix the autopilot failures introduced with the horizontal scrolling in
        the Flickable CPO.
      * Update documentation for MainView, Page, AdaptivePageLayout to use the new
        PageHeader in all examples. Deprecate old properties. Fixes LP: #1540574
      * Add 'animate' property to new internal AppHeaderBase, and do not show a
        header animation when starting an app without header.
        Fixes LP: #1518002, LP: #1524901.
      * Use the correct string for skipping tests on x86_64 .
      * Sections scrolling and keyboard navigation. Fixes LP: #1465048, LP: #1489591
      * Fix autopilot color button failure.
    
      [ Zoltán Balogh ]
      * Create a click packaging project for the UITK Component Gallery.
      * Improve the test plan executor script.
    
      [ Andrea Bernabei ]
      * Refer to SlotsLayout.Last instead of SlotsLayout.End in SlotsLayout
        documentation. Fixes LP: #1536170.
      * Update "Import Statement:" in docs of Ubuntu.Components. Currently
        Developer's website shows "import Ubuntu.Components 1.2" and "since
        Ubuntu.Components 1.3" and that is confusing for all app developers.
        Fixes LP: #1531817.
      * Fix ListItemLayout multiline labels positioning and add docs about
        aliasing labels properties
      * UbuntuTestCase flick(): default events delay to 1. Fixes LP: #1549256.
      * Add Scrollbar and ScrollView tests plus implementation fixes.
    
      [ Benjamin Zeller ]
      * Fix Bug lp:1535241 "AdaptivePageLayout first example is badly broken".
        Fixes LP: #1535241.
      * The click project file is should not be part of the UITK project.
      * Move MainViewBase to C++.
      * Move tree.js to C++.
      * Do not leak the incubator pointer in case a QML engine never took care of
        it. Delete the object directly.
      * Move PageWrapper.qml to C++ for 1.3.
      * Add Ubuntu toolkit shared library
      * Move ColorUtils to UbuntuToolkit.
      * Fixes LP: #1540642
      * Make sure objects are initialized with extra properties before they are
        instantiated in the QML engine.
      * Use QQmlProperty::write() instead of QObject::writeProperty()
    
      [ Zsombor Egri ]
      * Update Palette values for Ubuntu.Components 1.3 and apply the palette on
        components. First set of visual updates including ListItem, Text inputs,
        CheckBox, Switch, Slider, PageHeader, ActionBar and BottomEdge.
        Fixes LP: #1350915.
      * Contextual Actions - shortcut (and mnemonics) handling must obey
        active/inactive contexts, such as Page activation as well as Popups and
        Dialogs. Fixes LP: #1514856.
      * Attach default theme to the QML Engine it creates. Fixes LP: #1527546
      * Palette fix. Update components to use the palette. Fixes LP: #1495477
      * Disable rendering performance logs for the unit tests.
      * Specify message severity for the performance logging category.
      * Link singletons used as context properties in root context of the QML
        Engine to the engine instance. Fixes LP: #1539558.
      * Specify message severity for the performance logging category.
      * Expose Icon.asynchronous property to drive image loading of the icon.
        Fixes LP: #1535480.
      * Redo InverseMosueArea tests to not to use shared view for all the tests.
        Fixes LP: #1544455
      * Get singletons report fatal error in case the parent is null upon first
        creation. Adjust failing test cases. Fixes LP: #1542309
      * Deprecated Theme forces palette to be loaded from 1.2 themes.
        Fixes LP: #1549830
      * Introduce AdaptivePageLayout.asynchronous to the API. Fixes LP: #1540449
      * AbstractButton handles 4x4GU minimal sensing area, exposes sensingMargins
        to extend sensing area even further. Fixes LP:#1468645, LP: #1508114
    
      [ Albert Astals Cid ]
      * Have a default pixelsPerInch value. Otherwise when running unity8 tests
        under xvfb we get the wrong parameters warning and tests fail.
    
      [ Robert Ancell ]
      * Fix documentation typo - Ubunut -> Ubuntu.
      * Use new QML package name for qml-module-qtfeedback, drop old QML
        package names.
      * Fix examples using OptionSelectorDelegate that place it in the Toolkit
        namespace but don't have the import to match.
    
      [ Colin Watson ]
      * Make src/Ubuntu/Test depend on src/Ubuntu/Components, to fix build with
        high parallelisation.
    
      [ Pierre Bertet on 2016-02-17
      * ComboButton: not based on Button anymore + style update.
    
      [ CI Train Bot ]
      * No-change rebuild.
    
     -- Zoltan Balogh <email address hidden>  Tue, 08 Mar 2016 06:45:42 +0000
  • ubuntu-ui-toolkit (1.3.1795+16.04.20160106-0ubuntu1) xenial; urgency=medium
    
      [ Christian Dywan ]
      * Fix typo in runtest.sh: $? is the error code, not $*.
      * Document use of RegExpValidator for password/ PIN input.
      * Include filename derived QML class name in .api. Fixes LP: #1527138
      * Use edit-clear for clear button instead of the invalid clear search.
      * No transparency in focus outline.
      * Give the original Toolbar its name back.
      * Fix typo in runtest.sh: $? is the error code, not $*.
      * Use resolved filename but add fragment. Fixes LP: #1401920
    
      [ Zoltán Balogh ]
      * Use build root for the Gestures library instead of relative path.
      * Fix the tests for the gallery change
    
      [ Zsombor Egri ]
      * Add mnemonics support to Action. Fixes LP: #1527527
      * Use original Image.source in image extension when no scaling is needed in
        order to keep the formatting which would be otherwise removed from a
        resolved file URL. Fixes LP: #1401920
      * Move UbuntuListView 1.3 code into one single file. Fixes LP: #1523815
    
      [ Albert Astals Cid ]
      * Add UCTestExtras::removeTimeConstraintsFromSwipeArea
        For that needed to move ucswipearea.cpp from UbuntuComponents to
        UbuntuGestures but made it in a private header so we don't have to care much
        for the API/ABI stability for now.
    
      [ Andrea Bernabei ]
      * make scrollbars tests more robust.
    
      [ Tim Peeters ]
      * Update font sizes. Fixes LP: #1528263
    
      [ CI Train Bot ]
      * No-change rebuild.
    
     -- Zoltan Balogh <email address hidden>  Wed, 06 Jan 2016 04:27:02 +0000
  • ubuntu-ui-toolkit (1.3.1778+16.04.20151221-0ubuntu1) xenial; urgency=medium
    
      [ Tim Peeters ]
      * Fix issue with trigger() for ListItems.Standard. (LP: #1527811)
    
     -- Zoltan Balogh <email address hidden>  Mon, 21 Dec 2015 21:09:04 +0000
  • ubuntu-ui-toolkit (1.3.1778+16.04.20151217.1-0ubuntu1) xenial; 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.
    
     -- Zoltan Balogh <email address hidden>  Thu, 17 Dec 2015 17:13:56 +0000
  • 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.
    
    ubuntu-ui-toolkit (1.3.1742+16.04.20151209-0ubuntu1) xenial; 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 <email address hidden>.
      * 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.
    
     -- Zoltan Balogh <email address hidden>  Wed, 16 Dec 2015 10:01:47 +0000
  • 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)
    
     -- Timo Jyrinki <email address hidden>  Fri, 20 Nov 2015 15:16:08 +0200
  • 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)
    
     -- Zoltan Balogh <email address hidden>  Fri, 20 Nov 2015 10:39:29 +0000
  • ubuntu-ui-toolkit (1.3.1705+16.04.20151118-0ubuntu1) xenial; urgency=medium
    
      [ Zoltán Balogh ]
      * Update toolkit and gallery po templates
    
     -- Zoltan Balogh <email address hidden>  Wed, 18 Nov 2015 06:13:32 +0000
  • ubuntu-ui-toolkit (1.3.1705+16.04.20151103-0ubuntu1) xenial; urgency=medium
    
      [ Zsombor Egri ]
      * Fix Sections sync with PageHeadSections selectedIndex changes. (LP:
        #1511839)
    
     -- Zoltan Balogh <email address hidden>  Tue, 03 Nov 2015 11:16:12 +0000
  • 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)
    
     -- Zoltan Balogh <email address hidden>  Sat, 31 Oct 2015 04:59:31 +0000
  • ubuntu-ui-toolkit (1.3.1688+15.10.20151018.1-0ubuntu1) wily; urgency=medium
    
      [ Tim Peeters ]
      * Add delegate property to ActionBar.
      * Introduce PageHeader component.
      * Add header property to Page.
        Fixes LP: #1248898, LP: #1350893, LP: #1445016, LP: #1492328
      * Use the correct navigation overflow icon in PageHeader.
    
      [ Loïc Molinari ]
      * Fixed OpenGL ES 2 mipmap fallback. OpenGL ES 2 doesn't support
        GL_TEXTURE_MAX_LEVEL by default, it is only available via an extension. It
        was working on the devices where this extension is available but not on
        the emulator. Fixes LP: #1505221.
    
      [ Christian Dywan ]
      * Handle incubateObject returning null in PageWrapperUtils.
        Fixes LP: #1505197
      * Add module header to PageWrapperUtils.
    
      [ Zoltan Balogh ]
      * Improve test plan
        - Ad -q parameter to provision the device for normal use with a PPA
        - Fix up the camera and clock app on the device to acces services
        - Replace phablet tools with manual enabling writable image
        - Fix PPA pin up for staging and other regular PPAs.
    
      [ Zsombor Egri ]
      * Emit Dropped event for live ListItem drag'n'drop. Fixes LP: #1500118.
    
      [ Timo Jyrinki ]
      * Build dep on libinput-dev and libxkbcommon-dev (LP: #1437192).
    
      [ Benjamon Zeller ]
      * Remove unused variables.
    
      [ CI Train Bot ]
      * No-change rebuild.
    
     -- Zoltan Balogh <email address hidden>  Sun, 18 Oct 2015 03:47:27 +0000
  • ubuntu-ui-toolkit (1.3.1627+15.10.20150908-0ubuntu1) wily; urgency=medium
    
      [ Zsombor Egri ]
      * Implement list item expansion.
      * Turn AdaptivePageLayout page creation to be asynchronous.
      * Fix ListItem swipe handling when gesture is initiated over an overlay
        MouseArea which does not accept pressed event. Fixes LP: #1484545
      * AbstractButton to C++. Fixes LP: #1365471, LP: #1458028
      * Haptics singleton moved to C++.
      * ActionItem moved to C++.
      * Making columns resizable in an AdaptivePageLayout.
      * Introducing column configuration into AdaptivePageLayout.
    
      [ Benjamin Zeller ]
      * Fix build inside qt and shadowbuild.
    
      [ Tim Peeters ]
      * Remove old and unused header-related files, and update unit test filenames.
      * Don't unset the subheader style when Page.head changes because that unsets
        the parent of Page.head.contents. Fixes LP: #1488922
      * Fix the theming of the MainView.
      * Fix the background color of the overflow panel.
    
      [ Christian Dywan ]
      * Include change signals with arguments in .api.
      * A public QML type with no version is an error. Rather than silently breaking
        as QML does normally at least apicheck can make this fatal.
      * UbuntuShape shouldn't emit redundant deprecation warnings. Fixes LP: #1481791
      * Update .bzrignore to new upstream style layout. Fixes LP: #1433308
      * Revert unnecessary change of Popover minimumWidth. Fixes LP: #1483708
    
      [ Ken VanDine ]
      * Fixed a few typos in the api docs for StateSaver.
    
      [ Olivier Tilloy ]
      * Take custom key indexes into account to allow sorting on custom roles.
        Fixes LP: #1485674
    
      [ Albert Astals Cid ]
      * Properly free shapeTextures[index] The old code assumes that the UbuntuShape
        will still be around when the opengl context is destroyed, but that seldom
        happens so connect the signal to a lambda that will be there and does the
        cleanup properly. Without this patch testDirectionalDragArea from unity8 was
        hitting the qFatal because it ran out of space in shapeTextures.
    
      [ Richard Huddie ]
      * Remove all usage of the autopilot simulated keyboard when the OSK is being
        used. Fixes LP: 31483668
    
      [ Gerry Boland ]
      * Compensate for Qt's device pixel ratio multiplier.
        Fixes: LP: #1207270, LP: #1275748, LP: #1468402
    
      [ Nick Dedekind ]
      * Added relative date time i18n.
    
      [ CI Train Bot ]
      * Resync trunk.
    
     -- Zoltan Balogh <email address hidden>  Tue, 08 Sep 2015 04:10:50 +0000