﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
10485	Improve gui logging for themer	Xavier Hervy <xavier.hervy@…>	stuartm	"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'
}}}

"	Patch - Feature	closed	minor	0.28	MythTV - User Interface Library	Master Head	medium	fixed	theme mythui		0
