Commitlog between the 20160309 and 20160310 rootfs. === CI Train landings === Title: - Increase microphone icon size on AudioRecordingBar - Increase font size of recording elapsed time label on AudioRecordingBar - Use sequential animation for transition between send and microphone icons. Owner: tiagosh bfiller boiko Source packages modified: messaging-app Changelogs: messaging-app (0.1+15.04.20160308-0ubuntu1) [ CI Train Bot ] * Resync trunk. [ Tiago Salem Herrmann ] * Increase microphone icon size on AudioRecordingBar Increase font size of recording elapsed time label on AudioRecordingBar * Use sequential animation for transition between send and microphone icons. Included binary packages: messaging-app from 0.1+15.04.20160224-0ubuntu1 to 0.1+15.04.20160308-0ubuntu1 Title: Fix Bluetooth HFP support in PulseAudio When we added support for Android 5.x to PulseAudio we missed to bring back one important change to get audio properly routed when we'are on an SCO-over-PCM link for HFP. This now properly brings that patch back and enables proper audio routing again for HFP. Owner: morphis Source packages modified: pulseaudio Changelogs: pulseaudio (1:6.0-0ubuntu9.22) * debian/patches/0604-droid-use-fake-sink-to-keep-us-up-when-using-SCO-ove.patch: - Use pa_namereg_get over a our own way to find an existing sink. Included binary packages: libpulse-mainloop-glib0:armhf from 1:6.0-0ubuntu9.18 to 1:6.0-0ubuntu9.22 libpulse0:armhf from 1:6.0-0ubuntu9.18 to 1:6.0-0ubuntu9.22 libpulsedsp:armhf from 1:6.0-0ubuntu9.18 to 1:6.0-0ubuntu9.22 pulseaudio from 1:6.0-0ubuntu9.18 to 1:6.0-0ubuntu9.22 pulseaudio-module-bluetooth from 1:6.0-0ubuntu9.18 to 1:6.0-0ubuntu9.22 pulseaudio-module-droid from 1:6.0-0ubuntu9.18 to 1:6.0-0ubuntu9.22 pulseaudio-module-trust-store from 1:6.0-0ubuntu9.18 to 1:6.0-0ubuntu9.22 pulseaudio-utils from 1:6.0-0ubuntu9.18 to 1:6.0-0ubuntu9.22 Title: OTA10 landing 1. Owner: bzoltan Source packages modified: ubuntu-ui-toolkit ubuntu-settings-components unity8 Changelogs: ubuntu-ui-toolkit (1.3.1872+15.04.20160308-0ubuntu1) [ 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. ubuntu-settings-components (0.7+15.04.20160302-0ubuntu1) [ Nick Dedekind ] * Moved ModemItem class here from unity8 [ Albert Astals Cid ] * Standarize QtQuick and Ubuntu.Components.Listitems imports unity8 (8.11+15.04.20160308-0ubuntu1) [ Albert Astals Cid ] * Make these tests pass with the new SDK [ Andrea Cimitan, Nick Dedekind ] * replace selected.backgroundText with normal.backgroundText in Splash, Notifications, Wizard [ CI Train Bot ] * Update translation template [ Michał Sawicz, Nick Dedekind ] * Fixed colours palette value set. Moved ModemItem to USC. [ Michał Sawicz, Tim Peeters ] * Update headers for Dash and Splash to work properly with the new UI toolkit release. [ Zoltán Balogh, Zsombor Egri ] * Use SuruDark theme instead of the deprecated SuruGradient. Included binary packages: libubuntugestures5:armhf from 1.3.1795+15.04.20160106-0ubuntu1 to 1.3.1872+15.04.20160308-0ubuntu1 qtdeclarative5-ubuntu-settings-components:armhf from 0.6+15.04.20151102-0ubuntu1 to 0.7+15.04.20160302-0ubuntu1 qtdeclarative5-ubuntu-ui-toolkit-plugin:armhf from 1.3.1795+15.04.20160106-0ubuntu1 to 1.3.1872+15.04.20160308-0ubuntu1 ubuntu-ui-toolkit-theme from 1.3.1795+15.04.20160106-0ubuntu1 to 1.3.1872+15.04.20160308-0ubuntu1 unity8 from 8.11+15.04.20160307-0ubuntu1 to 8.11+15.04.20160308-0ubuntu1 unity8-common from 8.11+15.04.20160307-0ubuntu1 to 8.11+15.04.20160308-0ubuntu1 unity8-private:armhf from 8.11+15.04.20160307-0ubuntu1 to 8.11+15.04.20160308-0ubuntu1 libubuntutoolkit5:armhf from None to 1.3.1872+15.04.20160308-0ubuntu1 Title: - fix bug #1546369 : Messages display in wrong chat channel if sent a message to yourself first - fix bug #1547462 : Notification of messages sent to own number are not displayed Owner: tiagosh boiko bfiller Source packages modified: telephony-service Changelogs: telephony-service (0.1+15.04.20160307-0ubuntu1) * Compare target id to check if this is a channel to the self contact. (LP: #1546369) * Display notifications for sms's where sender phone number matches the sim card phone number that received the message. (LP: #1547462) * Only add notifications to messaging-menu if ack didn't happen in the meantime. Included binary packages: qtdeclarative5-ubuntu-telephony-phonenumber0.1:armhf from 0.1+15.04.20160122-0ubuntu1 to 0.1+15.04.20160307-0ubuntu1 qtdeclarative5-ubuntu-telephony0.1:armhf from 0.1+15.04.20160122-0ubuntu1 to 0.1+15.04.20160307-0ubuntu1 telephony-service from 0.1+15.04.20160122-0ubuntu1 to 0.1+15.04.20160307-0ubuntu1 Title: Webapp webview overlay behavior & context menu fixes Owner: alex-abreu Source packages modified: webbrowser-app Changelogs: webbrowser-app (0.23+15.04.20160307-0ubuntu1) * Handle context menu in overlay webviews. (LP: #1533727) Included binary packages: qtdeclarative5-ubuntu-ui-extras-browser-plugin:armhf from 0.23+15.04.20160303-0ubuntu1 to 0.23+15.04.20160307-0ubuntu1 qtdeclarative5-ubuntu-web-plugin:armhf from 0.23+15.04.20160303-0ubuntu1 to 0.23+15.04.20160307-0ubuntu1 webapp-container from 0.23+15.04.20160303-0ubuntu1 to 0.23+15.04.20160307-0ubuntu1 webbrowser-app from 0.23+15.04.20160303-0ubuntu1 to 0.23+15.04.20160307-0ubuntu1 Title: Fix missing gmail notifications Owner: jgdx Source packages modified: account-polld Changelogs: account-polld (0.1+15.04.20160308.1-0ubuntu1) [ Niklas Wenzel ] * Fix vibrations format for notifications (LP: #1431887) [ jonas-drange ] * Drop filter on category, limit the query in time (the same day). Also, fix bug where emails violating rfc2047 would not produce notifications. (LP: #1495904) * do not ignore the mangled address Included binary packages: account-polld from 0.1+15.04.20151221-0ubuntu1 to 0.1+15.04.20160308.1-0ubuntu1 === Normal uploads (or not tracked) === === Dropped Packages === qtdeclarative5-qtfeedback-plugin:armhf === Upgraded Packages === language-pack-touch-ast from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-bg from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-bs from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-ca from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-cs from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-da from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-de from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-el from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-en from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-es from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-eu from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-fi from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-fr from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-gl from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-he from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-hr from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-hu from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-id from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-it from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-ja from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-ko from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-lt from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-lv from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-ms from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-nb from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-nl from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-oc from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-pa from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-pl from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-pt from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-ro from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-ru from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-sk from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-sl from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-sr from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-sv from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-tr from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-ug from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-uk from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-zh-hans from 1:15.04+20160302.1 to 1:15.04+20160309.1 language-pack-touch-zh-hant from 1:15.04+20160302.1 to 1:15.04+20160309.1