[mythtv-commits] mythtv commit: r22634 by mdean

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Oct 29 01:32:13 UTC 2009


      Author: mdean
        Date: 2009-10-29 01:32:13 +0000 (Thu, 29 Oct 2009)
New Revision: 22634
   Changeset: http://cvs.mythtv.org/trac/changeset/22634

Modified:

   trunk/mythtv/programs/mythfrontend/keygrabber.cpp

Log:

Refs #7359.  Don't assume that Qt::Key enum values are in any particular order--because the order can (and did) change with Qt versions.

Modifier keys are no longer grouped together tightly.  Therefore, when trying to ignore modifier key presses by ignoring all keys between Qt::Key_Shift (0x01000020) and Qt::Key_AltGr (which changed in Qt4 to 0x01001103), we were ignoring far too many keys--including the Function keys.





More information about the mythtv-commits mailing list