Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#98 closed patch (fixed)

Sorts contexts and actions (alphabetically) and warns of "potential" conflicts.

Reported by: anonymous Owned by: jdonavan
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: medium Keywords: key bindings
Cc: Ticket locked: no

Description

  • Contexts are sorted alphabetically (except "Jumppoints" and "Global", they are at the top). This is a little more intuative than the when unsorted (i think).
  • Warning dialog against non-fatal conflicts

I noticed the other day that the mythmusic uses global and music context bindings. So, for now, warnings are given against any key already bound in a global context. Users can choose to ingore the warnings and bind them anyways.

Attachments (4)

sorting_and_warnings.diff (9.8 KB) - added by mfgalizi@… 19 years ago.
This patch adds what the message says it adds.
sorting_and_warnings2.diff (9.8 KB) - added by mfgalizi@… 19 years ago.
OOPS (use this one instead)
sorting_and_warnings3.diff (10.7 KB) - added by mfgalizi@… 19 years ago.
ARGH -- No more submitting past my bed time (this ones for keeps)
ListUI_And_Sorting.diff (40.6 KB) - added by mfgalizi@… 19 years ago.
This one is the same as the previous, but the UI doesn't use the managed tree list. Now it uses a nice UILIstTreeType.

Download all attachments as: .zip

Change History (5)

Changed 19 years ago by mfgalizi@…

Attachment: sorting_and_warnings.diff added

This patch adds what the message says it adds.

Changed 19 years ago by mfgalizi@…

Attachment: sorting_and_warnings2.diff added

OOPS (use this one instead)

Changed 19 years ago by mfgalizi@…

Attachment: sorting_and_warnings3.diff added

ARGH -- No more submitting past my bed time (this ones for keeps)

Changed 19 years ago by mfgalizi@…

Attachment: ListUI_And_Sorting.diff added

This one is the same as the previous, but the UI doesn't use the managed tree list. Now it uses a nice UILIstTreeType.

comment:1 Changed 19 years ago by jdonavan

Resolution: fixed
Status: newclosed

(In [6875]) Big UI update from Micah. This is looking a LOT more polished.

Contexts are sorted alphabetically (except "Jumppoints" and "Global", they are at the top). This is a little more intuative than the when unsorted

Warning dialog against non-fatal conflicts

This closes #98

Note: See TracTickets for help on using tickets.