[mythtv-commits] mythtv/master commit: f354621f1 by Michael T. Dean (sphery)
MythTV
noreply at mythtv.org
Fri Jan 28 23:44:33 UTC 2011
Author: Michael T. Dean <mdean at mythtv.org>
Change Date: 2011-01-28T15:43:58-08:00
Push Date: 2011/01/28 15:44:29 -0800
Repository: mythtv
Branch: master
New Revision: f354621f1c5680306a90941343c00f4029501c01
Changeset: https://github.com/MythTV/mythtv/commit/f354621f1
Log:
Add UNDO/REDO key bindings to Global context.
Adds UNDO (default Ctrl-Z) and REDO (default Ctrl-Y) key bindings to the
Global context. These are currently only implemented in the recordings
editor, but placing them in Global contexts allows for code to be
written to use the actions anywhere, including in MythUI text entry
widgets, etc.
Steals Ctrl-Y from TV Playback/PREVSOURCE, if PREVSOURCE is still using
the default key list. After this change, PREVSOURCE is unmapped by
default (but is still accessible via the OSD menu, and NEXTSOURCE is
still mapped by default).
Modified:
mythtv/bindings/perl/MythTV.pm
mythtv/bindings/python/MythTV/static.py
mythtv/libs/libmythtv/dbcheck.cpp
mythtv/libs/libmythtv/tv_play.cpp
mythtv/libs/libmythui/mythmainwindow.cpp
More information about the mythtv-commits
mailing list