[Touch-packages] [Bug 1573118] Re: "units" context property is app-global

2017-02-07 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit -
1.3.2166+17.04.20170130

---
ubuntu-ui-toolkit (1.3.2166+17.04.20170130) zesty; urgency=medium

  [ Andrea Bernabei ]
  * ListItemLayout documentation: fix typo in color usage of a code example.
Fixes LP: #1561861

  [ Zsombor Egri ]
  * Get tst_listitem_focus_13 back alive. Fixes LP: #1624331.

  [ Arthur Mello ]
  * Add support for interacting with Content Hub Clipboard UI via DBus calls.
Fixes LP: #1563440.

  [ Daniel d'Andrada ]
  * If GRID_UNIT_PX set, always use it. It should override scaling information
from the QPA.

  [ Adnane Belmadiaf ]
  * Expose append method in TextArea. Fixes LP: #1658121.

  [ Tim Peeters ]
  * Toolbar visual refresh to scroll the icons instead of using an overflow
panel. Fixes LP: #1558018.
  * Add missing dependency for the UITK gallery. Fixes lLP: #1640135

  [ Sergio Cazzolato ]
  * This change is done to remove the dependencies with upstart in the tests.
To start apps with env vars is gonna be used the launch_test_application
method provided by autopilot in its test base class which is a wrapper for
the ubuntu-app-launch tools (API). This change removes all the dependencies
with upstart, so all the projects which are using the initctl api and
fixtures will be impacted. An update in the documentation or in the blog is
gonna be done also to communicate this change to the developers.

  [ Christian Dywan ]
  * Add visualRoot property to MainWindow. Fixes LP: #1504551, LP: #1656857.
  * Add python3-debian to control.gles and harden package-sorting.sh.
  * Add organizationName property to MainWindow
  * Add MainWindow to Ubuntu.Components.Labs.
Fixes LP: #1573118, LP: #1587431, LP: #1647415

  [ Albert Astals Cid ]
  * Labs is at 1.0.
  * You can't save the focus after the popup/dialog has been created, at that
stage the dialog has focus already, you need to do it before creating it.

 -- Zoltán Balogh   Mon, 30 Jan 2017
11:30:03 +

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  "units" context property is app-global

Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  The "units" context property has no idea about which screen it is on,
  making it impossible to have different grid unit values per window in
  a single app. This would be the case, for example, when one app has
  multiple windows on different screens.

  We're landing a workaround for this for use in unity8 (the only case
  supported today where a single app has multiple windows on different
  screens).

  Long-term we might need UITK 2.0 to fix this proper.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: qml-module-ubuntu-components 1.3.1918+16.04.20160404-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 17:54:33 2016
  SourcePackage: ubuntu-ui-toolkit
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1573118/+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 1573118] Re: "units" context property is app-global

2017-01-30 Thread Launchpad Bug Tracker
** Branch linked: lp:~ci-train-bot/ubuntu-ui-toolkit/ubuntu-ui-toolkit-
ubuntu-zesty-2418

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

Title:
  "units" context property is app-global

Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed

Bug description:
  The "units" context property has no idea about which screen it is on,
  making it impossible to have different grid unit values per window in
  a single app. This would be the case, for example, when one app has
  multiple windows on different screens.

  We're landing a workaround for this for use in unity8 (the only case
  supported today where a single app has multiple windows on different
  screens).

  Long-term we might need UITK 2.0 to fix this proper.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: qml-module-ubuntu-components 1.3.1918+16.04.20160404-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 17:54:33 2016
  SourcePackage: ubuntu-ui-toolkit
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1573118/+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 1573118] Re: "units" context property is app-global

2017-01-19 Thread Christian Dywan
Unity, and any app for that matter, needs to switch to using the
MainWindow in place of a (QQuick)Window as the root item (or MainView in
the case of legacy apps). Currently it's in the Labs module, in staging.
"units" is a regular property of MainWindow, as well as "i18n" and soon
"theme". It also has an "organizationDomain" property as required by
Unity.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  "units" context property is app-global

Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed

