Opened 17 years ago

Closed 16 years ago

#3151 closed patch (fixed)

Register qt context keymappings in frontend

Reported by: malban@… Owned by: danielk
Priority: trivial Milestone: 0.21
Component: mythtv Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

Several interface objects like ConfigurationDialogWidget? rely on the 'qt' keymapping context to get the DELETE and EDIT actions. These actions are never recieved in the frontend because these mappings are not being registered. The following patch registers the 'qt' keymappings for the frontend in the same way they are registered correctly in the myth-setup program. I have placed them in the InitJumpPoints?() function which is where it appears the other keymappings are being registered.

Attachments (2)

button.patch (531 bytes) - added by malban@… 17 years ago.
qtkeys.patch (509 bytes) - added by malban@… 17 years ago.
Correct patch

Download all attachments as: .zip

Change History (5)

Changed 17 years ago by malban@…

Attachment: button.patch added

Changed 17 years ago by malban@…

Attachment: qtkeys.patch added

Correct patch

comment:1 Changed 17 years ago by danielk

Owner: changed from Isaac Richards to danielk

comment:2 Changed 17 years ago by danielk

Milestone: unknown0.21
Type: defectpatch

comment:3 Changed 16 years ago by danielk

Resolution: fixed
Status: newclosed

(In [14736]) Fixes #3151. Register Delete and Edit qt keybindings in mythfrontend.

We had this registered in mythtv-setup for a long time and a number of dialogs use it, but when the dialogs are used in the frontend the keybinding doesn't work because we hadn't registered it. (patch from malban at utexas).

Note: See TracTickets for help on using tickets.