summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Fix for MOBILITY-1229 'Writemessage example does not have a focused widget at...Don Sanders2010-07-271-0/+19
* Merge branch '1.0' of git@scm.dev.nokia.troll.no:qtmobility/qtmobility into 1...Alexander Abramov2010-07-144-42/+279
|\
| * AudioRecorder example: use alternative UI on maemoDmytro Poplavskiy2010-07-083-1/+273
| * Audio recorder example: don't set the default output file but displayDmytro Poplavskiy2010-07-071-6/+6
| * symbian: Change symbian backend to conform to docs change 4cf3e5ef2Derick Hawcroft2010-07-072-35/+0
* | Merge branch '1.0' of git@scm.dev.nokia.troll.no:qtmobility/qtmobility into 1...Alexander Abramov2010-07-061-11/+9
|\|
| * symbian: removed undefined variable after refactor 29b9d3e7Derick Hawcroft2010-07-061-2/+1
| * Merge branch '1.0' of git@scm.dev.nokia.troll.no:qtmobility/qtmobility into 1.0Justin McPherson2010-07-051-57/+95
| |\
| * | Fixed compilation on Mac OSX 10.5Dmytro Poplavskiy2010-07-051-9/+8
* | | Updating headersAlexander Abramov2010-07-0531-395/+581
| |/ |/|
* | Merge branch '1.0' of scm.dev.nokia.troll.no:qtmobility/qtmobility into 1.0Damian Jansen2010-07-0510-371/+1381
|\|
| * Merge branch '1.0' of git@scm.dev.nokia.troll.no:qtmobility/qtmobility into 1.0Justin McPherson2010-07-051-0/+5
| |\
| | * Remove debug.Aaron McCarthy2010-07-051-1/+0
| | * Merge branch 'mobility-1077' into 1.0Aaron McCarthy2010-07-051-0/+6
| | |\
| | | * Disable tooltips on touch platforms.Aaron McCarthy2010-07-051-0/+6
| * | | AudioRecorder example cleanupDmytro Poplavskiy2010-07-054-371/+365
| |/ /
| * | Merge branch 'sensors_1.0' into main_1.0Lincoln Ramsay2010-07-025-0/+1011
| |\ \
| | * | added stationary testingp2niemel2010-06-301-3/+13
| | * | Metadata to csv-filep2niemel2010-06-302-0/+161
| | * | rate/range/resolution testedp2niemel2010-06-292-35/+206
| | * | manual test draftp2niemel2010-06-283-0/+669
* | | | Update examples s60installs to add missing domains and fix application name c...Damian Jansen2010-07-051-57/+95
|/ / /
* | | Merge branch '1.0' of scm.dev.nokia.troll.no:qtmobility/qtm-contacts into mai...Michael Goddard2010-06-2517-1199/+23
|\ \ \
| * | | QMLContacts doesn't have a .pro file, so use sources instead of SUBDIRSMichael Goddard2010-06-181-1/+1
| * | | load vcard data from qmlCharles Yin2010-06-171-2/+3
| * | | some small tweaks for qmlcontacts example.Charles Yin2010-06-173-1/+20
| * | | move the qmlcontacts plugin into plugin/declarative/contactsCharles Yin2010-06-1713-1196/+0
* | | | Merge branch '1.0' of scm.dev.nokia.troll.no:qtmobility/qtmobility into 1.0Andrew den Exter2010-06-2333-107/+908
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch '1.0' of ../qtm-location into 1.0Alex2010-06-236-11/+11
| |\ \ \
| | * | | Improved menu support for Location examples on Maemo.David Laing2010-06-186-11/+11
| * | | | Merge branch '1.0' of scm.dev.nokia.troll.no:qtmobility/qtmobility into 1.0Don Sanders2010-06-2126-159/+951
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge branch 'sensors_1.0' into main_1.0Lincoln Ramsay2010-06-173-17/+5
| | |\ \ \
| | | * | | Revert "Make Sensor::active property writeable and add activeChanged() signal."Lincoln Ramsay2010-06-111-1/+1
| | | * | | Create declarative sensors plugin that registers all theBea Lam2010-06-112-12/+2
| | | * | | Make Sensor::active property writeable and add activeChanged() signal.Bea Lam2010-06-111-1/+1
| | | * | | Fix orientation.qml following QML library changesBea Lam2010-06-111-4/+2
| | | * | | use lower case binary nameAlex2010-06-071-1/+1
| | * | | | Merge branch '1.0' of ../qtmobility into 1.0Alex2010-06-1619-140/+940
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Merge branch '1.0' of scm.dev.nokia.troll.no:qtmobility/qtmobility into 1.0Michael Goddard2010-06-161-1/+1
| | | |\ \ \
| | | | * \ \ Merge branch '1.0' of ../qtmobility into 1.0Lorn Potter2010-06-1548-140/+3584
| | | | |\ \ \
| | | | * | | | Rename sysinfo example to avoid clashes with other binary namesAlex2010-06-071-1/+1
| | | * | | | | some debug messages for qmlcontacts.Charles Yin2010-06-166-14/+31
| | | * | | | | more fixes for qmlcontact build errors.Charles Yin2010-06-164-7/+13
| | | * | | | | fix qmlcontacts build errorsCharles Yin2010-06-162-5/+7
| | | * | | | | view&edit all contact details in qmlcontactsCharles Yin2010-06-161-4/+31
| | | * | | | | enhance qmlcontact plugin to make contact details editable in QML.Charles Yin2010-06-167-34/+70
| | | * | | | | remove unused functions in qmlcontactmodel classCharles Yin2010-06-151-6/+0
| | | * | | | | add qml helper classes: QMLContactDetail, QMLContactDetailField for better de...Charles Yin2010-06-159-4/+326
| | | * | | | | rewrites the QMLContact class for qmlcontacts example.Charles Yin2010-06-155-21/+206
| | | * | | | | remove VERSION setting from qmlcontacts.pro as the qmlviewer couldn't find th...Charles Yin2010-06-151-3/+0