Opened 16 years ago
Closed 16 years ago
#8004 closed enhancement (fixed)
Add a friendly error popup when checkTimeZone() fails during startup
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | MythTV - General | Version: | 0.22-fixes |
| Severity: | medium | Keywords: | checkTimeZone friendly popup error |
| Cc: | Ticket locked: | no |
Description
To lesson the frustration of new users I've suggested and implemented a MythConfirmationDialog to send users to review their logs in relation to the time zone mismatch.
Prior to this popup it would appear that mythfrontend would crash when it exited right after being started.
Attachments (3)
Change History (5)
by , 16 years ago
| Attachment: | main_rev23251_diff.cpp added |
|---|
by , 16 years ago
| Attachment: | backendconnectionmanager.cpp_23424_diff added |
|---|
svn diff of changes in mythtv-trunk/mythtv/programs/mythfrontend/backendconnectionmanager.cpp
comment:1 by , 16 years ago
I mistakenly left out the necessary includes to compile the backendconnectionmanager in trunk (.23)
I'm glad there seems to have been no activity on this ticket.
by , 16 years ago
| Attachment: | backendconnectionmanager.cpp_r23487.diff added |
|---|
The correct diff for .23 (trunk)
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
(In [24037]) Fixes #8004. Add a MythUI popup when backend and frontend timezones are mismatched to present a "friendly" notification of exactly what the problem is. Original patch by Johnny Walker with some modifications for coding standards/variable naming/a little cleanup by me.
As an aside, this kind of minor user friendliness fixup is incredibly appreciated when we see it coming from users, and I will make every effort to review this kind of patch quickly.

svn diff of programs\mythfrontend\main.cpp