summaryrefslogtreecommitdiffstats
path: root/src/multimedia/effects
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1012-12/+12
* Fix some warningsMarc Mutz2012-11-231-0/+1
* QSoundEffect: fix a compiler warningMarc Mutz2012-11-231-2/+2
* Fix a possible crash in QSoundEffect.Robin Burchell2012-11-141-1/+3
* Update to new license formatSergio Ahumada2012-11-0712-264/+264
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-0712-36/+36
* Fix volume change error on mono stream for soundeffect(pulseaudio)Ling Hu2011-09-281-2/+4
* Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-serviceframewo...Qt Continuous Integration System2011-06-011-1/+1
|\
| * Docs: fix qdoc errors.Peter Yard2011-05-311-1/+1
* | Merge branch 'master' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia int...Qt Continuous Integration System2011-05-262-49/+110
|\ \
| * | Fix some threading issues with QSampleCache.Michael Goddard2011-05-192-49/+110
* | | Update licenseheader text in source files for qtmobilityJyri Tahtela2011-05-1812-204/+204
| |/ |/|
* | Docs: QTMOBILITY-790 multimedia.Peter Yard2011-05-131-0/+16
|/
* Docs: QTMOBILITY-790 added since tag to 1.2 classes.Peter Yard2011-04-151-0/+2
* Docs: set inmodule for various classes.Peter Yard2011-04-071-0/+2
* Merge branch '1.1' of ../qtmobility into master-from-1.1Alex2011-03-231-0/+1
|\
| * Document volume limitation with QSoundEffect on MacOSX/symbian.hawcroft2011-03-211-0/+4
* | Merge branch '1.1' of ../qtmobility into master-from-1.1Alex2011-03-175-121/+560
|\|
| * Refactoring soundeffect(pulseaudio)Ling Hu2011-03-152-119/+61
| * Add QSampleCache for sharing sound sample data.Ling Hu2011-03-153-2/+499
* | Merge remote branch 'origin/1.1' into master-from-1.1Rohan McGovern2011-03-101-0/+1
|\|
| * Fix a compiler warning.Michael Goddard2011-03-071-0/+1
* | Merge remote-tracking branch 'dboddie/master' into sensors_masterLincoln Ramsay2011-02-221-28/+4
|\ \
| * | Doc: Fixed qdoc warnings.David Boddie2011-02-181-28/+4
* | | Merge branch '1.1' of qtmobility.git into master-from-1.1Alex2011-02-164-210/+559
|\ \ \ | |/ / |/| / | |/
| * Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-multimedia into 1...Qt Continuous Integration System2011-02-073-206/+555
| |\
| | * Reimplement soundeffect(pulseaudio) using stream modeLing Hu2011-02-073-206/+555
| * | remove some compiler warningsAlex2011-02-071-4/+4
| |/
* | Merge remote branch 'origin/1.1' into master-from-1.1Rohan McGovern2011-01-213-2/+4
|\|
| * Fix incorrect signal emits for volumeChanged and mutedChanged for qsoundeffectLing Hu2011-01-203-2/+4
* | Merge remote branch 'origin/1.1' into master-from-1.1Rohan McGovern2011-01-063-48/+120
|\|
| * doc fix: volume is a qrealhawcroft2011-01-041-1/+1
| * Generic handling of WAVE filesJonas Rabbe2010-12-092-47/+119
* | Merge remote branch 'origin/1.1' into master-from-1.1Rohan McGovern2010-12-071-5/+13
|\|
| * Generalize wave file parser to allow optional chunksJonas Rabbe2010-12-061-5/+13
* | Fix errors after merge conflict resolution.Justin McPherson2010-11-013-12/+2
* | Fix errors after merge conflict resolution.Justin McPherson2010-11-012-2/+1
* | Merge branch 'master' of ../qtmobility into master-from-1.1Justin McPherson2010-11-015-12/+13
|\ \
| * | update doc for qsoundeffectLing Hu2010-10-131-1/+1
| * | rename loaded to loadedChanged for QSoundEffectLing Hu2010-10-137-8/+8
| * | Add isLoaded property for QSoundEffectLing Hu2010-10-138-4/+34
| * | Fix compiling for qsoundeffect.cpp on windowsLing Hu2010-10-121-0/+1
| * | renaming loops to loopCount for internal qdeclarative classesLing Hu2010-10-122-7/+7
| * | Modified QDeclarativeMediaBase to prevent emiting playingChanged signals duri...Ling Hu2010-10-121-1/+2
| * | Add supportedMimeTypes api for SoundEffect ElementLing Hu2010-10-128-0/+33
| * | refactoring SoundEffect(pulseAudio) change polling to event-driven for contex...Ling Hu2010-10-122-34/+36
| * | Add loaded signals for SoundEffect ElementLing Hu2010-10-127-0/+23
| * | Refactoring SoundEffect Element(removed blocking)Ling Hu2010-10-124-100/+115
* | | Merge branch '1.1' of git://scm.dev.nokia.troll.no/qtmobility/qtmobility into...Andrew den Exter2010-11-014-9/+39
|\ \ \ | | |/ | |/|
| * | Fix status update of empty or invalid media source for SoundEffectLing Hu2010-10-254-5/+40