Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed wrong include path in multimedia. | axis | 2010-11-09 | 1 | -2/+2 |
| | | | | RevBy: Miikka Heikkinen | ||||
* | Removed mediaservices. | Kurt Korbatits | 2010-05-18 | 1 | -0/+73 |
| | |||||
* | Create Mediaservices lib, separate from Multimedia. | Justin McPherson | 2010-04-15 | 1 | -73/+0 |
| | |||||
* | Moved Symbian audio backend into QtMultimedia.dll | Gareth Stockwell | 2010-03-12 | 1 | -0/+15 |
| | | | | | | | | | Changed backend from being a plugin, to being statically compiled into QtMultimedia.dll. This is to achieve consistency with the backends for other plugins, and to allow the plugin API to be modified. Task-number: QTBUG-8994 Reviewed-by: trustme | ||||
* | Add -audio-backend and -no-audio-backend configure option. | Kurt Korbatits | 2009-12-09 | 1 | -0/+5 |
| | | | | | | Allow better control over audio backend used. Reviewed-by:Justin McPherson | ||||
* | AudioService API changes; QString->const QString&, remove QAudioDeviceId use ↵ | Justin McPherson | 2009-09-24 | 1 | -5/+2 |
| | | | | | | QAudioDeviceInfo. Reviewed-by: Bill King | ||||
* | Use LIBS_PRIVATE on Mac and X11. | Thiago Macieira | 2009-08-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | On the Mac, it means "-framework ApplicationServices -framework Carbon -framework AppKit" are no longer part of the default LIBS in Qt applications. This required a lot of fixes where we used Mac-specific code in Qt. On X11, it was very straightforward, because we apparently use very little of X11 outside QtGui. I haven't changed the Windows-specific LIBS paths, because I don't know how Windows behaves. Windows has DLLs, but it links to static "import" libraries. So is it static linking or dynamic linking? Reviewed-By: Marius Storm-Olsen | ||||
* | Merge AudioServices into mainline. | Justin McPherson | 2009-08-05 | 1 | -0/+56 |