summaryrefslogtreecommitdiffstats
path: root/src/multimedia/qmediaplaylist.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
| | | | | | Change-Id: I96513e8b6f09e76998a18edb5411ae06f52cba7c Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Update to new license formatSergio Ahumada2012-11-071-22/+22
| | | | | | | Also fixing some left overs from 8de152a9e1deb533070663cccf6a98e0d374b1d6 Change-Id: I28a91ca233dd835e6e53efbbd7ebd649461f5c04 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-071-3/+3
| | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: Ie3b9224b2b6a32b417fa0b6643350d45046381e6 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Update licenseheader text in source files for qtmobilityJyri Tahtela2011-05-181-17/+17
| | | | | | | Updated version of LGPL licenseheader. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Docs: QTMOBILITY-790 multimedia.Peter Yard2011-05-131-0/+40
|
* make compileAlex2011-04-181-9/+9
| | | | Task-number: QTMOBILITY-790
* Docs: added since version to 1.0 classes. QTMOBILITY-790Peter Yard2011-04-151-11/+12
|
* Convert snippets of code in docs to a separate snippet C++ file.Michael Goddard2011-03-021-14/+1
| | | | | | | | | | | So that: a) it compiles b) it gets c++ style checked c) it can be made more consistent Task-number: QTMOBILITY-1328 Reviewed-by: Jonas Rabbe Change-Id: Ifdd8d9c41dc375b04c601585470daadb21887758
* Docs: QTMOBILITY-786 Removed 'preliminary' status from class documentation.Peter Yard2010-12-021-1/+1
|
* Fix a couple of doc warnings.Wolfgang Beck2010-09-221-2/+2
|
* Docs: Jira QTMOBILITY-288 added QtMultimediaKit module name to files. ↵Peter Yard2010-06-291-0/+1
| | | | Changed "We mean it" sentence in some audio implementation files.
* Doc fixes.Justin McPherson2010-06-111-0/+5
| | | | | Task-number: MOBILITY-1100 Reviewed-by: Andrew den Exter
* Fix media plugin path resolution.Andrew den Exter2010-05-311-1/+1
| | | | | | mobilityPlugins() and therefore QMediaPluginLoader takes a type name not a relative path, and so won't find the plugins if given a leading slash.
* Merge branch '1.0' of git@scm.dev.nokia.troll.no:qtmobility/qtmobility into 1.0Justin McPherson2010-05-281-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: config.tests/lbt/lbt.pro configure configure.bat dist/changes-1.0.0 doc/src/installation.qdoc examples/player/player.cpp plugins/declarative/declarative.pro plugins/multimedia/symbian/mmf/mmf.pro plugins/multimedia/symbian/openmaxal/mediarecorder/mediarecorder.pro src/multimedia/multimedia.pro src/multimedia/qvideooutputcontrol.cpp src/multimedia/video/qimagevideobuffer.cpp tests/auto/qaudiooutput/wavheader.h
| * Bump copyright date from 2009 to 2010dac2010-05-071-1/+1
| |
| * Moved Multimedia out of QtMobility namespace.Dmytro Poplavskiy2010-04-071-2/+2
| | | | | | | | Task-number: MOBILITY-763
| * fix multimedia compiler errors using Qt in a namespace.Wolfgang Beck2010-03-251-9/+9
| |
* | Merge 1.0->module.Justin McPherson2010-05-271-9/+9
| |
* | Docs; minor fixesJustin McPherson2010-05-261-21/+23
| |
* | Renamed QMediaPlaylist::Linear enum value to Sequential.Dmytro Poplavskiy2010-05-201-1/+1
| |
* | Changed QMediaPlayer and QMediaImageViewer to use QMediaPlaylist asDmytro Poplavskiy2010-05-181-1/+3
| | | | | | | | | | | | | | | | and alternative input type to QMediaContent. QMediaPlaylist could still be binded to QMediaObjects but this is only used for accessing the object provided playlist, not setting the playback source.
* | Replaced QMediaRecorder, QVideoWidget, etc ::setMediaObject()Dmytro Poplavskiy2010-05-141-8/+5
| | | | | | | | | | | | | | | | | | | | with QMediaObject::bind()/unbind() QMediaPlayer *player; QVideoWidget *videoWidget; videoWidget->setMediaObject(player) becomes player->addVideoOutput(videoWidget)
* | Fix crash in QMediaPlaylist.Andrew den Exter2010-05-131-1/+2
| | | | | | | | A non-null playlist control does not guarantee a non-null mediaObject.
* | Update QMediaPlaylist with request/releaseControl changes.Dmytro Poplavskiy2010-05-131-1/+3
| |
* | Moved Multimedia out of QtMobility namespace.Dmytro Poplavskiy2010-04-121-2/+2
|/ | | | Task-number: MOBILITY-763
* Added QMediaPlaylist::mediaObject/setMediaObjectDmytro Poplavskiy2009-12-081-35/+97
| | | | And removed QMediaObject from QMediaPlaylist constructor.
* Renamed QMediaPlaylist methods/signalsDmytro Poplavskiy2009-12-021-46/+46
| | | | | | | | API review, changed: append->add size->mediaCount position->index
* Ensure QMediaPlaylist::loaded() signal is emited and updatedDmytro Poplavskiy2009-12-021-2/+6
| | | | QMediaPlaylist::load() docs
* Renamed QMediaPlaylist::playlistPositionChanged toDmytro Poplavskiy2009-12-021-3/+3
| | | | currentPositionChanged
* catch up with recent master changesAlex2009-11-191-1/+22
|
* don't depend on Q_MOC_EXPAND_MACROS pragma as we won't be able toAlex2009-11-191-0/+1
| | | | | parametize the namespace anyway (due to missing support for macro with arguments expansion)
* namespace changes for multimedia (#3)Alex2009-11-191-0/+4
|
* move all libraries to src/ subdirAlex2009-11-101-0/+626