summaryrefslogtreecommitdiffstats
path: root/demos/spectrum/3rdparty/fftreal
Commit message (Collapse)AuthorAgeFilesLines
* Spectrum demo: put binaries into correct locations on WindowsGareth Stockwell2010-10-111-1/+1
| | | | | Task-number: QTBUG-13483 Reviewed-by: Miikka Heikkinen
* Fixed build failureGareth Stockwell2010-08-122-4/+2
| | | | Task-number: QTBUG-12713
* Do not include Spectrum Analyzer demo in static buildsGareth Stockwell2010-08-111-0/+4
| | | | | | | | | This demo includes a 3rd party library which is licensed under the LGPL. As such, the demo application may only link to the library dynamically. Task-number: QTBUG-12713 Reviewed-by: Justin McPherson
* Spectrum demo: fixed installationGareth Stockwell2010-07-061-6/+8
| | | | | | | | | All binaries must be written into $$QT_BUILD_DIR/demos/spectrum in order for them to be correctly installed. Task-number: QTBUG-11572 Task-number: QTBUG-11756 Reviewed-by: Andy Shaw
* Updated UIDs for spectrum demoGareth Stockwell2010-06-231-1/+1
| | | | | | Resolving UID clash with other example apps Reviewed-by: Miikka Heikkinen
* 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