1. 12 Jun, 2018 1 commit
  2. 31 Jan, 2018 1 commit
  3. 23 Jan, 2018 1 commit
  4. 28 Nov, 2017 1 commit
  5. 13 Nov, 2017 1 commit
  6. 09 Oct, 2016 1 commit
  7. 03 Sep, 2016 1 commit
  8. 13 May, 2016 1 commit
  9. 26 Apr, 2016 1 commit
  10. 01 Mar, 2016 1 commit
    • 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
  11. 23 Dec, 2015 1 commit
  12. 05 Nov, 2015 1 commit
  13. 10 Apr, 2014 1 commit
  14. 12 Dec, 2013 1 commit
  15. 04 Dec, 2013 1 commit
  16. 29 Nov, 2013 1 commit
  17. 14 Aug, 2013 1 commit
  18. 23 Jul, 2013 2 commits
  19. 16 Jul, 2013 1 commit
  20. 16 May, 2013 1 commit
  21. 29 Apr, 2013 1 commit
  22. 12 Apr, 2013 1 commit
  23. 28 Feb, 2013 1 commit
  24. 27 Feb, 2013 1 commit
  25. 02 Oct, 2012 1 commit
  26. 24 Sep, 2012 1 commit
  27. 21 Sep, 2012 2 commits
  28. 20 Sep, 2012 2 commits
  29. 13 Sep, 2012 2 commits
  30. 06 Sep, 2012 2 commits
  31. 27 Aug, 2012 1 commit
  32. 24 Aug, 2012 1 commit
  33. 17 Aug, 2012 1 commit
  34. 10 Aug, 2012 1 commit
  35. 08 Aug, 2012 1 commit
    • Aleksei Kanash's avatar
      Reworked items copying mechanism. · 81a49e95
      Aleksei Kanash authored
      Now coping creates a full copy of already created item. Copy has it's own content (like video, audio or folder) and stores original item properties (like locked, pos, size, freezed e.t.c.).
      81a49e95