Merge lp://staging/~ci-train-bot/unity8/unity8-ubuntu-zesty-2106 into lp://staging/unity8

Proposed by Michael Terry
Status: Work in progress
Proposed branch: lp://staging/~ci-train-bot/unity8/unity8-ubuntu-zesty-2106
Merge into: lp://staging/unity8
Diff against target: 589 lines (+216/-41)
13 files modified
debian/changelog (+20/-0)
debian/control (+2/-2)
po/unity8.pot (+13/-13)
qml/Panel/Indicators/MenuItemFactory.qml (+62/-13)
qml/Panel/Indicators/client/IndicatorsTree.qml (+1/-0)
tests/mocks/Unity/Indicators/fakeindicatorsmodeldata.js (+18/-1)
tests/qmltests/Dash/Previews/tst_Preview.qml (+20/-1)
tests/qmltests/Dash/tst_DashContent.qml (+1/-0)
tests/qmltests/Launcher/tst_Launcher.qml (+12/-1)
tests/qmltests/Panel/Indicators/tst_MenuItemFactory.qml (+59/-6)
tests/qmltests/tst_OrientedShell.qml (+2/-2)
tests/utils/modules/Unity/Test/MouseTouchEmulationCheckbox.qml (+4/-0)
tests/utils/modules/Unity/Test/UnityTestCase.qml (+2/-2)
To merge this branch: bzr merge lp://staging/~ci-train-bot/unity8/unity8-ubuntu-zesty-2106
Reviewer Review Type Date Requested Status
Unity Team Pending
Review via email: mp+309883@code.staging.launchpad.net

Commit message

For silo

Description of the change

For silo

To post a comment you must log in.
2673. By CI Train Bot Account

Resync trunk.

2674. By Launchpad Translations on behalf of unity-team

Launchpad automatic translations update.

2675. By Andrea Cimitan

Remove background under header pagination dots, update dots assets, remove dash paper background, update bottom edge asset

Approved by: Albert Astals Cid, Unity8 CI Bot

2676. By Albert Astals Cid

Make more CardTool properties readonly

This removes "hacks" from GenericScopeView and moves them to either CardTool or CardGrid in a less "this is a hack" way

Approved by: Andrea Cimitan, Unity8 CI Bot

2677. By Andrea Cimitan

Few styling changes for cards

Approved by: Albert Astals Cid, Unity8 CI Bot

2678. By Albert Astals Cid

Make the > in Dash Section Header be after text

