Opened 17 years ago
Closed 17 years ago
#5626 closed enhancement (wontfix)
Patch to add "jump to random" functionality
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | 0.21 |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
This patch adds a jumpToRandom method to the core UI code for menus along with implementing the code in MythGame. This allows the end user to choose a random game in the list using a hotkey (very nice when you have a big list of games and you want to choose a random one to play). The code could easily be added to other menus too (such as MythMusic).
Since there is a lot of Qt3 -> Qt4 stuff going on write now, I didn't know the best revision to use as the source, so this diff is against tags/release-0-21. It's not too complicated to see what's being added, but if I need to diff a different revision, let me know.
Attachments (2)
Change History (3)
by , 17 years ago
| Attachment: | jump_random.patch added |
|---|
by , 17 years ago
| Attachment: | jump_random.plugins.patch added |
|---|
Patch to implement jumpToRandom in MythGame
comment:1 by , 17 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
The old ui code patched here won't exist at all in 0.22, I'll consider adding the functionality to mythui though.

Patch to add jumpToRandom to core code