Modify ↓
Please read the Ticket HowTo before creating or commenting on a ticket. Failure to do so may cause your ticket to be rejected or result in a slower response.
Opened 5 years ago
Closed 5 years ago
#5281 closed defect (fixed)
udpnotify needs to be ported to Qt4
| Reported by: | danielk | Owned by: | greg |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.22 |
| Component: | mythtv | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Attachments (2)
Change History (6)
comment:1 Changed 5 years ago by danielk
comment:2 Changed 5 years ago by greg
- Owner changed from ijr to greg
- Status changed from new to assigned
comment:3 Changed 5 years ago by michael bishop <clever@…>
ive made a patch which effectively turns udpnotify backon and fixes it enough to function properly under qt4
its a bit hackish because im polling the udpsocket but its better then nothing for those who cant wait for a real fix
Changed 5 years ago by michael bishop <clever@…>
Changed 5 years ago by danielk
proof of concept patch -- uses QThread for TV class' event thread.
Note: See
TracTickets for help on using
tickets.

(In [17238]) Refs #5281. Disables udpnotify until it's ported to Qt4.