summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio/qaudiodevicefactory.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved Symbian audio backend into QtMultimedia.dllGareth Stockwell2010-03-121-6/+10
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Add -audio-backend and -no-audio-backend configure option.Kurt Korbatits2009-12-091-0/+14
* Changes to low-level audio API.Kurt Korbatits2009-11-101-11/+11
* Changes to low-level audio API.Kurt Korbatits2009-11-101-11/+11
* Changes to low-level audio API.Kurt Korbatits2009-11-051-11/+11
* AudioService API changes; QString->const QString&, remove QAudioDeviceId use ...Justin McPherson2009-09-241-47/+36
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* Merge AudioServices into mainline.Justin McPherson2009-08-051-0/+250
* Merged revisions 59226-59233 via svnmerge fromChristian Heimes2007-11-301-0/+34 * Fix for bug #1109Christian Heimes2007-11-302-1/+11 * long integer -> integer.Georg Brandl2007-11-291-7/+7 * Removed more types from the types moduleChristian Heimes2007-11-292-4/+3 * Merged revisions 59202-59211 via svnmerge fromChristian Heimes2007-11-281-0/+13 * I forgot to remove the tests for new *blush*Christian Heimes2007-11-281-158/+0 * Added view and iterator types to collections / _abcollChristian Heimes2007-11-281-3/+43 * Removed the new moduleChristian Heimes2007-11-286-45/+10 * #1496: revert str.translate() to the old version, and addGeorg Brandl2007-11-271-9/+28 * Merged revisions 59193-59201 via svnmerge fromChristian Heimes2007-11-2710-84/+55 * Removed the API to create unbound methods and simplified the API for bound me...Christian Heimes2007-11-2714-76/+65 * Merged revisions 59107-59186 via svnmerge fromGuido van Rossum2007-11-26148-466/+758 * Minor cleanupChristian Heimes2007-11-261-1/+1 * Patch from Georg Brandl and me for #1493Christian Heimes2007-11-2518-113/+61 * fix #1409: cell variables were not initialized,Amaury Forgeot d'Arc2007-11-241-0/+11 * Problem found while converting from PyBytes to PyString:Amaury Forgeot d'Arc2007-11-221-4/+5 * Removed some leftovers from the str8 daysChristian Heimes2007-11-222-7/+0 * Merged revisions 59077-59104 via svnmerge fromGuido van Rossum2007-11-222-4/+23 * Add ABC ByteString which unifies bytes and bytearray (but not memoryview).Guido van Rossum2007-11-212-5/+26 * Convert the socket module to insist on bytes for input, and to return bytesGuido van Rossum2007-11-217-13/+17 * Fix an issue with str.translate() in IDLE -- str.translate() only acceptsGuido van Rossum2007-11-211-3/+4 * Rename buffer -> bytearray.Guido van Rossum2007-11-21