• Craig Watson's avatar
    Video fixed on OS X · ce521ede
    Craig Watson authored
    QVideoWidget had to be abandoned in favour of QGraphicsVideoItem. This
    is because UBGraphicsMediaItem, i.e the class representing a media
    (audio or video) object on the board, is a QGraphicsProxyWidget, and is
    used to embed a QWidget into the Scene.
    
    With Phonon's video widget, it was possible to embed the video widget in
    this ProxyWidget. This is no longer possible (except on Windows, for
    some reason), so this commit is a workaround, to use a
    QGraphicsVideoItem instead of a QVideoWidget while modifying the rest
    of the class hierarchy as little as possible.
    
    Ultimately, a cleaner solution (not making UBGraphicsMediaItem inherit
    QGraphicsProxyWidget, for example) may be desirable.
    ce521ede
Name
Last commit
Last update
..
adaptors Loading commit data...
api Loading commit data...
board Loading commit data...
core Loading commit data...
desktop Loading commit data...
document Loading commit data...
domain Loading commit data...
frameworks Loading commit data...
globals Loading commit data...
gui Loading commit data...
network Loading commit data...
pdf Loading commit data...
pdf-merger Loading commit data...
podcast Loading commit data...
tools Loading commit data...
web Loading commit data...