[Touch-packages] [Bug 1595235] Re: Preview widgets with state lose state when device rotation triggers a change in the number of preview widget columns

2016-09-26 Thread Launchpad Bug Tracker
This bug was fixed in the package unity8 - 8.14+16.10.20160922-0ubuntu1

---
unity8 (8.14+16.10.20160922-0ubuntu1) yakkety; urgency=medium

  [ Albert Astals Cid ]
  * LVWPH: update clipItem height when list height changes (LP:
#1606935)
  * Put the touchdown shape inside a loader
  * No need for the touchdown in the card for the cardtool
  * Add bottom gradient to the Show Less floating button
  * Remove artShapeSize from non cardtool cards
  * LVWPH: Fix case in which header was shown incorrectly
  * LVWPH: Fix items cut on top in the dash (or at least some instances
of it)
  * Reduce calls to CardCreatorCache.getCardComponent while the
component is being created (LP: #1615675)
  * Dash::test_cardIconStyle change compare into tryCompareFunction
  * Make PreviewActionsTest::test_comboButton more stable
  * Adapt onShiftedContentXChanged to work when the content changes very
abruptly
  * Make tryGenericScopeView show the scope correctly
  * Make sure the spinner does not get too close to the title text (LP:
#1597392)
  * Show "Pull to refresh" in white when overlaid in low luminance
colors (LP: #1596849)
  * Make test_Shell non ultra slow again (LP: #1597366)
  * Improve findChild calls inside tryCompareFunction.

  [ Andrea Cimitan ]
  * override some Qt Components definitions so we can have sane default
values for flick speeds
  * Elide the label text inside recent searches panel (LP: #1611796)
  * Add a PreviewSingleton module to store some data for previews (LP:
#1595235)
  * Use PreviewSingleton for PreviewRatingInput and PreviewCommentInput
(LP: #1595235)
  * rework GenericScopeView PullToRefresh test
  * use mouseFlick instead touchFlick for manage_dash_move_current
  * add a couple of waiting tricks for a flaky dash test

  [ Daniel d'Andrada ]
  * Set progress bar indeterminate when processing signal received. (LP:
#1249349)
  * Implement cursor confinement (LP: #1590099)

  [ Josh Arenson ]
  * Add a frontend to the sessions model and enable a session chooser in
the greeter.

  [ Lukáš Tinkl ]
  * Implement edge maximizing (aka window snapping) (LP: #1602628)
  * On the PC platform (as opposed to running on $devices), use the
"mute" action instead of silent mode
  * Respect Fitt's law wrt the window control buttons in panel (LP:
#1611959)
  * Fix 2 failing color-related tests

  [ Marco Trevisan (Treviño) ]
  * Indicators, mocks: add fake indicators menuitem to populate mocks
with different menu types
  * IndicatorsClient: use PageHeader and ListItemLayout's

  [ Michael Terry ]
  * Support launching apps inside a unity8 session from the greeter and
support emergency dialing inside the greeter.
  * Fix tryShell to actually show appropriate backgrounds for each mock
user.
  * Add an indicator to the greeter when a user is logged in (only shown
if we have more than one user)
  * Hide the greeter OSK if indicators are open and don't show the edge
tutorial during an emergency call.
  * Switch from lockscreen PIN pad to a passcode entry box that uses the
OSK.
  * Use the default system wallpaper instead of our custom one.
  * Update look of infographic a bit
  * Make infographic bubbles white even on the default wallpaper.

 -- Michał Sawicz   Thu, 22 Sep 2016
07:46:57 +

** Changed in: unity8 (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1595235

Title:
  Preview widgets with state lose state when device rotation triggers a
  change in the number of preview widget columns

Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  There's a few preview widgets that have state (i.e. when adding text
  to a new comment, or when doing an inline video preview), that state
  will get lost if changing the orientation of the device gets us more
  or less columns since old preview widgets will be deleted and new ones
  will be created.

  We need either a way to reuse the preview widgets (probably hard) or a
  way to save/restore the information on destroy/creation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1595235/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1595235] Re: Preview widgets with state lose state when device rotation triggers a change in the number of preview widget columns

2016-09-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~ci-train-bot/unity8/unity8-ubuntu-yakkety-
landing-075

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1595235

Title:
  Preview widgets with state lose state when device rotation triggers a
  change in the number of preview widget columns

Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  There's a few preview widgets that have state (i.e. when adding text
  to a new comment, or when doing an inline video preview), that state
  will get lost if changing the orientation of the device gets us more
  or less columns since old preview widgets will be deleted and new ones
  will be created.

  We need either a way to reuse the preview widgets (probably hard) or a
  way to save/restore the information on destroy/creation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1595235/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1595235] Re: Preview widgets with state lose state when device rotation triggers a change in the number of preview widget columns

2016-08-16 Thread Andrea Cimitan
** Changed in: unity8 (Ubuntu)
   Status: Confirmed => In Progress

** Branch linked: lp:~cimi/unity8/singleton-textarea

** Branch linked: lp:~cimi/unity8/preview-singleton

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1595235

Title:
  Preview widgets with state lose state when device rotation triggers a
  change in the number of preview widget columns

Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  There's a few preview widgets that have state (i.e. when adding text
  to a new comment, or when doing an inline video preview), that state
  will get lost if changing the orientation of the device gets us more
  or less columns since old preview widgets will be deleted and new ones
  will be created.

  We need either a way to reuse the preview widgets (probably hard) or a
  way to save/restore the information on destroy/creation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1595235/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1595235] Re: Preview widgets with state lose state when device rotation triggers a change in the number of preview widget columns

2016-08-16 Thread Albert Astals Cid
** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) => Andrea Cimitan (cimi)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1595235

Title:
  Preview widgets with state lose state when device rotation triggers a
  change in the number of preview widget columns

Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  There's a few preview widgets that have state (i.e. when adding text
  to a new comment, or when doing an inline video preview), that state
  will get lost if changing the orientation of the device gets us more
  or less columns since old preview widgets will be deleted and new ones
  will be created.

  We need either a way to reuse the preview widgets (probably hard) or a
  way to save/restore the information on destroy/creation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1595235/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1595235] Re: Preview widgets with state lose state when device rotation triggers a change in the number of preview widget columns

2016-06-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unity8 (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1595235

Title:
  Preview widgets with state lose state when device rotation triggers a
  change in the number of preview widget columns

Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  There's a few preview widgets that have state (i.e. when adding text
  to a new comment, or when doing an inline video preview), that state
  will get lost if changing the orientation of the device gets us more
  or less columns since old preview widgets will be deleted and new ones
  will be created.

  We need either a way to reuse the preview widgets (probably hard) or a
  way to save/restore the information on destroy/creation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1595235/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp