Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed unnecessary PlatSec capabilities from spectrum demo DLL | Gareth Stockwell | 2010-05-26 | 1 | -1/+1 |
| | | | | | Task-number: QTBUG-10964 Reviewed-by: Miikka Heikkinen | ||||
* | Added missing PlatSec capabilities to spectrum demo DLL | Gareth Stockwell | 2010-05-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | On Symbian, spectrum.exe has UserEnvironment capability in order to allow it to use QAudioInput. This means that the capabilities of any DLL which it loads must include UserEnvironment. Prior to this patch, fftreal.dll was built without any capabilities, causing startup of the application to fail. Although granting only UserEnvironment to fftreal.dll would fix the bug, the usual pattern on Symbian OS is to grant 'all -tcb' capabilities to DLLs. The capabilities with which the DLL actually runs are inherited from its parent process. Task-number: QTBUG-10964 Reviewed-by: Liang Qi | ||||
* | Install source for spectrum demo | Gareth Stockwell | 2010-05-21 | 1 | -0/+6 |
| | | | | | Task-number: QTBUG-10880 Reviewed-by: Thomas Zander | ||||
* | Corrected headers for spectrum analyzer demo | Gareth Stockwell | 2010-05-06 | 55 | -0/+8296 |
- Added /3rdparty/ to directory path for FFTReal code - Added missing $QT_BEGIN_LICENSE$, $QT_END_LICENSE$ - Fixed incorrect license in app/wavfile.cpp Reviewed-by: trustme |