[mythtv-commits] mythtv commit: r23362 - in trunk/mythtv by mdean

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Jan 29 22:08:09 UTC 2010


      Author: mdean
        Date: 2010-01-29 22:08:08 +0000 (Fri, 29 Jan 2010)
New Revision: 23362
   Changeset: http://svn.mythtv.org/trac/changeset/23362

Modified:

   trunk/mythtv/bindings/python/MythTV/MythStatic.py
   trunk/mythtv/libs/libmythtv/dbcheck.cpp
   trunk/mythtv/libs/libmythtv/tv_play.cpp
   trunk/mythtv/libs/libmythtv/tv_play.h

Log:

Finish the StickyKeys settings removal started in [23112].  Due to Action overloading, the initial change resulted in absolute, rather than incremental, seeks when Left/Right were used with queued input (numerical seek amounts).

After this change, users wanting the original StickyKeys behavior should ensure that Left and Right keys are not mapped to any of SEEKRWND/SEEKFFWD or RWNDSTICKY/FFWDSTICKY (resulting in the Global LEFT/RIGHT bindings being used).  A DB update modifies the key bindings for those who have not modified them since [23112].

Rather than adding 2 new redundant sections of code to the key handling, this change pulls seek/rew/ffwd handling into a separate function where the code is shared for all the action processing and all the overloaded functionality for those actions.





More information about the mythtv-commits mailing list