Custom Query (1067 matches)
Results (25 - 27 of 1067)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#316 | fixed | Allow qt_qpainter graphics driver to be embedded | KaZeR | Jflatt |
Description | The GTK graphics looks at NAVIT_XID environment variable to embed into. The Qt graphics driver does not. The attached patch changes the RenderArea class to derive from QX11EmbedWidget instead of QWidget. QX11EmbedWidget inherits from QWidget, so it just needs to make use of the QX11EmbedWidget::embedInto() method, passing the NAVIT_XID's value. | |||
#1 | fixed | glut.h check in configure.in need a warning | KaZeR | KaZeR |
Description |
if the user doesn't have glut.h, required for opengl graphic driver, the
sdl gui gets built, but not the graphic driver. And it will fail to load at runtime. Configure should issue a warning when a gui is built without its driver |
|||
#2 | fixed | Clipping in SDL gui | KaZeR | KaZeR |
Description |
The view transformation needs to be adapted to fit the viewport used in SDL
3D view, because currently there is an ugly clipping effect. |
Note: See TracQuery
for help on using queries.