summaryrefslogtreecommitdiffstats
path: root/demos/spectrum/3rdparty
Commit message (Collapse)AuthorAgeFilesLines
* Removed unnecessary PlatSec capabilities from spectrum demo DLLGareth Stockwell2010-05-261-1/+1
| | | | | Task-number: QTBUG-10964 Reviewed-by: Miikka Heikkinen
* Added missing PlatSec capabilities to spectrum demo DLLGareth Stockwell2010-05-261-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 demoGareth Stockwell2010-05-211-0/+6
| | | | | Task-number: QTBUG-10880 Reviewed-by: Thomas Zander
* Corrected headers for spectrum analyzer demoGareth Stockwell2010-05-0655-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