[Ubuntu-sdk-bugs] [Bug 1375799] Re: PullToRefreshStyle label text animates poorly

2015-10-26 Thread Andrea Bernabei
** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

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

Title:
  PullToRefreshStyle label text animates poorly

Status in Ubuntu UI Toolkit:
  Triaged
Status in Ubuntu UX:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Triaged

Bug description:
  PullToRefreshStyle has two text options: "Pull to refresh" and
  "Release to refresh".  It tries to animate between them, using an
  opacity fade in/out.  But unfortunately, the text itself changes
  immediately before the fade out.  So it looks very unsightly.

  Maybe some code like the following, that I've used as a workaround in
  unity8.  Note the PropertyAction between the two NumberAnimations.

  states: [
  State {
  name: "pulling"
  when: styledItem.target.dragging && !releaseToRefresh
  PropertyChanges { target: pullLabel; text: i18n.tr("Pull to 
refresh…") }
  },
  State {
  name: "releasable"
  when: styledItem.target.dragging && releaseToRefresh
  PropertyChanges { target: pullLabel; text: i18n.tr("Release 
to refresh…") }
  }
  ]
  transitions: Transition {
  SequentialAnimation {
  UbuntuNumberAnimation {
  target: pullLabel
  property: "opacity"
  to: 0.0
  }
  PropertyAction {
  target: pullLabel
  property: "text"
  }
  UbuntuNumberAnimation {
  target: pullLabel
  property: "opacity"
  to: 1.0
  }
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1375799/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1509800] [NEW] paste web-app

2015-10-26 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Copy paste option doesn't appear in web-apps input boxes. 
We are remitted to this package from web-apps package:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1264493
Maybe it doesn't happen in all web-apps.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
paste web-app
https://bugs.launchpad.net/bugs/1509800
You received this bug notification because you are a member of Ubuntu SDK bug 
tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1509800] Re: paste web-app

2015-10-26 Thread Sebastien Bacher
unsure why you think that's an issue with the settings application,
that's rather one with the webbrowser or the toolkit

** Package changed: ubuntu-system-settings (Ubuntu) => ubuntu-ui-toolkit
(Ubuntu)

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

Title:
  paste web-app

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

Bug description:
  Copy paste option doesn't appear in web-apps input boxes. 
  We are remitted to this package from web-apps package:
  https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1264493
  Maybe it doesn't happen in all web-apps.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1509800/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1498539] Re: FaviconFetcherTests random failures in silo builds

2015-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+15.10.20151022.1-0ubuntu1

---
webbrowser-app (0.23+15.10.20151022.1-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.
  * Resync trunk.

  [ Olivier Tilloy ]
  * Add an exception to the generated apparmor profile to allow reading
HERE’s TOS in the browser. (LP: #1507667)
  * Modify the generated apparmor profile to allow rw access to
/dev/shm/.org.chromium.Chromium.* too. (LP: #1508054)
  * Update translation template.

  [ Ugo Riboni ]
  * Fix inability to drag the map to pan in Google maps, on desktop.
(LP: #1503506)
  * Implement support for allowing or denying access to media input
devices and for setting default media input devices. (LP: #1410996)
  * Refactor the BookmarksModel to be a singleton.

 -- Olivier Tilloy   Thu, 22 Oct 2015
15:07:49 +

** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1498539

Title:
  FaviconFetcherTests random failures in silo builds

Status in qtbase-opensource-src package in Ubuntu:
  New
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Since yesterday (2015-09-21), FaviconFetcherTests started failing at
  random in silo builds (not failing all the time, but in about 50% of
  the builds).

  Since it has been happening in several silos, it’s very unlikely that
  it’s a change in webbrowser-app itself that triggered the failure.
  It’s more likely a change somewhere else in the stack that triggered a
  bug that was already there.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1498539/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1510223] Re: Swipe remove of a track from the queue doesn’t work only in the UI

2015-10-26 Thread Andrew Hayzen
This breaks the UI and will be required for the music-app to land.

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtmultimedia-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1510223

Title:
  Swipe remove of a track from the queue doesn’t work only in the UI

Status in Canonical System Image:
  Confirmed
Status in qtmultimedia-opensource-src package in Ubuntu:
  New
Status in qtmultimedia-opensource-src package in Ubuntu RTM:
  New

Bug description:
  Swipe remove of a track from the queue doesn’t work only in the UI
  http://bazaar.launchpad.net/~music-app-dev/music-app/media-hub-bg-
  playlists-rework/view/head:/app/components/Queue.qml#L71 Feels like
  the rowsRemoved in the Playlist model is not being called, making the
  ListView not remove the delegate. Which I guess would happen here?
  https://code.launchpad.net/~phablet-team/kubuntu-packaging
  /qtmultimedia-opensource-src-playlist-support/+merge/262229#diff-
  line-413

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1510223/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1496736] Re: currentSource of Playlist gets set to empty

2015-10-26 Thread Andrew Hayzen
This has not yet been observed in the music-app, so not currently
blocking it land.

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtmultimedia-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1496736

Title:
  currentSource of Playlist gets set to empty

Status in Canonical System Image:
  Confirmed
Status in media-hub package in Ubuntu:
  Confirmed
Status in qtmultimedia-opensource-src package in Ubuntu:
  Confirmed
Status in qtubuntu-media package in Ubuntu:
  Confirmed

Bug description:
  I can get the Playlist QML item to report empty string as the current
  source while there is music playing.

  For that I use silo 4 https://launchpad.net/~ci-train-ppa-
  service/+archive/ubuntu/landing-004 and just press play a few times in
  the items of the My Music -> tracks scope and the next/previews in the
  indicator.

  Steps:
   * start playing from result
   * skip to next via indicator
   * and then start/stop playing a different result
   * and it got lost

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1496736/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1496736] Re: currentSource of Playlist gets set to empty

2015-10-26 Thread Jim Hodapp
** Changed in: canonical-devices-system-image
   Status: Confirmed => In Progress

** Changed in: qtmultimedia-opensource-src (Ubuntu)
 Assignee: (unassigned) => Jim Hodapp (jhodapp)

** Changed in: qtubuntu-media (Ubuntu)
 Assignee: (unassigned) => Jim Hodapp (jhodapp)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtmultimedia-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1496736

Title:
  currentSource of Playlist gets set to empty

Status in Canonical System Image:
  In Progress
Status in media-hub package in Ubuntu:
  Confirmed
Status in qtmultimedia-opensource-src package in Ubuntu:
  Confirmed
Status in qtubuntu-media package in Ubuntu:
  Confirmed

Bug description:
  I can get the Playlist QML item to report empty string as the current
  source while there is music playing.

  For that I use silo 4 https://launchpad.net/~ci-train-ppa-
  service/+archive/ubuntu/landing-004 and just press play a few times in
  the items of the My Music -> tracks scope and the next/previews in the
  indicator.

  Steps:
   * start playing from result
   * skip to next via indicator
   * and then start/stop playing a different result
   * and it got lost

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1496736/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1510221] Re: Reordering of tracks is disabled until we have moveSource(from, to)

2015-10-26 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Importance: Undecided => Medium

** Changed in: canonical-devices-system-image
   Status: New => Confirmed

** Changed in: canonical-devices-system-image
Milestone: None => backlog

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => John McAleely (john.mcaleely)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtmultimedia-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1510221

Title:
  Reordering of tracks is disabled until we have moveSource(from, to)

Status in Canonical System Image:
  Confirmed
Status in media-hub package in Ubuntu:
  New
Status in qtmultimedia-opensource-src package in Ubuntu:
  New
Status in qtubuntu-media package in Ubuntu:
  New
Status in media-hub package in Ubuntu RTM:
  New
Status in qtmultimedia-opensource-src package in Ubuntu RTM:
  New
Status in qtubuntu-media package in Ubuntu RTM:
  New

Bug description:
  Reordering of tracks is disabled until we have moveSource(from, to)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1510221/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1510225] Re: Load and save of a QDeclarativePlaylist do not work

2015-10-26 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Importance: Undecided => Medium

** Changed in: canonical-devices-system-image
   Status: New => Confirmed

** Changed in: canonical-devices-system-image
Milestone: None => backlog

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => John McAleely (john.mcaleely)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtmultimedia-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1510225

Title:
  Load and save of a QDeclarativePlaylist do not work

Status in Canonical System Image:
  Confirmed
Status in qtmultimedia-opensource-src package in Ubuntu:
  New
Status in qtmultimedia-opensource-src package in Ubuntu RTM:
  New

Bug description:
  load(location) does nothing, save(location) outputs
  "QFSFileEngine::open: No file name specified"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1510225/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1510223] Re: Swipe remove of a track from the queue doesn’t work only in the UI

2015-10-26 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Importance: Undecided => Medium

** Changed in: canonical-devices-system-image
   Status: New => Confirmed

** Changed in: canonical-devices-system-image
Milestone: None => backlog

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => John McAleely (john.mcaleely)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtmultimedia-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1510223

Title:
  Swipe remove of a track from the queue doesn’t work only in the UI

Status in Canonical System Image:
  Confirmed
Status in qtmultimedia-opensource-src package in Ubuntu:
  New
Status in qtmultimedia-opensource-src package in Ubuntu RTM:
  New

Bug description:
  Swipe remove of a track from the queue doesn’t work only in the UI
  http://bazaar.launchpad.net/~music-app-dev/music-app/media-hub-bg-
  playlists-rework/view/head:/app/components/Queue.qml#L71 Feels like
  the rowsRemoved in the Playlist model is not being called, making the
  ListView not remove the delegate. Which I guess would happen here?
  https://code.launchpad.net/~phablet-team/kubuntu-packaging
  /qtmultimedia-opensource-src-playlist-support/+merge/262229#diff-
  line-413

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1510223/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1478902] Re: Pressing a HW key like backspace doesn't autorepeat

2015-10-26 Thread kevin gunn
this is fixed in the current image
channel: ubuntu-touch/rc-proposed/ubuntu-pd
version version: 54
version ubuntu: 20151026
version device: 20150911
version custom: 20150929-2-vivid


** Changed in: canonical-pocket-desktop
   Status: New => Fix Released

** Changed in: qtmir (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: qtubuntu
   Status: New => Fix Released

** Changed in: qtmir
   Status: Confirmed => Fix Released

** Changed in: canonical-pocket-desktop
 Assignee: (unassigned) => kevin gunn (kgunn72)

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

Title:
  Pressing a HW key like backspace doesn't autorepeat

Status in canonical-pocket-desktop:
  Fix Released
Status in QtMir:
  Fix Released
Status in qtubuntu:
  Fix Released
Status in qtmir package in Ubuntu:
  Fix Released
Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid

Bug description:
  When using unity8 on the desktop with a hardware keyboard, autorepeat
  doesn't work. For example, keeping the backspace key pressed doesn't
  gradually erase all the characters, the caret doesn't move after the
  first keypress. This works correctly with an onscreen keyboard.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1478902/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1510221] [NEW] Reordering of tracks is disabled until we have moveSource(from, to)

2015-10-26 Thread Jim Hodapp
Public bug reported:

Reordering of tracks is disabled until we have moveSource(from, to)

** Affects: canonical-devices-system-image
 Importance: Undecided
 Status: New

** Affects: media-hub (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: qtmultimedia-opensource-src (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: qtubuntu-media (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: media-hub (Ubuntu RTM)
 Importance: Undecided
 Status: New

** Affects: qtmultimedia-opensource-src (Ubuntu RTM)
 Importance: Undecided
 Status: New

** Affects: qtubuntu-media (Ubuntu RTM)
 Importance: Undecided
 Status: New


** Tags: bgplaylist

** Also affects: qtubuntu-media (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Also affects: media-hub (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: media-hub (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Also affects: qtmultimedia-opensource-src (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: qtmultimedia-opensource-src (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Tags added: bgplaylist

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtubuntu-media in Ubuntu.
https://bugs.launchpad.net/bugs/1510221

Title:
  Reordering of tracks is disabled until we have moveSource(from, to)

Status in Canonical System Image:
  New
Status in media-hub package in Ubuntu:
  New
Status in qtmultimedia-opensource-src package in Ubuntu:
  New
Status in qtubuntu-media package in Ubuntu:
  New
Status in media-hub package in Ubuntu RTM:
  New
Status in qtmultimedia-opensource-src package in Ubuntu RTM:
  New
Status in qtubuntu-media package in Ubuntu RTM:
  New

Bug description:
  Reordering of tracks is disabled until we have moveSource(from, to)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1510221/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1510225] [NEW] Load and save of a QDeclarativePlaylist do not work

2015-10-26 Thread Jim Hodapp
Public bug reported:

load(location) does nothing, save(location) outputs
"QFSFileEngine::open: No file name specified"

** Affects: canonical-devices-system-image
 Importance: Undecided
 Status: New

** Affects: qtmultimedia-opensource-src (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: qtmultimedia-opensource-src (Ubuntu RTM)
 Importance: Undecided
 Status: New


** Tags: bgplaylist

** Also affects: qtmultimedia-opensource-src (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Tags added: bgplaylist

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtmultimedia-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1510225

Title:
  Load and save of a QDeclarativePlaylist do not work

Status in Canonical System Image:
  New
Status in qtmultimedia-opensource-src package in Ubuntu:
  New
Status in qtmultimedia-opensource-src package in Ubuntu RTM:
  New

Bug description:
  load(location) does nothing, save(location) outputs
  "QFSFileEngine::open: No file name specified"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1510225/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1500934] Re: The new AdaptivePageLayout should allow replacing primaryPage

2015-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit -
1.3.1688+15.10.20151018.1-0ubuntu1

---
ubuntu-ui-toolkit (1.3.1688+15.10.20151018.1-0ubuntu1) wily; urgency=medium

  [ Tim Peeters ]
  * Add delegate property to ActionBar.
  * Introduce PageHeader component.
  * Add header property to Page.
Fixes LP: #1248898, LP: #1350893, LP: #1445016, LP: #1492328
  * Use the correct navigation overflow icon in PageHeader.

  [ Loïc Molinari ]
  * Fixed OpenGL ES 2 mipmap fallback. OpenGL ES 2 doesn't support
GL_TEXTURE_MAX_LEVEL by default, it is only available via an extension. It
was working on the devices where this extension is available but not on
the emulator. Fixes LP: #1505221.

  [ Christian Dywan ]
  * Handle incubateObject returning null in PageWrapperUtils.
Fixes LP: #1505197
  * Add module header to PageWrapperUtils.

  [ Zoltan Balogh ]
  * Improve test plan
- Ad -q parameter to provision the device for normal use with a PPA
- Fix up the camera and clock app on the device to acces services
- Replace phablet tools with manual enabling writable image
- Fix PPA pin up for staging and other regular PPAs.

  [ Zsombor Egri ]
  * Emit Dropped event for live ListItem drag'n'drop. Fixes LP: #1500118.

  [ Timo Jyrinki ]
  * Build dep on libinput-dev and libxkbcommon-dev (LP: #1437192).

  [ Benjamon Zeller ]
  * Remove unused variables.

  [ CI Train Bot ]
  * No-change rebuild.

 -- Zoltan Balogh   Sun, 18 Oct 2015
03:47:27 +

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

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

Title:
  The new AdaptivePageLayout should allow replacing primaryPage

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

Bug description:
  The new AdaptivePageLayout does not allow replacing of the
  primaryPage.

  Simplest use case:
  primaryPage: isSignedIn ? masterPage : signInPage

  I've explained in more detail in the #sdk channel, it seems I have
  convinced two developers the limitation of not allowing to replace the
  primaryPage now seems arbitrary. Allowing to replace the primaryPage
  makes the component much more flexible.

  Naturally, replacing the primaryPage means all of the pages will be
  removed, as the primary page is like "tree root" in this situation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1500934/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1498412] Re: ubuntuuitoolkit.tests.gallery.test_ubuntulistview.UbuntuListViewTestCase.test_manual_refresh_nowait fails with list index out of range

2015-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit -
1.3.1688+15.10.20151018.1-0ubuntu1

---
ubuntu-ui-toolkit (1.3.1688+15.10.20151018.1-0ubuntu1) wily; urgency=medium

  [ Tim Peeters ]
  * Add delegate property to ActionBar.
  * Introduce PageHeader component.
  * Add header property to Page.
Fixes LP: #1248898, LP: #1350893, LP: #1445016, LP: #1492328
  * Use the correct navigation overflow icon in PageHeader.

  [ Loïc Molinari ]
  * Fixed OpenGL ES 2 mipmap fallback. OpenGL ES 2 doesn't support
GL_TEXTURE_MAX_LEVEL by default, it is only available via an extension. It
was working on the devices where this extension is available but not on
the emulator. Fixes LP: #1505221.

  [ Christian Dywan ]
  * Handle incubateObject returning null in PageWrapperUtils.
Fixes LP: #1505197
  * Add module header to PageWrapperUtils.

  [ Zoltan Balogh ]
  * Improve test plan
- Ad -q parameter to provision the device for normal use with a PPA
- Fix up the camera and clock app on the device to acces services
- Replace phablet tools with manual enabling writable image
- Fix PPA pin up for staging and other regular PPAs.

  [ Zsombor Egri ]
  * Emit Dropped event for live ListItem drag'n'drop. Fixes LP: #1500118.

  [ Timo Jyrinki ]
  * Build dep on libinput-dev and libxkbcommon-dev (LP: #1437192).

  [ Benjamon Zeller ]
  * Remove unused variables.

  [ CI Train Bot ]
  * No-change rebuild.

 -- Zoltan Balogh   Sun, 18 Oct 2015
03:47:27 +

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

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

Title:
  
ubuntuuitoolkit.tests.gallery.test_ubuntulistview.UbuntuListViewTestCase.test_manual_refresh_nowait
  fails with list index out of range

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

Bug description:
  $ ./run_tests.sh 
ubuntuuitoolkit.tests.gallery.test_ubuntulistview.UbuntuListViewTestCase.test_manual_refresh_nowait
 -v
  [...]
  11:34:08.856 ERROR testresult:44 - traceback: {{{
  Traceback (most recent call last):
   File 
"./tests/autopilot/ubuntuuitoolkit/tests/gallery/test_ubuntulistview.py", line 
47, in test_manual_refresh_nowait
   self._open_page()
   File 
"./tests/autopilot/ubuntuuitoolkit/tests/gallery/test_ubuntulistview.py", line 
32, in _open_page
   self.checkPageHeader(element.text)
   File "./tests/autopilot/ubuntuuitoolkit/tests/__init__.py", line 207, in 
checkPageHeader
   orientationHelper = self.getOrientationHelper()
   File "./tests/autopilot/ubuntuuitoolkit/tests/__init__.py", line 202, in 
getOrientationHelper
   "OrientationHelper")[0]
  IndexError: list index out of range
  }}}
  11:34:08.856 ERROR testresult:44 - Binary attachment: "FailedTestScreenshot" 
(image/png)
  11:34:08.856 ERROR testresult:44 - process-stdout 
(/usr/lib/x86_64-linux-gnu/ubuntu-ui-toolkit/launcher): {{{
  }}}

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1498412/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1496913] Re: RTL switch in UITK component gallery

2015-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit -
1.3.1688+15.10.20151018.1-0ubuntu1

---
ubuntu-ui-toolkit (1.3.1688+15.10.20151018.1-0ubuntu1) wily; urgency=medium

  [ Tim Peeters ]
  * Add delegate property to ActionBar.
  * Introduce PageHeader component.
  * Add header property to Page.
Fixes LP: #1248898, LP: #1350893, LP: #1445016, LP: #1492328
  * Use the correct navigation overflow icon in PageHeader.

  [ Loïc Molinari ]
  * Fixed OpenGL ES 2 mipmap fallback. OpenGL ES 2 doesn't support
GL_TEXTURE_MAX_LEVEL by default, it is only available via an extension. It
was working on the devices where this extension is available but not on
the emulator. Fixes LP: #1505221.

  [ Christian Dywan ]
  * Handle incubateObject returning null in PageWrapperUtils.
Fixes LP: #1505197
  * Add module header to PageWrapperUtils.

  [ Zoltan Balogh ]
  * Improve test plan
- Ad -q parameter to provision the device for normal use with a PPA
- Fix up the camera and clock app on the device to acces services
- Replace phablet tools with manual enabling writable image
- Fix PPA pin up for staging and other regular PPAs.

  [ Zsombor Egri ]
  * Emit Dropped event for live ListItem drag'n'drop. Fixes LP: #1500118.

  [ Timo Jyrinki ]
  * Build dep on libinput-dev and libxkbcommon-dev (LP: #1437192).

  [ Benjamon Zeller ]
  * Remove unused variables.

  [ CI Train Bot ]
  * No-change rebuild.

 -- Zoltan Balogh   Sun, 18 Oct 2015
03:47:27 +

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

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

Title:
  RTL switch in UITK component gallery

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

Bug description:
  We should have a switch for RTL in the component gallery. Next to the
  theme switch button in the main page header is a good place.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1496913/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1488540] Re: Right clicks go through popovers

2015-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit -
1.3.1688+15.10.20151018.1-0ubuntu1

---
ubuntu-ui-toolkit (1.3.1688+15.10.20151018.1-0ubuntu1) wily; urgency=medium

  [ Tim Peeters ]
  * Add delegate property to ActionBar.
  * Introduce PageHeader component.
  * Add header property to Page.
Fixes LP: #1248898, LP: #1350893, LP: #1445016, LP: #1492328
  * Use the correct navigation overflow icon in PageHeader.

  [ Loïc Molinari ]
  * Fixed OpenGL ES 2 mipmap fallback. OpenGL ES 2 doesn't support
GL_TEXTURE_MAX_LEVEL by default, it is only available via an extension. It
was working on the devices where this extension is available but not on
the emulator. Fixes LP: #1505221.

  [ Christian Dywan ]
  * Handle incubateObject returning null in PageWrapperUtils.
Fixes LP: #1505197
  * Add module header to PageWrapperUtils.

  [ Zoltan Balogh ]
  * Improve test plan
- Ad -q parameter to provision the device for normal use with a PPA
- Fix up the camera and clock app on the device to acces services
- Replace phablet tools with manual enabling writable image
- Fix PPA pin up for staging and other regular PPAs.

  [ Zsombor Egri ]
  * Emit Dropped event for live ListItem drag'n'drop. Fixes LP: #1500118.

  [ Timo Jyrinki ]
  * Build dep on libinput-dev and libxkbcommon-dev (LP: #1437192).

  [ Benjamon Zeller ]
  * Remove unused variables.

  [ CI Train Bot ]
  * No-change rebuild.

 -- Zoltan Balogh   Sun, 18 Oct 2015
03:47:27 +

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

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

Title:
  Right clicks go through popovers

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

Bug description:
  When displaying e.g. an ActionSelectionPopover (but this is valid for
  generic Popovers too), clicking anywhere outside of the popover will
  dismiss it by default. A left-click inside the popover will typically
  trigger the action under the cursor. But a right-click is not
  intercepted and goes through the popover, to be processed by whatever
  is below it. I would tend to think that this is unwanted behaviour in
  the general case.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1488540/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1480199] Re: [UbuntuShape] Anti-aliasing is broken when rotated

2015-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit -
1.3.1688+15.10.20151018.1-0ubuntu1

---
ubuntu-ui-toolkit (1.3.1688+15.10.20151018.1-0ubuntu1) wily; urgency=medium

  [ Tim Peeters ]
  * Add delegate property to ActionBar.
  * Introduce PageHeader component.
  * Add header property to Page.
Fixes LP: #1248898, LP: #1350893, LP: #1445016, LP: #1492328
  * Use the correct navigation overflow icon in PageHeader.

  [ Loïc Molinari ]
  * Fixed OpenGL ES 2 mipmap fallback. OpenGL ES 2 doesn't support
GL_TEXTURE_MAX_LEVEL by default, it is only available via an extension. It
was working on the devices where this extension is available but not on
the emulator. Fixes LP: #1505221.

  [ Christian Dywan ]
  * Handle incubateObject returning null in PageWrapperUtils.
Fixes LP: #1505197
  * Add module header to PageWrapperUtils.

  [ Zoltan Balogh ]
  * Improve test plan
- Ad -q parameter to provision the device for normal use with a PPA
- Fix up the camera and clock app on the device to acces services
- Replace phablet tools with manual enabling writable image
- Fix PPA pin up for staging and other regular PPAs.

  [ Zsombor Egri ]
  * Emit Dropped event for live ListItem drag'n'drop. Fixes LP: #1500118.

  [ Timo Jyrinki ]
  * Build dep on libinput-dev and libxkbcommon-dev (LP: #1437192).

  [ Benjamon Zeller ]
  * Remove unused variables.

  [ CI Train Bot ]
  * No-change rebuild.

 -- Zoltan Balogh   Sun, 18 Oct 2015
03:47:27 +

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

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

Title:
  [UbuntuShape] Anti-aliasing is broken when rotated

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

Bug description:
  UbuntuShape doesn't render correctly when rotated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1480199/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1499179] Re: There must be a way for AdaptivePageLayout to load the primaryPage asynchronously

2015-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit -
1.3.1688+15.10.20151018.1-0ubuntu1

---
ubuntu-ui-toolkit (1.3.1688+15.10.20151018.1-0ubuntu1) wily; urgency=medium

  [ Tim Peeters ]
  * Add delegate property to ActionBar.
  * Introduce PageHeader component.
  * Add header property to Page.
Fixes LP: #1248898, LP: #1350893, LP: #1445016, LP: #1492328
  * Use the correct navigation overflow icon in PageHeader.

  [ Loïc Molinari ]
  * Fixed OpenGL ES 2 mipmap fallback. OpenGL ES 2 doesn't support
GL_TEXTURE_MAX_LEVEL by default, it is only available via an extension. It
was working on the devices where this extension is available but not on
the emulator. Fixes LP: #1505221.

  [ Christian Dywan ]
  * Handle incubateObject returning null in PageWrapperUtils.
Fixes LP: #1505197
  * Add module header to PageWrapperUtils.

  [ Zoltan Balogh ]
  * Improve test plan
- Ad -q parameter to provision the device for normal use with a PPA
- Fix up the camera and clock app on the device to acces services
- Replace phablet tools with manual enabling writable image
- Fix PPA pin up for staging and other regular PPAs.

  [ Zsombor Egri ]
  * Emit Dropped event for live ListItem drag'n'drop. Fixes LP: #1500118.

  [ Timo Jyrinki ]
  * Build dep on libinput-dev and libxkbcommon-dev (LP: #1437192).

  [ Benjamon Zeller ]
  * Remove unused variables.

  [ CI Train Bot ]
  * No-change rebuild.

 -- Zoltan Balogh   Sun, 18 Oct 2015
03:47:27 +

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

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

Title:
  There must be a way for AdaptivePageLayout to load the primaryPage
  asynchronously

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

Bug description:
  The current AdaptivePageLayout.primaryPage API forces the primary page
  to be loaded synchronously. In case the primary page creation is a
  long-running operation, the UI will be locked and unresponsive.

  There must be a way to specify the primary page same way as in
  addTo{Current|Next}Column() functions.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1499179/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1496468] Re: ListItem doesn't emit onClicked after user has swiped to leading item and back

2015-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit -
1.3.1688+15.10.20151018.1-0ubuntu1

---
ubuntu-ui-toolkit (1.3.1688+15.10.20151018.1-0ubuntu1) wily; urgency=medium

  [ Tim Peeters ]
  * Add delegate property to ActionBar.
  * Introduce PageHeader component.
  * Add header property to Page.
Fixes LP: #1248898, LP: #1350893, LP: #1445016, LP: #1492328
  * Use the correct navigation overflow icon in PageHeader.

  [ Loïc Molinari ]
  * Fixed OpenGL ES 2 mipmap fallback. OpenGL ES 2 doesn't support
GL_TEXTURE_MAX_LEVEL by default, it is only available via an extension. It
was working on the devices where this extension is available but not on
the emulator. Fixes LP: #1505221.

  [ Christian Dywan ]
  * Handle incubateObject returning null in PageWrapperUtils.
Fixes LP: #1505197
  * Add module header to PageWrapperUtils.

  [ Zoltan Balogh ]
  * Improve test plan
- Ad -q parameter to provision the device for normal use with a PPA
- Fix up the camera and clock app on the device to acces services
- Replace phablet tools with manual enabling writable image
- Fix PPA pin up for staging and other regular PPAs.

  [ Zsombor Egri ]
  * Emit Dropped event for live ListItem drag'n'drop. Fixes LP: #1500118.

  [ Timo Jyrinki ]
  * Build dep on libinput-dev and libxkbcommon-dev (LP: #1437192).

  [ Benjamon Zeller ]
  * Remove unused variables.

  [ CI Train Bot ]
  * No-change rebuild.

 -- Zoltan Balogh   Sun, 18 Oct 2015
03:47:27 +

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

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

Title:
  ListItem doesn't emit onClicked after user has swiped to leading item
  and back

Status in Canonical System Image:
  Fix Released
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  Steps to reproduce:

  1) Run the following QML from the console:

  import QtQuick 2.4
  import Ubuntu.Components 1.3

  MainView {
  Page {
  ListView {
  anchors.fill: parent
  model: 5
  delegate: ListItem {
  onClicked: {
  console.log("Clicked: " + index)
  }
  Label {
  anchors.centerIn: parent
  text: index
  }

  leadingActions: ListItemActions {
  actions: [
  Action {
  objectName: "leadingAction.delete"
  iconName: "delete"
  }
  ]
  }

  }
  }
  }
  }

  2) Click on item 2, note that "Clicked 2" is printed to the console

  3) Swipe right on item 3 to show the delete action

  4) Swipe left to hide the delete action

  5) Click on item 3

  Expected result:

   "Clicked 3" should be printed on the console

  Actual result:

   "Clicked 3" isn't printed due to onClicked never being emitted.

  Note that if instead of swiping left to hide the delete action you tap
  on the item to hide it the onClicked signal will work as expected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1496468/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1505197] Re: AdaptivePageLayout doesn't handle errors in QML of loaded pages

2015-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit -
1.3.1688+15.10.20151018.1-0ubuntu1

---
ubuntu-ui-toolkit (1.3.1688+15.10.20151018.1-0ubuntu1) wily; urgency=medium

  [ Tim Peeters ]
  * Add delegate property to ActionBar.
  * Introduce PageHeader component.
  * Add header property to Page.
Fixes LP: #1248898, LP: #1350893, LP: #1445016, LP: #1492328
  * Use the correct navigation overflow icon in PageHeader.

  [ Loïc Molinari ]
  * Fixed OpenGL ES 2 mipmap fallback. OpenGL ES 2 doesn't support
GL_TEXTURE_MAX_LEVEL by default, it is only available via an extension. It
was working on the devices where this extension is available but not on
the emulator. Fixes LP: #1505221.

  [ Christian Dywan ]
  * Handle incubateObject returning null in PageWrapperUtils.
Fixes LP: #1505197
  * Add module header to PageWrapperUtils.

  [ Zoltan Balogh ]
  * Improve test plan
- Ad -q parameter to provision the device for normal use with a PPA
- Fix up the camera and clock app on the device to acces services
- Replace phablet tools with manual enabling writable image
- Fix PPA pin up for staging and other regular PPAs.

  [ Zsombor Egri ]
  * Emit Dropped event for live ListItem drag'n'drop. Fixes LP: #1500118.

  [ Timo Jyrinki ]
  * Build dep on libinput-dev and libxkbcommon-dev (LP: #1437192).

  [ Benjamon Zeller ]
  * Remove unused variables.

  [ CI Train Bot ]
  * No-change rebuild.

 -- Zoltan Balogh   Sun, 18 Oct 2015
03:47:27 +

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

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

Title:
  AdaptivePageLayout doesn't handle errors in QML of loaded pages

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

Bug description:
  If a Page within AdaptivePageLayout has errors like type errors or
  invalid syntax you will get the following cryptic message:

  QQmlComponent: Component is not ready
  
file:///home/rumo/bau/uut.staging/qml/Ubuntu/Components/1.3/PageWrapperUtils.js:76:
 TypeError: Cannot read property 'status' of null

  It's unhelpfully pointing toward an internal component of the APL and
  nothing hints at the actual source of the problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1505197/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1494272] Re: [UbuntuShape] Replace the nodfdy workaround by a clean solution

2015-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit -
1.3.1688+15.10.20151018.1-0ubuntu1

---
ubuntu-ui-toolkit (1.3.1688+15.10.20151018.1-0ubuntu1) wily; urgency=medium

  [ Tim Peeters ]
  * Add delegate property to ActionBar.
  * Introduce PageHeader component.
  * Add header property to Page.
Fixes LP: #1248898, LP: #1350893, LP: #1445016, LP: #1492328
  * Use the correct navigation overflow icon in PageHeader.

  [ Loïc Molinari ]
  * Fixed OpenGL ES 2 mipmap fallback. OpenGL ES 2 doesn't support
GL_TEXTURE_MAX_LEVEL by default, it is only available via an extension. It
was working on the devices where this extension is available but not on
the emulator. Fixes LP: #1505221.

  [ Christian Dywan ]
  * Handle incubateObject returning null in PageWrapperUtils.
Fixes LP: #1505197
  * Add module header to PageWrapperUtils.

  [ Zoltan Balogh ]
  * Improve test plan
- Ad -q parameter to provision the device for normal use with a PPA
- Fix up the camera and clock app on the device to acces services
- Replace phablet tools with manual enabling writable image
- Fix PPA pin up for staging and other regular PPAs.

  [ Zsombor Egri ]
  * Emit Dropped event for live ListItem drag'n'drop. Fixes LP: #1500118.

  [ Timo Jyrinki ]
  * Build dep on libinput-dev and libxkbcommon-dev (LP: #1437192).

  [ Benjamon Zeller ]
  * Remove unused variables.

  [ CI Train Bot ]
  * No-change rebuild.

 -- Zoltan Balogh   Sun, 18 Oct 2015
03:47:27 +

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

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

Title:
  [UbuntuShape] Replace the nodfdy workaround by a clean solution

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

Bug description:
  We had to provide a quick fix for OpenGL implementations not
  supporting standard derivatives like the Ubuntu Touch emulator. That
  has to be replaced by a clean solution.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1494272/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1500118] Re: ListItem feature request: Signal at end of live drag

2015-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit -
1.3.1688+15.10.20151018.1-0ubuntu1

---
ubuntu-ui-toolkit (1.3.1688+15.10.20151018.1-0ubuntu1) wily; urgency=medium

  [ Tim Peeters ]
  * Add delegate property to ActionBar.
  * Introduce PageHeader component.
  * Add header property to Page.
Fixes LP: #1248898, LP: #1350893, LP: #1445016, LP: #1492328
  * Use the correct navigation overflow icon in PageHeader.

  [ Loïc Molinari ]
  * Fixed OpenGL ES 2 mipmap fallback. OpenGL ES 2 doesn't support
GL_TEXTURE_MAX_LEVEL by default, it is only available via an extension. It
was working on the devices where this extension is available but not on
the emulator. Fixes LP: #1505221.

  [ Christian Dywan ]
  * Handle incubateObject returning null in PageWrapperUtils.
Fixes LP: #1505197
  * Add module header to PageWrapperUtils.

  [ Zoltan Balogh ]
  * Improve test plan
- Ad -q parameter to provision the device for normal use with a PPA
- Fix up the camera and clock app on the device to acces services
- Replace phablet tools with manual enabling writable image
- Fix PPA pin up for staging and other regular PPAs.

  [ Zsombor Egri ]
  * Emit Dropped event for live ListItem drag'n'drop. Fixes LP: #1500118.

  [ Timo Jyrinki ]
  * Build dep on libinput-dev and libxkbcommon-dev (LP: #1437192).

  [ Benjamon Zeller ]
  * Remove unused variables.

  [ CI Train Bot ]
  * No-change rebuild.

 -- Zoltan Balogh   Sun, 18 Oct 2015
03:47:27 +

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

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

Title:
  ListItem feature request: Signal at end of live drag

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

Bug description:
  When a ListItem is dragged, it emits "Started" and "Moving" events.
  But if each "Moving" event is accepted, as happens in a live drag
  case, no "Dropped" event will be emitted when the item is finally
  dropped.  One should be added.  The "to" and "from" parameters could
  both be set to the final position, or they could be set to an invalid
  value.

  Example use cases:
  1) Updating an underlying data store.  The QML list model may present data 
stored on disk.  (In a database, for instance.)  Updating the model may be 
quick while updating the disk store is slow.  It would be nice to be able to 
give the feedback of the live updates but put off updating the data store until 
the drag is over.  The "Dropped" signal is necessary for this.
  2) Changing styling during drag.  A developer may want to change some styling 
of elements other than the dragged element during the drag.  For instance, 
non-dragged items could be shaded so as to be less prominent, or additional 
information could be presented.  The "Dropped" signal is necessary to know when 
to reset the styles.
  3) Consistency in a mixed drag action.  By choosing which "Moving" events to 
accept, a developer can create a situation in which parts of a drag are live 
and others are not.  Currently, the "Dropped" signal will be emitted for some 
of these drags and not for others.  In addition to being surprising, this may 
complicated clean-up code.  If the "Dropped" signal is always emitted, this 
situation would be simplified.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1500118/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1350893] Re: [sdk] Allow header background customization per page

2015-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit -
1.3.1688+15.10.20151018.1-0ubuntu1

---
ubuntu-ui-toolkit (1.3.1688+15.10.20151018.1-0ubuntu1) wily; urgency=medium

  [ Tim Peeters ]
  * Add delegate property to ActionBar.
  * Introduce PageHeader component.
  * Add header property to Page.
Fixes LP: #1248898, LP: #1350893, LP: #1445016, LP: #1492328
  * Use the correct navigation overflow icon in PageHeader.

  [ Loïc Molinari ]
  * Fixed OpenGL ES 2 mipmap fallback. OpenGL ES 2 doesn't support
GL_TEXTURE_MAX_LEVEL by default, it is only available via an extension. It
was working on the devices where this extension is available but not on
the emulator. Fixes LP: #1505221.

  [ Christian Dywan ]
  * Handle incubateObject returning null in PageWrapperUtils.
Fixes LP: #1505197
  * Add module header to PageWrapperUtils.

  [ Zoltan Balogh ]
  * Improve test plan
- Ad -q parameter to provision the device for normal use with a PPA
- Fix up the camera and clock app on the device to acces services
- Replace phablet tools with manual enabling writable image
- Fix PPA pin up for staging and other regular PPAs.

  [ Zsombor Egri ]
  * Emit Dropped event for live ListItem drag'n'drop. Fixes LP: #1500118.

  [ Timo Jyrinki ]
  * Build dep on libinput-dev and libxkbcommon-dev (LP: #1437192).

  [ Benjamon Zeller ]
  * Remove unused variables.

  [ CI Train Bot ]
  * No-change rebuild.

 -- Zoltan Balogh   Sun, 18 Oct 2015
03:47:27 +

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

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

Title:
  [sdk] Allow header background customization per page

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

Bug description:
  Each Page should have the ability to customize a few things about the
  look of the header, these changes should take affect when the page
  becomes the top page in a PageStack or the current tab in Tabs.

  headerColor: Set the background color of the Header
  headerGradient: Same as headerColor, only using a Gradient object instead of 
a single color
  headerImage: Set a background Image on the Header, resized to fit based on 
fillMode
  headerBorderImage: Same as headerImage, but using a BorderImage

  follow-up of this bug: https://bugs.launchpad.net/ubuntu-ui-
  toolkit/+bug/1315884 which I changed to only include header foreground
  color customization.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1350893/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1419667] Re: [DatePicker] pathItemCount binding loop when using DatePicker

2015-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit -
1.3.1688+15.10.20151018.1-0ubuntu1

---
ubuntu-ui-toolkit (1.3.1688+15.10.20151018.1-0ubuntu1) wily; urgency=medium

  [ Tim Peeters ]
  * Add delegate property to ActionBar.
  * Introduce PageHeader component.
  * Add header property to Page.
Fixes LP: #1248898, LP: #1350893, LP: #1445016, LP: #1492328
  * Use the correct navigation overflow icon in PageHeader.

  [ Loïc Molinari ]
  * Fixed OpenGL ES 2 mipmap fallback. OpenGL ES 2 doesn't support
GL_TEXTURE_MAX_LEVEL by default, it is only available via an extension. It
was working on the devices where this extension is available but not on
the emulator. Fixes LP: #1505221.

  [ Christian Dywan ]
  * Handle incubateObject returning null in PageWrapperUtils.
Fixes LP: #1505197
  * Add module header to PageWrapperUtils.

  [ Zoltan Balogh ]
  * Improve test plan
- Ad -q parameter to provision the device for normal use with a PPA
- Fix up the camera and clock app on the device to acces services
- Replace phablet tools with manual enabling writable image
- Fix PPA pin up for staging and other regular PPAs.

  [ Zsombor Egri ]
  * Emit Dropped event for live ListItem drag'n'drop. Fixes LP: #1500118.

  [ Timo Jyrinki ]
  * Build dep on libinput-dev and libxkbcommon-dev (LP: #1437192).

  [ Benjamon Zeller ]
  * Remove unused variables.

  [ CI Train Bot ]
  * No-change rebuild.

 -- Zoltan Balogh   Sun, 18 Oct 2015
03:47:27 +

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

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

Title:
  [DatePicker] pathItemCount binding loop when using DatePicker

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

Bug description:
  New problem with the latest UITK:

  ---
  tst_focus.qml: QWARN  : 
components::FocusingTests::test_0_transfer_focus(PickerPanel) 
file:///build/buildd/ubuntu-ui-toolkit-1.1.1403+15.04.20150206/modules/Ubuntu/Components/Pickers/Picker.qml:280:9:
 QML PathView: Binding loop detected for property "pathItemCount"
  tst_focus.qml: QWARN  : 
components::FocusingTests::test_0_transfer_focus(PickerPanel) 
file:///build/buildd/ubuntu-ui-toolkit-1.1.1403+15.04.20150206/modules/Ubuntu/Components/Pickers/Picker.qml:280:9:
 QML PathView: Binding loop detected for property "pathItemCount"
  ...
  (not sure if binding loops are related, no other indications of something 
being out of ordinary reported)
  ...
  tst_focus.qml: Totals: 17 passed, 0 failed, 1 skipped, 0 blacklisted
  tst_focus.qml: * Finished testing of components *
  tst_focus.qml: Shutting down
  DBus daemon: Shutdown
  Error: 2 warnings in tst_focus.qml
  tst_focus.qml exited with 666
  Makefile:356: recipe for target 'check' failed
  ---

  https://launchpadlibrarian.net/197084020/buildlog_ubuntu-vivid-amd64
  .ubuntu-ui-
  toolkit_1.1.1403%2B15.04.20150206-0ubuntu2~test1_FAILEDTOBUILD.txt.gz

  Interestingly while i386 and amd64 fail, armhf succeeds.

  https://wiki.ubuntu.com/Touch/QtTesting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1419667/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1495641] Re: SortFilterModel::get() doesn’t work with custom roles whose keys don’t start at 0

2015-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit -
1.3.1688+15.10.20151018.1-0ubuntu1

---
ubuntu-ui-toolkit (1.3.1688+15.10.20151018.1-0ubuntu1) wily; urgency=medium

  [ Tim Peeters ]
  * Add delegate property to ActionBar.
  * Introduce PageHeader component.
  * Add header property to Page.
Fixes LP: #1248898, LP: #1350893, LP: #1445016, LP: #1492328
  * Use the correct navigation overflow icon in PageHeader.

  [ Loïc Molinari ]
  * Fixed OpenGL ES 2 mipmap fallback. OpenGL ES 2 doesn't support
GL_TEXTURE_MAX_LEVEL by default, it is only available via an extension. It
was working on the devices where this extension is available but not on
the emulator. Fixes LP: #1505221.

  [ Christian Dywan ]
  * Handle incubateObject returning null in PageWrapperUtils.
Fixes LP: #1505197
  * Add module header to PageWrapperUtils.

  [ Zoltan Balogh ]
  * Improve test plan
- Ad -q parameter to provision the device for normal use with a PPA
- Fix up the camera and clock app on the device to acces services
- Replace phablet tools with manual enabling writable image
- Fix PPA pin up for staging and other regular PPAs.

  [ Zsombor Egri ]
  * Emit Dropped event for live ListItem drag'n'drop. Fixes LP: #1500118.

  [ Timo Jyrinki ]
  * Build dep on libinput-dev and libxkbcommon-dev (LP: #1437192).

  [ Benjamon Zeller ]
  * Remove unused variables.

  [ CI Train Bot ]
  * No-change rebuild.

 -- Zoltan Balogh   Sun, 18 Oct 2015
03:47:27 +

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

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

Title:
  SortFilterModel::get() doesn’t work with custom roles whose keys don’t
  start at 0

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

Bug description:
  (very similar to bug #1485674, with a similar fix too)

  QSortFilterProxyModelQML::get() doesn’t consider custom roles with
  keys that don’t start at 0.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1495641/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1497156] Re: ListItem does not swipe back when swipe is initiated over an overlay active component with mouse

2015-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit -
1.3.1688+15.10.20151018.1-0ubuntu1

---
ubuntu-ui-toolkit (1.3.1688+15.10.20151018.1-0ubuntu1) wily; urgency=medium

  [ Tim Peeters ]
  * Add delegate property to ActionBar.
  * Introduce PageHeader component.
  * Add header property to Page.
Fixes LP: #1248898, LP: #1350893, LP: #1445016, LP: #1492328
  * Use the correct navigation overflow icon in PageHeader.

  [ Loïc Molinari ]
  * Fixed OpenGL ES 2 mipmap fallback. OpenGL ES 2 doesn't support
GL_TEXTURE_MAX_LEVEL by default, it is only available via an extension. It
was working on the devices where this extension is available but not on
the emulator. Fixes LP: #1505221.

  [ Christian Dywan ]
  * Handle incubateObject returning null in PageWrapperUtils.
Fixes LP: #1505197
  * Add module header to PageWrapperUtils.

  [ Zoltan Balogh ]
  * Improve test plan
- Ad -q parameter to provision the device for normal use with a PPA
- Fix up the camera and clock app on the device to acces services
- Replace phablet tools with manual enabling writable image
- Fix PPA pin up for staging and other regular PPAs.

  [ Zsombor Egri ]
  * Emit Dropped event for live ListItem drag'n'drop. Fixes LP: #1500118.

  [ Timo Jyrinki ]
  * Build dep on libinput-dev and libxkbcommon-dev (LP: #1437192).

  [ Benjamon Zeller ]
  * Remove unused variables.

  [ CI Train Bot ]
  * No-change rebuild.

 -- Zoltan Balogh   Sun, 18 Oct 2015
03:47:27 +

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

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

Title:
  ListItem does not swipe back when swipe is initiated over an overlay
  active component with mouse

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

Bug description:
  Prerequisite: Any ListItem which has a Button or any active component
  as content in a ListItem

  1. Swipe the ListItem's leading or trailing actions in, initiated from over 
the active component
  2. The actions panel si swiped in
  3. Initiate the swipe out over the same or any other active component

  Expected result:
  - the ListItem swipes out

  Actual result:
  - The ListItem becomes highlighted, but it is not swiped at all.

  This happens with mouse only, with touch it works fine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1497156/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1372061] Re: SMS notification: time format not translatable

2015-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-settings-components -
0.6+15.10.20151021-0ubuntu1

---
ubuntu-settings-components (0.6+15.10.20151021-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Nick Dedekind ]
  * Fixed problem with message time text alignment. (LP: #1372061,
#1378821)

ubuntu-settings-components (0.6+15.10.20150915-0ubuntu1) wily;
urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Daniel d'Andrada ]
  * Avoid creating a deluge of deprecation warnings

  [ Lukáš Tinkl ]
  * Use the standalone month name for the calendar caption

  [ Nick Dedekind ]
  * Crop icons to aspect ratio inside UbuntuShapes. (LP: #1450229)

ubuntu-settings-components (0.6+15.10.20150903-0ubuntu1) wily;
urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Lukáš Tinkl ]
  * Setup message extraction, load the catalog from the plugins (LP:
#1436912)

ubuntu-settings-components (0.6+15.10.20150716-0ubuntu1) wily;
urgency=medium

  [ Michael Zanetti ]
  * Tell the layout what size we want the icons to be

  [ Nick Dedekind ]
  * Don't use preferred values inside Standard item compoonent Loader.
(LP: #1448716)
  * Multiline support for message replies (lp#1396058) (LP: #1396058)

ubuntu-settings-components (0.6+15.10.20150518-0ubuntu1) wily;
urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Nick Dedekind ]
  * ServerPropertySynchorniser - Do not update to old server value when
the control is no longer buffering.

ubuntu-settings-components (0.6+15.04.20150409.1-0ubuntu1) vivid;
urgency=medium

  [ Nick Dedekind ]
  * Added ServerActivationSync

  [ CI Train Bot ]
  * New rebuild forced.

ubuntu-settings-components (0.5+15.04.20150123.1-0ubuntu1) vivid;
urgency=medium

  [ Sebastien Bacher ]
  * Updated version, so the users of the new property can update their depends

ubuntu-settings-components (0.5-0ubuntu1) UNRELEASED; urgency=medium

  * Added SyncSwitch & SyncCheckBox components

ubuntu-settings-components (0.4+15.04.20141105-0ubuntu1) vivid;
urgency=low

  [ Sebastien Bacher ]
  * Get the string translation from telephony-service, that's a
workaround but ubuntu-settings-components is not currently setup for
translations (LP: #1389234)

ubuntu-settings-components (0.4+15.04.20141104-0ubuntu1) vivid;
urgency=low

  [ Nick Dedekind ]
  * Enable send button on input composition (LP: #1369737)

ubuntu-settings-components (0.4+14.10.20140926-0ubuntu1) utopic;
urgency=low

  * New rebuild forced

ubuntu-settings-components (0.4+14.10.20140918-0ubuntu1) utopic;
urgency=low

  [ Nick Dedekind ]
  * Added ability to use try*. Added target for test files in qcreator.

ubuntu-settings-components (0.4-0ubuntu1) UNRELEASED; urgency=medium

  [ Nick Dedekind ]

  * Updated components UI for design review

ubuntu-settings-components (0.3+14.10.20140708-0ubuntu1) utopic;
urgency=medium

  [ Nick Dedekind ]
  * Added plugin module for Ubuntu.Settings.Menus
  * Added TransferMenu

ubuntu-settings-components (0.2+14.10.20140701.2-0ubuntu2) utopic;
urgency=medium

  * debian/control:
list qtdeclarative5-ubuntu-ui-toolkit-plugin-gles as an alternative
choice, since provides are not versionned, should restore installability
on amd64 and i386

ubuntu-settings-components (0.2+14.10.20140701.2-0ubuntu1) utopic;
urgency=medium

  [ Michał Sawicz ]
  * Adapt to suru icon theme
  * Add new StatusIcon component. New run-time dependency: suru-icon-
theme.

ubuntu-settings-components (0.1+14.10.20140502-0ubuntu1) utopic;
urgency=low

  [ daker ]
  * Use Button instead of Image to avoid the MouseArea Made Min/Max
buttons clickable

  [ Nick Dedekind ]
  * Fixed issue with Access Point checkbox not fetching initial value.

ubuntu-settings-components (0.1+14.04.20140306-0ubuntu1) trusty;
urgency=low

  * New rebuild forced

ubuntu-settings-components (0.1+14.04.20140221-0ubuntu1) trusty;
urgency=low

  [ Nick Dedekind ]
  * Fixed slider issue where if minimum/maximum set after value, the
original value would be lost.

  [ Dimitri John Ledkov ]
  * Specify assets package to be Multi-Arch:foreign, to allow cross-
compilation of reverse-dependencies.

ubuntu-settings-components (0.1+14.04.20131217-0ubuntu1) trusty;
urgency=low

  [ Nick Dedekind ]
  * Fixed visual design of EventMenu. Simplified Checkbox/GroupMessage.
(LP: #1237752)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 59

ubuntu-settings-components (0.1+14.04.20131120.1-0ubuntu1) trusty;
urgency=low

  [ Robert Bruce Park ]
  * Initial release.
  * Inline packaging.

  [ Andrea Cimitan ]
  * Initial work
  * Initial CMakeLists.txt
  * Add basic test for ButtonMenu
  * Add simple test for MediaPlayerMenu
  * Added initial preliminar TODO
  * Added tests for SliderMenu, expose some properties
  * Removed not used id
  * Added tests for ProgressBarMenu, exposed properties
  * Updated TODO
  * Added tests for MediaPlayerMenu, removed the 

[Ubuntu-sdk-bugs] [Bug 1492328] Re: header icon color should match title label color when backgroundColor is set

2015-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit -
1.3.1688+15.10.20151018.1-0ubuntu1

---
ubuntu-ui-toolkit (1.3.1688+15.10.20151018.1-0ubuntu1) wily; urgency=medium

  [ Tim Peeters ]
  * Add delegate property to ActionBar.
  * Introduce PageHeader component.
  * Add header property to Page.
Fixes LP: #1248898, LP: #1350893, LP: #1445016, LP: #1492328
  * Use the correct navigation overflow icon in PageHeader.

  [ Loïc Molinari ]
  * Fixed OpenGL ES 2 mipmap fallback. OpenGL ES 2 doesn't support
GL_TEXTURE_MAX_LEVEL by default, it is only available via an extension. It
was working on the devices where this extension is available but not on
the emulator. Fixes LP: #1505221.

  [ Christian Dywan ]
  * Handle incubateObject returning null in PageWrapperUtils.
Fixes LP: #1505197
  * Add module header to PageWrapperUtils.

  [ Zoltan Balogh ]
  * Improve test plan
- Ad -q parameter to provision the device for normal use with a PPA
- Fix up the camera and clock app on the device to acces services
- Replace phablet tools with manual enabling writable image
- Fix PPA pin up for staging and other regular PPAs.

  [ Zsombor Egri ]
  * Emit Dropped event for live ListItem drag'n'drop. Fixes LP: #1500118.

  [ Timo Jyrinki ]
  * Build dep on libinput-dev and libxkbcommon-dev (LP: #1437192).

  [ Benjamon Zeller ]
  * Remove unused variables.

  [ CI Train Bot ]
  * No-change rebuild.

 -- Zoltan Balogh   Sun, 18 Oct 2015
03:47:27 +

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

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

Title:
  header icon color should match title label color when backgroundColor
  is set

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

Bug description:
  If I set a custom background color on a MainView, the color of the
  title label in the header is computed to make the title readable, but
  the color of the header icons isn’t, and it may be difficult to see
  them.

  See the attached standalone reproducer, where the background color is
  green, the title is white (white on green is fairly readable), but the
  header icon is the default light grey, which makes it very hard to
  view on the green background. I would expect the icon to be white too.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1492328/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1372061] Re: SMS notification: time format not translatable

2015-10-26 Thread Michał Sawicz
** Changed in: unity8 (Ubuntu)
   Status: In Progress => Fix Released

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

** Changed in: canonical-devices-system-image
   Status: In Progress => Fix Committed

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

Title:
  SMS notification: time format not translatable

Status in Canonical System Image:
  Fix Committed
Status in Ubuntu Translations:
  Triaged
Status in ubuntu-settings-components package in Ubuntu:
  Fix Released
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  See the attached screenshot. The time for the notification seems to be
  hardcoded to "hh:mm - mm, d". This works well for the US, but it's not
  a format that is used in all other countries. In Spain, for example,
  the date would rather be "d mm".

  The time format needs to be marked for translation.

  Not sure from which project the notifications come from, for some
  reason I seem to remember they were moved to u-s-s, but if it's the
  wrong project/package, please reassign. Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1372061/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1445016] Re: Having access to the page header component would be useful

2015-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit -
1.3.1688+15.10.20151018.1-0ubuntu1

---
ubuntu-ui-toolkit (1.3.1688+15.10.20151018.1-0ubuntu1) wily; urgency=medium

  [ Tim Peeters ]
  * Add delegate property to ActionBar.
  * Introduce PageHeader component.
  * Add header property to Page.
Fixes LP: #1248898, LP: #1350893, LP: #1445016, LP: #1492328
  * Use the correct navigation overflow icon in PageHeader.

  [ Loïc Molinari ]
  * Fixed OpenGL ES 2 mipmap fallback. OpenGL ES 2 doesn't support
GL_TEXTURE_MAX_LEVEL by default, it is only available via an extension. It
was working on the devices where this extension is available but not on
the emulator. Fixes LP: #1505221.

  [ Christian Dywan ]
  * Handle incubateObject returning null in PageWrapperUtils.
Fixes LP: #1505197
  * Add module header to PageWrapperUtils.

  [ Zoltan Balogh ]
  * Improve test plan
- Ad -q parameter to provision the device for normal use with a PPA
- Fix up the camera and clock app on the device to acces services
- Replace phablet tools with manual enabling writable image
- Fix PPA pin up for staging and other regular PPAs.

  [ Zsombor Egri ]
  * Emit Dropped event for live ListItem drag'n'drop. Fixes LP: #1500118.

  [ Timo Jyrinki ]
  * Build dep on libinput-dev and libxkbcommon-dev (LP: #1437192).

  [ Benjamon Zeller ]
  * Remove unused variables.

  [ CI Train Bot ]
  * No-change rebuild.

 -- Zoltan Balogh   Sun, 18 Oct 2015
03:47:27 +

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

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

Title:
  Having access to the page header component would be useful

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

Bug description:
  Using vivid, currently the pagestack/page try to be smart with the
  header and adjust margins as needed, but that doesn't always work and
  it would be nice to have access to the header component to be able to
  e.g anchor on header.bottom

  small testcase example attached, the intend is to center the label but
  it's not easy to do (you can do it by tweaking the topMargin though)

  (note that the code is inspired from the system settings updates panel
  and bug #1429280)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1445016/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1205144] Re: We can't set the objectName to a ActionSelectionPopover Action

2015-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit -
1.3.1688+15.10.20151018.1-0ubuntu1

---
ubuntu-ui-toolkit (1.3.1688+15.10.20151018.1-0ubuntu1) wily; urgency=medium

  [ Tim Peeters ]
  * Add delegate property to ActionBar.
  * Introduce PageHeader component.
  * Add header property to Page.
Fixes LP: #1248898, LP: #1350893, LP: #1445016, LP: #1492328
  * Use the correct navigation overflow icon in PageHeader.

  [ Loïc Molinari ]
  * Fixed OpenGL ES 2 mipmap fallback. OpenGL ES 2 doesn't support
GL_TEXTURE_MAX_LEVEL by default, it is only available via an extension. It
was working on the devices where this extension is available but not on
the emulator. Fixes LP: #1505221.

  [ Christian Dywan ]
  * Handle incubateObject returning null in PageWrapperUtils.
Fixes LP: #1505197
  * Add module header to PageWrapperUtils.

  [ Zoltan Balogh ]
  * Improve test plan
- Ad -q parameter to provision the device for normal use with a PPA
- Fix up the camera and clock app on the device to acces services
- Replace phablet tools with manual enabling writable image
- Fix PPA pin up for staging and other regular PPAs.

  [ Zsombor Egri ]
  * Emit Dropped event for live ListItem drag'n'drop. Fixes LP: #1500118.

  [ Timo Jyrinki ]
  * Build dep on libinput-dev and libxkbcommon-dev (LP: #1437192).

  [ Benjamon Zeller ]
  * Remove unused variables.

  [ CI Train Bot ]
  * No-change rebuild.

 -- Zoltan Balogh   Sun, 18 Oct 2015
03:47:27 +

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

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

Title:
  We can't set the objectName to a ActionSelectionPopover Action

Status in Ubuntu UI Toolkit:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  I'm writing tests to the ubuntu-filemanager-app. It has an
  ActionSelectionPopover with the actions you can do execute on a file,
  like rename, delete, etc.

  I'd like autopilot to click the rename button, but currently I can
  only do it selecting the object by its text. This is bad as the text
  can change and it will fail on a machine with a different language. It
  would be better to select it by objectName.

  But, if I do something like this:

  Action {
  objectName: "rename"
  text: i18n.tr("Rename")
  }

  The objectName I assigned is not present on the element.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1205144/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1248898] Re: No documentation for how to hide MainView's header

2015-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit -
1.3.1688+15.10.20151018.1-0ubuntu1

---
ubuntu-ui-toolkit (1.3.1688+15.10.20151018.1-0ubuntu1) wily; urgency=medium

  [ Tim Peeters ]
  * Add delegate property to ActionBar.
  * Introduce PageHeader component.
  * Add header property to Page.
Fixes LP: #1248898, LP: #1350893, LP: #1445016, LP: #1492328
  * Use the correct navigation overflow icon in PageHeader.

  [ Loïc Molinari ]
  * Fixed OpenGL ES 2 mipmap fallback. OpenGL ES 2 doesn't support
GL_TEXTURE_MAX_LEVEL by default, it is only available via an extension. It
was working on the devices where this extension is available but not on
the emulator. Fixes LP: #1505221.

  [ Christian Dywan ]
  * Handle incubateObject returning null in PageWrapperUtils.
Fixes LP: #1505197
  * Add module header to PageWrapperUtils.

  [ Zoltan Balogh ]
  * Improve test plan
- Ad -q parameter to provision the device for normal use with a PPA
- Fix up the camera and clock app on the device to acces services
- Replace phablet tools with manual enabling writable image
- Fix PPA pin up for staging and other regular PPAs.

  [ Zsombor Egri ]
  * Emit Dropped event for live ListItem drag'n'drop. Fixes LP: #1500118.

  [ Timo Jyrinki ]
  * Build dep on libinput-dev and libxkbcommon-dev (LP: #1437192).

  [ Benjamon Zeller ]
  * Remove unused variables.

  [ CI Train Bot ]
  * No-change rebuild.

 -- Zoltan Balogh   Sun, 18 Oct 2015
03:47:27 +

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

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

Title:
  No documentation for how to hide MainView's header

Status in Ubuntu UI Toolkit:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  All Ubuntu applications should have a MainView, even if you want the
  app to be fullscreen and not contain the "Ubuntu header" (for example
  a game). The way to do this, currently, is to have a Header and a
  Page, and set the Page's title to the empty string, "". This will hide
  the header. This is, however, undocumented, and even if documented is
  a bit crufty (what happens if you have more than one page and one of
  them has a blank title? Does the header appear only on some pages?
  That would mean that you can switch between pages until you get to a
  headerless one and then you're stuck there.) Perhaps there should be a
  hideHeader boolean property on MainView or similar: it would do the
  same thing as setting the current Page's title to "", but would be a
  property of the header rather than the page: it would also make it
  easier to discover this feature from reading the documentation,
  because there would be an explicit property to do what's required
  rather than a magic value of an existing property.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1248898/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1510201] [NEW] AdaptativeLayout take longer to show a page

2015-10-26 Thread Renato Araujo Oliveira Filho
Public bug reported:

Device: krillin
Image: Ubuntu 15.04 (r153)


I created a small/simple example with Pages using the new AdaptativeLayout.

On this example the second page takes about 2.6 secs to show the page.
While it only took 1.3 secs (Still a long time) when using PageStack.


OBS:  You can easily change the example to use PageStack just changing the 
commented lines.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "example"
   
https://bugs.launchpad.net/bugs/1510201/+attachment/4505837/+files/layout.tar.bz2

** Summary changed:

- AdaptativeLayout tooks longer to show a page
+ AdaptativeLayout take longer to show a page

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

Title:
  AdaptativeLayout take longer to show a page

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

Bug description:
  Device: krillin
  Image: Ubuntu 15.04 (r153)

  
  I created a small/simple example with Pages using the new AdaptativeLayout.

  On this example the second page takes about 2.6 secs to show the page.
  While it only took 1.3 secs (Still a long time) when using PageStack.

  
  OBS:  You can easily change the example to use PageStack just changing the 
commented lines.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1510201/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1510219] [NEW] MediaPlayer.Playlist.playbackMode does not emit changes (onPlaybackModeChanged) usually until you change track

2015-10-26 Thread Jim Hodapp
Public bug reported:

MediaPlayer.Playlist.playbackMode does not emit changes
(onPlaybackModeChanged) usually until you change track while using the
new background playlist and new music-app-dev branch [1].

[1] https://code.launchpad.net/~music-app-dev/music-app/media-hub-bg-
playlists-rework

** Affects: canonical-devices-system-image
 Importance: Undecided
 Status: New

** Affects: qtubuntu-media (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: qtubuntu-media (Ubuntu RTM)
 Importance: Undecided
 Status: New


** Tags: bgplaylist

** Tags added: bgplaylist

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Also affects: qtubuntu-media (Ubuntu RTM)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtubuntu-media in Ubuntu.
https://bugs.launchpad.net/bugs/1510219

Title:
  MediaPlayer.Playlist.playbackMode does not emit changes
  (onPlaybackModeChanged) usually until you change track

Status in Canonical System Image:
  New
Status in qtubuntu-media package in Ubuntu:
  New
Status in qtubuntu-media package in Ubuntu RTM:
  New

Bug description:
  MediaPlayer.Playlist.playbackMode does not emit changes
  (onPlaybackModeChanged) usually until you change track while using the
  new background playlist and new music-app-dev branch [1].

  [1] https://code.launchpad.net/~music-app-dev/music-app/media-hub-bg-
  playlists-rework

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1510219/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp