Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Olivier Goffart | 2010-10-25 | 1 | -0/+5 |
|\ | | | | | | | | | | | Conflicts: src/corelib/tools/qcryptographichash.cpp src/opengl/qgl_p.h | ||||
| * | Add header guards to audio example headers. | Justin McPherson | 2010-10-08 | 1 | -0/+5 |
| | | | | | | | | | | Task-number: QTBUG-13413 Reviewed-by: Andrew den Exter | ||||
* | | Doc: Updated example license to three clause BSD license. | David Boddie | 2010-05-19 | 1 | -27/+26 |
|/ | | | | | Reviewed-by: Trust Me Requested-by: Legal | ||||
* | Fix warnings in AudioInput example. | Justin McPherson | 2010-03-02 | 1 | -1/+1 |
| | | | | Reviewed-by: Kurt Korbatits | ||||
* | Changed function names in audio input example to clarify meaning | Gareth Stockwell | 2010-02-16 | 1 | -2/+2 |
| | | | | Reviewed-by: trustme | ||||
* | Removed redundant strings from audio input example | Gareth Stockwell | 2010-02-16 | 1 | -0/+5 |
| | | | | Reviewed-by: trustme | ||||
* | Cleaned up memory management in audio input example | Gareth Stockwell | 2010-02-16 | 1 | -8/+13 |
| | | | | Reviewed-by: trustme | ||||
* | Changed variable names in audio input example to match Qt code style | Gareth Stockwell | 2010-02-16 | 1 | -15/+15 |
| | | | | | | | | Also changed some names to better convey their meanings, e.g. button -> m_modeButton button2 -> m_suspendResumeButton Reviewed-by: trustme | ||||
* | Made level calculation in audio input example work for all formats | Gareth Stockwell | 2010-02-16 | 1 | -5/+7 |
| | | | | | | | | The previous code only worked correctly for little-endian PCM16 formats. If the audio input device does not support such a format, the example previously would not run. Reviewed-by: trustme | ||||
* | Removed unused variable from audio input example | Gareth Stockwell | 2010-02-16 | 1 | -3/+1 |
| | | | | Reviewed-by: trustme | ||||
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6 | David Boddie | 2010-01-07 | 1 | -1/+1 |
|\ | |||||
| * | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Doc: Made coding style changes to the Audio Input and Output examples. | David Boddie | 2010-01-06 | 1 | -17/+18 |
|/ | | | | Reviewed-by: Trust Me | ||||
* | Move audio and video examples into the common multimedia directory. | Andrew den Exter | 2009-10-16 | 1 | -0/+124 |
Brings the video examples into multimedia directory, and removes the audio sub-directory so the directory structure is in line with the other example categories. Task-number: QT-667 Reviewed-by: Kurt Korbatits |