[Ubuntu-sdk-bugs] [Bug 1503832] Re: SDK cross build does not set PKG_CONFIG_PATH properly according to the architecture

2015-11-10 Thread Benjamin Zeller
** Also affects: click (Ubuntu) Importance: Undecided Status: New ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Incomplete => Triaged -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to

[Ubuntu-sdk-bugs] [Bug 1514856] Re: Receiving "Ambiguous shortcut" even when action is not in use

2015-11-10 Thread Bill Filler
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Milestone: None => ww02-2016 ** Changed in: canonical-devices-system-image Assignee: (unassigned) => Zoltan Balogh (bzoltan) ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1514860] Re: OptionSelector does not work with keyboard

2015-11-10 Thread Bill Filler
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Assignee: (unassigned) => Zoltan Balogh (bzoltan) ** Changed in: canonical-devices-system-image Milestone: None => ww02-2016 ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1514822] Re: activeFocusOnTab is not accessible

2015-11-10 Thread Bill Filler
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Milestone: None => ww02-2016 ** Changed in: canonical-devices-system-image Assignee: (unassigned) => Zoltan Balogh (bzoltan) ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1514928] Re: ListItem outside ListView segfaults

2015-11-10 Thread Bill Filler
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Milestone: None => ww02-2016 ** Changed in: canonical-devices-system-image Assignee: (unassigned) => Zoltan Balogh (bzoltan) ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1514928] [NEW] ListItem outside ListView segfaults

2015-11-10 Thread Jonas G. Drange
Public bug reported: Reproduce: Use the code from the documentation [1] but add selected: true to any ListItem. What happens: UUITK segfaults What should happen: It should highlight and not crash Stack trace: http://pastebin.ubuntu.com/13217004/ Seems selectedList.contains(-1) segfaults for

[Ubuntu-sdk-bugs] [Bug 1501668] Re: ListItem leadingActions have odd behaviour

2015-11-10 Thread Neil McPhail
This seems to be fixed with OTA-7 ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => 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/1501668

[Ubuntu-sdk-bugs] [Bug 1508260] Re: un-starring a scope jumps several scopes to the right

2015-11-10 Thread Albert Astals Cid
The bug can be reproduced in http://paste.ubuntu.com/13215032/ so not a unity8 nor unity-scopes-shell bug. ** Also affects: qtdeclarative-opensource-src (Ubuntu) Importance: Undecided Status: New ** Changed in: unity8 (Ubuntu) Status: New => Invalid ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1514856] [NEW] Receiving "Ambiguous shortcut" even when action is not in use

2015-11-10 Thread Renato Araujo Oliveira Filho
Public bug reported: I am trying to use "Esc" shortcut for several actions on my project (most of than for the back button action on Page header), but even when only one back button is visible/active/in use I still receiving the message "QML Action: Ambiguous shortcut: Esc". ** Affects:

[Ubuntu-sdk-bugs] [Bug 1514344] Re: Upstream remaining bits and port to upstream QDeclarativePlaylist version

2015-11-10 Thread Jim Hodapp
** Changed in: qtmultimedia-opensource-src (Ubuntu) Status: New => Triaged ** Changed in: qtmultimedia-opensource-src (Ubuntu RTM) Status: New => Triaged ** Changed in: qtmultimedia-opensource-src (Ubuntu RTM) Status: Triaged => In Progress -- You received this bug

[Ubuntu-sdk-bugs] [Bug 1514860] [NEW] OptionSelector does not work with keyboard

2015-11-10 Thread Renato Araujo Oliveira Filho
Public bug reported: OptionSelector does not fully work with only keyboard. There is no way to select a option on OptionSelector using only the keyboard. Pressing the arrows does not navigate on the options. And it does not have any visual feedback that it contains focus. ** Affects:

[Ubuntu-sdk-bugs] [Bug 1514850] [NEW] There is no visual feedback for Header actions with focus

2015-11-10 Thread Renato Araujo Oliveira Filho
Public bug reported: While implementing keyboard navigation on address-book I notice that the actions in the header (and buttons) are receiving focus but there is no visible feedback which action contains the focus. Besides that the focus never returns to the page items, as you can see on the

[Ubuntu-sdk-bugs] [Bug 1514822] [NEW] activeFocusOnTab is not accessible

2015-11-10 Thread Renato Araujo Oliveira Filho
Public bug reported: I am using QtQuick 2.4 and Ubuntu.Components.ListItems 1.3. By default all ListItems receive focus. For my app I want to disable focus for some of the items. I am trying to set "activeFocusOnTab" to false but I am receiving this error message: