Opened 18 years ago
Closed 17 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)
by , 18 years ago
Attachment: | win32_fs.patch added |
---|
comment:1 by , 18 years ago
Milestone: | 0.21 → 0.22 |
---|
comment:2 by , 17 years ago
Component: | mythtv → windows |
---|---|
Owner: | changed from | to
comment:3 by , 17 years ago
Status: | new → infoneeded_new |
---|
comment:4 by , 17 years ago
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?