This file shows the results of testing the four apps videowidget, videographicsitem, viewfinderwidget, viewfindergraphicsitem on S^3 and 5.0 devices. The following is the expected behaviour: * Background of app TLW is blue * Region of videowidget / graphicsitem is black before video content appears * Video content appears in the correct region of the screen * Background of the app TLW remains blue once video content is shown On each device, the app must be run twice: 1. Default parameters a) Check expected behaviour when app is launched b) Check UI and video content continue to be rendered correctly when device orientation is changed 2. Pass -translucent parameter on command line (causes Qt::WA_TranslucentBackground to be set on the TLW) a) Check expected behaviour when app is launched b) Check UI and video content continue to be rendered correctly when device orientation is changed On NGA devices, the app must then be run using the raster graphics system by passing '-graphicssystem raster' on the command line. The same four use cases listed above should then be re-tested. --------------------------------------------------------------------- after applying patches for QTMOBILITY-728 --------------------------------------------------------------------- testapps/videowidget [A-01] N8 OK [A-02] N8 rotate OK (but see QTMOBILITY-1077) [A-03] N8 translucent OK [A-04] N8 translucent, rotate OK [A-05] N8 raster OK [A-06] N8 raster, rotate OK [A-07] N8 raster, translucent OK [A-08] N8 raster, translucent, rotate OK [A-09] 5800 OK [A-10] 5800, rotate OK [A-11] 5800 translucent OK [A-12] 5800 translucent, rotate OK testapps/videographicsitem [B-01] N8 OK (but video lags behind overlay painting) [B-02] N8 rotate OK [B-03] N8 translucent OK (but video flickers when moved) [B-04] N8 translucent, rotate OK [B-05] N8 raster video not visible (black) [B-06] N8 raster, rotate video not visible (black) [B-07] N8 raster, translucent OK (but video flickers when moved) [B-08] N8 raster, translucent, rotate OK [B-09] 5800 video initially visible, but turns black when moved (black) [B-10] 5800, rotate video initially visible, but turns black when moved (black) [B-11] 5800 translucent OK [B-12] 5800 translucent, rotate OK testapps/viewfinderwidget [C-01] N8 OK [C-02] N8 rotate OK [C-03] N8 translucent OK [C-04] N8 translucent, rotate OK [C-05] N8 raster OK [C-06] N8 raster, rotate OK [C-07] N8 raster, translucent OK [C-08] N8 raster, translucent, rotate OK [C-09] 5800 OK [C-10] 5800, rotate OK [C-11] 5800 translucent OK [C-12] 5800 translucent, rotate OK testapps/viewfindergraphicsitem [D-01] N8 clipping behaviour is strange, as item moves off edge of screen [D-02] N8 rotate whole view turns black (until item is moved) [D-03] N8 translucent video not visible (black) [D-04] N8 translucent, rotate video not visible (black) [D-05] N8 raster video not visible (black) [D-06] N8 raster, rotate video not visible (black) [D-07] N8 raster, translucent OK [D-08] N8 raster, translucent, rotate OK [D-09] 5800 not visible (black) [D-10] 5800, rotate not visible (black) [D-11] 5800 translucent not visible (white / transparent) [D-12] 5800 translucent, rotate not visible (white / transparent)