[Touch-packages] [Bug 1527138] [NEW] apicheck should include C++ class/filename used by AP

2015-12-17 Thread Christian Dywan
Public bug reported:

The original C++ classname and the filename for QML respectively are at
the base of any public class name(s). That's the only name AutoPilot can
see so it's critical for ABI. It should be tracked in the .api file.

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

-- 
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/1527138

Title:
  apicheck should include C++ class/filename used by AP

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

Bug description:
  The original C++ classname and the filename for QML respectively are
  at the base of any public class name(s). That's the only name
  AutoPilot can see so it's critical for ABI. It should be tracked in
  the .api file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1527138/+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 1527138] Re: apicheck should include C++ class/filename used by AP

2015-12-17 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => High

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

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

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

-- 
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/1527138

Title:
  apicheck should include C++ class/filename used by AP

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

Bug description:
  The original C++ classname and the filename for QML respectively are
  at the base of any public class name(s). That's the only name
  AutoPilot can see so it's critical for ABI. It should be tracked in
  the .api file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1527138/+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 1526813] [NEW] Need support for stroke style Rectangle

2015-12-16 Thread Christian Dywan
Public bug reported:

For list item/ menu focus visuals we need the outline of a Rectangle but
no filled color.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Assignee: Loïc Molinari (loic.molinari)
 Status: 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/1526813

Title:
  Need support for stroke style Rectangle

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

Bug description:
  For list item/ menu focus visuals we need the outline of a Rectangle
  but no filled color.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1526813/+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 1526726] Re: Scrollbars in TextArea don't receive mouse hover events

2015-12-16 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Christian Dywan (kalikiana)

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => Medium

** 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/1526726

Title:
  Scrollbars in TextArea don't receive mouse hover events

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

Bug description:
  r1773

  Scrollbars in TextArea currently don't receive mouse hover events, and
  that prevents them from providing the expected UX (the new scrollbar
  expands and shows steppers when hovered with a mouse)

  By having a quick look at the code I noticed that moving the
  Scrollbars below the Flickable fixes the issue.

  I believe that what is happening is that Mouse.forwardTo: [main]
  inside InputHandler is forcing the mouse events to skip the scrollbars
  and go directly to the root item, though I'm not sure about this
  theory.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1526726/+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 1523818] Re: OptionSelector needs keyboard support

2015-12-16 Thread Christian Dywan
*** This bug is a duplicate of bug 1514860 ***
https://bugs.launchpad.net/bugs/1514860

** This bug has been marked a duplicate of bug 1514860
   OptionSelector does not work with keyboard

-- 
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/1523818

Title:
  OptionSelector needs keyboard support

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Triaged
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  New

Bug description:
  The OptionSelector needs to expand and collapse with a keyboard, via
  Space/Enter key, Up/Down arrows change the current choice while the
  dropdown is visible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1523818/+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 1523794] Re: Cannot use keyboard to trigger a Button

2015-12-16 Thread Christian Dywan
** 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/1523794

Title:
  Cannot use keyboard to trigger a Button

Status in Canonical System Image:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  New

Bug description:
  Using the Return key in a Button emits the clicked signal, but not
  triggered.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1523794/+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 1225139] Re: [sdk] Switch and CheckBox do not visually indicate focus

2015-12-16 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
   Status: In Progress => Fix Committed

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

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

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => High

** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
     Assignee: Christian Dywan (kalikiana) => (unassigned)

-- 
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/1225139

Title:
  [sdk] Switch and CheckBox do not visually indicate focus

Status in Canonical System Image:
  In Progress
Status in Ubuntu UX:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  Fix Committed

Bug description:
  [updated description]

  The Switch and CheckBox components can have focus:true set (and can be
  targets of KeyNavigation.(back)tab, but do not indicate this visually.

  If I set a Checkbox to be the target of a TextField's
  KeyNavigation.tab, I can tab to it and change its state with the
  return key, but there's no way to tell that it's active.

  –––

  Update:

  This is part of a larger bit of work we're currently doing. These
  issues will be resolved as part of this project.

  Progress:
  https://canonical.leankit.com/Boards/View/107963243/115888542

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1225139/+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 1526384] Re: InputHandler doesn't consume the Key events it handles

2015-12-15 Thread Christian Dywan
** 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/1526384

Title:
  InputHandler doesn't consume the Key events it handles

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

Bug description:
  r1767

  InputHandler handles Pg_UP and Pg_DOWN keys, but doesn't stop the key event 
from propagating.
  That results in both the input handler and its parents getting and handling 
the key event.

  Concrete example:
  - Focus on TextArea, use Pg_UP to scroll up in the text field
  - TextArea will scroll up
  - If TextArea's ancestors includes ScrollView (not yet released) or any other 
component that handles the same keys, that component will receive the events as 
well, and both will act at the same time.

  This is probably not what we want :)

  Key events in QML are not consume by default, so we have to explicitly
  set "event.accepted = true" to stop a key event from propagating up
  the hierarchy.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1526384/+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 1526208] Re: (Shift)Tab must not leave dialog/popover/menu

2015-12-15 Thread Christian Dywan
** Description changed:

  It must not be possible to leave a dialog/popover/menu using (Shift)Tab.
  The only expected ways to leave are Escape and any component or key in
  the popover which would result in closing it.
+ 
+ 
http://code.qt.io/cgit/qt/qtdeclarative.git/diff/?id=6328dd2d2743ed540efea89742261f24552d7611
+ 5.6 alpha introduces private API, isTabFence, to confine focus to a 
container. We could introduce API on StyledItem to expose that and use it in 
popovers.

-- 
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/1526208

Title:
  (Shift)Tab must not leave dialog/popover/menu

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

Bug description:
  It must not be possible to leave a dialog/popover/menu using
  (Shift)Tab. The only expected ways to leave are Escape and any
  component or key in the popover which would result in closing it.

  
http://code.qt.io/cgit/qt/qtdeclarative.git/diff/?id=6328dd2d2743ed540efea89742261f24552d7611
  5.6 alpha introduces private API, isTabFence, to confine focus to a 
container. We could introduce API on StyledItem to expose that and use it in 
popovers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1526208/+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 1526208] [NEW] (Shift)Tab must not leave dialog/popover/menu

2015-12-15 Thread Christian Dywan
Public bug reported:

It must not be possible to leave a dialog/popover/menu using (Shift)Tab.
The only expected ways to leave are Escape and any component or key in
the popover which would result in closing it.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Status: 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/1526208

Title:
  (Shift)Tab must not leave dialog/popover/menu

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

Bug description:
  It must not be possible to leave a dialog/popover/menu using
  (Shift)Tab. The only expected ways to leave are Escape and any
  component or key in the popover which would result in closing it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1526208/+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 1523833] Re: Pressing Escape should close an open Dialog

2015-12-15 Thread Christian Dywan
** 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/1523833

Title:
  Pressing Escape should close an open Dialog

Status in Canonical System Image:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  New

Bug description:
  Pressing Escape should close an open Dialog.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1523833/+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 1526250] [NEW] Pressing Escape should close an open PickerPanel

2015-12-15 Thread Christian Dywan
Public bug reported:

If a DatePicker opens a PickerPanel, Escape should close it.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Status: 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/1526250

Title:
  Pressing Escape should close an open PickerPanel

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

Bug description:
  If a DatePicker opens a PickerPanel, Escape should close it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1526250/+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 1526208] Re: (Shift)Tab must not leave dialog/popover/menu

2015-12-15 Thread Christian Dywan
** Changed in: qtdeclarative-opensource-src (Ubuntu)
 Assignee: (unassigned) => Timo Jyrinki (timo-jyrinki)

** Changed in: qtdeclarative-opensource-src (Ubuntu)
   Importance: Undecided => High

** Changed in: qtdeclarative-opensource-src (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/1526208

Title:
  (Shift)Tab must not leave dialog/popover/menu

Status in qtdeclarative-opensource-src package in Ubuntu:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  It must not be possible to leave a dialog/popover/menu using
  (Shift)Tab. The only expected ways to leave are Escape and any
  component or key in the popover which would result in closing it.

  
http://code.qt.io/cgit/qt/qtdeclarative.git/diff/?id=6328dd2d2743ed540efea89742261f24552d7611
  5.6 alpha introduces private API, isTabFence, to confine focus to a 
container. We could introduce API on StyledItem to expose that and use it in 
popovers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1526208/+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 1368390] Re: Button shouldn't steal focus by default

2015-12-15 Thread Christian Dywan
The most recent discussions around the focus UX are so far reaffirming
that all components take focus on click out of the box, anything else is
likely wrong, or otherwise a special case. Click/ touch needs to pass on
focus so that subsequent keyboard navigation continues from that
respective component. It also needs to steal focus to be able to hide
the OSK which remains as long as any text input has focus. The only
thing that is not given on click/touch is visual indication of focus -
unless you use the keyboard to move around.

It's still possible that we find a case where this behavior needs to be
more refined, but right now it's looking like the reported bug is making
the wrong assumptions. You may want to validate your specific use cases
with UX - in the bug report no concrete use case is given so I can't
comment on that - but I'm happy to respond if you can be more specific.

-- 
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/1368390

Title:
  Button shouldn't steal focus by default

Status in Canonical System Image:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  New

Bug description:
  The upstream Button component has "activeFocusOnPress: false" as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  "MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: "click"
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1368390/+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 1523828] Re: Escape key needs to close popovers

2015-12-15 Thread Christian Dywan
** 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/1523828

Title:
  Escape key needs to close popovers

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

Bug description:
  Pressing Escape should close an open Popover.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1523828/+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 1368390] Re: Button shouldn't steal focus by default

2015-12-14 Thread Christian Dywan
** Branch unlinked: lp:~ubuntu-sdk-team/ubuntu-ui-
toolkit/buttonKeyboardNavigation

-- 
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/1368390

Title:
  Button shouldn't steal focus by default

Status in Canonical System Image:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  New

Bug description:
  The upstream Button component has "activeFocusOnPress: false" as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  "MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: "click"
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1368390/+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 1524234] Re: QML function trigger() with no argument doesn't override ActionItem.trigger

2015-12-14 Thread Christian Dywan
** 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/1524234

Title:
  QML function trigger() with no argument doesn't override
  ActionItem.trigger

Status in Canonical System Image:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  In QML it's only natural to declare

  function trigger() { }

  on an ActionItem (derived item) and expect it to override the trigger
  slot.

  This doesn't work - sometimes it works if the function is declared
  with an argument, other times not at all.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1524234/+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 1524710] Re: tests/unit/tst_*/tst_*: error while loading shared libraries: libUbuntuComponents.so: cannot open object file: No such file or directory

2015-12-11 Thread Christian Dywan
** 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/1524710

Title:
  tests/unit/tst_*/tst_*: error while loading shared libraries:
  libUbuntuComponents.so: cannot open object file: No such file or
  directory

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

Bug description:
  I'm seeing plenty errors of the form

  tests/unit/tst_*/tst_*: error while loading shared libraries:
  libUbuntuComponents.so: cannot open object file: No such file or
  directory

  in staging, both locally and in CI logs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1524710/+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 1525174] Re: UITK trunk causes address-book-app test to fail on xenial only

2015-12-11 Thread Christian Dywan
The "maxDelta must be a positive number" seems to come from
setPixelsPerMm in UCSwipeArea. It seems that
window->screen()->physicalDotsPerInch() / 25.4 can be negative on
Xenial.

-- 
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/1525174

Title:
  UITK trunk causes address-book-app test to fail on xenial only

Status in address-book-app package in Ubuntu:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  With current UITK trunk (that was released to vivid only as a special
  case since there are no problems there) the following error is gotten
  with address-book-app's contact_list test:

  1/9 Test #1: contact_list .***Failed0.65 sec
  * Start testing of qmltestrunner *
  Config: Using QtTest library 5.5.1, Qt 5.5.1 (x86_64-little_endian-lp64 
shared (dynamic) release build; by GCC 5.3.1 20151207)
  PASS   : qmltestrunner::contactListTestCase::initTestCase()
  QWARN  : qmltestrunner::contactListTestCase::test_managerProperty() Fail to 
connect with syncfw
  QFATAL : qmltestrunner::contactListTestCase::test_managerProperty() 
Damper::maxDelta must be a positive number.
  FAIL!  : qmltestrunner::contactListTestCase::test_managerProperty() Received 
a fatal error.
 Loc: [Unknown file(0)]
  Totals: 1 passed, 1 failed, 0 skipped, 0 blacklisted
  * Finished testing of qmltestrunner *
  Aborted (core dumped)

  This happens only with the UITK trunk and only on xenial.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/address-book-app/+bug/1525174/+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 1350915] Re: [sdk] Colors should have symbolic names

2015-12-10 Thread Christian Dywan
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/palette

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

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Zsombor Egri (zsombi)

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => High

-- 
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/1350915

Title:
  [sdk] Colors should have symbolic names

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

Bug description:
  [Updated description]

  Reading
  http://developer.ubuntu.com/api/qml/sdk-14.10/Ubuntu.Components.UbuntuColors/
  the documentation suggests to use e.g blue for selection ... shouldn't
  we rather have named colors, e.g "selectionColor"? This way, if the
  theme change a day we don't need to patch every single application we
  are shipping to change the color!

  –––

  Progress update:

  We've updated the colour palette with a more useful naming structure:

  
https://docs.google.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw/edit#bookmark=id.5zug5fr1w8zi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1350915/+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 1524710] Re: tests/unit/tst_*/tst_*: error while loading shared libraries: libUbuntuComponents.so: cannot open object file: No such file or directory

2015-12-10 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/1524710

Title:
  tests/unit/tst_*/tst_*: error while loading shared libraries:
  libUbuntuComponents.so: cannot open object file: No such file or
  directory

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

Bug description:
  I'm seeing plenty errors of the form

  tests/unit/tst_*/tst_*: error while loading shared libraries:
  libUbuntuComponents.so: cannot open object file: No such file or
  directory

  in staging, both locally and in CI logs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1524710/+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 1524710] [NEW] tests/unit/tst_*/tst_*: error while loading shared libraries: libUbuntuComponents.so: cannot open object file: No such file or directory

2015-12-10 Thread Christian Dywan
Public bug reported:

I'm seeing plenty errors of the form

tests/unit/tst_*/tst_*: error while loading shared libraries:
libUbuntuComponents.so: cannot open object file: No such file or
directory

in staging, both locally and in CI logs.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Critical
 Status: 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/1524710

Title:
  tests/unit/tst_*/tst_*: error while loading shared libraries:
  libUbuntuComponents.so: cannot open object file: No such file or
  directory

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

Bug description:
  I'm seeing plenty errors of the form

  tests/unit/tst_*/tst_*: error while loading shared libraries:
  libUbuntuComponents.so: cannot open object file: No such file or
  directory

  in staging, both locally and in CI logs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1524710/+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 1428757] Re: [SDK] Header should be responsive for Tablet and Desktop form factors

2015-12-10 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Triaged => 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/1428757

Title:
  [SDK] Header should be responsive for Tablet and Desktop form factors

Status in Ubuntu UI Toolkit:
  New
Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  As part of our convergence path to Tablet and Desktop form factors, we will 
have more screen real estate and less constrained.
  Therefore, we have more space to provide additional affordances.
  - Optional subheader, with increased flexibility
  - Max 4 slots on the right
  - Capability of adding input field expanded or dropdown (not both)
  - Capability of adding tabs
  - Capability of having responsive labels display - once breakpoint is 
reached, labels are displayed

  UX spec here:
  
https://www.dropbox.com/s/j47sua4ilof0zud/050315_Convergence%20-%20Header_gv.pdf?dl=0

  VD link TBC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1428757/+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 1524234] [NEW] QML function trigger() with no argument doesn't override ActionItem.trigger

2015-12-09 Thread Christian Dywan
Public bug reported:

In QML it's only natural to declare

function trigger() { }

on an ActionItem (derived item) and expect it to override the trigger
slot.

This doesn't work - sometimes it works if the function is declared with
an argument, other times not at all.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Critical
 Assignee: Zsombor Egri (zsombi)
 Status: 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/1524234

Title:
  QML function trigger() with no argument doesn't override
  ActionItem.trigger

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

Bug description:
  In QML it's only natural to declare

  function trigger() { }

  on an ActionItem (derived item) and expect it to override the trigger
  slot.

  This doesn't work - sometimes it works if the function is declared
  with an argument, other times not at all.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1524234/+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 1368390] Re: Button shouldn't steal focus by default

2015-12-08 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit
 Assignee: Zsombor Egri (zsombi) => (unassigned)

-- 
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/1368390

Title:
  Button shouldn't steal focus by default

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

Bug description:
  The upstream Button component has "activeFocusOnPress: false" as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  "MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: "click"
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1368390/+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 1523794] Re: Cannot use keyboard to trigger a Button

2015-12-08 Thread Christian Dywan
** 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/1523794

Title:
  Cannot use keyboard to trigger a Button

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

Bug description:
  Using the Return key in a Button emits the clicked signal, but not
  triggered.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1523794/+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 1514850] Re: There is no visual feedback for Header actions with focus

2015-12-08 Thread Christian Dywan
** 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/1514850

Title:
  There is no visual feedback for Header actions  with focus

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  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 attached example. Pressing "tab" does not move the focus to
  next item in the chain.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1514850/+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 1523817] [NEW] ComboButton needs keyboard support

2015-12-08 Thread Christian Dywan
Public bug reported:

The ComboButton needs to open and close with a keyboard, via Space/Enter
key, Up/Down arrows change the current choice while the dropdown is
visible.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Assignee: Christian Dywan (kalikiana)
 Status: Triaged

-- 
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/1523817

Title:
  ComboButton needs keyboard support

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

Bug description:
  The ComboButton needs to open and close with a keyboard, via
  Space/Enter key, Up/Down arrows change the current choice while the
  dropdown is visible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1523817/+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 1523818] [NEW] OptionSelector needs keyboard support

2015-12-08 Thread Christian Dywan
Public bug reported:

The OptionSelector needs to expand and collapse with a keyboard, via
Space/Enter key, Up/Down arrows change the current choice while the
dropdown is visible.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Assignee: Christian Dywan (kalikiana)
 Status: Triaged

-- 
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/1523818

Title:
  OptionSelector needs keyboard support

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

Bug description:
  The OptionSelector needs to expand and collapse with a keyboard, via
  Space/Enter key, Up/Down arrows change the current choice while the
  dropdown is visible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1523818/+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 1523821] [NEW] Keyboard navigation should not wrap

2015-12-08 Thread Christian Dywan
Public bug reported:

Once you used Tab to arrive at the bottom most component, Shift-Tab
should be required to go back.

This might need some lower level support, as by default, QtQuick wraps.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Status: 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/1523821

Title:
  Keyboard navigation should not wrap

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

Bug description:
  Once you used Tab to arrive at the bottom most component, Shift-Tab
  should be required to go back.

  This might need some lower level support, as by default, QtQuick
  wraps.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1523821/+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 1523824] [NEW] Slider needs keyboard support

2015-12-08 Thread Christian Dywan
Public bug reported:

The Slider needs to support keyboard navigation via (Shift)Tab. It also
needs to allow decreaseing/increasing of the value with Left/Right
arrows.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Status: Triaged

-- 
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/1523824

Title:
  Slider needs keyboard support

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

Bug description:
  The Slider needs to support keyboard navigation via (Shift)Tab. It
  also needs to allow decreaseing/increasing of the value with
  Left/Right arrows.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1523824/+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 1523836] [NEW] Need support for stroke style UbuntuShape

2015-12-08 Thread Christian Dywan
Public bug reported:

For focus visuals we need the outline of an UbuntuShape but no filled
color. We also have the stroke style for buttons which is currently
using an asset for this.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Assignee: Loïc Molinari (loic.molinari)
 Status: New

-- 
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/1523836

Title:
  Need support for stroke style UbuntuShape

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

Bug description:
  For focus visuals we need the outline of an UbuntuShape but no filled
  color. We also have the stroke style for buttons which is currently
  using an asset for this.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1523836/+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 1523828] [NEW] Escape key needs to close popovers

2015-12-08 Thread Christian Dywan
Public bug reported:

Pressing Escape should close an open Popover.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Assignee: Christian Dywan (kalikiana)
 Status: In Progress

** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-
toolkit/buttonKeyboardFocus

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

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

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => High

-- 
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/1523828

Title:
  Escape key needs to close popovers

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

Bug description:
  Pressing Escape should close an open Popover.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1523828/+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 1523825] [NEW] BottomEdge needs keyboard support

2015-12-08 Thread Christian Dywan
Public bug reported:

The BottomEdge(Hint) needs to respond to the Tab key, trigger when
Space/Return is pressed, focus when committed, and close via Escape.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Status: Triaged

-- 
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/1523825

Title:
  BottomEdge needs keyboard support

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

Bug description:
  The BottomEdge(Hint) needs to respond to the Tab key, trigger when
  Space/Return is pressed, focus when committed, and close via Escape.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1523825/+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 1523840] [NEW] Sections need keyboard navigation support

2015-12-08 Thread Christian Dywan
Public bug reported:

Sections need to accept Tab for keyboard navigation and visualize focus.

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

-- 
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/1523840

Title:
  Sections need keyboard navigation support

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

Bug description:
  Sections need to accept Tab for keyboard navigation and visualize
  focus.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1523840/+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 1523794] [NEW] Cannot use keyboard to trigger a Button

2015-12-08 Thread Christian Dywan
Public bug reported:

Using the Return key in a Button emits the clicked signal, but not
triggered.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Assignee: Christian Dywan (kalikiana)
 Status: Confirmed

** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-
toolkit/buttonKeyboardFocus

-- 
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/1523794

Title:
  Cannot use keyboard to trigger a Button

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

Bug description:
  Using the Return key in a Button emits the clicked signal, but not
  triggered.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1523794/+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 1523839] [NEW] Animate TextField/Area focus visual (and others)

2015-12-08 Thread Christian Dywan
Public bug reported:

Keyboard focus visuals should fade in and out - right now only
TextField/Area has that visual, so it needs to be updated. Eventually
the animation should be the same.

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

-- 
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/1523839

Title:
  Animate TextField/Area focus visual (and others)

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

Bug description:
  Keyboard focus visuals should fade in and out - right now only
  TextField/Area has that visual, so it needs to be updated. Eventually
  the animation should be the same.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1523839/+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 1523804] [NEW] Touch text handlers only when initiating selection via touch

2015-12-08 Thread Christian Dywan
Public bug reported:

Right now the availability of a touch screen enables touch-friendly text
handlers. The handlers should only show up if touch was actually used to
start a selection.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Assignee: Christian Dywan (kalikiana)
 Status: Triaged

-- 
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/1523804

Title:
  Touch text handlers only when initiating selection via touch

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

Bug description:
  Right now the availability of a touch screen enables touch-friendly
  text handlers. The handlers should only show up if touch was actually
  used to start a selection.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1523804/+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 1523833] [NEW] Pressing Escape should close an open Dialog

2015-12-08 Thread Christian Dywan
Public bug reported:

Pressing Escape should close an open Dialog.

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

-- 
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/1523833

Title:
  Pressing Escape should close an open Dialog

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

Bug description:
  Pressing Escape should close an open Dialog.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1523833/+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 1225139] Re: [sdk] Switch and CheckBox do not visually indicate focus

2015-12-08 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Triaged => 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/1225139

Title:
  [sdk] Switch and CheckBox do not visually indicate focus

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

Bug description:
  [updated description]

  The Switch and CheckBox components can have focus:true set (and can be
  targets of KeyNavigation.(back)tab, but do not indicate this visually.

  If I set a Checkbox to be the target of a TextField's
  KeyNavigation.tab, I can tab to it and change its state with the
  return key, but there's no way to tell that it's active.

  –––

  Update:

  This is part of a larger bit of work we're currently doing. These
  issues will be resolved as part of this project.

  Progress:
  https://canonical.leankit.com/Boards/View/107963243/115888542

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1225139/+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 1523796] [NEW] Context menu with shortcuts for non-touch text input

2015-12-08 Thread Christian Dywan
Public bug reported:

Unless the context menu of text input components is invoked via touch,
it should show a text-based menu with optional shortcuts if a keyboard
is available.

This depends on bug 1424588 implementing a context menu component.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Assignee: Christian Dywan (kalikiana)
 Status: Triaged

** Description changed:

  Unless the context menu of text input components is invoked via touch,
  it should show a text-based menu with optional shortcuts if a keyboard
  is available.
+ 
+ This depends on bug 1424588 implementing a context menu component.

-- 
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/1523796

Title:
  Context menu with shortcuts for non-touch text input

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

Bug description:
  Unless the context menu of text input components is invoked via touch,
  it should show a text-based menu with optional shortcuts if a keyboard
  is available.

  This depends on bug 1424588 implementing a context menu component.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1523796/+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 1523815] [NEW] ListItem needs keyboard focus support

2015-12-08 Thread Christian Dywan
Public bug reported:

ListItem needs to be able to take focus via (Shift)Tab and render a
rectangle in focus color.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Assignee: Christian Dywan (kalikiana)
 Status: Triaged

-- 
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/1523815

Title:
  ListItem needs keyboard focus support

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

Bug description:
  ListItem needs to be able to take focus via (Shift)Tab and render a
  rectangle in focus color.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1523815/+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 1523840] Re: Sections need keyboard navigation support

2015-12-08 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Christian Dywan (kalikiana)

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

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => High

-- 
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/1523840

Title:
  Sections need keyboard navigation support

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

Bug description:
  Sections need to accept Tab for keyboard navigation and visualize
  focus.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1523840/+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 1523824] Re: Slider needs keyboard support

2015-12-08 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Christian Dywan (kalikiana)

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Triaged => 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/1523824

Title:
  Slider needs keyboard support

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

Bug description:
  The Slider needs to support keyboard navigation via (Shift)Tab. It
  also needs to allow decreaseing/increasing of the value with
  Left/Right arrows.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1523824/+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 1522739] [NEW] TextField/Area should only show focus outline for keyboard input focus

2015-12-04 Thread Christian Dywan
Public bug reported:

As it says on the tin. TextField and TextArea should only show the focus
outline for keyboard input focus ie. Tab was used to enter the
component. Touch or mouse input only affects cursor/ selection
(activeFocus will still be true for all of these cases and affect the
tab order).

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Assignee: Christian Dywan (kalikiana)
 Status: Triaged

-- 
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/1522739

Title:
  TextField/Area should only show focus outline for keyboard input focus

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

Bug description:
  As it says on the tin. TextField and TextArea should only show the
  focus outline for keyboard input focus ie. Tab was used to enter the
  component. Touch or mouse input only affects cursor/ selection
  (activeFocus will still be true for all of these cases and affect the
  tab order).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1522739/+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 1522736] [NEW] TextArea should support Tab input and Escape to leave

2015-12-04 Thread Christian Dywan
Public bug reported:

As it says on the tin. The TextArea should support enabling Tab key
input ie. press "Tab" to get a tabulator character. Press "Escape" to
clear selection and allow Tab to leave the component.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Medium
 Assignee: Christian Dywan (kalikiana)
 Status: Triaged

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

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => Medium

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

-- 
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/1522736

Title:
  TextArea should support Tab input and Escape to leave

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

Bug description:
  As it says on the tin. The TextArea should support enabling Tab key
  input ie. press "Tab" to get a tabulator character. Press "Escape" to
  clear selection and allow Tab to leave the component.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1522736/+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 1520557] Re: MathUtils.clamp, min value should not be bigger than the max value

2015-12-03 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => 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/1520557

Title:
  MathUtils.clamp, min value should not be bigger than the max value

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

Bug description:
  I'm seeing tons of these in the UITK gallery after
  https://code.launchpad.net/~zeller-benjamin/ubuntu-ui-
  toolkit/mathutils_to_cpp/+merge/277704 landed.

  1) Out of the box no 1.3 code or example should produce these warnings.
  2) Deprecation flags should be respected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1520557/+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 1205024] Re: TextArea reacts to pressed and does not react to cancel events

2015-12-02 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Christian Dywan (kalikiana)

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

-- 
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/1205024

Title:
  TextArea reacts to pressed and does not react to cancel events

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

Bug description:
  TextArea reacts to the "pressed" event, which means that as soon as
  you touch it it will activate, but it doesn't react to "cancel" event,
  that should deactivate the area.

  Whenever you have a Flickable with a TextArea, thus, swiping or
  dragging often results in focusing the TextArea.

  I would actually advocate reacting to "clicked" only when not active,
  but that's a design decision.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1205024/+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 1368390] Re: Button shouldn't steal focus by default

2015-12-02 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: Zsombor Egri (zsombi) => Christian Dywan (kalikiana)

-- 
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/1368390

Title:
  Button shouldn't steal focus by default

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

Bug description:
  The upstream Button component has "activeFocusOnPress: false" as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  "MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: "click"
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1368390/+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 1514822] Re: activeFocusOnTab is not accessible

2015-12-02 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: Zoltan Balogh (bzoltan) => Christian Dywan (kalikiana)

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

** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-
toolkit/focusPassesFromChildToParent

-- 
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/1514822

Title:
  activeFocusOnTab is not accessible

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

Bug description:
  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: 
  "ListItem.Empty.activeFocusOnTab" is not available due to component 
versioning"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1514822/+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 1225139] Re: [sdk] Switch and CheckBox do not visually indicate focus

2015-12-02 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Christian Dywan (kalikiana)

-- 
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/1225139

Title:
  [sdk] Switch and CheckBox do not visually indicate focus

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

Bug description:
  [updated description]

  The Switch and CheckBox components can have focus:true set (and can be
  targets of KeyNavigation.(back)tab, but do not indicate this visually.

  If I set a Checkbox to be the target of a TextField's
  KeyNavigation.tab, I can tab to it and change its state with the
  return key, but there's no way to tell that it's active.

  –––

  Update:

  This is part of a larger bit of work we're currently doing. These
  issues will be resolved as part of this project.

  Progress:
  https://canonical.leankit.com/Boards/View/107963243/115888542

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1225139/+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 1368390] Re: Button shouldn't steal focus by default

2015-12-02 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Triaged => 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/1368390

Title:
  Button shouldn't steal focus by default

Status in Ubuntu UI Toolkit:
  Triaged
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  The upstream Button component has "activeFocusOnPress: false" as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  "MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: "click"
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1368390/+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 1225139] Re: [sdk] Switch and CheckBox do not visually indicate focus

2015-12-02 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Wishlist => High

-- 
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/1225139

Title:
  [sdk] Switch and CheckBox do not visually indicate focus

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

Bug description:
  [updated description]

  The Switch and CheckBox components can have focus:true set (and can be
  targets of KeyNavigation.(back)tab, but do not indicate this visually.

  If I set a Checkbox to be the target of a TextField's
  KeyNavigation.tab, I can tab to it and change its state with the
  return key, but there's no way to tell that it's active.

  –––

  Update:

  This is part of a larger bit of work we're currently doing. These
  issues will be resolved as part of this project.

  Progress:
  https://canonical.leankit.com/Boards/View/107963243/115888542

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1225139/+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 1368390] Re: Button shouldn't steal focus by default

2015-12-02 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Wishlist => High

-- 
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/1368390

Title:
  Button shouldn't steal focus by default

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

Bug description:
  The upstream Button component has "activeFocusOnPress: false" as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  "MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: "click"
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1368390/+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 1514850] Re: There is no visual feedback for Header actions with focus

2015-12-02 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: Zoltan Balogh (bzoltan) => Christian Dywan (kalikiana)

** 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/1514850

Title:
  There is no visual feedback for Header actions  with focus

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

Bug description:
  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 attached example. Pressing "tab" does not move the focus to
  next item in the chain.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1514850/+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 1287701] Re: anchorToKeyboard doesn't work properly when device is held in landscape

2015-12-02 Thread Christian Dywan
That example can't work. The list is scrollable but the entire view
isn't. The textfield can't be scrolled down so all anchorToKeyboard will
do is shrink the visible height. This is a bug in the app.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: Zsombor Egri (zsombi) => Christian Dywan (kalikiana)

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

-- 
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/1287701

Title:
  anchorToKeyboard doesn't work properly when device is held in
  landscape

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

Bug description:
  I recently discovered that specifying 'anchorToKeyboard: true' will
  resize things like lists when the keyboard appears such that there is
  a small space between the keyboard and the bottom of the list. This is
  great! However, if I turn the phone sideways (landscape), the resizing
  doesn't appear to happen. This can be seen by using 'utudu' from the
  store, add a few items to the list and then turn sideways. Maybe it is
  actually resizing, but there isn't enough room to show the resized
  elements (I can't verify that cause I can't see under the
  keyboard).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1287701/+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 1415023] Re: [Dialog] if keyboard is present, buttons and derivatives have to be pressed twice

2015-12-02 Thread Christian Dywan
Just to update on #2, dialogs do scroll. There used to be a bug where
the margin used for it was incorrect and as of recently all dialogs are
again fully scrollable relative to the OSK limiting available space.

-- 
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/1415023

Title:
  [Dialog] if keyboard is present, buttons and derivatives have to be
  pressed twice

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

Bug description:
  STEPS:
  Setup:
  1 phone + one locked sim

  1. Open system settings
  2. Goto Security
  3. Goto Sim Pin
  4. Tap on unlock
  5. Type in the pin
  6. Tap the green confirm button

  EXPECTED:
  I expect the dialog to be dismissed and the keyboard and sim be unlocked

  ACTUAL:
  The keyboard is dismissed but the dialog box remains.

  A recent change has effected this.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1415023/+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 1486274] Re: Expose focusOnTab on StyledItem

2015-11-30 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Confirmed => 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/1486274

Title:
  Expose focusOnTab on StyledItem

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

Bug description:
  Due to a bug in QML it's impossible to set focusOnTab, but this is
  vital because in most cases keyboard tab navigation is in fact
  desirable but focus shouldn't be grabbed on tap/ click.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1486274/+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 1513897] Re: TextField regression/behavior change in 1.3

2015-11-30 Thread Christian Dywan
** 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/1513897

Title:
  TextField regression/behavior change in 1.3

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

Bug description:
  Having an AbstractButton as secondaryItem of a TextField used to not
  change the TextField focus status when pressing the button but with
  1.3 it does (i.e. the TextField used to not gain focus when pressing
  on secondaryItem and now it does)

  Code at http://paste.ubuntu.com/13125887/

  Is this an intended change or a behaviour regression?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1513897/+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 1520557] [NEW] MathUtils.clamp, min value should not be bigger than the max value

2015-11-27 Thread Christian Dywan
Public bug reported:

I'm seeing tons of these in the UITK gallery after
https://code.launchpad.net/~zeller-benjamin/ubuntu-ui-
toolkit/mathutils_to_cpp/+merge/277704 landed.

1) Out of the box no 1.3 code or example should produce these warnings.
2) Deprecation flags should be respected.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Critical
 Assignee: Benjamin Zeller (zeller-benjamin)
 Status: New

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Benjamin Zeller (zeller-benjamin)

-- 
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/1520557

Title:
  MathUtils.clamp, min value should not be bigger than the max value

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

Bug description:
  I'm seeing tons of these in the UITK gallery after
  https://code.launchpad.net/~zeller-benjamin/ubuntu-ui-
  toolkit/mathutils_to_cpp/+merge/277704 landed.

  1) Out of the box no 1.3 code or example should produce these warnings.
  2) Deprecation flags should be respected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1520557/+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 1376763] Re: [sdk] Dialog doesn't take the contents size into consideration

2015-11-25 Thread Christian Dywan
** Changed in: canonical-devices-system-image
   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/1376763

Title:
  [sdk] Dialog doesn't take the contents size into consideration

Status in Canonical System Image:
  Fix Committed
Status in Ubuntu UI Toolkit:
  Fix Committed
Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released
Status in ubuntu-ui-toolkit source package in Vivid:
  New
Status in ubuntu-system-settings package in Ubuntu RTM:
  New
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  New

Bug description:
  A dialog doesn't scroll if the text (as in the code example) or its
  contents exceeds the viewport size.

  This can be reproduced in e.g. ubuntu-system-settings:
  (Make sure you're running the very latest from proposed or a USS from October 
2014 – debs[1]).

  1. Open Ubuntu System Settings
  2. Go to the Wi-Fi panel
  3. Click "Connect to hidden network…"
  4. Choose any security scheme other that "None"
  4. Resize the viewport/use landscape on a device

  What I expect to happen:
  I can scroll inside the Dialog to access all fields and buttons

  What happened instead:
  The content not visible becomes inaccessible

  Example code:
  http://paste.ubuntu.com/8479468/

  [1] https://launchpad.net/ubuntu-system-settings/+packages

  UX Solution: 
  Make sure content can scroll vertically if exceeding the maximum height of 
the dialog

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1376763/+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 1518918] [NEW] Private mode header color doesn't match Ambiance

2015-11-23 Thread Christian Dywan
Public bug reported:

In private browsing the header color changes. It doesn't match the
window manager theme so it looks very awkward.

I think this should be tied to the system theme like done in GTK+ apps.

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Private mode header color doesn't match Ambiance

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  In private browsing the header color changes. It doesn't match the
  window manager theme so it looks very awkward.

  I think this should be tied to the system theme like done in GTK+
  apps.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1518918/+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 1486274] Re: Expose focusOnTab on StyledItem

2015-11-20 Thread Christian Dywan
** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-
toolkit/focusPassesFromChildToParent

-- 
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/1486274

Title:
  Expose focusOnTab on StyledItem

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

Bug description:
  Due to a bug in QML it's impossible to set focusOnTab, but this is
  vital because in most cases keyboard tab navigation is in fact
  desirable but focus shouldn't be grabbed on tap/ click.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1486274/+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 1431843] Re: Toolkit gallery should be ported to MultiColumnView

2015-11-20 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Toolkit gallery should be ported to MultiColumnView

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

Bug description:
  The gallery is continuously serving as an example of odd corner cases
  because it's done in a hackish way before Ubuntu.Layouts or
  MultiColumnView existed. It needs to be ported and show off how easy
  it is to do convergience!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1431843/+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 1513450] Re: ActivityIndicators cause very high cpu usage for unity8/mir even when visible: false

2015-11-20 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  ActivityIndicators cause very high cpu usage for unity8/mir even when
  visible: false

Status in Canonical System Image:
  In Progress
Status in canonical-pocket-desktop:
  New
Status in Mir:
  Invalid
Status in Online Accounts setup for Ubuntu Touch:
  New
Status in linux-flo package in Ubuntu:
  Confirmed
Status in linux-mako package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  running in window mode, open u-s-s, run top
  unity8 running at ~40% cpu on N7 cpu freq ~1GHz

  no monitor attached

  note: testing with silo 18 of mir containing
  lp:~albaguirre/mir/fix-1499039 (equivalent for 0.17)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1513450/+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 1389439] Re: TextArea is flickable, even if scrolling unnecessary

2015-11-20 Thread Christian Dywan
*** This bug is a duplicate of bug 1370557 ***
https://bugs.launchpad.net/bugs/1370557

** This bug has been marked a duplicate of bug 1370557
   textfields capture vertical swipes

-- 
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/1389439

Title:
  TextArea is flickable, even if scrolling unnecessary

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

Bug description:
  Please try out http://pastebin.ubuntu.com/8826196/ on the phone.

  I can flick the text horizontally & vertically. Is this by design? It
  makes it harder to select text IMO.

  Also flicking causes these errors to be printed to console:
  
file:///usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Components/InputHandler.qml:355:
 TypeError: Property 'touch' of object QQuickTouchPoint(0x1de52f0) is not a 
function
  
file:///usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Components/InputHandler.qml:365:
 TypeError: Property 'untouch' of object QQuickTouchPoint(0x1de52f0) is not a 
function

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1389439/+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 1513897] Re: TextField regression/behavior change in 1.3

2015-11-18 Thread Christian Dywan
** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-
toolkit/focusPassesFromChildToParent

-- 
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/1513897

Title:
  TextField regression/behavior change in 1.3

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

Bug description:
  Having an AbstractButton as secondaryItem of a TextField used to not
  change the TextField focus status when pressing the button but with
  1.3 it does (i.e. the TextField used to not gain focus when pressing
  on secondaryItem and now it does)

  Code at http://paste.ubuntu.com/13125887/

  Is this an intended change or a behaviour regression?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1513897/+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 1513897] Re: TextField regression/behavior change in 1.3

2015-11-17 Thread Christian Dywan
** 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/1513897

Title:
  TextField regression/behavior change in 1.3

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

Bug description:
  Having an AbstractButton as secondaryItem of a TextField used to not
  change the TextField focus status when pressing the button but with
  1.3 it does.

  Code at http://paste.ubuntu.com/13125887/

  Is this an intended change or a behaviour regression?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1513897/+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 1418981] Re: ActionSelectionPopover doesn't scroll when there are too many items to display

2015-11-17 Thread Christian Dywan
This affects the header, which now subclasses ActionSelectionPopover
internally for its OverflowPanel, and becomes unusable if there is more
items than fit the window height.

-- 
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/1418981

Title:
  ActionSelectionPopover doesn't scroll when there are too many items to
  display

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

Bug description:
  Steps to reproduce

   1) Run the following QML on a phone:

  import QtQuick 2.0
  import Ubuntu.Components 1.1
  import Ubuntu.Components.Popups 1.0
  import Ubuntu.Components.ListItems 1.0 as ListItems

  MainView {

  useDeprecatedToolbar: false

  Component.onCompleted: {
  PopupUtils.open(menuPopover);
  }

  
  Component {
  id: menuPopover
  ActionSelectionPopover {
  id: menuList

  actions: ActionList {
  Action {

  text: "Test 2"
  }
  Action {
  text: "Test 3"
  }
  Action {
  text: "Test 4"
  }
  Action {
  text: "Test 5"
  }
  Action {
  text: "Test 6"
  }
  Action {
  text: "Test 7"
  }
  Action {
  text: "Test 8"
  }
  Action {
  text: "Test 9"
  }
  Action {
  text: "Test 10"
  }
  Action {
  text: "Test 11"
  }
  Action {
  text: "Test 12"
  }
  }

  delegate: ListItems.Standard {
  text: action.text
  }
  }
  }

  
  Expected result:

   Should be able to reach all items in the list

  Actual result:

   List overflows the edge of the screen and doesn't scroll, so "Test
  12" can't be reached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1418981/+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 1516653] [NEW] OSK inputs each key twice on external screen

2015-11-16 Thread Christian Dywan
*** This bug is a duplicate of bug 1451554 ***
https://bugs.launchpad.net/bugs/1451554

Public bug reported:

Using Nexus 4 with Slimport-HDMI cable and bluetooth mouse. Anything I
type on the OSK results in two characters for a single one.

Example: Unlock then device. Type "correct horse battery staple". The
resulting input will be "ccoorreecctt  hhoorrssee  bbaaeerryy
ssttaappllee" and it's impossible to unlock.

Example: Performa a search via the browser's URL bar. Type "grumpy cat".
It will search for "ggrruummppyy  ccaatt".

** Affects: canonical-pocket-desktop
 Importance: Undecided
 Status: New

** Affects: unity8 (Ubuntu)
 Importance: Critical
 Status: New

** Also affects: canonical-pocket-desktop
   Importance: Undecided
   Status: New

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

Title:
  OSK inputs each key twice on external screen

Status in canonical-pocket-desktop:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  Using Nexus 4 with Slimport-HDMI cable and bluetooth mouse. Anything I
  type on the OSK results in two characters for a single one.

  Example: Unlock then device. Type "correct horse battery staple". The
  resulting input will be "ccoorreecctt  hhoorrssee  bbaaeerryy
  ssttaappllee" and it's impossible to unlock.

  Example: Performa a search via the browser's URL bar. Type "grumpy
  cat". It will search for "ggrruummppyy  ccaatt".

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1516653/+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 1511042] Re: [pocket pc] Screenshots not possible

