UbuntuUpdates.org

Package "unity8"

Name: unity8

Description:

Unity 8 shell

Latest version: 7.85+14.04.20140416-0ubuntu1
Release: trusty (14.04)
Level: base
Repository: universe
Homepage: http://launchpad.net/unity

Links


Download "unity8"


Other versions of "unity8" in Trusty

No other version of this package is available in the Trusty release.

Packages in group

Deleted packages are displayed in grey.


Changelog

Version: 7.85+14.04.20140403.1-0ubuntu1 2014-04-03 18:06:57 UTC

  unity8 (7.85+14.04.20140403.1-0ubuntu1) trusty; urgency=low

  [ Michael Terry ]
  * Re-enable test_networkmanager_integration autopilot test on phone
    platforms

  [ CI bot ]
  * Resync trunk

  [ Leo Arias ]
  * Reverted the open_preview autopilot helper to return a Preview
    object.

  [ Albert Astals ]
  * If not running in Mir load the "fake" application manager (LP:
    #1301547)
  * Remove unused properties from DashRenderer

  [ Michael Zanetti ]
  * Fix tests after right edge merge. Drop old stages tests. Fix right
    edge tests if someone doesn't have the GRID_UNIT_PX exported. make
    GenericScopeView test more robust that broke because the ordering
    changed
  * add "make xvfbtestSomething" target to run qml tests in xvfb
  * make the "make test" commit hook work again
 -- Ubuntu daily release <email address hidden> Thu, 03 Apr 2014 10:38:53 +0000

Source diff to previous version

Version: 7.85+14.04.20140401.3-0ubuntu1 2014-04-02 10:07:04 UTC

  unity8 (7.85+14.04.20140401.3-0ubuntu1) trusty; urgency=medium

  [ Micha�� Sawicz ]
  * Bump version to ensure incompatibility with previous Unity.Application
    implementations.
  * We'll only have the unity-mir and mock Ubuntu.Application plugins
    now, no need for mangling the import paths.

  [ Michal Hruby ]
  * Remove the albumart image provider. (LP: #1262711)
  * Don't reset search string after 2 seconds. (LP: #1297246)

  [ James Henstridge ]
  * Remove the albumart image provider. (LP: #1262711)

  [ Albert Astals ]
  * Carousel: Add test to make sure we only create the needed delegates
    and not more
  * LVWPH: Remove processEvents() call from updatePolish() It causes
    some reentrancy issues and in some times you end up in polishItems()
    with items that have been deleted because you called processEvents()
    This means i need a small tweak in itemGeometryChanged to not
    reposition items if we are inside a setContentHeight call and two
    small tweaks to tests since now things happen in a different order
    and numbers are different (though equivalent) (LP: #1297240)
  * Card.qml binding loops are gone. hooray \o/ Also made the aspect
    properties readonly

  [ Mirco M��ller ]
  * A potential fix for "Cannot read property 'state' of null"-failure
    on Jenkins with the VisualSnapDecisionsQueue QML-test of
    notifications.

  [ Michael Terry ]
  * Pass user's preference for auto-brightness on to powerd. (LP:
    #1273174)

  [ Michael Zanetti ]
  * Registers a dummy QObject as QTestRootObject in uqmlscene in order
    to fix make trySomething with Qt 5.2.
 -- Ubuntu daily release <email address hidden> Tue, 01 Apr 2014 22:56:52 +0000

Source diff to previous version
1262711 Unity crashes with lots of music displayed in expanded music category in home scope
1297246 Scope's search string resets after 2 seconds
1297240 unity8 crashed with SIGSEGV in QQuickWindowPrivate::polishItems()

Version: 7.84+14.04.20140327.1-0ubuntu2 2014-04-01 11:06:48 UTC

  unity8 (7.84+14.04.20140327.1-0ubuntu2) trusty; urgency=medium

  * For now, have libunity-private depending on libunity-core-6.0-9 as the
    gsettings schema is here. The dependency wasn't direct and dropped from
    Touch image #271. Consequently, unity8 didn't start (gsettings
    segfaulting).
    Proper strategy will be to include the schema in another package to only
    pull it.
 -- Didier Roche <email address hidden> Tue, 01 Apr 2014 09:52:14 +0200

Source diff to previous version

Version: 7.84+14.04.20140327.1-0ubuntu1 2014-03-28 01:07:25 UTC

  unity8 (7.84+14.04.20140327.1-0ubuntu1) trusty; urgency=low

  [ Micha�� Sawicz ]
  * Increase kill timeout so that crashes are not truncated.

  [ Ying-Chun Liu ]
  * Fix a small typo in LazyImage: scale -> scaleTo

  [ Albert Astals ]
  * Make geometry calls for autopilot work again -geometry is a internal
    Qt argument that only works for QWidget based apps Before it was
    being returned to us in -args but now it's eaten so we need to use a
    different one, -windowgeometry
  * Make "Recent" translatable and update pot file

  [ Mirco M��ller ]
  * Make visual queue of (up to five) snap-decisions contract and expand
    according to visual design-spec.

  [ Michael Terry ]
  * Pass user's preference for auto-brightness on to powerd. (LP:
    #1273174)

  [ Michael Zanetti ]
  * allow executing a single test function example: make testShell
    FUNCTION="Shell::test_background"
 -- Ubuntu daily release <email address hidden> Thu, 27 Mar 2014 12:38:21 +0000

Source diff to previous version

Version: 7.84+14.04.20140324.4-0ubuntu1 2014-03-24 23:06:49 UTC

  unity8 (7.84+14.04.20140324.4-0ubuntu1) trusty; urgency=low

  [ Michal Hruby ]
  * Change and extend the way non-installed scopes are started with the
    scope-tool.
  * Switch to new scope backend and apply required visual adaptations.
    (LP: #1294294)

  [ Gerry Boland ]
  * Switch to new scope backend and apply required visual adaptations.
    (LP: #1294294)

  [ Micha�� Sawicz ]
  * Fix rating input action to always be "rated", not dynamic. Based on
    http://developer.ubuntu.com/api/devel/ubuntu-14.04/cplusplus/unity-
    scopes/previewwidgets.html#rating-input
  * Switch to new scope backend and apply required visual adaptations.
    (LP: #1294294)

  [ Kevin Gunn ]
  * Switch to new scope backend and apply required visual adaptations.
    (LP: #1294294)

  [ Albert Astals ]
  * Switch to new scope backend and apply required visual adaptations.
    (LP: #1294294)
  * LVWPH: cull lost items lost items will be released on the next
    updatePolish cycle but meanwhile don't let them be visible

  [ Daniel d'Andrada ]
  * Switch to new scope backend and apply required visual adaptations.
    (LP: #1294294)

  [ Micha�� Karnicki ]
  * Switch to new scope backend and apply required visual adaptations.
    (LP: #1294294)
 -- Ubuntu daily release <email address hidden> Mon, 24 Mar 2014 16:10:24 +0000

1294294 Carousel displays no metadata, making it impossible to identify tracks/videos



About   -   Send Feedback to @ubuntu_updates