Opened 16 years ago
Closed 15 years ago
#7124 closed defect (fixed)
Mac Qt 4.4 problems
Reported by: | Nigel | Owned by: | Nigel |
---|---|---|---|
Priority: | major | Milestone: | 0.24 |
Component: | Ports - OSX | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
1) On Mac OS 10.4, Qt 4.4 doesn't accept input if the MythTV main window is borderless. The same app bundle is OK on Mac OS 10.5.
2) JPEG reading became a Qt plugin (in 4.3?), which means errors like:
Problem reading theme preview image /Volumes/MythBuild/.osx-packager/src/myth-svn/mythtv/programs/Resources/share/mythtv/themes/Iulius/preview.jpg
Change History (6)
comment:1 by , 16 years ago
Component: | MythTV - General → Ports - OSX |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 16 years ago
comment:4 by , 16 years ago
comment:5 by , 15 years ago
Status: | assigned → infoneeded |
---|
nigel,
I was wondering if this one is closable given we're using Qt 4.6 by default now? I can test build on OS X but no backend to connect to so I can't test the JPG plugin, but it looks like we're building it.
comment:6 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | infoneeded → closed |
Between defaulting to Qt 4.6 and building the JPEG plugin, it appears this is solved. (Perhaps we can just call 10.5 our minimum supported version anyway?)
(In [21986]) Build Qt plugins so that QImage supports JPEG. Refs #7124. 'rm .osx-packager/src/qt-mac-opensource-src-4.4.3/.osx-*' to rebuild. Unsure how libqjpeg.dylib should be loaded at runtime.