1. 02 Oct, 2018 1 commit
  2. 13 May, 2016 1 commit
  3. 26 Apr, 2016 1 commit
  4. 21 Mar, 2016 1 commit
  5. 09 Mar, 2016 1 commit
    • Craig Watson's avatar
      Fix videos being play/paused after a manual stop · eb597bf2
      Craig Watson authored
      When a video is first loaded (placed on the scene), we play/pause it to
      load the first frame; but this was also called when the video was
      manually stopped. To avoid this, a mStopped attribute was added to
      UBGraphicsMediaItem. It is set to true only when the video is stopped by
      the user.
      eb597bf2
  6. 07 Mar, 2016 3 commits
  7. 04 Mar, 2016 1 commit
  8. 01 Mar, 2016 2 commits
    • Craig Watson's avatar
      Various fixes and clean-ups for media items: · d6e1a7ad
      Craig Watson authored
      - Hovering over the video now makes the seek bar visible
      - The size of the video item is no longer changed when the video
      finishes playing
      - Media errors are now handled by the mediaItem and displayed for the
      user
      
      - Code clean-up
      d6e1a7ad
    • Craig Watson's avatar
      Overhaul of UBGraphicsMediaItem class · fe9affee
      Craig Watson authored
      - Removed inheritance of UBGraphicsProxyWidget; cleaned up related code
      - Added two children classes: UBGraphicsVideoItem and
      UBGraphicsAudioItem. UBGraphicsMediaItem is now an abstract class.
      - Better encapsulation; the Scene and other external classes no longer
      access the mediaObject directly
      
      There is now less distinction between audio and video items to outside
      code: apart from the UBSvgSubsetAdaptor, there is no need to know
      whether a media item holds a video or audio file. Creation is handled
      through the static function `UBGraphicsMediaItem::createMediaItem(URL,
      parent)`
      fe9affee
  9. 23 Feb, 2016 2 commits
  10. 23 Dec, 2015 1 commit
  11. 14 Dec, 2015 1 commit
  12. 23 Nov, 2015 1 commit
    • Craig Watson's avatar
      Cleaned up UBGraphicsMediaItem* · 007a1e12
      Craig Watson authored
      - Removed commented out obsolete code that had been added
      - Removed objects that were never used (mAudioOutput, audioFormat etc)
      - Re-made changes that had been reverted since commit cdb56333
      007a1e12
  13. 09 Nov, 2015 1 commit
  14. 14 Aug, 2013 1 commit
  15. 18 Jul, 2013 2 commits
  16. 28 Jun, 2013 1 commit
  17. 13 Jun, 2013 1 commit
  18. 29 Apr, 2013 1 commit
  19. 12 Mar, 2013 1 commit
  20. 11 Mar, 2013 1 commit
  21. 27 Feb, 2013 1 commit
  22. 25 Oct, 2012 1 commit
  23. 27 Aug, 2012 1 commit
  24. 15 Aug, 2012 1 commit
  25. 14 Aug, 2012 2 commits
  26. 06 Aug, 2012 1 commit
  27. 03 Aug, 2012 2 commits
  28. 30 Jul, 2012 1 commit
  29. 27 Jul, 2012 1 commit
  30. 26 Jul, 2012 1 commit
  31. 09 Jul, 2012 1 commit
  32. 18 Jun, 2012 1 commit
    • Aleksei Kanash's avatar
      Fixed behavior of locked items: · 714e1855
      Aleksei Kanash authored
      - locked items is not editable now.
      - toolbar for text item hides when item is locked
      
      Fixed behavior of toolbar:
      toolbar of media items hides after 5s of idle.
      714e1855
  33. 23 May, 2012 1 commit