Bug description:
  The "units" context property has no idea about which screen it is on,
  making it impossible to have different grid unit values per window in
  a single app. This would be the case, for example, when one app has
  multiple windows on different screens.

  We're landing a workaround for this for use in unity8 (the only case
  supported today where a single app has multiple windows on different
  screens).

  Long-term we might need UITK 2.0 to fix this proper.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: qml-module-ubuntu-components 1.3.1918+16.04.20160404-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 17:54:33 2016
  SourcePackage: ubuntu-ui-toolkit
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1573118/+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 1573118] Re: "units" context property is app-global

2017-01-09 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Christian Dywan (kalikiana)

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  "units" context property is app-global

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  The "units" context property has no idea about which screen it is on,
  making it impossible to have different grid unit values per window in
  a single app. This would be the case, for example, when one app has
  multiple windows on different screens.

  We're landing a workaround for this for use in unity8 (the only case
  supported today where a single app has multiple windows on different
  screens).

  Long-term we might need UITK 2.0 to fix this proper.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: qml-module-ubuntu-components 1.3.1918+16.04.20160404-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 17:54:33 2016
  SourcePackage: ubuntu-ui-toolkit
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1573118/+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 1573118] Re: "units" context property is app-global

2017-01-06 Thread Gerry Boland
** Tags added: unity8

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

Title:
  "units" context property is app-global

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  The "units" context property has no idea about which screen it is on,
  making it impossible to have different grid unit values per window in
  a single app. This would be the case, for example, when one app has
  multiple windows on different screens.

  We're landing a workaround for this for use in unity8 (the only case
  supported today where a single app has multiple windows on different
  screens).

  Long-term we might need UITK 2.0 to fix this proper.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: qml-module-ubuntu-components 1.3.1918+16.04.20160404-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 17:54:33 2016
  SourcePackage: ubuntu-ui-toolkit
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1573118/+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 1573118] Re: "units" context property is app-global

2016-08-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/outTheWindow

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

Title:
  "units" context property is app-global

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  The "units" context property has no idea about which screen it is on,
  making it impossible to have different grid unit values per window in
  a single app. This would be the case, for example, when one app has
  multiple windows on different screens.

  We're landing a workaround for this for use in unity8 (the only case
  supported today where a single app has multiple windows on different
  screens).

  Long-term we might need UITK 2.0 to fix this proper.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: qml-module-ubuntu-components 1.3.1918+16.04.20160404-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 17:54:33 2016
  SourcePackage: ubuntu-ui-toolkit
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1573118/+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 1573118] Re: "units" context property is app-global

2016-05-31 Thread Alberto Salvia Novella
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  "units" context property is app-global

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  The "units" context property has no idea about which screen it is on,
  making it impossible to have different grid unit values per window in
  a single app. This would be the case, for example, when one app has
  multiple windows on different screens.

  We're landing a workaround for this for use in unity8 (the only case
  supported today where a single app has multiple windows on different
  screens).

  Long-term we might need UITK 2.0 to fix this proper.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: qml-module-ubuntu-components 1.3.1918+16.04.20160404-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 17:54:33 2016
  SourcePackage: ubuntu-ui-toolkit
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1573118/+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 1573118] Re: "units" context property is app-global

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

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => Confirmed

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

Title:
  "units" context property is app-global

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  The "units" context property has no idea about which screen it is on,
  making it impossible to have different grid unit values per window in
  a single app. This would be the case, for example, when one app has
  multiple windows on different screens.

  We're landing a workaround for this for use in unity8 (the only case
  supported today where a single app has multiple windows on different
  screens).

  Long-term we might need UITK 2.0 to fix this proper.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: qml-module-ubuntu-components 1.3.1918+16.04.20160404-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 21 17:54:33 2016
  SourcePackage: ubuntu-ui-toolkit
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1573118/+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