Instead than at the right of the view (LP: #1508905)

Approved by: Andrea Cimitan

2679. By Albert Astals Cid

Rework Dash Preview column margins

    If there's one column
     Preview widgets have 2GU on each side
      Unless it's one of the "full screen" widgets, i.e. video/image
     This hasn't changed in this patch

    If there's two columns
     the columns have 4GU on each side and between eachother
     This has changed according to design guidelines

Approved by: Andrea Cimitan, Unity8 CI Bot

2680. By Albert Astals Cid

Improve LVWPH <-> GenericScopeView interaction

Send up directly the delegate instead of the delegateIndex and then asking back for the delegate

Saves time and also if the delegateIndex is the same number but the delegate different the delegate won't be updated because QML doesn't know it's different (LP: #1508905, #1622423)

Approved by: Michael Zanetti, Paweł Stołowski, Unity8 CI Bot

2681. By Albert Astals Cid

Make the PreviewButtons be of the width of the button and not half the total width

half the total width is still the max width and the combos are still all the same width

Approved by: Andrea Cimitan, Unity8 CI Bot

2682. By Andrea Cimitan

various tweaks to fonts inside previews

Approved by: Albert Astals Cid

2683. By Albert Astals Cid

Fix first column of the preview table to be 25%

This way two consecutive tables have the second column start at the same X coordinate

Approved by: Andrea Cimitan

2684. By Andrea Cimitan

More visual tweaks

Approved by: Albert Astals Cid

2685. By Michael Terry

More path lookup fixes for running inside of a snap. (LP: #1629009)

Approved by: Michael Zanetti, Unity8 CI Bot

2686. By Michael Zanetti

Added blur and darkening to wallpaper while in spread

Approved by: Lukáš Tinkl

2687. By Michael Zanetti

Fixes in the spread after design review

- add a minimum width for the tile info to prevent it going to ...
- tiles should not be interactive any more when moving to spread
- add some resistance to the drag when an app is not closeable
- allow rotating when there is no app focused
- add a fade in animation to the icons in the spread
- fix spread looking out of place when there's only one item (LP: #1637502, #1638848)

Approved by: Lukáš Tinkl

2688. By Michael Zanetti

More fixes to the unified stages code (LP: #1637205, #1637249, #1637258)

Approved by: Lukáš Tinkl, Unity8 CI Bot

2689. By Michael Zanetti

Delay alt tab for tiny bit in order to avoid flickering on quick alt-tabs

Approved by: Lukáš Tinkl

2690. By Lukáš Tinkl

Stabilize test_doubleTapToMaximizeWindow()

Approved by: Michael Zanetti, Unity8 CI Bot

2691. By Brian Douglass

Add a new setting to enable/disable the launcher

Approved by: Michael Zanetti

2692. By Tomás Tormo

Reload Infographics userdata when the day changes (LP: #1378814)

Approved by: Albert Astals Cid

2693. By Lukáš Tinkl

Enable loading the main Qt catalog which in turn allows for using RTL languages

Approved by: Albert Astals Cid

2694. By Lukáš Tinkl

Fix the pixelated notification icon by setting sourceSize (LP: #1637712)

Approved by: Michael Zanetti, Unity8 CI Bot

2695. By CI Train Bot Account

Releasing 8.14+17.04.20161109-0ubuntu1

2696. By Launchpad Translations on behalf of unity-team

Launchpad automatic translations update.

2697. By Michael Zanetti

Stabilize OrientedShell tests

Approved by: Lukáš Tinkl, Unity8 CI Bot

2698. By CI Train Bot Account

MenuItemFactory: activate item on calendar selection change

This informs the indicator-datetime to update the list of the upcoming events (LP: #1541125)

Approved by: Lukáš Tinkl

2699. By CI Train Bot Account

* MenuItemFactory: bind calendar backend properties to calendarMenu item
  Adds support for showing the calendar at the requested date, marking days
  with events properly and toggling the visibility of the week number.
* Bump version as USC breaks with unity8 << 8.14

2700. By CI Train Bot Account

MenuItemFactory: use Menus.RadioMenu and Menus.ButtonMenu

2701. By Marco Trevisan (Treviño)

testLauncher: use tryCompare to check launcher contentY

Also init the launcher before each test

Approved by: Albert Astals Cid, Lukáš Tinkl, Unity8 CI Bot

2702. By CI Train Bot Account

Releasing 8.15+17.04.20161114-0ubuntu1

Unmerged revisions

2702. By CI Train Bot Account

Releasing 8.15+17.04.20161114-0ubuntu1

2701. By Marco Trevisan (Treviño)

testLauncher: use tryCompare to check launcher contentY

Also init the launcher before each test

Approved by: Albert Astals Cid, Lukáš Tinkl, Unity8 CI Bot

2700. By CI Train Bot Account

MenuItemFactory: use Menus.RadioMenu and Menus.ButtonMenu

2699. By CI Train Bot Account

* MenuItemFactory: bind calendar backend properties to calendarMenu item
  Adds support for showing the calendar at the requested date, marking days
  with events properly and toggling the visibility of the week number.
* Bump version as USC breaks with unity8 << 8.14

2698. By CI Train Bot Account

MenuItemFactory: activate item on calendar selection change

This informs the indicator-datetime to update the list of the upcoming events (LP: #1541125)

Approved by: Lukáš Tinkl

2697. By Michael Zanetti

Stabilize OrientedShell tests

Approved by: Lukáš Tinkl, Unity8 CI Bot

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches