[Touch-packages] [Bug 1518420] Re: There is no way to unset action 'shortcut' property

2015-11-25 Thread Renato Araujo Oliveira Filho
as workaround you can disable the action instead of trying to clear the
shortcut value.

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

Title:
  There is no way to unset action 'shortcut' property

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

Bug description:
  Since all the actions are enabled and active by default (causing the
  Ambiguous bug#1514856) I implement a workaround in my app to disable
  action shortcuts if the page is not active. Something like:

  shortcut: page.active ? "Esc" : ""

  The problem is, that I am receiving  serveral  error messages on
  terminal while running the app:

  "QML Action: Invalid shortcut:"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1518420/+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 1518420] Re: There is no way to unset action 'shortcut' property

2015-11-26 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => Medium

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

** Tags added: contextual-actions

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

Title:
  There is no way to unset action 'shortcut' property

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

Bug description:
  Since all the actions are enabled and active by default (causing the
  Ambiguous bug#1514856) I implement a workaround in my app to disable
  action shortcuts if the page is not active. Something like:

  shortcut: page.active ? "Esc" : ""

  The problem is, that I am receiving  serveral  error messages on
  terminal while running the app:

  "QML Action: Invalid shortcut:"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1518420/+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 1518420] Re: There is no way to unset action 'shortcut' property

2015-12-04 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Confirmed => In Progress

** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/reset_action_shortcut

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

Title:
  There is no way to unset action 'shortcut' property

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

Bug description:
  Since all the actions are enabled and active by default (causing the
  Ambiguous bug#1514856) I implement a workaround in my app to disable
  action shortcuts if the page is not active. Something like:

  shortcut: page.active ? "Esc" : ""

  The problem is, that I am receiving  serveral  error messages on
  terminal while running the app:

  "QML Action: Invalid shortcut:"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1518420/+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 1518420] Re: There is no way to unset action 'shortcut' property

2015-12-05 Thread Zsombor Egri
** Description changed:

  Since all the actions are enabled and active by default (causing the
  Ambiguous bug#1514856) I implement a workaround in my app to disable
  action shortcuts if the page is not active. Something like:
  
  shortcut: page.active ? "Esc" : ""
  
  The problem is, that I am receiving  serveral  error messages on
  terminal while running the app:
  
  "QML Action: Invalid shortcut:"
+ 
+ -
+ Note: the shortcut (and any property that can be reset) should be 
cleared/reset using undefined. So the above binding should look like:
+ shortcut: page.active ? "Esc" : undefined
+ 
+ Note2: actions added to any ActionItem derived type will automatically
+ activate/deactivate depending on the page or dialog activation. This
+ means that those Actions which are in an inactive Page will not be
+ active, so there will be no need for the above binding.

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

Title:
  There is no way to unset action 'shortcut' property

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

Bug description:
  Since all the actions are enabled and active by default (causing the
  Ambiguous bug#1514856) I implement a workaround in my app to disable
  action shortcuts if the page is not active. Something like:

  shortcut: page.active ? "Esc" : ""

  The problem is, that I am receiving  serveral  error messages on
  terminal while running the app:

  "QML Action: Invalid shortcut:"

  -
  Note: the shortcut (and any property that can be reset) should be 
cleared/reset using undefined. So the above binding should look like:
  shortcut: page.active ? "Esc" : undefined

  Note2: actions added to any ActionItem derived type will automatically
  activate/deactivate depending on the page or dialog activation. This
  means that those Actions which are in an inactive Page will not be
  active, so there will be no need for the above binding.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1518420/+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 1518420] Re: There is no way to unset action 'shortcut' property

2015-12-08 Thread Zsombor Egri
Then it is critical!

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

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

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

Title:
  There is no way to unset action 'shortcut' property

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

Bug description:
  Since all the actions are enabled and active by default (causing the
  Ambiguous bug#1514856) I implement a workaround in my app to disable
  action shortcuts if the page is not active. Something like:

  shortcut: page.active ? "Esc" : ""

  The problem is, that I am receiving  serveral  error messages on
  terminal while running the app:

  "QML Action: Invalid shortcut:"

  -
  Note: the shortcut (and any property that can be reset) should be 
cleared/reset using undefined. So the above binding should look like:
  shortcut: page.active ? "Esc" : undefined

  Note2: actions added to any ActionItem derived type will automatically
  activate/deactivate depending on the page or dialog activation. This
  means that those Actions which are in an inactive Page will not be
  active, so there will be no need for the above binding.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1518420/+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 1518420] Re: There is no way to unset action 'shortcut' property

2015-12-08 Thread Renato Araujo Oliveira Filho
Also  I noticed that the application is crashing while using shortcuts.

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

Title:
  There is no way to unset action 'shortcut' property

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

Bug description:
  Since all the actions are enabled and active by default (causing the
  Ambiguous bug#1514856) I implement a workaround in my app to disable
  action shortcuts if the page is not active. Something like:

  shortcut: page.active ? "Esc" : ""

  The problem is, that I am receiving  serveral  error messages on
  terminal while running the app:

  "QML Action: Invalid shortcut:"

  -
  Note: the shortcut (and any property that can be reset) should be 
cleared/reset using undefined. So the above binding should look like:
  shortcut: page.active ? "Esc" : undefined

  Note2: actions added to any ActionItem derived type will automatically
  activate/deactivate depending on the page or dialog activation. This
  means that those Actions which are in an inactive Page will not be
  active, so there will be no need for the above binding.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1518420/+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 1518420] Re: There is no way to unset action 'shortcut' property

2015-12-08 Thread Bill Filler
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
   Importance: Undecided => Critical

** Changed in: canonical-devices-system-image
   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/1518420

Title:
  There is no way to unset action 'shortcut' property

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

Bug description:
  Since all the actions are enabled and active by default (causing the
  Ambiguous bug#1514856) I implement a workaround in my app to disable
  action shortcuts if the page is not active. Something like:

  shortcut: page.active ? "Esc" : ""

  The problem is, that I am receiving  serveral  error messages on
  terminal while running the app:

  "QML Action: Invalid shortcut:"

  -
  Note: the shortcut (and any property that can be reset) should be 
cleared/reset using undefined. So the above binding should look like:
  shortcut: page.active ? "Esc" : undefined

  Note2: actions added to any ActionItem derived type will automatically
  activate/deactivate depending on the page or dialog activation. This
  means that those Actions which are in an inactive Page will not be
  active, so there will be no need for the above binding.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1518420/+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 1518420] Re: There is no way to unset action 'shortcut' property

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

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

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

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

Title:
  There is no way to unset action 'shortcut' property

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

Bug description:
  Since all the actions are enabled and active by default (causing the
  Ambiguous bug#1514856) I implement a workaround in my app to disable
  action shortcuts if the page is not active. Something like:

  shortcut: page.active ? "Esc" : ""

  The problem is, that I am receiving  serveral  error messages on
  terminal while running the app:

  "QML Action: Invalid shortcut:"

  -
  Note: the shortcut (and any property that can be reset) should be 
cleared/reset using undefined. So the above binding should look like:
  shortcut: page.active ? "Esc" : undefined

  Note2: actions added to any ActionItem derived type will automatically
  activate/deactivate depending on the page or dialog activation. This
  means that those Actions which are in an inactive Page will not be
  active, so there will be no need for the above binding.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1518420/+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