summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Changed pkg_prerules to not use default_deployment for vendor IDMiikka Heikkinen2010-03-261-1/+2
* Added Symbian UserEnvironment capability to audioinput exampleGareth Stockwell2010-03-231-0/+1
* Added exit softkey to Wiggly exampleMiikka Heikkinen2010-03-151-0/+11
* Fix build break caused by undefined symbol SetDialogPreferenceMiikka Heikkinen2010-03-103-3/+4
* Enabled some examples by default in Symbian buildsMiikka Heikkinen2010-03-1010-3/+45
* If no IAP defined force IAP dialogAleksandar Sasha Babic2010-03-051-5/+11
* Make the star example recreate its path if the VG context is destroyed.Rhys Weatherley2010-03-051-2/+3
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-03-021-1/+1
|\
| * Fix windowflags exampleJoão Abecasis2010-03-011-1/+1
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-03-022-1/+3
|\ \ | |/ |/|
| * Fix warnings in AudioInput example.Justin McPherson2010-03-022-1/+3
* | Added fullscreen support to softkeys in Symbian.Janne Anttila2010-03-013-10/+51
|/
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-224-74/+89
|\
| * Port http example to QNetworkAccessManagerMarkus Goetz2010-02-223-71/+82
| * loopback network example: Make use of bytesToWrite()Markus Goetz2010-02-211-3/+7
* | Pass QAudioDeviceInfo when creating audio input/output in examplesGareth Stockwell2010-02-182-2/+3
|/
* Changed function names in audio input example to clarify meaningGareth Stockwell2010-02-162-6/+7
* Tidied up debug output in audio input exampleGareth Stockwell2010-02-161-3/+5
* Removed redundant strings from audio input exampleGareth Stockwell2010-02-162-8/+18
* Cleaned up memory management in audio input exampleGareth Stockwell2010-02-162-36/+54
* Changed variable names in audio input example to match Qt code styleGareth Stockwell2010-02-162-93/+93
* Made level calculation in audio input example work for all formatsGareth Stockwell2010-02-162-42/+80
* Removed unused variable from audio input exampleGareth Stockwell2010-02-162-7/+3
* Update suspend/resume button label in audio input exampleGareth Stockwell2010-02-161-0/+2
* Changed function names in audio output example to clarify meaningGareth Stockwell2010-02-162-23/+20
* Cleaned up implementation of audio output exampleGareth Stockwell2010-02-161-17/+10
* Tidied up debug output in audio output exampleGareth Stockwell2010-02-162-7/+9
* Removed redundant strings from audio output exampleGareth Stockwell2010-02-162-13/+24
* Cleaned up memory management in audio output exampleGareth Stockwell2010-02-162-38/+61
* Changed variable names in audio output example to match Qt code styleGareth Stockwell2010-02-162-92/+92
* Made data generation in audio output example work for all formatsGareth Stockwell2010-02-162-72/+75
* Update suspend/resume button label in audio output exampleGareth Stockwell2010-02-161-0/+2
* Added missing override in audio output exampleGareth Stockwell2010-02-162-0/+6
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-team into 4.6Kurt Korbatits2010-02-086-8/+8
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6-int...Qt Continuous Integration System2010-02-034-6/+6
| |\
| | * Assistant examples: Fix missing QLatin1String.ck2010-02-021-1/+1
| | * Assistant: Use const references in foreach loops.ck2010-02-011-2/+2
| | * optimization: get rid of QString::fromUtf16() usageOswald Buddenhagen2010-02-011-1/+1
| | * Designer/uic/related examples: Fix source code scanning issues II.Friedemann Kleint2010-02-012-2/+2
| * | Fixed compile of framecapture, simpleselector for symbian-abld winscw.Rohan McGovern2010-02-022-2/+2
| |/
* / [CRASH] audioinput and audiooutput examples crash when no devices areKurt Korbatits2010-02-082-0/+6
|/
* googlesuggest example: Add newline to end of fileMarkus Goetz2010-01-282-2/+4
* Core classes, examples, demos: Some changes from string to charMarkus Goetz2010-01-287-10/+11
* Don't use QDebug references. Instead, pass by value.Thiago Macieira2010-01-262-2/+2
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-team into 4.6-i...Qt Continuous Integration System2010-01-143-12/+12
|\
| * Revert "Frequency to SampleRate and channels to channelCount."Kurt Korbatits2010-01-141-6/+6
| * Revert "Added setChannelCount() to QAudioFormat."Kurt Korbatits2010-01-143-6/+6
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6David Boddie2010-01-135-20/+31
|\ \
| * | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2010-01-131121-1225/+1241
| |\|
| | * Modifies the google chat example to use the DOM APIPierre Rossi2010-01-123-18/+29