Change logs for unity8 source package in Wily

  • unity8 (8.11+15.10.20150930.1-0ubuntu1) wily; urgency=medium
    
      [ Albert Astals Cid ]
      * Make Launcher::test_quickListMenuOnRMB stable (LP: #1500359)
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Michael Zanetti ]
      * Stabilize Launcher DND test
    
     -- Michał Sawicz <email address hidden>  Wed, 30 Sep 2015 10:09:33 +0000
  • unity8 (8.11+15.10.20150925-0ubuntu1) wily; urgency=medium
    
      [ Albert Astals Cid ]
      * Improvements from running clazy over the code
    
      [ Daniel d'Andrada ]
      * PhoneStage: ensure you're left in a consistent state after being
        reset (LP: #1476757)
    
      [ Lukáš Tinkl ]
      * Improve the appearance and functionality of datetime and session
        indicators in Unity8 desktop.
      * Using InputInfo, determine if we need swipe or click to dismiss the
        notifications (e.g. incoming phone call)
    
      [ Michael Zanetti ]
      * further development on the Desktop Spread (LP: #1488147)
    
      [ Michał Sawicz ]
      * Bump application API version
      * Skip bluetooth check under wily, use expectFailure to notice when
        it's back
    
      [ Richard Somlói ]
      * Fix translator comments in time formatter
    
     -- Michał Sawicz <email address hidden>  Fri, 25 Sep 2015 12:13:20 +0000
  • unity8 (8.11+15.10.20150922.1-0ubuntu1) wily; urgency=medium
    
      [ Albert Astals Cid ]
      * Adapt test to code changes
      * Add DEP-8 test for all our UI and unit tests
      * Keep the PreviewStack around to avoid mem leaks (LP: #1495467)
    
      [ CI Train Bot ]
      * Resync trunk.
    
      [ Michael Terry ]
      * When libusermetrics gives us an empty string, still show the
        infographic circle rather than hiding it.  This is a follow-on to a
        branch [1] that changes the "no data available" label to the empty
        string.
    
      [ Michał Sawicz ]
      * Add DEP-8 test for all our UI and unit tests
      * Fix integrated LightDM path
      * Resync trunk
    
     -- Michał Sawicz <email address hidden>  Tue, 22 Sep 2015 12:57:15 +0000
  • unity8 (8.11+15.10.20150915-0ubuntu1) wily; urgency=medium
    
      [ Albert Astals Cid ]
      * Fix testNotifications
      * Make the wait longer to make tests pass in CI
      * New simplified CroppedImageMinimumSourceSize (LP: #1467740)
      * Stop animateTimer when starting the fadeOutAnimation
      * Use  AlreadyLaunchedUpstart so that tests passes
      * Workaround keyboard issues and make test pass again
    
      [ Daniel d'Andrada ]
      * DesktopStage: Refactor focus handling
      * Stabilize tstShell.test_launchedAppHasActiveFocus
    
      [ Gary.Wzl ]
      * Add widgetData["expanded"] property for expandable widget.
    
      [ Michael Terry ]
      * Fix typo that caused the tutorial to tease the launcher on top of
        the greeter.
      * Fix typo that caused the tutorial to tease the launcher on top of
        the greeter.
    
     -- Michael Zanetti <email address hidden>  Tue, 15 Sep 2015 12:06:06 +0000
  • unity8 (8.11+15.10.20150907-0ubuntu1) wily; urgency=medium
    
      [ Michal Sawicz ]
      * Resync wily with vivid
    
      [ Albert Astals Cid ]
      * Accomodate header height when using a card carousel with non
        overlayed header (LP: #1489309)
      * Fix restart unity8 from inside the phone more than two times (LP:
        #1487946)
    
      [ Gary.Wzl ]
      * Move textarea up automatically when inputmethod popup. (LP:
        #1485947)
    
      [ Lukáš Tinkl ]
      * Introduce a GlobalShortcut QML component for handling global
        keyboard shortcuts
    
      [ Michael Terry ]
      * Fix the fact that a user that is locked out from their account for
        five minutes after entering too many wrong passwords can simply
        reboot to try again. (LP: #1383086)
      * Fix the fact that a user that is locked out from their account for
        five minutes after entering too many wrong passwords can simply
        reboot to try again. (LP: #1383086)
    
      [ Michael Zanetti ]
      * Implement progressive autoscrolling in desktop spread
      * add an animation transition when invoking the spread by hitting the
        right edge
    
     -- CI Train Bot <email address hidden>  Mon, 07 Sep 2015 14:05:37 +0000
  • unity8 (8.11+15.10.20150826-0ubuntu1) wily; urgency=medium
    
      [ Michael Zanetti ]
      * release for wily
    
      [ CI Train Bot ]
      * New rebuild forced.
    
    unity8 (8.11+15.04.20150821-0ubuntu1) vivid; urgency=medium
    
      [ Michael Terry ]
      * Skip the tutorial entirely when in desktop mode.  This fixes the
        emulator not being able to pass the tutorial.
      * Skip the tutorial entirely when in desktop mode.  This fixes the
        emulator not being able to pass the tutorial.
    
    unity8 (8.11+15.04.20150817-0ubuntu1) vivid; urgency=medium
    
      [ Albert Astals Cid ]
      * Drop gcc 4.9 requirement in debian/rules
      * Make the test more stable
      * Optimize scope.preview() calls (LP: #1478022)
    
      [ Alberto Mardegan ]
      * Set currentIndex after the model change is completed (LP: #1433442)
    
    unity8 (8.11+15.04.20150814-0ubuntu1) vivid; urgency=medium
    
      [ Albert Astals Cid ]
      * Make the test pass again after rework of appmanager
      * fix testPhoneStage
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Daniel d'Andrada ]
      * Fix and clean up InputInfo plugin
    
      [ Rodney Dawes ]
      * Do not call verify in the payments button code. (LP: #1468038)
    
    unity8 (8.11+15.04.20150812-0ubuntu1) vivid; urgency=medium
    
      [ Albert Astals Cid ]
      * Add a test that checks that items in an expandable are the correct
        size after expanding the expandable
      * Fix the expandable test
      * Replace some waitForRendering with wait(0)
      * Workaround for bug 1473471 (LP: #1473471)
    
      [ Gary.Wzl ]
      * Fix layout issue when adding audio track widget in expandable widget
    
      [ handsome_feng ]
      * Added indication for running apps. (LP: #1471577)
      * Adjust the color to highlighting indicator. (LP: #1457098)
      * Convert the MouseArea to MultiPointTouchArea to track multiple touch
        points. (LP: #1445472)
    
      [ handsome_feng<email address hidden> ]
      * Convert the MouseArea to MultiPointTouchArea to track multiple touch
        points. (LP: #1445472)
    
     -- CI Train Bot <email address hidden>  Wed, 26 Aug 2015 09:01:03 +0000
  • unity8 (8.10+15.10.20150804-0ubuntu1) wily; urgency=medium
    
      [ Kevin Gunn ]
      * No change, rebuild for gcc5
    
      [ CI Train Bot ]
      * Resync trunk. added: po/cy.po
      * Resync trunk. added: po/cy.po
    
      [ Daniel d'Andrada ]
      * Stages now control the "requestedState" property of applications
      * Stages now control the "requestedState" property of applications
    
     -- CI Train Bot <email address hidden>  Tue, 04 Aug 2015 20:56:05 +0000
  • unity8 (8.10+15.10.20150803-0ubuntu1) wily; urgency=medium
    
      [ Kevin Gunn ]
      * No change, rebuild for gcc5
    
      [ CI Train Bot ]
      * Resync trunk. added: po/cy.po
    
    unity8 (8.10+15.10.20150729-0ubuntu1) wily; urgency=medium
    
      [ CI Train Bot ]
      * Resync trunk.
      * allow opening the manage dash area by clicking with a mouse on the
        arrow label (LP: #1431564)
    
      [ Daniel d'Andrada ]
      * TouchRegistry: remove null candidates from list of candidates (LP:
        #1473492)
    
      [ Lukáš Tinkl ]
      * Fix power dialogs on desktop
      * Provide DBUS compatibility with  various session services
        (suspend/hibernate, lock/unlock, screensaver, etc)
      * React on PrtScr keyboard shortcut for taking screenshots on desktop
        (LP: #1474149)
      * launcher parity: close apps from quicklist (LP: #1457201)
    
      [ Michael Zanetti ]
      * Implement first edition for a desktop Alt+Tab spread
      * drop the gcc-4.9 dependency (LP: #1452348)
    
      [ Mirco Müller ]
      * Added corresponding tests and visual tweaks to a launcher-item's
        progress-overlay.
      * Added corresponding tests and visual tweaks to a launcher-item's
        progress-overlay.
      * Implemented alert/wiggle feature for launcher-icons.
      * Implemented alert/wiggle feature for launcher-icons.
    
      [ handsome_feng ]
      * makes left swip reset the search string. (LP: #1413791)
    
      [ handsome_feng<email address hidden> ]
      * Don't expand indicators when tap to return to call. (LP: #1453217)
      * makes left swip reset the search string. (LP: #1413791)
    
     -- CI Train Bot <email address hidden>  Mon, 03 Aug 2015 14:17:33 +0000
  • unity8 (8.10+15.10.20150721-0ubuntu1) wily; urgency=medium
    
      [ Albert Astals Cid ]
      * Add context for "Please re-enter" (LP: #1377195)
      * Fix i18n in scope tool (LP: #1317541)
      * Fix warning when doing make try
      * New phone background provided by design (LP: #1364537)
      * PreviewExpandable should be not expanded on startup
      * Update state of indicators bar only when the user is actively
        dragging himself (LP: #1457044)
      * icon-actions preview widget
      * make testPageHeader more stable
    
      [ CI Train Bot ]
      * Resync trunk.
    
      [ Josh Arenson ]
      * Add handling for the location page to the autopilot settings wizard
        test
    
      [ Michael Zanetti ]
      * allow opening the manage dash area by clicking with a mouse on the
        arrow label
    
      [ handsome_feng ]
      * Added touch state on navigation. (LP: #1383213)
    
      [ handsome_feng<email address hidden> ]
      * Added touch state on navigation. (LP: #1383213)
    
     -- CI Train Bot <email address hidden>  Tue, 21 Jul 2015 09:10:05 +0000
  • unity8 (8.10+15.10.20150717-0ubuntu1) wily; urgency=medium
    
      [ Albert Astals ]
      * Ensure tutorial doesn't let user drag the launcher past screen edge.
        (LP: #1454882)
    
      [ Albert Astals Cid ]
      * Fix build with ninja
    
      [ Andrea Cimitan ]
      * Add PreviewSocialComment
    
      [ Daniel d'Andrada ]
      * Ensure tutorial doesn't let user drag the launcher past screen edge.
        (LP: #1454882)
      * Update tst_ShellWithPin
    
      [ Josh Arenson ]
      * Add a basic autopilot test for the SettingsWizard
    
      [ Lukáš Tinkl ]
      * Avoid sync DBUS calls
    
      [ Marcus Tomlinson ]
      * Handle TERM, HUP, and INT signals in unity-scope-tool (LP: #1470464)
    
      [ Michael Zanetti ]
      * Add PreviewSocialComment
    
      [ Nick Dedekind ]
      * Fixed qml warnings in 'make tryShell'
    
     -- CI Train Bot <email address hidden>  Fri, 17 Jul 2015 15:53:38 +0000
  • unity8 (8.10+15.10.20150713-0ubuntu1) wily; urgency=medium
    
      [ Albert Astals Cid ]
      * Revert Session Screenshotter (LP: #1473476)
    
      [ Daniel d'Andrada ]
      * Dismiss the apps spread if greeter gets shown (LP: #1471609)
    
     -- CI Train Bot <email address hidden>  Mon, 13 Jul 2015 14:17:20 +0000
  • unity8 (8.10+15.10.20150708.2-0ubuntu1) wily; urgency=medium
    
      [ Albert Astals Cid ]
      * Make the card sizes a bit dependant on the total of gu of the dash
    
     -- CI Train Bot <email address hidden>  Wed, 08 Jul 2015 15:01:41 +0000
  • unity8 (8.10+15.10.20150702.2-0ubuntu1) wily; urgency=medium
    
      [ Albert Astals Cid ]
      * Save screenshots of suspended apps to disk
      * Set width of title label when inside the title row (LP: #1461979)
      * qmluitests was renamed to uitests
    
      [ CI Train Bot ]
      * Resync trunk.
    
      [ Daniel d'Andrada ]
      * Fix tst_OrientedShell and tst_Tutorial (LP: #1469761, #1466947)
    
      [ Leo Arias ]
      * Reorganized the python test helper modules. Deprecated the
        unity8.shell.emulators namespace. (LP: #1306340)
    
      [ Leonardo Arias Fonseca ]
      * Reorganized the python test helper modules. Deprecated the
        unity8.shell.emulators namespace. (LP: #1306340)
    
      [ Lukáš Tinkl ]
      * fix PO files extraction
    
      [ Michael Zanetti ]
      * Make use of QInputDeviceInfo in order to automatically switch
        between usage modes and hide the OSK.
    
      [ Nick Dedekind ]
      * Fixed qtmultimedia mock which was generating errors in tests
    
      [ Richard Huddie ]
      * Reorganized the python test helper modules. Deprecated the
        unity8.shell.emulators namespace. (LP: #1306340)
    
     -- CI Train Bot <email address hidden>  Thu, 02 Jul 2015 16:09:57 +0000
  • unity8 (8.10+15.10.20150618-0ubuntu1) wily; urgency=medium
    
      [ Albert Astals Cid ]
      * Refactor QmlTest.cmake module so that all tests can go through it.
        Also a bit of cleanup around tests.
      * Support fallback images for dash card and preview widgets (LP:
        #1324142)
    
      [ CI Train Bot ]
      * New rebuild forced.
      * Resync trunk.
    
      [ Daniel d'Andrada ]
      * Fix Shell tests
    
      [ Josh Arenson ]
      * Refactor greeter emulator to unlock the greeter via dbus
    
      [ Lukáš Tinkl ]
      * respect target window's devicePixelRatio in MouseTouchAdaptor
    
      [ Michael Zanetti ]
      * Refactor QmlTest.cmake module so that all tests can go through it.
        Also a bit of cleanup around tests.
    
      [ Michał Sawicz ]
      * Refactor QmlTest.cmake module so that all tests can go through it.
        Also a bit of cleanup around tests.
    
      [ handsome_feng ]
      * Forbid closing apps during the edge gesture. (LP: #1445572)
      * Removed the horizonal rule on pin unlock screen. (LP: #1368798)
    
      [ handsome_feng<email address hidden> ]
      * Forbid closing apps during the edge gesture. (LP: #1445572)
    
     -- CI Train Bot <email address hidden>  Thu, 18 Jun 2015 19:40:06 +0000
  • unity8 (8.10+15.10.20150616.1-0ubuntu1) wily; urgency=medium
    
      [ Albert Astals Cid ]
      * Bind running to the proper object.visible
      * Do not use template in generated card creator code
      * Fix regression introduced by the concierge change
      * Take into account the extra margin on top when calculating the
        display margin
      * workaround oxide 1.7 issue (LP: #1459142)
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Federico Gimenez ]
      * On the autopilot helpers, swipe if the item to open from the dash is
        not visible. unity8-autopilot dependencies now require ubuntu-ui-
        toolkit-autopilot (>= 1.2.1485+15.04.20150417.1-0ubuntu1)
    
      [ Florian Boucault ]
      * Notifications: shaped icon was stretching the icon instead of
        respecting its aspect ratio and filling the whole shape. (LP:
        #1450229)
    
      [ Josh Arenson ]
      * Implement bare-bones shellMode=greeter and shellMode=shell
    
      [ Leo Arias ]
      * On the autopilot helpers, swipe if the item to open from the dash is
        not visible. unity8-autopilot dependencies now require ubuntu-ui-
        toolkit-autopilot (>= 1.2.1485+15.04.20150417.1-0ubuntu1)
    
      [ Leonardo Arias Fonseca ]
      * On the autopilot helpers, swipe if the item to open from the dash is
        not visible. unity8-autopilot dependencies now require ubuntu-ui-
        toolkit-autopilot (>= 1.2.1485+15.04.20150417.1-0ubuntu1)
    
      [ Michael Zanetti ]
      * add info on how to run a single function in make test
    
      [ Richard Huddie ]
      * Slow down the speed of autopilot helpers used to swipe to a
        different scope to improve the reliability. (LP: #1461059, #1457047)
    
     -- CI Train Bot <email address hidden>  Tue, 16 Jun 2015 15:12:59 +0000
  • unity8 (8.10+15.10.20150612-0ubuntu2) wily; urgency=medium
    
      * No-change rebuild against Qt 5.4.2.
    
     -- Timo Jyrinki <email address hidden>  Mon, 15 Jun 2015 12:33:07 +0300
  • unity8 (8.10+15.10.20150612-0ubuntu1) wily; urgency=medium
    
      [ Michał Sawicz ]
      * Implement full-shell rotation (LP: #1210199)
    
      [ CI Train Bot ]
      * New rebuild forced.
      * Resync trunk.
    
      [ Daniel d'Andrada ]
      * Implemented autopilot-test and fake-sensors for shell-rotation.
    
      [ Mirco Müller ]
      * Implemented autopilot-test and fake-sensors for shell-rotation.
    
     -- CI Train Bot <email address hidden>  Fri, 12 Jun 2015 16:07:47 +0000
  • unity8 (8.02+15.10.20150603.1-0ubuntu1) wily; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
      * Resync trunk.
    
      [ Renato Araujo Oliveira Filho ]
      * Set the device led color to green. (LP: #1450894)
    
     -- CI Train Bot <email address hidden>  Wed, 03 Jun 2015 21:42:35 +0000
  • unity8 (8.02+15.10.20150518.1-0ubuntu1) wily; urgency=medium
    
      [ Albert Astals Cid ]
      * Add overrides to override functions
      * Implement "rating-edit" preview widget (LP: #1318144)
      * Make the DashContent::test_mainNavigation test more stable (LP:
        #1450809)
      * Use art height as implicitHeight when the header is overlayed and
        there's no summary
    
      [ CI Train Bot ]
      * New rebuild forced.
      * Resync trunk.
    
      [ Daniel d'Andrada ]
      * Introducing FloatingFlickable
      * Make Ubuntu.Gestures components install TouchRegistry by themselves
    
      [ Michael Terry ]
      * Fix a possible crash in our PAM threading code. (LP: #1425362) (LP:
        #1425362)
      * Fix the lockscreen becoming unresponsive after testing an app on the
        device from QtCreator. (LP: #1435364)
    
      [ Nick Dedekind ]
      * Fixed desktop stage app focus.
      * Fixed issue in laggy indicator autpilot tests (LP: #1446846)
    
     -- CI Train Bot <email address hidden>  Mon, 18 May 2015 23:04:39 +0000
  • unity8 (8.02+15.04.20150511-0ubuntu1) vivid; urgency=medium
    
      [ Albert Astals Cid ]
      * Workarounds for concierge mode.
    
      [ CI Train Bot ]
      * New rebuild forced.
      * Resync trunk.
    
    unity8 (8.02+15.04.20150505-0ubuntu1) vivid; urgency=medium
    
      [ Albert Astals Cid ]
      * Make runtests fake a test error if make fails
      * Make the test more stable
      * Use dbus-test-runner instead of dbus-launch
    
      [ Daniel d'Andrada ]
      * DirectionalDragArea: improvements & API grooming (LP: #1417920)
      * Fix EdgeDragEvaluator when a drag can happen both ways
        (Direction.Horizontal)
    
      [ Josh Arenson ]
      * Remove panelHeight property as it is unused.
    
      [ Leo Arias ]
      * Initial clean up of the autopilot tests set up. Removed the touch
        device from the test case. Moved the restart of unity to a fixture.
        Removed the unused DragMixin. Updated the setUpClass to use
        process_helpers. Removed the workaround for bug #1238417, already
        fixed. Use the toolkit helper to set the testability environment
        variable. Fixed the indicators base class that was restarting unity
        twice. (LP: #1238417, #1447206)
      * Use the base class from the toolkit in autopilot tests.
    
      [ Michael Zanetti ]
      * emit application-stop when we're going down (LP: #1326513)
    
      [ Michał Sawicz ]
      * UNITY_SCOPES_LIST is no more
    
      [ handsome_feng<email address hidden> ]
      * When click the favorite scope in Dash Manager , it just return to
        the corresponding scope page. (LP: #1447056)
    
    unity8 (8.02+15.04.20150422-0ubuntu1) vivid; urgency=medium
    
      [ Albert Astals Cid ]
      * Compile with Qt 5.5 (LP: #1437238)
      * Different way of top aligning labels when the other one in the row
        is multiline (LP: #1442085)
      * make pot_file
    
      [ Andrea Cimitan ]
      * Set sourceSize for DashBackground.qml Image
    
      [ CI Train Bot ]
      * New rebuild forced.
      * Resync trunk. added: po/sk.po
    
      [ Daniel d'Andrada ]
      * Move handling of command line options to a separate class
      * Refactor tst_PhysicalKeysMapper.qml
    
      [ Leo Arias ]
      * For autopilot tests, use the device simulation scenarios from the
        toolkit.
    
      [ Leonardo Arias Fonseca ]
      * For autopilot tests, use the device simulation scenarios from the
        toolkit.
    
      [ Michael Zanetti ]
      * Make sure dnd mode is ended properly when drag gesture is cancelled
        (LP: #1444949)
    
      [ Michał Sawicz ]
      * Fix flake8 warnings (LP: #1444170)
      * Move mock indicator service to unity8-fake-env, as it's a binary-
        dependent package.
    
      [ Nick Dedekind ]
      * Use asynchronous dbus requests for property updates. (LP: #1436982)
    
     -- CI Train Bot <email address hidden>  Mon, 11 May 2015 08:29:58 +0000
  • unity8 (8.02+15.04.20150409.1-0ubuntu1) vivid; urgency=medium
    
      [ Albert Astals Cid ]
      * Focus the shutdown dialog (LP: #1417991)
      * Make url-dispatching scope activation when the dash is not on the
        main scopes (LP: #1364306)
      * We use autopilot3 now
    
      [ CI Train Bot ]
      * New rebuild forced.
      * Resync trunk. added: po/or.po
    
      [ Daniel d'Andrada ]
      * Make tst_PreviewListView and tst_GenericScopeView work in out-of-
        source builds
      * MouseArea that shows the indicators panel should cover the
        indicators bar only (LP: #1439318)
      * Surface gets active focus also with mouse clicks
    
      [ Josh Arenson ]
      * Add a mode option to unity8 for selecting greeter mode in the future
      * Remove PkgConfig include from Launcher plugin to fix cross-compile
        (LP: #1437702)
    
      [ Leo Arias ]
      * Fixed the check for string in the lock screen test. (LP: #1434518)
    
      [ Michael Terry ]
      * Make sure the edge tutorial is destroyed when we receive a call
        during the wizard. (LP: #1436349)
      * Skip parts of the edge tutorial that require a touch device (like
        spread and bottom edge). (LP: #1434712)
    
      [ Michael Zanetti ]
      * Don't hide stages just because they're empty (LP: #1439615)
      * [Launcher] fix bug where an item would disappear even though the app
        is running (LP: #1438172)
    
      [ Nick Dedekind ]
      * Fixed autopilot test failures related to udev input failure for
        power button.
      * Made improvements for laggy indicator backends (lp#1390136). (LP:
        #1390136)
    
      [ Pete Woods ]
      * GPS only goes active when the Dash is in the foreground (LP:
        #1434379)
    
      [ handsome_feng<email address hidden> ]
      * Modified the wrong time format in ScreenGrabber (LP: #1436006)
     -- CI Train Bot <email address hidden>   Thu, 09 Apr 2015 14:01:11 +0000