2015-11-16 Thread Christian Dywan
Just hit this, wanting to take a screenie to file a bug report. Screen
flashes but nothing is saved.

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

Title:
  [pocket pc] Screenshots not possible

Status in canonical-pocket-desktop:
  New
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  using the device volume buttons in desktop mode behaves like a
  screenshot has been taken. no image is saved. The bluetooth keyboard
  i'm using has not printscreen button so this method is untested.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1511042/+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 1488413] Re: connected BT mouse should unblank screen (windowed mode)

2015-11-16 Thread Christian Dywan
Clicking doesn't seem to work either - not just motion.

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

Title:
  connected BT mouse should unblank screen (windowed mode)

Status in canonical-pocket-desktop:
  New
Status in Mir:
  Triaged
Status in unity-system-compositor package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  when switching into windowed mode && a BT mouse is connected && screen
  is blanked (from time out or pwr key press) the BT mouse motion should
  unblank the screen

  this may effect multiple projects so sort of shotgunning the effected
  project list

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1488413/+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 1473890] Re: UITK API addition in Qt 5.5

2015-11-05 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Fix Released => 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/1473890

Title:
  UITK API addition in Qt 5.5

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

Bug description:
  There's a change in Qt 5.5 that affects API of UITK too:

  https://launchpadlibrarian.net/211518910/buildlog_ubuntu-wily-i386
  .ubuntu-ui-
  toolkit_1.3.1549%2B15.10.20150713.1-0ubuntu1_BUILDING.txt.gz

  ---

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1473890/+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 1473890] Re: UITK API addition in Qt 5.5

2015-11-05 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  UITK API addition in Qt 5.5

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

Bug description:
  There's a change in Qt 5.5 that affects API of UITK too:

  https://launchpadlibrarian.net/211518910/buildlog_ubuntu-wily-i386
  .ubuntu-ui-
  toolkit_1.3.1549%2B15.10.20150713.1-0ubuntu1_BUILDING.txt.gz

  ---

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1473890/+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 1512924] Re: Timestamps not localized in notifications

2015-11-05 Thread Christian Dywan
** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-
toolkit/kickLocaleTemplate

** 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/1512924

Title:
  Timestamps not localized in notifications

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  Test case.
  - Flash the phone (krillin, with an external card inserted).
  - Select Spanish.
  - Reboot it.
  - Open the messaging menu.

  Expected result.
  - The storage notification timestamp is localized.

  Actual result.
  - Timestamp is shown in English.

  current build number: 163
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1512924/+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 1513003] Re: AdaptivePageLayout doesn't allow hiding a Page header

2015-11-04 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Tim Peeters (tpeeters)

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => High

-- 
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/1513003

Title:
  AdaptivePageLayout doesn't allow hiding a Page header

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

Bug description:
  Trying to port reminders-app to use an APL instead of my home-brew
  multicolumn thing, I noticed that it's no longer possible to hide a
  Page's header using:

  head {
visible: false
locked: true
  }

  
  This was hiding the page header successfully with a PageStack, however, 
inside an AdaptivePageLayout it doesn't work any more.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1513003/+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 1473890] Re: UITK API addition in Qt 5.5

2015-10-21 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Christian Dywan (kalikiana)

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Triaged => 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/1473890

Title:
  UITK API addition in Qt 5.5

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

Bug description:
  There's a change in Qt 5.5 that affects API of UITK too:

  https://launchpadlibrarian.net/211518910/buildlog_ubuntu-wily-i386
  .ubuntu-ui-
  toolkit_1.3.1549%2B15.10.20150713.1-0ubuntu1_BUILDING.txt.gz

  ---

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1473890/+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 1483708] Re: Popovers became very narrow in UITK 1.3

2015-10-21 Thread Christian Dywan
This has been merged to trunk a long time ago if you check the version,
so yes it necessarily has.

-- 
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/1483708

Title:
  Popovers became very narrow in UITK 1.3

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

Bug description:
  I recently updated all the imports of Ubuntu.Components (and
  submodules) to 1.3 in webbrowser-app. One visible side-effect of that
  is that popovers have become much narrower than they used to be. The
  browser app uses popovers for context menus (triggered by a long press
  or a right click on e.g. a hyperlink) and for bookmark options when
  bookmarking a page.

  Bookmark options look okayish, but context menus are much too narrow,
  resulting in some entries not being entirely readable (see attached
  screenshot), especially in languages that are more verbose than
  English.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1483708/+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 1483908] Re: Cannot copy text longer than TextEntry

2015-10-20 Thread Christian Dywan
** 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 webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1483908

Title:
  Cannot copy text longer than TextEntry

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  Invalid

Bug description:
  Go to a URL that is long, i.e.:
  
http://max-skizzen-blog.blogspot.de/2009/10/hessen-eine-geschichte-von-robert.html?m=1
  In the browser window, try to copy the URL string from the location bar. You 
will not succeed: There is no way to select and copy the full string. Blue 
markers will erratically appear, but cannot be moved to the beginning and end 
of the string, because the string does not scroll left or right while blue 
markers are present.
  This is akward and a very poor UX. Actually, it drives me mad.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1483908/+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 1507767] [NEW] Make use of phonetic name for sorting

2015-10-19 Thread Christian Dywan
Public bug reported:

Google Contacts has fields for "Phonetic first name" and "Phonetic last
name" which can be used to type a romanized spelling of a name in
another script that is used for sorting and speech recognition. I
especially appreciate the sorting. Unfortunately on my Ubuntu phone such
names end up at the bottom of the list instead and I can't even see the
romanized name in the details.

I also tried using the nickname field as a work-around but it's ignored
just the same.

** Affects: address-book-app (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Make use of phonetic name for sorting

Status in address-book-app package in Ubuntu:
  New

Bug description:
  Google Contacts has fields for "Phonetic first name" and "Phonetic
  last name" which can be used to type a romanized spelling of a name in
  another script that is used for sorting and speech recognition. I
  especially appreciate the sorting. Unfortunately on my Ubuntu phone
  such names end up at the bottom of the list instead and I can't even
  see the romanized name in the details.

  I also tried using the nickname field as a work-around but it's
  ignored just the same.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/address-book-app/+bug/1507767/+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 1500409] Re: Dragging within a ListItem does not work

2015-10-13 Thread Christian Dywan
>From what I understand, the ListItem needs to be dragged to another
container (ListView) but swipe action to eg. delete is still needed - as
this is used to have bookmarks and dragging to another folder.

It looks to me like the pressAndHold threshold kicks in here and breaks
dragging.

-- 
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/1500409

Title:
  Dragging within a ListItem does not work

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

Bug description:
  If we try to drag an item that is parented to a ListItem, the drag is 
interrupted after a few pixels, or sometimes it is not even started.
  In the example attached, try to drag any of the red rectangles, and it will 
fail as explained above. Dragging the ListItem itself is also not working, in 
the same way.
  This used to work before  a recent release, and is causing bug #1499437

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1500409/+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 1500409] Re: Dragging within a ListItem does not work

2015-10-13 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => Critical

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Zsombor Egri (zsombi)

-- 
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/1500409

Title:
  Dragging within a ListItem does not work

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

Bug description:
  If we try to drag an item that is parented to a ListItem, the drag is 
interrupted after a few pixels, or sometimes it is not even started.
  In the example attached, try to drag any of the red rectangles, and it will 
fail as explained above. Dragging the ListItem itself is also not working, in 
the same way.
  This used to work before  a recent release, and is causing bug #1499437

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1500409/+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 1491331] Re: DatePicker example not working in Ubuntu UI Toolkit Gallery

2015-10-13 Thread Christian Dywan
** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-
toolkit/modellessDatePicker

-- 
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/1491331

Title:
  DatePicker example not working in Ubuntu UI Toolkit Gallery

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

Bug description:
  1. Open the Ubuntu UI Toolkit Gallery
  2. Click on the "Pickers" list element
  3. Go to DatePicker section
  -> See Date, Month, Time. Clicking on them just console.log(), but no Picker 
