summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/multimedia/qmediaplayer/tst_qmediaplayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tests: apply clazy's old-style-connectTim Blechmann2024-05-011-49/+65
* Tests: remove TESTED_COMPONENTTim Blechmann2024-04-161-2/+0
* Replace `QString` with `QStringLiteral` when wrapping a string literalTim Blechmann2024-04-081-1/+1
* Change license for test filesLucie Gérard2024-03-261-1/+1
* Use regular plugin loader also in multimedia unit testsJøger Hansegård2024-01-291-1/+2
* Delay emitting playingChanged event until after state has changedJøger Hansegård2023-11-061-0/+18
* Implement initialization of video devices on the first connectionArtem Dyomin2023-06-271-4/+2
* Include moc_*.cpp files in QtMM testsArtem Dyomin2022-12-131-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-32/+32
* Use SPDX license identifiersLucie Gérard2022-06-241-27/+2
* Add test for multiple sourceSamuel Mira2021-11-011-0/+34
* Remove QMediaPlaylist from QtMultimedia for nowLars Knoll2021-06-181-1/+0
* QMediaPlayer API cleanupsLars Knoll2021-06-161-2/+2
* Get rid of QAudio::RoleLars Knoll2021-06-161-38/+0
* Use QAudioOutput in QMediaPlayerLars Knoll2021-06-111-38/+46
* Cleanup status handling in QMediaPlayerLars Knoll2021-05-031-4/+4
* Fix the remaining test failures in tst_qmediaplayerLars Knoll2021-04-271-24/+22
* Fix most errors in tst_qmediaplayerLars Knoll2021-04-271-117/+12
* Clean up the file and class names for the mock backendLars Knoll2021-04-231-2/+2
* API cleanups in QMediaPlayerLars Knoll2021-04-161-49/+49
* Remove the notifyInterval() functionalityLars Knoll2021-04-081-195/+0
* Get rid of QMediaPlayer::setCustomRole() and relatedLars Knoll2021-04-081-89/+0
* Clean up most QAbstractVideoSurface usagesLars Knoll2021-04-061-5/+5
* Get rid of QMediaStreamsControlLars Knoll2021-03-051-1/+0
* Remove manual metatype declarations and registrationsLars Knoll2021-03-021-4/+0
* Get rid of QVideoRendererControlLars Knoll2021-03-021-1/+1
* Rename QMediaPlayerControl to QPlatformMediaPlayerLars Knoll2021-03-021-1/+1
* Get rid of one layer of indirection in the backendLars Knoll2021-03-021-48/+48
* And finally kill QMediaServiceLars Knoll2021-02-171-1/+0
* Remove the QMediaSource inheritance from QMediaPlayerLars Knoll2021-02-171-2/+0
* Cleanup autotests related to QVideoRenderer/WindowControlLars Knoll2021-02-171-43/+12
* Rework how to set a video output surfaceLars Knoll2021-02-171-2/+2
* Remove the notifyInterval functionality from QMediaSourceDoris Verria2021-02-171-0/+227
* Port tst_qmediaplayer to use the new mock infrastructureLars Knoll2021-01-291-30/+20
* Cleanup mock backend and tests using it.Lars Knoll2021-01-291-0/+1036