Opened 13 years ago
Closed 12 years ago
#4699 closed patch (invalid)
Win32 fullscreen mode support
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.22 |
Component: | windows | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
It turns out, QT3/win32 does not implement QGLWidget::reparent (the method is there, it's just empty.
This workaround uses create() to achieve similar effect.
This fixes fullscreen behaviour to some degree (the main window opens fullscreen, does not have borders or title bar, and covers windows taskbar), however, there are still issues - switching to livetv and back sometimes moves the window, the main menu is sometimes painted where the client area of the window would be if the window had the title bar.
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | win32_fs.patch added |
---|
comment:1 Changed 13 years ago by
Milestone: | 0.21 → 0.22 |
---|
comment:2 Changed 13 years ago by
Component: | mythtv → windows |
---|---|
Owner: | changed from Isaac Richards to danielk |
comment:3 Changed 12 years ago by
Status: | new → infoneeded_new |
---|
comment:4 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | infoneeded_new → closed |
no info provided in 2 wks
Note: See
TracTickets for help on using
tickets.
Andrei, does this still apply after the QT4 changes?