appears.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: ubuntu-ui-toolkit-examples 1.3.1603+15.10.20150824.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
  Uname: Linux 4.1.0-3-generic x86_64
  ApportVersion: 2.18-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Sep  2 12:27:19 2015
  InstallationDate: Installed on 2012-05-28 (1191 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  SourcePackage: ubuntu-ui-toolkit
  UpgradeStatus: Upgraded to wily on 2014-10-31 (305 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1491331/+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 1505197] [NEW] AdaptivePageLayout doesn't handle errors in QML of loaded pages

2015-10-12 Thread Christian Dywan
Public bug reported:

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.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Assignee: Christian Dywan (kalikiana)
 Status: 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/1505197

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

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

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/~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 1454322] Re: Add flake8 and qmlmin to make check

2015-10-08 Thread Christian Dywan
Discussed this more with the advent of qmllint. It fulfills much the
same purpose as qmlmin but produces better error messages pointing out
the nature of the error.

If possible it should be hooked up to the .qml copying step we have
right now (and later to qrc compilation once we do that).

** Summary changed:

- Add flake8 and qmlmin to make check
+ Add flake8 and qmllint to make check

-- 
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/1454322

Title:
  Add flake8 and qmllint to make check

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

Bug description:
  A frequent source of failure that's probably accumulating to quite a bit of 
overhead in CI runs is flake8 errors. Less so are obvious syntax or type errors 
in QML at runtime, nevertheless it would seem like a good idea to verify that.
  I'm proposing to add these to make check so they can be caught much earlier 
on the developer's machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1454322/+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 1501702] [NEW] app-launch-tracepoints.c:29:15 warning: unused parameter ‘argc’ [-Wunused-parameter]

2015-10-01 Thread Christian Dywan
Public bug reported:

Building the latest ubuntu-ui-toolkit produces two identical warnings
with different line numbers:

app-launch-tracepoints.c:29:15 warning: unused parameter ‘argc’
[-Wunused-parameter]

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

-- 
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/1501702

Title:
  app-launch-tracepoints.c:29:15 warning: unused parameter ‘argc’
  [-Wunused-parameter]

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

Bug description:
  Building the latest ubuntu-ui-toolkit produces two identical warnings
  with different line numbers:

  app-launch-tracepoints.c:29:15 warning: unused parameter ‘argc’
  [-Wunused-parameter]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1501702/+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 1498412] Re: ubuntuuitoolkit.tests.gallery.test_ubuntulistview.UbuntuListViewTestCase.test_manual_refresh_nowait fails with list index out of range

2015-09-23 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => Critical

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

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => 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/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 Committed

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/~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 1498863] [NEW] Scenarios in ubuntuuitoolkit.tests.gallery.test_gallery.OpenPagesTestCase.test_open_page fail with autopilot.exceptions.StateNotFoundError

2015-09-23 Thread Christian Dywan
Public bug reported:

Some of the scenarios
ubuntuuitoolkit.tests.gallery.test_gallery.OpenPagesTestCase.test_open_page
in fail with the following error:

autopilot.exceptions.StateNotFoundError: Object not found with name '*'
and properties {'objectName': 'header_title_label', 'text': 'Pickers'}

As can be seen in all of these cases the page is being selected but only
rendered with considerable delay, causing AutoPilot to try selecting the
object too early.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Critical
 Assignee: Christian Dywan (kalikiana)
 Status: 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/1498863

Title:
  Scenarios in
  ubuntuuitoolkit.tests.gallery.test_gallery.OpenPagesTestCase.test_open_page
  fail with autopilot.exceptions.StateNotFoundError

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

Bug description:
  Some of the scenarios
  ubuntuuitoolkit.tests.gallery.test_gallery.OpenPagesTestCase.test_open_page
  in fail with the following error:

  autopilot.exceptions.StateNotFoundError: Object not found with name
  '*' and properties {'objectName': 'header_title_label', 'text':
  'Pickers'}

  As can be seen in all of these cases the page is being selected but
  only rendered with considerable delay, causing AutoPilot to try
  selecting the object too early.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1498863/+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 1498412] [NEW] ubuntuuitoolkit.tests.gallery.test_ubuntulistview.UbuntuListViewTestCase.test_manual_refresh_nowait fails with list index out of range

2015-09-22 Thread Christian Dywan
Public bug reported:

$ ./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): {{{
}}}

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

-- 
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/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:
  New

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/~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 1491331] Re: DatePicker example not working in Ubuntu UI Toolkit Gallery

2015-09-18 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: Zsombor Egri (zsombi) => 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/1491331

Title:
  DatePicker example not working in Ubuntu UI Toolkit Gallery

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

Bug description:
  1. Open the Ubuntu UI Toolkit Gallery
  2. Click on the "Pickers" list element
  3. Go to DatePicker section
  -> See Date, Month, Time. Clicking on them just console.log(), but no Picker 
appears.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: ubuntu-ui-toolkit-examples 1.3.1603+15.10.20150824.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
  Uname: Linux 4.1.0-3-generic x86_64
  ApportVersion: 2.18-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Sep  2 12:27:19 2015
  InstallationDate: Installed on 2012-05-28 (1191 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  SourcePackage: ubuntu-ui-toolkit
  UpgradeStatus: Upgraded to wily on 2014-10-31 (305 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1491331/+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 1495641] Re: SortFilterModel::get() doesn’t work with custom roles whose keys don’t start at 0

2015-09-16 Thread Christian Dywan
** 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/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 Committed

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/~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 1493872] Re: Keyboard stays open on lock screen

2015-09-11 Thread Christian Dywan
** Package changed: ubuntu-ui-toolkit (Ubuntu) => ubuntu-keyboard
(Ubuntu)

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

Title:
  Keyboard stays open on lock screen

Status in Canonical System Image:
  Confirmed
Status in ubuntu-keyboard package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:

  - Open the messaging app
  - Start composing a message
  - Lock the screen using the power button (or waiting for your automatic 
screen lock timeout)
  - Wake the phone by briefly pressing the power button

  Result:  the keyboard is still overlayed on top of the lock screen.
  (see attachment)

  Expected result: the keyboard is not shown on the lock screen.

  ---

  OS build number: 234
  Ubuntu Image part: 20150908
  Ubuntu build description:  Ubuntu 15.04 - armhf (20150908-020305)
  Device Image part:  20150819
  Device build description:   aosp_mako-userdebug 4.4.2 KOT49H 
20150818-1500-0ubuntu1 test-keys
  Customisation Image part: 20150908

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1493872/+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 1488821] Re: SortFilterModel can't filter on subproperty like content.title

2015-09-11 Thread Christian Dywan
I agree in hindsight this bug can at the least be resolved with better
documentation.

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

** 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/1488821

Title:
  SortFilterModel can't filter on subproperty like content.title

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

Bug description:
  SortFilterModel doesn't enable to filter on subproperty.

  Here is a simple non working example:

  SortFilterModel {
  id: currentmodel
  model: billsResults
  filter.property: 'contents.title'
  filter.pattern: /BAR/
  }

  Knowing that most of the u1db models are exporting into a "contents"
  property handling the rest, it seems that to chain it to a
  SortFilterModel, it would be interesting to have it able to filter
  through subproperties

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: qtdeclarative5-ubuntu-ui-toolkit-plugin 
1.3.1603+15.10.20150812-0ubuntu1
  ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
  Uname: Linux 4.1.0-3-generic x86_64
  ApportVersion: 2.18-0ubuntu7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Aug 26 10:10:49 2015
  InstallationDate: Installed on 2012-05-28 (1184 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  SourcePackage: ubuntu-ui-toolkit
  UpgradeStatus: Upgraded to wily on 2014-10-31 (298 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1488821/+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 1494387] Re: CheckBox needs to track external properties

2015-09-11 Thread Christian Dywan
I can only make a guess since you're not providing a complete example,
but I don't see a problem with my code doing what you're describing. The
binding isn't broken, the only problem I can see is that the state gets
reversed because the value is changed twice. To achieve the desired
result you need to override trigger().

** Attachment added: "test.qml"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1494387/+attachment/4461310/+files/test.qml

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

-- 
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/1494387

Title:
  CheckBox needs to track external properties

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

Bug description:
  Often a CheckBox/Switch is used to show the value of a property
  outside of the CheckBox. For example:

  Switch {
  id: hiddenSwitch
  checked: !header.exposed
  onClicked: header.exposed = !header.exposed
  }

  At first look, this code may seem fine, but clicking the switch will
  trigger checked = !checked, which breaks the binding, so if
  header.exposed updates because of events happening outside of the
  switch, the switch will be out-of-sync.

  Perhaps we need to add some properties to the CheckBox:

  CheckBox {
property Object bindTarget
property string bindProperty
  }

  and then the behavior of this:
  Switch {
  id: exposedSwitch
  bindTarget: header
  bindProperty: "exposed"
  }

  can do what we want: the switch shows the value of "exposed", and
  clicking the switch should update the "exposed" value (which in turn
  will update the state of the switch).

  Note that in this case we could not track "!exposed", so if we need
  that, some more complicated solution is needed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1494387/+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 1493178] Re: PageHeadStyle should coordinate Page.head.contents and the ActionBar to not overlap, if possible

