Opened 16 years ago
Closed 15 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 16 years ago by
comment:2 Changed 15 years ago by
Owner: | changed from Isaac Richards to greg |
---|---|
Status: | new → assigned |
comment:3 Changed 15 years ago by
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 15 years ago by
Attachment: | 5281_udpnotify.patch added |
---|
Changed 15 years ago by
Attachment: | 5281-v2.patch added |
---|
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.