summaryrefslogtreecommitdiffstats
path: root/demos/qmediaplayer/qmediaplayer.pro
Commit message (Collapse)AuthorAgeFilesLines
* Allow IAP to be selected in Phonon MMF backendRuth Sadler2011-01-131-0/+2
| | | | | | | | | | | | | | | | | | | | | The Phonon API does not provide any way for the client to specify which network connection should be used for streaming playback. If the application already has a connection open, using a bearer other than the default (e.g. using WiFi when the device default is GPRS), it may be desirable to use it for streaming, rather than allowing the Phonon backend to open a second connection on the default bearer. This patch adds a custom property on the Phonon::MediaObject, called InternetAccessPointName. The client can specify the IAP which Phonon should use by setting this property. Note that support for this property is only provided in the Phonon MMF backend. Task-number: QTBUG-11436 Reviewed-by: Gareth Stockwell (cherry picked from commit 1640acce5ca8f49c5655edffa2a1108048c5a414)
* Fixed `make install' for qmediaplayer demo.Rohan McGovern2010-06-071-1/+1
| | | | | `sources.path += qmediaplayer.pro' where `sources.files += qmediaplayer.pro' was intended.
* Add (correct) .pro files to INSTALLs.Frans Englich2010-04-211-1/+1
| | | | Complements previous commit.
* Assign UID3, install example files, remove redundant code.Frans Englich2010-04-211-1/+1
| | | | | | This demo still needs work on Symbian, related is QTBUG-10095. Reviewed-by: Jason Barron
* Symbian: Add capability NetworkServices.Frans Englich2009-11-201-0/+2
| | | | | | From discussions with Helix team. Reviewed-by: Gareth Stockwell
* Symbian fix: rename examples ftp and musicplayer to start with q.Frans Englich2009-10-091-0/+35
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