
noreply at mythtv
Apr 8, 2012, 5:25 PM
Post #1 of 1
(47 views)
Permalink
|
|
mythtv/master commit: aa2762f7f by David Engel (gigem)
|
|
Author: David Engel <dengel [at] mythtv> Change Date: 2012-04-08T17:15:08-07:00 Push Date: 2012/04/08 17:25:23 -0700 Repository: mythtv Branch: master New Revision: aa2762f7fbfdfffc3c17514c00d33cffb7bb3a08 Changeset: https://github.com/MythTV/mythtv/commit/aa2762f7f Log: Fix popup windows from disappearing in MythCenter-wide when using the virtual keyboard. Adapted from a patch by Harley Peters <harley [at] thepetersclan> for the TintedGlass theme. Disable some "AboutToHide" animations in the MythCenter-wide theme for popup windows that can access the virtual keyboard. The animations cause the window to disappear when the virtual keyboard is displayed and consequently don't show what is typed. The "AboutToShow" animations remain in effect, and unfortunately, cause some flickering when the virtual keyboard is dismissed. Even with the flickering, this is better than not being able to see what is typed. Hopefully a better fix can be made to 0.25-fixes later. Modified: mythtv/themes/MythCenter-wide/base.xml mythtv/themes/MythCenter-wide/music-ui.xml mythtv/themes/MythCenter-wide/schedule-ui.xml _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|