[mythtv-commits] Ticket #10485: Improve gui logging for themer

MythTV noreply at mythtv.org
Tue Mar 20 23:30:35 UTC 2012


#10485: Improve gui logging for themer
-------------------------------------------------+-------------------------
     Reporter:  Xavier Hervy <xavier.hervy@…>    |      Owner:  stuartm
         Type:  Patch - Feature                  |     Status:  new
     Priority:  minor                            |  Milestone:  unknown
    Component:  MythTV - User Interface Library  |    Version:  Master Head
     Severity:  medium                           |   Keywords:  theme
Ticket locked:  0                                |  mythui
-------------------------------------------------+-------------------------
 When creating a new theme, it can be difficult what widget are missing but
 more importantly where.

 At the moment the logging look like:

 {{{
 2012-03-20 23:25:32.637221 N  Container 'exit prompt' is missing child
 'title'
 }}}
 In this example, 'exit prompt' is the name of the MythDialogBox object,
 but the name of the window in the xml file is not displayed which make the
 themer work more difficult as he need to browse the source code to figure
 out what window in incriminated.
 This patch replace the log by:
 {{{
 2012-03-20 23:25:32.637221 N  Container 'MythPopupBox' is missing child
 'title'
 }}}

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10485>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list