[mythtv-commits] mythtv/master commit: 95b4d9283 by David Engel (gigem)

MythTV noreply at mythtv.org
Sat Jun 25 20:41:16 UTC 2011


      Author:  David Engel <dengel at mythtv.org>
 Change Date:  2011-06-25T13:40:47-07:00
   Push Date:  2011/06/25 13:41:09 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  95b4d9283cba9a8ec902b0f2080cd35778967eb5
   Changeset:  https://github.com/MythTV/mythtv/commit/95b4d9283

Log:

Better handle display of high-numbered cards.

If a card's number was greater than 9, only the first digit was
displayed in some situations and caused confusion with some users.
Change toQChar(RecStatusType recstatus, uint cardid) to
toString(RecStatusType recstatus, uint cardid) and return a string to
allow display of the full number.

Also, tweak some themes where card numbers are displayed.

Modified:

   mythtv/libs/libmyth/programinfo.cpp
   mythtv/libs/libmyth/programtypes.cpp
   mythtv/libs/libmyth/programtypes.h
   mythtv/programs/mythbackend/scheduler.cpp
   mythtv/programs/mythfrontend/viewschedulediff.cpp
   mythtv/themes/MythCenter-wide/schedule-ui.xml
   mythtv/themes/MythCenter/schedule-ui.xml
   mythtv/themes/default-wide/schedule-ui.xml
   mythtv/themes/default/schedule-ui.xml



More information about the mythtv-commits mailing list