summaryrefslogtreecommitdiffstats
path: root/src/multimedia
Commit message (Expand)AuthorAgeFilesLines
* Doc: Replace outdated macroChristian Stenger2012-12-071-1/+1
* Doc: Fix typo and enum namesChristian Stenger2012-12-062-4/+4
* Doc: Added missing images and made some language editsVenugopal Shivashankar2012-11-301-2/+1
* tr()-Fixes.Friedemann Kleint2012-11-291-3/+3
* Doc: cleanup multimedia overviewAndy Nichols2012-11-281-3/+10
* Doc: Cleanup diagram placeholder in Camera OverviewAndy Nichols2012-11-271-4/+0
* Doc: Polish the description of changes to the Qt Multimedia moduleSze Howe Koh2012-11-211-62/+46
* Merge branch 'newdocs'Eskil Abrahamsen Blomfeldt2012-11-205-244/+23
|\
| * Doc: Removed extra qdocconf files.Jerome Pasion2012-11-075-243/+23
| * Merge branch 'master' of ssh://codereview.qt-project.org/qt/qtmultimedia into...Jerome Pasion2012-11-02113-235/+30
| |\
| * | doc: update documentation project name to match module nameTor Arne Vestbø2012-10-121-2/+1
* | | Fix syncqt-warnings.Friedemann Kleint2012-11-1973-190/+190
* | | Fix a possible crash in QSoundEffect.Robin Burchell2012-11-091-1/+3
* | | Doc: Put QMediaMetaData in the Qt Multimedia modulev5.0.0-beta2Sze Howe Koh2012-11-081-0/+2
* | | Blackberry: Add a page with platform-specific documentationThomas McGuire2012-11-072-0/+83
* | | Enable the "#include <QMultimedia>" camel-case headerSze Howe Koh2012-11-0626-30/+29
* | | Rename namespace QtMultimedia -> QMultimediaSze Howe Koh2012-11-0628-124/+121
* | | Enable the "#include <QMediaMetaData>" camel-case headerSze Howe Koh2012-11-065-538/+634
* | | Rename namespace QtMultimedia::MetaData -> QMediaMetaDataSze Howe Koh2012-11-069-20/+20
| |/ |/|
* | Remove stale QT_MODULE() usage casesSergio Ahumada2012-10-25110-220/+0
* | Doc: Removed dependency on qtmultimedia.cssVenugopal Shivashankar2012-10-191-5/+0
* | QtMultimedia: Fix compiler warnings.Friedemann Kleint2012-10-172-2/+3
* | Fix compilation with stock MinGW.Friedemann Kleint2012-10-173-8/+27
|/
* Update docs after modularization of docsTor Arne Vestbø2012-10-113-48/+5
* Export QAudioHelperInternal symbolsKevin Ottens2012-10-081-1/+1
* Don't add the beginning of the file to the end of the last periodKevin Ottens2012-10-081-2/+3
* Doc: Added Qt Multimedia to 'qmlmodules' groupJerome Pasion2012-10-031-1/+2
* Doc: Organized related information in subsectionsVenugopal Shivashankar2012-09-281-46/+40
* Add missing QT_{BEGIN,END}_NAMESPACESergio Ahumada2012-09-272-0/+4
* Doc: Moved example documentation and imagesVenugopal Shivashankar2012-09-2629-1062/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-24271-6196/+6196
* Doc: Updated landing page to be consistent with other module landing pagesVenugopal Shivashankar2012-09-133-29/+70
* Doc: Removed the unnecessary \annotatedlist command to avoid duplicationVenugopal Shivashankar2012-09-121-3/+7
* remove usage of QT_MAKEDLL from QtMultimediaJoerg Bornemann2012-09-121-18/+2
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-121-2/+0
* Doc: Added an index page and separated \qmlproperty and \property documentationVenugopal Shivashankar2012-08-295-8/+104
* follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen2012-08-111-1/+1
* Fix some failing QAudioInput integration tests on OSX.Michael Goddard2012-08-034-14/+73
* Added check to qsound and qsoundeffect unit tests for audio supportKurt Korbatits2012-08-031-0/+5
* Add a missing include for Q_MULTIMEDIA_EXPORTThiago Macieira2012-08-022-0/+2
* Fix a few header style violations.Michael Goddard2012-07-305-3/+7
* Doc: Changed \qmlclass to \qmltype and added \instantiatesJerome Pasion2012-07-271-1/+2
* Replace QSoundEffect backend using qmedia with qaudiooutput implementationKurt Korbatits2012-07-265-293/+494
* Fixed QDoc errors related to snippets and quotefromfile commandsVenugopal Shivashankar2012-07-266-10/+11
* Volume control for QAudioInput windows backend.Lev Zelenskiy2012-07-262-0/+115
* Added check to alsa backend for QAudioOutputKurt Korbatits2012-07-261-0/+5
* Moved doc under src to fall in-line with the new modular structureVenugopal Shivashankar2012-07-2563-0/+4564
* Replaced endpoint control with audio input and output controlsDmytro Poplavskiy2012-07-248-185/+406
* Fixed docs for QAudioInput::bufferSize and setBufferSizeAli Akhtarzada2012-07-241-2/+2
* Added volume property to QMediaRecorderDmytro Poplavskiy2012-07-194-0/+50