summaryrefslogtreecommitdiffstats
path: root/src/multimedia/effects/qsoundeffect.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Create Mediaservices lib, separate from Multimedia.Justin McPherson2010-04-151-207/+0
|
* Add media elements to the QML Elements docs.Martin Jones2010-04-011-9/+16
|
* Rename loopCount to loops, in line with other declarative elements.Justin McPherson2010-03-251-5/+5
| | | | Reviewed-by: Dmytro Poplavskiy
* Merge branch '4.7-cutoff' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-03-101-2/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7-cutoff' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (83 commits) Don't wait forever when scanning for wifi networks on win32 fails. Revert 12b6987031be9faee3886d7623888feb4e1762af Changed TEST_COMPILER from CC to CXX in configure script. doc: Fixed several qdoc errors. Carbon: Native filedialog does not apply filters on app-bundles Cocoa: Native filedialog does not apply filters on app-bundles Improve performance of QTimer::singleShot Add a benchmark comparing single shot timer with invokeMethod use Qt's private mac functions, reduce code redundancy Assistant: Fix compile warning for empty header. Doc: mark QEasingCurve support functions as new in 4.7. Modify the XML test suite not to use non-characters. Autotest: Fix failing QTextCodec tests Doc: mark methods as internal (as they were in previous releases) Doc: add image for Qt Quick to "What's New" page. qdoc: Clear a static multimap after each qdocconf file. qdoc: Added some debug output to track down a crash Fixed mouse wheel handling in scrollareas. Added two missing keys for X11 Carbon: usage of menu bars can cause exceptions to be thrown ...
| * doc: Fixed several qdoc errors.Martin Smith2010-03-091-2/+0
| |
* | Updates to qsoundeffect backends.Kurt Korbatits2010-03-091-1/+1
|/ | | | | | | | | | | - pulseaudio backend: moved write code out of callback to reduce upload failure (30%->10%) - pulseaudio backend: add recovery code to retry on failed upload - changed delete to deleteLater, unit test was craching on cleanup - qmedia backend: removed connect to mutedChanged and volumeChanged signals, not needed, emitted by main class. Reviewed-by:Derick Hawcroft
* Remove duration property from QSoundEffect.Justin McPherson2010-03-081-17/+0
| | | | Reviewed-by: Dmytro Poplavskiy
* Refactor QSoundEffect.Justin McPherson2010-03-081-56/+20
| | | | Reviewed-by: Dmytro Poplavskiy
* MouseRegion is dead. Long live MouseArea.Martin Jones2010-03-041-1/+1
|
* Remove dependency on declarative from multimedia.Justin McPherson2010-03-031-0/+255
Move all declarative related classes into the multimedia declarative module. Reviewed-by: Andrew den Exter