summaryrefslogtreecommitdiffstats
path: root/src/multimedia/playback
Commit message (Expand)AuthorAgeFilesLines
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-032-8/+8
* whitespace fixesOswald Buddenhagen2014-01-301-1/+1
* Use QStringRef instead of QString whenever possible.Jędrzej Nowacki2014-01-151-6/+6
* Fix some typos in documentation.Jeff Tranter2014-01-071-1/+1
* Doc: Document asynchronous nature of QMediaPlayer::setMedia()Sze Howe Koh2013-11-231-0/+5
* Remove unnecessary warning in QMediaPlaylistNavigator.Yoann Lopes2013-10-091-3/+1
* Fix lupdate warning in playlistparser.Friedemann Kleint2013-09-271-1/+2
* Fix typo in QMediaPlayer docs.Mitch Curtis2013-05-311-1/+1
* Decouple qmediametadata.h from qmultimedia.hSze Howe Koh2013-05-141-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-1919-22/+22
|\
| * Doc: Fixed random QDoc warningsVenugopal Shivashankar2013-01-152-3/+3
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1019-19/+19
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2810-40/+0
|/
* tr()-Fixes.Friedemann Kleint2012-11-291-3/+3
* Fix syncqt-warnings.Friedemann Kleint2012-11-194-10/+10
* Enable the "#include <QMultimedia>" camel-case headerSze Howe Koh2012-11-061-1/+1
* Rename namespace QtMultimedia -> QMultimediaSze Howe Koh2012-11-062-5/+5
* Rename namespace QtMultimedia::MetaData -> QMediaMetaDataSze Howe Koh2012-11-062-7/+7
* Remove stale QT_MODULE() usage casesSergio Ahumada2012-10-259-18/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2419-456/+456
* Add a missing include for Q_MULTIMEDIA_EXPORTThiago Macieira2012-08-021-0/+1
* Rename availabilityError to availability.Michael Goddard2012-06-292-5/+5
* Fix a number of other qdoc issues.Michael Goddard2012-06-151-2/+2
* Tweak the controls documentation.Michael Goddard2012-06-153-223/+0
* A number of documentation fixes.Michael Goddard2012-06-071-1/+1
* Clarify the metadata functionality of QMediaPlayer.Michael Goddard2012-06-071-2/+10
* Use QPointer instead of QWeakPointer to track QObjects.Stephen Kelly2012-06-071-2/+2
* ensure important docs are built by the automated publisherAngus Cummings2012-06-012-1/+4
* Very minor C++ doc changesAngus Cummings2012-05-161-2/+2
* QtMultimedia: Fix compiler warnings.Friedemann Kleint2012-04-241-2/+0
* Adjust to changed QUrl::isRelative() semantics.Michael Goddard2012-04-201-1/+11
* Updated a lot of minor fixes to the docs and removed warnings from qdocJonas Rabbe2012-04-052-6/+2
* QMediaPlaylist: Added ability to load from provided QNetworkRequest.Lev Zelenskiy2012-03-219-23/+39
* QMediaPlayer frontend: changes to playlist support.Lev Zelenskiy2012-03-217-389/+346
* New playlist parsers to support network playlists.Lev Zelenskiy2012-03-214-0/+1075
* Updated IID, services, and controls to use qt-project URLJonas Rabbe2012-03-203-4/+4
* Updated plugins to use new plugin architectureJonas Rabbe2012-03-201-5/+2
* Added playlist property to QMediaContentLev Zelenskiy2012-03-122-6/+62
* Don't request renderer control if null surface is set as video output.Dmytro Poplavskiy2012-03-121-1/+8
* Move most of playlist API to private.Lev Zelenskiy2012-03-0613-150/+117
* Expose availability from the backend to C++ and QML.Michael Goddard2012-03-022-0/+13
* Moved QMediaServiceProvider to private header.Dmytro Poplavskiy2012-02-061-1/+1
* Documentation tweaks.Michael Goddard2012-02-063-0/+4
* QMediaPlayer::setPosition: do not check isSeekable and do not bound by durationLev Zelenskiy2012-02-061-2/+2
* Remove QMediaImageViewer (SC break).Michael Goddard2012-02-031-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3020-20/+20
* Fix some static analysis defects.Michael Goddard2012-01-251-0/+1
* Removed QMediaServiceProvider parameter from media objects constructors.Dmytro Poplavskiy2012-01-242-13/+9
* Update obsolete contact address.Jason McDonald2012-01-2320-20/+20
* More minor doc fixes.Michael Goddard2012-01-171-1/+1