Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Listen on hasVideoChanged() instead of only checking hasVideo(). | Frans Englich | 2009-10-21 | 2 | -2/+7 |
| | | | | | | | | | | This means that when the backend's knowledge about the content's video capability changes outside the LoadingState, it still work. This apparently matters for the Helix backend. Patch supplied by Adookkattil Saleem (Nokia-D/Dallas). Reviewed-by: Gareth Stockwell Reviewed-by: Frans Englich | ||||
* | Does not disable full screen when end of video playlist is reached. | Frans Englich | 2009-10-19 | 1 | -0/+3 |
| | | | | | | | Tested on Symbian and Windows(DS9). Task-number: QTBUG-4869 Reviewed-by: Gareth Stockwell | ||||
* | Symbian fix: rename examples ftp and musicplayer to start with q. | Frans Englich | 2009-10-09 | 7 | -0/+1577 |
Symbian already has the executables musicplayer.exe, mediaplayer.exe and ftp.exe, with the result that we overwrite them with Qt. We solve this by renaming the examples, and do it not only on Symbian, such that Qt remains consistent across platforms. This was previously partly done for mediaplayer. The folder name needs to be consistent with the executable, for qtdemo to work. Done jointly with Alessandro. Task-number: QTBUG-4743 Reviewed-by: Alessandro Portale Reviewed-by: Frans Englich |