Mailing List Archive

mythtv branch master updated by dhampton. v30-Pre-592-gda1dc48
The branch, master has been updated on the
mythtv repository by gitolite user dhampton.
via da1dc48a41d77b925ebe7d3d4df90f81a8500af6 (commit)
via 03261ad3cfc64b95bf482d2eb3cc8f1da6049b0e (commit)
from f946552f52f508cf4738c3e2400c34e7f02ebb75 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit da1dc48a41d77b925ebe7d3d4df90f81a8500af6
Author: David Hampton <mythtv@love2code.net> at Mon, 16 Apr 2018 23:07:31 -0400
Committer: David Hampton <mythtv@love2code.net> at Mon, 16 Apr 2018 23:13:57 -0400
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=da1dc48a41d77b925ebe7d3d4df90f81a8500af6

Update Guide Grid to use "new" MythUIImage.
Use MythUIImage objects to hold the program badges and the
earlier/later arrows. This allows the deprecated LoadScalePixmap()
and LoadScaleImage() functions to finally be removed.



commit 03261ad3cfc64b95bf482d2eb3cc8f1da6049b0e
Author: David Hampton <mythtv@love2code.net> at Mon, 16 Apr 2018 20:24:11 -0400
Committer: David Hampton <mythtv@love2code.net> at Mon, 16 Apr 2018 23:11:06 -0400
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=03261ad3cfc64b95bf482d2eb3cc8f1da6049b0e

Use named constants in the Guide Grid code.
Instead of using the integers 0-3 to indicate whether a show starts
before the current time and/or runs after the current time, used named
values instead. This isn't as pretty as using an enum, but I couldn't
get enums to work with the logical and/or operators.



-----------------------------------------------------------------------

Summary of changes:
mythtv/libs/libmythui/mythuiguidegrid.cpp | 132 ++++++++++----------
mythtv/libs/libmythui/mythuiguidegrid.h | 11 ++-
mythtv/libs/libmythui/mythuihelper.cpp | 182 ----------------------------
mythtv/libs/libmythui/mythuihelper.h | 2 -
mythtv/libs/libmythui/mythuiimage.h | 1 +
mythtv/programs/mythfrontend/guidegrid.cpp | 8 +-
6 files changed, 80 insertions(+), 256 deletions(-)

--

_______________________________________________
mythtv-firehose mailing list
mythtv-firehose@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-firehose