2015-09-11 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => Confirmed

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Tim Peeters (tpeeters)

-- 
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/1493178

Title:
  PageHeadStyle should coordinate Page.head.contents and the ActionBar
  to not overlap, if possible

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

Bug description:
  In my app "Lone Wolf", I use Page.head.contents to add an interactive widget 
to the page header.  It looks like this:
  
https://myapps.developer.ubuntu.com/site_media/appmedia/2015/09/screenshot20150803_125313389.png

  In SDK 1.3, there are up to three action icons shown, instead of the
  one in SDK 1.2.  This means the header is too crowded and
  Page.head.contents may overlap the action icons, depending on how long
  the page title is (and how wide the screen is of course).

  Looking at PageHeadStyle.qml, there is no relationship between
  Page.head.contents.width and ActionBarStyle.width.  But I think there
  should be.

  I don't seem to have any control over ActionBarStyle.numberOfSlots
  myself.  Or any control over how wide the ActionBar is.

  In short, I can't figure out how to replicate my header behavior with
  SDK 1.3.  Maybe the answer is I shouldn't stick widgets in the header?
  But otherwise, I'd consider this a bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1493178/+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 1491323] Re: Ubuntu UI Toolkit Gallery example .desktop issues

2015-09-11 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => Low

-- 
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/1491323

Title:
  Ubuntu UI Toolkit Gallery example .desktop issues

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

Bug description:
  2 issues in this version of ubuntu-ui-toolkit-example binary package (since 
the move to multi-arch dirs):
  1. The .desktop is installed at 
/usr/lib/x86_64-linux-gnu/qt5/examples/ubuntu-ui-toolkit/examples/ubuntu-ui-toolkit-gallery/ubuntu-ui-toolkit-gallery.desktop
 instead of /usr/share/applications. This makes it not foundable in the Unity 
dash or any traditional UI tools.

  2. The content itself needs to be adjusted, it's:
  Exec=/usr/bin/qmlscene $@ 
/usr/lib/ubuntu-ui-toolkit/examples/ubuntu-ui-toolkit-gallery/ubuntu-ui-toolkit-gallery.qml
  Where the real path is 
/usr/lib/x86_64-linux-gnu/qt5/examples/ubuntu-ui-toolkit/examples/ubuntu-ui-toolkit-gallery/ubuntu-ui-toolkit-gallery.qmlproject
  Same for Icon= and Path=

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: ubuntu-ui-toolkit-examples 1.3.1603+15.10.20150824.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
  Uname: Linux 4.1.0-3-generic x86_64
  ApportVersion: 2.18-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Sep  2 12:12:32 2015
  InstallationDate: Installed on 2012-05-28 (1191 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  SourcePackage: ubuntu-ui-toolkit
  UpgradeStatus: Upgraded to wily on 2014-10-31 (305 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1491323/+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 1493185] Re: missing icons in dash/app scope for ubuntu touch vivid image

2015-09-11 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Loïc Molinari (loic.molinari)

-- 
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/1493185

Title:
  missing icons in dash/app scope for ubuntu touch vivid image

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

Bug description:
  Try porting Ubuntu touch to Sony Xperia L. The icons are missing on
  the dash and in App scope.

  Image of App scope with no icon: http://postimg.org/image/g0twu5pyf

  Following is the OpenGL errors seen in unity log:

  qtmir.mir: SessionListener::starting - this= SessionListener(0x462d5384) 
session= 0x18c4794
  qtmir.sessions: SessionManager::onSessionStarting - sessionName= 
UbuntuLocationService
  qtmir.sessions: Session::Session()  "UbuntuLocationService"
  QOpenGLShader::link: "--From Vertex Shader:
  Error: Symbol textured defined with different precision in vertex and 
fragment shaders.
  --From Fragment Shader:
  Error: Symbol textured defined with different precision in vertex and 
fragment shaders.
  "
  shader compilation failed: 
  "--From Vertex Shader:
  Error: Symbol textured defined with different precision in vertex and 
fragment shaders.
  --From Fragment Shader:
  Error: Symbol textured defined with different precision in vertex and 
fragment shaders.
  "
  qtmir.mir: SessionListener::stopping - this= SessionListener(0x462d5384) 
session= 0x18c4794
  QOpenGLShader::link: "--From Vertex Shader:
  Error: Symbol textured defined with different precision in vertex and 
fragment shaders.
  --From Fragment Shader:
  Error: Symbol textured defined with different precision in vertex and 
fragment shaders.
  "
  QOpenGLShader::link: "--From Vertex Shader:
  Error: Symbol textured defined with different precision in vertex and 
fragment shaders.
  --From Fragment Shader:
  Error: Symbol textured defined with different precision in vertex and 
fragment shaders.
  "
  QOpenGLShaderProgram::uniformLocation( shapeTexture ): shader program is not 
linked
  QOpenGLShaderProgram::uniformLocation( sourceTexture ): shader program is not 
linked
  QOpenGLShaderProgram::uniformLocation( matrix ): shader program is not linked
  QOpenGLShaderProgram::uniformLocation( opacityFactors ): shader program is 
not linked
  QOpenGLShaderProgram::uniformLocation( dfdtFactor ): shader program is not 
linked
  QOpenGLShaderProgram::uniformLocation( sourceOpacity ): shader program is not 
linked
  QOpenGLShaderProgram::uniformLocation( distanceAA ): shader program is not 
linked
  QOpenGLShaderProgram::uniformLocation( textured ): shader program is not 
linked
  QOpenGLShaderProgram::uniformLocation( aspect ): shader program is not linked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1493185/+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 1493040] Re: PageHeadSections: changes selection when adding/removing items

2015-09-11 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Tim Peeters (tpeeters)

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

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => High

-- 
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/1493040

Title:
  PageHeadSections: changes selection when adding/removing items

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

Bug description:
  When adding/removing an item from the model, the item selected by the
  PageHeadSections changes. Selecting the next item along when removing
  an item before the selection, and the previous item when adding an
  item before the selection.

  Note that this behaviour works correctly in the Picker component
  (except for bug #1344883). Basically, the element should pay attention
  to changes in the model and update it's selectedIndex appropriately in
  order to continue selecting the same element after updates.

  A minimal example is attached to demonstrate the problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1493040/+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 1492769] Re: OSK should be closed before removing page from PageStack

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

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: Christian Dywan (kalikiana) => Tim Peeters (tpeeters)

-- 
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/1492769

Title:
  OSK should be closed before removing page from PageStack

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

Bug description:
  Hello, I think I have found a bug from PageStack component, see

  https://bugs.launchpad.net/my-webapp-group/+bug/1490493

  I have produced a small app where the bug can be easily reproduced

  https://code.launchpad.net/~matti-rintanikkola-d/+junk/radial-buttom-
  edge-bug

  Reproduce fault: 
  1) Open "Page2" page from Root page by clicking radial action icon "Home"
  2) click website title/url field in order to open keyboard view
  3) without closing the keyboard turn back to the main view
  4) the main view will be opened without radial actions edge button

  Analysis: The visibility of the main view radial edge button is
  toggled by using the connection

  Connections {
  target: Qt.inputMethod
  onVisibleChanged: nav.visible = !nav.visible
  }

  If you do not close the keyboard when turning back to the Root page
  from "Page2" page the main view became visible before the signal
  onVisibleChanged is fired and when it will be fired the radial edge
  button becomes invisible.

  Solution?: Before removing the page from pageStack it should be
  ensured that the keyboard is not visible. Maybe this could be achieved
  simply by adding a function call Qt.inputMethod.hide() before removing
  the page from pageStack.

  Regards,

  Matti

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1492769/+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 1491331] Re: DatePicker example not working in Ubuntu UI Toolkit Gallery

2015-09-11 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => Confirmed

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => High

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Zsombor Egri (zsombi)

-- 
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/1491331

Title:
  DatePicker example not working in Ubuntu UI Toolkit Gallery

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

Bug description:
  1. Open the Ubuntu UI Toolkit Gallery
  2. Click on the "Pickers" list element
  3. Go to DatePicker section
  -> See Date, Month, Time. Clicking on them just console.log(), but no Picker 
appears.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: ubuntu-ui-toolkit-examples 1.3.1603+15.10.20150824.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
  Uname: Linux 4.1.0-3-generic x86_64
  ApportVersion: 2.18-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Sep  2 12:27:19 2015
  InstallationDate: Installed on 2012-05-28 (1191 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  SourcePackage: ubuntu-ui-toolkit
  UpgradeStatus: Upgraded to wily on 2014-10-31 (305 days ago)

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


<    1   2   3   4   5   6   7   8   9   10   >