Opened 19 years ago

Closed 18 years ago

#448 closed patch (fixed)

Patch to allow "first letter navigation" jumping in MythGame and MythMusic

Reported by: blah@… Owned by: greg
Priority: minor Milestone: unknown
Component: mythtv Version:
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Attached is a patch that adds support in the core MythTV code to allow for jumping to a specific entry in a tree list based upon the first letter. The second patches utilizes this new method in the MythGame? and MythMusic plugin using Ctrl+A through Ctrl+Z to perform the actual jump command.

Attachments (2)

letterjump.patch (2.4 KB) - added by blah@… 19 years ago.
Patch for MythTV core code
letterjump_plugins.patch (5.2 KB) - added by blah@… 19 years ago.
Patch for MythGame? and MythMusic

Download all attachments as: .zip

Change History (6)

Changed 19 years ago by blah@…

Attachment: letterjump.patch added

Patch for MythTV core code

Changed 19 years ago by blah@…

Attachment: letterjump_plugins.patch added

Patch for MythGame? and MythMusic

comment:1 Changed 19 years ago by greg

Owner: changed from Isaac Richards to greg

comment:2 Changed 19 years ago by greg

Resolution: fixed
Status: newclosed

(In [7546])

Patch to add the ability to jump directly to an entry in a tree

based on it's letter. Handy when navigating very long lists such as MythMusic, and Mythgame.

Closes #448

comment:3 Changed 18 years ago by Isaac Richards

Resolution: fixed
Status: closedreopened

There has to be a better way to handle this other than adding tons of extra keybindings. This should be reverted (at least the mythmusic + mythgame bits), please.

comment:4 Changed 18 years ago by paulh

Resolution: fixed
Status: reopenedclosed

(In [8112]) Add an incremental search feature to the mythmusic playback screen that allows you to quickly jump to a track in the playlist that either starts with or contains the text you enter.

Add similar functionality to the playlist editor screen.

Add similar functionality to mythgame's gametree (untested).

The default key bindings are CTRL-S to show the search dialog and CTRL-N to find the next match.

Removes all the JUMP key bindings which are no longer required.

Requires a make clean.

Closes #448. Ref. #729

Note: See TracTickets for help on using tickets.