Opened 16 years ago

Closed 16 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)

5281_udpnotify.patch (4.6 KB) - added by michael bishop <clever@…> 16 years ago.
5281-v2.patch (39.5 KB) - added by danielk 16 years ago.
proof of concept patch -- uses QThread for TV class' event thread.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 16 years ago by danielk

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

comment:2 Changed 16 years ago by greg

Owner: changed from Isaac Richards to greg
Status: newassigned

comment:3 Changed 16 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 16 years ago by michael bishop <clever@…>

Attachment: 5281_udpnotify.patch added

Changed 16 years ago by danielk

Attachment: 5281-v2.patch added

proof of concept patch -- uses QThread for TV class' event thread.

comment:4 Changed 16 years ago by danielk

Resolution: fixed
Status: assignedclosed

(In [17928]) Fixes #5281. Ports udpnotify to Qt4.

This puts the TV event loop into a QThread rather than a pthread so that we have a Qt event loop for the QUdpSocket.

Note: See TracTickets for help on using tickets.