Opened 14 years ago
Closed 10 years ago
Last modified 10 years ago
#10485 closed Patch - Feature (fixed)
Improve gui logging for themer
| Reported by: | Owned by: | stuartm | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.28 |
| Component: | MythTV - User Interface Library | Version: | Master Head |
| Severity: | medium | Keywords: | theme mythui |
| Cc: | Ticket locked: | no |
Description
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'
Attachments (1)
Change History (4)
by , 14 years ago
| Attachment: | mythuiutil.diff added |
|---|
comment:1 by , 13 years ago
| Milestone: | unknown → 0.28 |
|---|
comment:2 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

In c4ef803e4b4b07d04a514f0f2db117fcb466e064/mythtv: