1. 05 Apr, 2019 - 1 commit
    • Friedemann Kleint's avatar
      Fix some deprecation warnings · f787689e
      Friedemann Kleint authored
      
      tst_qvideoframe.cpp:736:68: warning: 'int QImage::byteCount() const' is deprecated: Use sizeInBytes [-Wdeprecated-declarations]
      videowidget.cpp:103:49: warning: ‘const QBrush& QPalette::background() const’ is deprecated: Use QPalette::window() instead [-Wdeprecated-declarations]
      videowidget.cpp:111:62: warning: ‘const QBrush& QPalette::background() const’ is deprecated: Use QPalette::window() instead [-Wdeprecated-declarations]
      
      Change-Id: If6ba7de74c695cb5405ef7d3f9c5be8f94e3e522
      Reviewed-by: default avatarVaL Doroshchuk <valentyn.doroshchuk@qt.io>
      v5.13.0-beta2
      f787689e
  2. 27 Mar, 2019 - 1 commit
  3. 25 Mar, 2019 - 3 commits
  4. 21 Mar, 2019 - 1 commit
  5. 18 Mar, 2019 - 1 commit
  6. 16 Mar, 2019 - 1 commit
  7. 15 Mar, 2019 - 1 commit
  8. 11 Mar, 2019 - 1 commit
  9. 02 Mar, 2019 - 1 commit
  10. 28 Feb, 2019 - 1 commit
  11. 26 Feb, 2019 - 2 commits
  12. 25 Feb, 2019 - 1 commit
  13. 23 Feb, 2019 - 1 commit
  14. 22 Feb, 2019 - 3 commits
  15. 16 Feb, 2019 - 1 commit
  16. 14 Feb, 2019 - 2 commits
  17. 12 Feb, 2019 - 2 commits
  18. 11 Feb, 2019 - 1 commit
  19. 09 Feb, 2019 - 1 commit
  20. 08 Feb, 2019 - 4 commits
    • VaL Doroshchuk's avatar
      Do not ignore tst_*.qml · a8ebc9c9
      VaL Doroshchuk authored
      
      Change-Id: I55c045909dd0eeac86160ca989ce893ed2816483
      Reviewed-by: default avatarAndy Shaw <andy.shaw@qt.io>
      a8ebc9c9
    • Val Doroshchuk's avatar
      Android: Implement audio roles · 054a8f3b
      Val Doroshchuk authored
      
      Introduced custom and standard audio role controls using MediaPlayer.setAudioAttributes(AudioAttributes)
      which added in API level 21.
      
      Custom audio roles might contain a list of roles separated by comma.
      E.g "CONTENT_TYPE_MOVIE,USAGE_ALARM", which means content type is movie
      and usage is alarm.
      
      [ChangeLog][Platform Specific Changes][Android] Implemented audio roles.
      
      Task-number: QTBUG-73119
      Change-Id: I281d1ce899d29f54d271516a1fca5f11c897fc90
      Reviewed-by: default avatarChristian Strømme <christian.stromme@qt.io>
      054a8f3b
    • VaL Doroshchuk's avatar
      Fix crash in player example when close the window while playing · d6c69017
      VaL Doroshchuk authored
      
      When it is playing and close the window:
      1. The player object will be destroyed first (all QString's).
      2. Next parent QWidget will be destroyed with all children.
      3. While destroying QMediaPlayer from Player object, the playback will be stopped.
      4. The status will be changed and Player::statusChanged will be called.
         The connection still exists.
         And since all string members are already freed, it produces a crash.
      
      Change-Id: I2c2fdca97f0ff4b300527b550ecc0c12b04e5b4e
      Reviewed-by: default avatarOliver Wolff <oliver.wolff@qt.io>
      d6c69017
    • VaL Doroshchuk's avatar
      Gstreamer: Add support of avfvideosrc for camerabin · 5fa4b2e4
      VaL Doroshchuk authored
      
      Gst Device Provider now can be used for macOS also.
      Added support of avfvidesrc element to be used within camerabin.
      
      Task-number: QTBUG-72125
      Change-Id: I69205649c6e75432534e240656d8cb4748ee10cc
      Reviewed-by: default avatarAndy Shaw <andy.shaw@qt.io>
      5fa4b2e4
  21. 06 Feb, 2019 - 2 commits
  22. 05 Feb, 2019 - 1 commit
    • Friedemann Kleint's avatar
      Fix deprecation warnings · 26830d43
      Friedemann Kleint authored
      
      Replace trUtf8() by tr() and implement QAbstractItemModel::roleNames(),
      fixing:
      
      multimedia.cpp:76:5: note: in expansion of macro ‘Q_OBJECT’
      multimedia.cpp:143:77: warning: ‘static QString QMultimediaDeclarativeModule::trUtf8(const char*, const char*, int)’ is deprecated [-Wdeprecated-declarations]
                       from multimedia.cpp:40:
      ....
      qdeclarativecamerafocus.cpp:403:23: warning: ‘void QAbstractItemModel::setRoleNames(const QHash<int, QByteArray>&)’ is deprecated [-Wdeprecated-declarations]
           setRoleNames(roles);
      
      Change-Id: I2648551a1b2774c45101ab1cad9e0ea3ab79ccbc
      Reviewed-by: default avatarVaL Doroshchuk <valentyn.doroshchuk@qt.io>
      Reviewed-by: default avatarSamuel Gaist <samuel.gaist@idiap.ch>
      v5.13.0-alpha1
      26830d43
  23. 04 Feb, 2019 - 2 commits
  24. 02 Feb, 2019 - 1 commit
  25. 01 Feb, 2019 - 2 commits
  26. 31 Jan, 2019 - 2 commits