1. 08 Sep, 2017 - 1 commit
  2. 06 Sep, 2017 - 1 commit
  3. 31 Aug, 2017 - 3 commits
  4. 22 Aug, 2017 - 1 commit
    • Sami Nurmenniemi's avatar
      Enable tests for boot2qt · c341b2b2
      Sami Nurmenniemi authored
      The tests for boot2qt were disabled with commit
      b9bfe241
      
      . The tests can
      be enabled since qtdeclarative now fallbacks to software
      renderer if OpenGL is not supported.
      
      Two changes were needed to pass tests on boot2qt
      1. Add option to disable tests requiring WAV format and use
      that in the boot2qt environment
      2. Skip some tst_QPainterVideoSurface tests if GLContext is
      not supported by the platform
      
      Task-number: QTBUG-60268
      Change-Id: I236207fedb505124a2c7edf0caccd85011ab1416
      Reviewed-by: default avatarSimon Hausmann <simon.hausmann@qt.io>
      c341b2b2
  5. 17 Aug, 2017 - 1 commit
  6. 16 Aug, 2017 - 1 commit
  7. 08 Aug, 2017 - 1 commit
  8. 18 Jul, 2017 - 1 commit
  9. 12 Jul, 2017 - 2 commits
  10. 07 Jul, 2017 - 2 commits
  11. 06 Jul, 2017 - 3 commits
    • Edward Welbourne's avatar
      Use qDegreesToRadians() instead of hand-coding it · 0b0c0e72
      Edward Welbourne authored
      
      It have the virtue of documenting its meaning directly.
      
      Change-Id: I42f1be6b4c8e69dcf8b8711b42b19759a6aebe78
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
      0b0c0e72
    • Bartosz Golaszewski's avatar
      PulseAudio: fix a pthread_mutex crash in error path · 53538ff9
      Bartosz Golaszewski authored
      
      QSoundEffect (pulseaudio) uses a workaround for stability issues:
      although the pulseaudio mainloop mutex is recursive, it utilizes a
      separate lock counting. This is not the best solution, but it is a
      part of a larger set of changes which improved the stability in CI
      under heavy load.
      
      QSoundEffect always calls pa_threaded_mainloop_lock/unlock() from the
      same thread so the additional lock counting works in normal situation
      even though it doesn't use atomic types.
      
      However if pa_context_connect() fails, pa_threaded_mainloop_unlock()
      is called without regard to current lock count. This leads to random
      double-unlock aborts if pa_context_connect() fails more than once
      (e.g. after the reconnect scheduled from onContextFailed()).
      
      Fix this by always using the PulseDaemon wrappers around
      pa_threaded_mainloop_lock/unlock().
      
      Task-number: QTBUG-61725
      Change-Id: I41eb9a76892a6646fd5620ef8f686473b339464f
      Reviewed-by: default avatarChristian Stromme <christian.stromme@qt.io>
      53538ff9
    • Liang Qi's avatar
      Merge remote-tracking branch 'origin/5.9' into dev · 2282cd01
      Liang Qi authored
      Conflicts:
      	.qmake.conf
      
      Change-Id: I5f9bed6cb611471db61b9c69004f16786822625d
      2282cd01
  12. 30 Jun, 2017 - 4 commits
  13. 27 Jun, 2017 - 1 commit
  14. 26 Jun, 2017 - 3 commits
  15. 23 Jun, 2017 - 1 commit
  16. 20 Jun, 2017 - 3 commits
  17. 19 Jun, 2017 - 1 commit
  18. 16 Jun, 2017 - 1 commit
    • Albert Astals Cid's avatar
      Prevent m_runningCount from eventually overflowing · b934cf05
      Albert Astals Cid authored
      
      When m_loopCount is Infinite (i.e. -1) m_runningCount would go from -2
      and down, eventuall wrapping and reaching 0 and thus stopping.
      
      This is a theorical problem since even if we had a 1 second video it would
      take lots of years to trigger but i guess it's better than
      having the value of m_runningCount be unbounded
      
      Change-Id: I340ec2157ece3334e58ab4afd77c34b478a256e9
      Reviewed-by: default avatarChristian Stromme <christian.stromme@qt.io>
      b934cf05
  19. 12 Jun, 2017 - 2 commits
  20. 07 Jun, 2017 - 1 commit
  21. 31 May, 2017 - 1 commit
  22. 30 May, 2017 - 3 commits
  23. 23 May, 2017 - 1 commit
  24. 20 May, 2017 - 1 commit