├── .commit-template ├── .gitattributes ├── .gitignore ├── INSTALL.symbian ├── INSTALL.txt ├── LGPL_EXCEPTION.txt ├── LICENSE.LGPL ├── LICENSE.PREVIEW.COMMERCIAL ├── bin ├── .gitignore ├── compilercheck.pl ├── pathhelper ├── rununittests.bat ├── rununittests.sh ├── servicedbgen.exe └── syncheaders ├── common.pri ├── config.tests ├── DiskNotifyClient │ ├── DiskNotifyClient.pro │ └── main.cpp ├── FmTxClient │ ├── FmTxClient.pro │ └── main.cpp ├── LockandFlipPSKeys │ ├── lockandflippsKeys.pro │ └── main.cpp ├── advancedtouchfeedback │ ├── advancedtouchfeedback.pro │ └── main.cpp ├── audiorouting_s60 │ ├── audiorouting_s60.pro │ └── main.cpp ├── bbsensor_compass │ ├── bbsensor_compass.pro │ └── main.cpp ├── bbsensor_header │ ├── bbsensor_header.pro │ └── main.cpp ├── bbsensor_holster │ ├── bbsensor_holster.pro │ └── main.cpp ├── blkid │ ├── blkid.pro │ └── main.cpp ├── bluez │ ├── bluez.pro │ └── main.cpp ├── btengconnman_symbian │ ├── btengconnman_symbian.pro │ └── main.cpp ├── btengdevman_symbian │ ├── btengdevman_symbian.pro │ └── main.cpp ├── callinformation_symbian │ ├── callinformation_symbian.pro │ └── main.cpp ├── chwrmhaptics │ ├── chwrmhaptics.pro │ └── main.cpp ├── corewlan │ ├── corewlan.pro │ └── corewlantest.mm ├── directshow │ ├── directshow.pro │ └── main.cpp ├── etelpacketservice_symbian │ ├── etelpacketservice_symbian.pro │ └── main.cpp ├── evr │ ├── evr.pro │ └── main.cpp ├── geoclue-master │ ├── geoclue-master.pro │ └── main.cpp ├── gstreamer-appsrc │ ├── gstreamer-appsrc.pro │ └── main.cpp ├── gstreamer-photography │ ├── gstreamer-photography.pro │ └── main.cpp ├── gypsy │ ├── gypsy.pro │ └── main.cpp ├── hb_symbian │ ├── hb_symbian.pro │ └── main.cpp ├── immersion │ ├── immersion.pro │ └── main.cpp ├── iphb │ ├── iphb.pro │ └── main.cpp ├── lbt │ ├── lbt.pro │ └── main.cpp ├── location_fix │ ├── location_fix.pro │ └── main.cpp ├── maemo-icd-network-wlan │ ├── maemo-icd-network-wlan.pro │ └── main.cpp ├── maemo-icd │ ├── maemo-icd.pro │ └── main.cpp ├── maemo5-calendar │ ├── maemo5-calendar.pro │ └── main.cpp ├── maemo5-contacts │ ├── maemo5-contacts.pro │ └── main.cpp ├── maemo6-landmarks │ ├── maemo6-landmarks.pro │ └── main.cpp ├── make │ └── make.pro ├── mds │ ├── main.cpp │ └── mds.pro ├── mds_25 │ ├── main.cpp │ └── mds_25.pro ├── mds_25_92mcl │ ├── main.cpp │ └── mds_25_92mcl.pro ├── meegotouchfeedback │ ├── main.cpp │ └── meegotouchfeedback.pro ├── messaging_freestyle │ ├── main.cpp │ └── messaging_freestyle.pro ├── messaging_freestyle_mapi12 │ ├── main.cpp │ └── messaging_freestyle_mapi12.pro ├── messaging_ncnlist │ ├── main.cpp │ └── messaging_ncnlist.pro ├── messaging_qthighway │ ├── main.cpp │ └── messaging_qthighway.pro ├── mmf_http_cookies │ ├── main.cpp │ └── mmf_http_cookies.pro ├── networkhandlingengine_symbian │ ├── main.cpp │ └── networkhandlingengine_symbian.pro ├── networkmanager │ ├── main.cpp │ └── networkmanager.pro ├── nfc_symbian │ ├── main.cpp │ └── nfc_symbian.pro ├── occ │ ├── main.cpp │ └── occ.pro ├── openmaxal_symbian │ ├── main.cpp │ └── openmaxal_symbian.pro ├── proj │ ├── proj.cpp │ └── proj.pro ├── pulseaudio │ ├── pulseaudio.cpp │ └── pulseaudio.pro ├── qmf │ ├── main.cpp │ └── qmf.pro ├── radioutility_s60 │ ├── main.cpp │ └── radioutility_s60.pro ├── sensord │ ├── main.cpp │ └── sensord.pro ├── sensors_s60_31 │ ├── main.cpp │ └── sensors_s60_31.pro ├── sensors_symbian │ ├── main.cpp │ └── sensors_symbian.pro ├── sensors_symbian_light │ ├── main.cpp │ └── sensors_symbian_light.pro ├── snap │ ├── main.cpp │ └── snap.pro ├── surfaces_s60 │ ├── main.cpp │ └── surfaces_s60.pro ├── symbian_camera_camautofocus │ ├── main.cpp │ └── symbian_camera_camautofocus.pro ├── symbian_camera_devvideorecord │ ├── main.cpp │ └── symbian_camera_devvideorecord.pro ├── symbian_camera_ecamadvsettings │ ├── main.cpp │ └── symbian_camera_ecamadvsettings.pro ├── symbian_camera_snapshot │ ├── main.cpp │ └── symbian_camera_snapshot.pro ├── symbiancntmodel │ ├── main.cpp │ └── symbiancntmodel.pro ├── symbiancntmodelv2 │ ├── main.cpp │ └── symbiancntmodelv2.pro ├── symbiancntsim │ ├── main.cpp │ └── symbiancntsim.pro ├── symbianenote │ ├── main.cpp │ └── symbianenote.pro ├── symbianflextimer │ ├── main.cpp │ └── symbianflextimer.pro ├── thermalstatus_symbian │ ├── main.cpp │ └── thermalstatus_symbian.pro ├── tools │ └── which.test ├── tunerlib_s60 │ ├── main.cpp │ └── tunerlib_s60.pro ├── udev │ ├── main.cpp │ └── udev.pro ├── wmf │ ├── main.cpp │ └── wmf.pro ├── wmp │ ├── main.cpp │ └── wmp.pro └── wmsdk │ ├── main.cpp │ └── wmsdk.pro ├── configure ├── configure.bat ├── demos ├── bttennis │ ├── board.cpp │ ├── board.h │ ├── bttennis.pro │ ├── connect.png │ ├── controller.cpp │ ├── controller.h │ ├── handover.cpp │ ├── handover.h │ ├── main.cpp │ ├── tennis.cpp │ ├── tennis.h │ ├── tennis.qrc │ ├── tennis.ui │ ├── tennisclient.cpp │ ├── tennisclient.h │ ├── tennisserver.cpp │ ├── tennisserver.h │ ├── tennisview.cpp │ └── tennisview.h ├── demos.pri ├── demos.pro ├── lightmaps │ ├── lightmaps.cpp │ ├── lightmaps.pro │ ├── nmealog.txt │ ├── satellitedialog.cpp │ └── satellitedialog.h ├── player │ ├── main.cpp │ ├── player.cpp │ ├── player.h │ ├── player.pro │ ├── playercontrols.cpp │ ├── playercontrols.h │ ├── playlistmodel.cpp │ ├── playlistmodel.h │ ├── videowidget.cpp │ └── videowidget.h ├── qmlcontacts │ ├── contacts-90.qml │ ├── contacts.qml │ ├── contents │ │ ├── .gitattributes │ │ ├── Button.qml │ │ ├── ContactListView.qml │ │ ├── ContactView.qml │ │ ├── FieldRow.qml │ │ ├── MediaButton.qml │ │ ├── ScrollBar.qml │ │ ├── TitleBar.qml │ │ ├── ToolBar.qml │ │ ├── example.vcf │ │ └── images │ │ │ ├── button-pressed.png │ │ │ ├── button.png │ │ │ ├── default.svg │ │ │ ├── gloss.png │ │ │ ├── lineedit.png │ │ │ ├── lineedit.sci │ │ │ ├── quit.png │ │ │ ├── stripes.png │ │ │ ├── titlebar.png │ │ │ ├── titlebar.sci │ │ │ ├── toolbutton.png │ │ │ └── toolbutton.sci │ ├── example-contact-view.qml │ ├── main.cpp │ ├── qmlapplicationviewer.cpp │ ├── qmlapplicationviewer.h │ ├── qmlcontacts.pro │ ├── qmlcontacts.qmlproject │ └── qmlcontacts.qrc ├── qmltennis │ ├── Bumper.qml │ ├── ConnectButton.qml │ ├── Handover.qml │ ├── Paddle.qml │ ├── Score.qml │ ├── connect.png │ ├── controller.cpp │ ├── controller.h │ ├── qmltennis.cpp │ ├── qmltennis.pro │ ├── sensor.qml │ ├── tennis.qml │ └── tennis.qrc ├── serviceactions │ ├── attachmentlistwidget.cpp │ ├── attachmentlistwidget.h │ ├── main.cpp │ ├── mainwindow.cpp │ ├── mainwindow.h │ └── serviceactions.pro ├── small_screen_sensors │ ├── accelerationform.cpp │ ├── accelerationform.h │ ├── accelerationform.ui │ ├── freefallform.cpp │ ├── freefallform.h │ ├── freefallform.ui │ ├── main.cpp │ ├── orientationform.cpp │ ├── orientationform.h │ ├── orientationform.ui │ ├── sensorswindow.cpp │ ├── sensorswindow.h │ ├── sensorswindow.ui │ └── small_screen_sensors.pro ├── video │ ├── qmlvideo │ │ ├── images │ │ │ ├── close.png │ │ │ ├── folder.png │ │ │ ├── leaves.jpg │ │ │ ├── progress_handle.svg │ │ │ ├── progress_handle_pressed.svg │ │ │ ├── titlebar.png │ │ │ ├── titlebar.sci │ │ │ └── up.png │ │ ├── main.cpp │ │ ├── qml │ │ │ └── qmlvideo │ │ │ │ ├── Button.qml │ │ │ │ ├── CameraBasic.qml │ │ │ │ ├── CameraDrag.qml │ │ │ │ ├── CameraDummy.qml │ │ │ │ ├── CameraFullScreen.qml │ │ │ │ ├── CameraFullScreenInverted.qml │ │ │ │ ├── CameraItem.qml │ │ │ │ ├── CameraMove.qml │ │ │ │ ├── CameraOverlay.qml │ │ │ │ ├── CameraResize.qml │ │ │ │ ├── CameraRotate.qml │ │ │ │ ├── CameraSpin.qml │ │ │ │ ├── Content.qml │ │ │ │ ├── DisableScreenSaver.qml │ │ │ │ ├── ErrorDialog.qml │ │ │ │ ├── FileBrowser.qml │ │ │ │ ├── Scene.qml │ │ │ │ ├── SceneBasic.qml │ │ │ │ ├── SceneDrag.qml │ │ │ │ ├── SceneFullScreen.qml │ │ │ │ ├── SceneFullScreenInverted.qml │ │ │ │ ├── SceneMove.qml │ │ │ │ ├── SceneMulti.qml │ │ │ │ ├── SceneOverlay.qml │ │ │ │ ├── SceneResize.qml │ │ │ │ ├── SceneRotate.qml │ │ │ │ ├── SceneSelectionPanel.qml │ │ │ │ ├── SceneSpin.qml │ │ │ │ ├── SeekControl.qml │ │ │ │ ├── VideoBasic.qml │ │ │ │ ├── VideoDrag.qml │ │ │ │ ├── VideoDummy.qml │ │ │ │ ├── VideoFillMode.qml │ │ │ │ ├── VideoFullScreen.qml │ │ │ │ ├── VideoFullScreenInverted.qml │ │ │ │ ├── VideoItem.qml │ │ │ │ ├── VideoMetadata.qml │ │ │ │ ├── VideoMove.qml │ │ │ │ ├── VideoOverlay.qml │ │ │ │ ├── VideoPlaybackRate.qml │ │ │ │ ├── VideoResize.qml │ │ │ │ ├── VideoRotate.qml │ │ │ │ ├── VideoSeek.qml │ │ │ │ ├── VideoSpin.qml │ │ │ │ └── main.qml │ │ ├── qmlapplicationviewer │ │ │ ├── qmlapplicationviewer.cpp │ │ │ ├── qmlapplicationviewer.h │ │ │ └── qmlapplicationviewer.pri │ │ ├── qmlvideo.png │ │ ├── qmlvideo.pro │ │ ├── qmlvideo.qrc │ │ ├── qmlvideo.svg │ │ ├── qmlvideo_harmattan.desktop │ │ └── trace.h │ ├── qmlvideofx │ │ ├── filereader.cpp │ │ ├── filereader.h │ │ ├── images │ │ │ ├── close.png │ │ │ ├── folder.png │ │ │ ├── qt-logo.png │ │ │ ├── titlebar.png │ │ │ ├── titlebar.sci │ │ │ └── up.png │ │ ├── main.cpp │ │ ├── qml │ │ │ └── qmlvideofx │ │ │ │ ├── Button.qml │ │ │ │ ├── Content.qml │ │ │ │ ├── ContentCamera.qml │ │ │ │ ├── ContentImage.qml │ │ │ │ ├── ContentVideo.qml │ │ │ │ ├── DisableScreenSaver.qml │ │ │ │ ├── Divider.qml │ │ │ │ ├── Effect.qml │ │ │ │ ├── EffectBillboard.qml │ │ │ │ ├── EffectBlackAndWhite.qml │ │ │ │ ├── EffectEmboss.qml │ │ │ │ ├── EffectGaussianBlur.qml │ │ │ │ ├── EffectGlow.qml │ │ │ │ ├── EffectIsolate.qml │ │ │ │ ├── EffectMagnify.qml │ │ │ │ ├── EffectPageCurl.qml │ │ │ │ ├── EffectPassThrough.qml │ │ │ │ ├── EffectPixelate.qml │ │ │ │ ├── EffectPosterize.qml │ │ │ │ ├── EffectRipple.qml │ │ │ │ ├── EffectSelectionPanel.qml │ │ │ │ ├── EffectSepia.qml │ │ │ │ ├── EffectSharpen.qml │ │ │ │ ├── EffectShockwave.qml │ │ │ │ ├── EffectSobelEdgeDetection1.qml │ │ │ │ ├── EffectSobelEdgeDetection2.qml │ │ │ │ ├── EffectTiltShift.qml │ │ │ │ ├── EffectToon.qml │ │ │ │ ├── EffectVignette.qml │ │ │ │ ├── EffectWarhol.qml │ │ │ │ ├── EffectWobble.qml │ │ │ │ ├── FileBrowser.qml │ │ │ │ ├── FileOpen.qml │ │ │ │ ├── HintedMouseArea.qml │ │ │ │ ├── ParameterPanel.qml │ │ │ │ ├── Slider.qml │ │ │ │ ├── main-largescreen.qml │ │ │ │ └── main-smallscreen.qml │ │ ├── qmlapplicationviewer │ │ │ ├── qmlapplicationviewer.cpp │ │ │ ├── qmlapplicationviewer.h │ │ │ └── qmlapplicationviewer.pri │ │ ├── qmlvideofx.png │ │ ├── qmlvideofx.pro │ │ ├── qmlvideofx.qrc │ │ ├── qmlvideofx.svg │ │ ├── qmlvideofx_harmattan.desktop │ │ ├── shaders │ │ │ ├── billboard.fsh │ │ │ ├── blackandwhite.fsh │ │ │ ├── emboss.fsh │ │ │ ├── gaussianblur_h.fsh │ │ │ ├── gaussianblur_v.fsh │ │ │ ├── glow.fsh │ │ │ ├── isolate.fsh │ │ │ ├── magnify.fsh │ │ │ ├── pagecurl.fsh │ │ │ ├── pixelate.fsh │ │ │ ├── posterize.fsh │ │ │ ├── ripple.fsh │ │ │ ├── selectionpanel.fsh │ │ │ ├── sepia.fsh │ │ │ ├── sharpen.fsh │ │ │ ├── shockwave.fsh │ │ │ ├── sobeledgedetection1.fsh │ │ │ ├── sobeledgedetection2.fsh │ │ │ ├── tiltshift.fsh │ │ │ ├── toon.fsh │ │ │ ├── vignette.fsh │ │ │ ├── warhol.fsh │ │ │ └── wobble.fsh │ │ └── trace.h │ ├── snippets │ │ ├── frequencymonitor │ │ │ ├── frequencymonitor.cpp │ │ │ ├── frequencymonitor.h │ │ │ ├── frequencymonitor.pri │ │ │ ├── frequencymonitordeclarative.cpp │ │ │ ├── frequencymonitordeclarative.pri │ │ │ └── qml │ │ │ │ └── frequencymonitor │ │ │ │ └── FrequencyItem.qml │ │ ├── graphicsmemorymonitor │ │ │ ├── graphicsmemorymonitor.cpp │ │ │ ├── graphicsmemorymonitor.h │ │ │ ├── graphicsmemorymonitor.pri │ │ │ ├── graphicsmemorymonitordeclarative.cpp │ │ │ ├── graphicsmemorymonitordeclarative.pri │ │ │ └── qml │ │ │ │ └── graphicsmemorymonitor │ │ │ │ └── GraphicsMemoryItem.qml │ │ ├── painteventmonitor │ │ │ ├── painteventmonitor.cpp │ │ │ ├── painteventmonitor.h │ │ │ └── painteventmonitor.pri │ │ └── performancemonitor │ │ │ ├── performancemonitor.cpp │ │ │ ├── performancemonitor.h │ │ │ ├── performancemonitor.pri │ │ │ ├── performancemonitordeclarative.cpp │ │ │ ├── performancemonitordeclarative.h │ │ │ ├── performancemonitordeclarative.pri │ │ │ └── qml │ │ │ └── performancemonitor │ │ │ └── PerformanceItem.qml │ └── video.pro └── weatherinfo │ ├── icons │ ├── README.txt │ ├── weather-few-clouds.svg │ ├── weather-fog.svg │ ├── weather-haze.svg │ ├── weather-icy.svg │ ├── weather-overcast.svg │ ├── weather-showers.svg │ ├── weather-sleet.svg │ ├── weather-snow.svg │ ├── weather-storm.svg │ ├── weather-sunny-very-few-clouds.svg │ ├── weather-sunny.svg │ └── weather-thundershower.svg │ ├── nmealog.txt │ ├── weatherinfo.cpp │ ├── weatherinfo.pro │ └── weatherinfo.qrc ├── dist ├── changes ├── changes-1.0.0 ├── changes-1.0.0-beta1 ├── changes-1.0.0-tp2 ├── changes-1.0.1 ├── changes-1.0.2 ├── changes-1.1.0 ├── changes-1.1.0-tp ├── changes-1.1.1 ├── changes-1.1.2 ├── changes-1.1.3 ├── changes-1.2.0 ├── changes-1.2.0-beta1 └── changes-1.2.0-tp1 ├── doc ├── building.txt ├── config │ ├── compat.qdocconf │ ├── images │ │ ├── arrow_down.png │ │ ├── bg_l.png │ │ ├── bg_l_blank.png │ │ ├── bg_ll_blank.png │ │ ├── bg_r.png │ │ ├── bg_ul_blank.png │ │ ├── box_bg.png │ │ ├── breadcrumb.png │ │ ├── bullet_dn.png │ │ ├── bullet_gt.png │ │ ├── bullet_sq.png │ │ ├── bullet_up.png │ │ ├── feedbackground.png │ │ ├── header_bg.png │ │ ├── horBar.png │ │ ├── page.png │ │ ├── page_bg.png │ │ ├── qt-logo.png │ │ ├── spinner.gif │ │ └── sprites-combined.png │ ├── macros.qdocconf │ ├── qt-cpp-ignore.qdocconf │ ├── qt-defines.qdocconf │ ├── qt-html-default-styles.qdocconf │ ├── qt-html-online-styles.qdocconf │ ├── qt-html-templates-online.qdocconf │ ├── qt-html-templates.qdocconf │ ├── qtmobility-cpp-ignore.qdocconf │ ├── qtmobility-ditaxml.qdocconf │ ├── qtmobility-online.qdocconf │ ├── qtmobility-project.qdocconf │ ├── qtmobility.qdocconf │ ├── scripts │ │ ├── functions.js │ │ ├── jquery.js │ │ ├── narrow.js │ │ └── superfish.js │ └── style │ │ ├── narrow.css │ │ ├── offline.css │ │ ├── style.css │ │ ├── style_ie6.css │ │ ├── style_ie7.css │ │ ├── style_ie8.css │ │ └── superfish.css ├── doc.pri ├── doc.pro └── src │ ├── bearermanagement.qdoc │ ├── blackberry.qdoc │ ├── camera.qdoc │ ├── classes.qdoc │ ├── classic.css │ ├── connectivity.qdoc │ ├── contacts.qdoc │ ├── contactsactions.qdoc │ ├── contactsasync.qdoc │ ├── contactsengines.qdoc │ ├── contactsschema.qdoc │ ├── contactssync.qdoc │ ├── contactsusage.qdoc │ ├── examples.qdoc │ ├── examples │ ├── annotatedurl.qdoc │ ├── audiodevices.qdoc │ ├── audiorecorder.qdoc │ ├── battery-charge.qdoc │ ├── bearercloud.qdoc │ ├── bearermonitor.qdoc │ ├── bluetoothtransferplugin.qdoc │ ├── btchat.qdoc │ ├── btfiletransfer.qdoc │ ├── btscanner.qdoc │ ├── bttennis.qdoc │ ├── calendardemo.qdoc │ ├── camera.qdoc │ ├── declarative-camera.qdoc │ ├── declarative-landmarkmap.qdoc │ ├── declarative-location-flickr.qdoc │ ├── declarative-mapviewer.qdoc │ ├── declarative-music-browser.qdoc │ ├── declarative-sfw-dialer.qdoc │ ├── declarative-sfw-notes.qdoc │ ├── documentproperties.qdoc │ ├── filemanagerplugin.qdoc │ ├── flickrdemo.qdoc │ ├── hapticsplayer.qdoc │ ├── hapticsquare.qdoc │ ├── keepintouch.qdoc │ ├── lightmaps.qdoc │ ├── logfilepositionsource.qdoc │ ├── mediabrowser.qdoc │ ├── ndefeditor.qdoc │ ├── notesmanagerplugin.qdoc │ ├── player.qdoc │ ├── poster.qdoc │ ├── publish-subscribe.qdoc │ ├── qml-scanner.qdoc │ ├── qml-tennis.qdoc │ ├── qmlvideo.qdoc │ ├── qmlvideofx.qdoc │ ├── querymessages.qdoc │ ├── quickstart.qdoc │ ├── samplephonebook.qdoc │ ├── sensors.qdoc │ ├── serviceactions.qdoc │ ├── servicebrowser.qdoc │ ├── sfw-notes.qdoc │ ├── sfwecho.qdoc │ ├── slideshow.qdoc │ ├── sysinfo.qdoc │ ├── todo.qdoc │ ├── undocumented.qdoc │ ├── video-graphics-memory.qdocinc │ ├── video-qml-paint-rate.qdocinc │ ├── weatherinfo.qdoc │ └── writemessage.qdoc │ ├── feedback.qdoc │ ├── future.qdoc │ ├── gallery.qdoc │ ├── images │ ├── DialerServiceGUI.png │ ├── DialerServiceUML.png │ ├── annotatedurl.png │ ├── audiodevices.png │ ├── battery-publisher.png │ ├── battery-subscriber.png │ ├── bearercloud-example.png │ ├── bearermonitor-example.png │ ├── btchat-example.png │ ├── btfiletransfer-example.png │ ├── btscanner-example.png │ ├── bttennis-example.png │ ├── camera-example.png │ ├── codeless.png │ ├── cubehouse.png │ ├── flickr-demo.png │ ├── hapticsquare-example.png │ ├── keepintouch-example.png │ ├── landmarkmap1.png │ ├── lightmaps-oslo.png │ ├── mapsdemo-finished.png │ ├── mapsdemo-routing.png │ ├── mapsdemo-searchgui.png │ ├── mapsdemo-verybasic.png │ ├── ndefeditor.png │ ├── non-periodic-effect.png │ ├── non-periodic-effect.svg │ ├── periodic-effect.png │ ├── periodic-effect.svg │ ├── publish-subscribe-publisher.png │ ├── publish-subscribe-subscriber.png │ ├── qml-btscanner-example.png │ ├── qml-bttennis-example.png │ ├── qml-camera.png │ ├── qml-flickr-1.png │ ├── qml-poster-example.png │ ├── qmlcamera-menu.png │ ├── qmlvideo-menu.png │ ├── qmlvideo-overlay.png │ ├── qmlvideofx-camera-glow.png │ ├── qmlvideofx-camera-magnify.png │ ├── qmlvideofx-effects-menu.png │ ├── qmlvideofx-source-menu.png │ ├── qmlvideofx-video-edgedetection.png │ ├── qmlvideofx-video-pagecurl.png │ ├── qserviceinterfacedescriptor.png │ ├── qtlogo.png │ ├── roaming-states.png │ ├── sample-phonebook-1.png │ ├── sample-phonebook-2.png │ ├── sample-phonebook-3.png │ ├── sample-phonebook-4.png │ ├── sensor_explorer.png │ ├── sensors-coordinates.jpg │ ├── sensors-coordinates2.jpg │ ├── sensors-coordinates3.jpg │ ├── sensors-dynamic.png │ ├── sensors-geo-vs-raw-magnetism.jpg │ ├── sensors-orientation.jpg │ ├── sensors-overview.png │ ├── sensors-rotation-anim.gif │ ├── sensors-rotation.jpg │ ├── sensors-rotation2.jpg │ ├── sensors-rotation3.jpg │ ├── sensors-sides.jpg │ ├── sensors-sides2.jpg │ ├── sensors-static.png │ ├── servicebrowser-attributes.png │ ├── servicebrowser.png │ ├── servicexmlgen.png │ ├── slideshow-img1.png │ ├── spb-screen.png │ ├── sysinfo.png │ ├── todoeditor.png │ ├── todoexample.png │ ├── video-graphics-memory.png │ ├── video-qml-paint-rate.png │ ├── weatherinfo-bris.png │ └── writemessage-example.png │ ├── index.qdoc │ ├── installation.qdoc │ ├── legal │ ├── 3rdparty.qdoc │ ├── editions.qdoc │ ├── gpl.qdoc │ ├── opensourceedition.qdoc │ └── trademarks.qdoc │ ├── location.qdoc │ ├── messaging-installation-on-windows-mobile.qdoc │ ├── messaging.qdoc │ ├── modules.qdoc │ ├── multimedia.qdoc │ ├── multimediabackend.qdoc │ ├── organizer.qdoc │ ├── organizeradvanced.qdoc │ ├── organizerasync.qdoc │ ├── organizerengines.qdoc │ ├── organizerschema.qdoc │ ├── organizersync.qdoc │ ├── plugins │ ├── qml-connectivity.qdoc │ ├── qml-contacts.qdoc │ ├── qml-feedback.qdoc │ ├── qml-gallery.qdoc │ ├── qml-location.qdoc │ ├── qml-messaging.qdoc │ ├── qml-multimedia.qdoc │ ├── qml-organizer.qdoc │ ├── qml-publishsubscribe.qdoc │ ├── qml-sensors.qdoc │ ├── qml-serviceframework.qdoc │ └── qml-systeminfo.qdoc │ ├── preview.qdoc │ ├── publ-subs.qdoc │ ├── qlandmarks.qdoc │ ├── qml-mobility-elements.qdoc │ ├── qml-plugins.qdoc │ ├── qt.index │ ├── qtmobility-release-notes.qdoc │ ├── sensors-dynamic.dia │ ├── sensors-overview.dia │ ├── sensors-static.dia │ ├── sensors.qdoc │ ├── sf.qdoc │ ├── sfw_s60.qdoc │ ├── si.qdoc │ ├── snippets │ ├── code │ │ └── doc_src_lgpl.qdoc │ ├── connectivity │ │ ├── connectivity.pro │ │ ├── devicediscovery.cpp │ │ ├── foorecord.cpp │ │ ├── foorecord.h │ │ ├── main.cpp │ │ ├── nfc.cpp │ │ └── servicediscovery.cpp │ ├── declarative │ │ ├── content │ │ │ └── Cell.qml │ │ ├── declarative-feedback.qml │ │ ├── declarative-landmark.qml │ │ ├── declarative-location.qml │ │ ├── declarative-map.qml │ │ ├── nmealog.txt │ │ └── testpolymapobjects.qml │ ├── messaging │ │ ├── messagemodel-filter.qml │ │ ├── messagemodel-names.qml │ │ └── messagemodel-size.qml │ ├── multimedia-snippets │ │ ├── audio.cpp │ │ ├── audiorecorder.cpp │ │ ├── camera.cpp │ │ ├── media.cpp │ │ ├── multimedia-snippets.pro │ │ ├── player.cpp │ │ ├── soundeffect.qml │ │ └── video.cpp │ ├── qtcontactsdocsample │ │ ├── qtcontactsdocsample.cpp │ │ ├── qtcontactsdocsample.pro │ │ ├── qtcontactsdocsampleasync.cpp │ │ └── requestexample.h │ ├── qtfeedbackdocsample │ │ ├── qtfeedbackdocsample.cpp │ │ └── qtfeedbackdocsample.pro │ ├── qtlandmarksdocsample │ │ ├── qtlandmarksdocsample.cpp │ │ ├── qtlandmarksdocsample.pro │ │ └── requestexample.h │ ├── qtorganizerdocsample │ │ ├── qtorganizerdocsample.cpp │ │ └── qtorganizerdocsample.pro │ ├── qtversitdocsample │ │ ├── qtversitdocsample.cpp │ │ └── qtversitdocsample.pro │ ├── sensors │ │ ├── creating.cpp │ │ ├── main.cpp │ │ ├── mybackend.h │ │ ├── plugin.cpp │ │ ├── sensors.pro │ │ └── start.cpp │ ├── service-snippets │ │ ├── bluetoothtransfer.cpp │ │ ├── bluetoothtransfer.h │ │ ├── bluetoothtransferplugin.cpp │ │ ├── bluetoothtransferplugin.h │ │ ├── filemanagerplugin.h │ │ ├── filemanagerstorage.cpp │ │ ├── filemanagertransfer.cpp │ │ └── filemanagertransfer.h │ ├── snippets.pro │ └── sysinfo-snippets │ │ ├── dialog.cpp │ │ ├── dialog.h │ │ └── main.cpp │ ├── tutorials.qdoc │ ├── tutorials │ └── mapsdemo.qdoc │ ├── vcardsupport.qdoc │ ├── versit.qdoc │ └── versitplugins.qdoc ├── examples ├── annotatedurl │ ├── annotatedurl.cpp │ ├── annotatedurl.h │ ├── annotatedurl.pro │ ├── main.cpp │ ├── mainwindow.cpp │ ├── mainwindow.h │ └── mainwindow.ui ├── audiodevices │ ├── audiodevices.cpp │ ├── audiodevices.h │ ├── audiodevices.pro │ ├── audiodevicesbase.ui │ └── main.cpp ├── audioinput │ ├── audioinput.cpp │ ├── audioinput.h │ ├── audioinput.pro │ └── main.cpp ├── audiooutput │ ├── audiooutput.cpp │ ├── audiooutput.h │ ├── audiooutput.pro │ └── main.cpp ├── audiorecorder │ ├── audiorecorder.cpp │ ├── audiorecorder.h │ ├── audiorecorder.pro │ ├── audiorecorder.ui │ ├── audiorecorder_small.ui │ └── main.cpp ├── battery-charge │ ├── battery-charge.pro │ ├── battery-publisher │ │ ├── battery-publisher.pro │ │ ├── batterypublisher.cpp │ │ ├── batterypublisher.h │ │ ├── batterypublisher.ui │ │ ├── com.qt.powerbattery.context │ │ ├── main.cpp │ │ └── power.battery.qcrml │ └── battery-subscriber │ │ ├── battery-subscriber.qml │ │ └── content │ │ └── bubble.png ├── bearercloud │ ├── bearercloud.cpp │ ├── bearercloud.h │ ├── bearercloud.pro │ ├── cloud.cpp │ ├── cloud.h │ ├── icons.qrc │ ├── lan.svg │ ├── main.cpp │ ├── unknown.svg │ └── wlan.svg ├── bearermonitor │ ├── bearermonitor.cpp │ ├── bearermonitor.h │ ├── bearermonitor.pro │ ├── bearermonitor_240_320.ui │ ├── bearermonitor_640_480.ui │ ├── bearermonitor_maemo.ui │ ├── main.cpp │ ├── sessionwidget.cpp │ ├── sessionwidget.h │ ├── sessionwidget.ui │ └── sessionwidget_maemo.ui ├── bluetoothtransferplugin │ ├── bluetoothtransfer.cpp │ ├── bluetoothtransfer.h │ ├── bluetoothtransferplugin.cpp │ ├── bluetoothtransferplugin.h │ ├── bluetoothtransferplugin.pro │ └── bluetoothtransferservice.xml ├── btchat │ ├── btchat.pro │ ├── chat.cpp │ ├── chat.h │ ├── chat.ui │ ├── chatclient.cpp │ ├── chatclient.h │ ├── chatserver.cpp │ ├── chatserver.h │ ├── main.cpp │ ├── remoteselector.cpp │ ├── remoteselector.h │ └── remoteselector.ui ├── btfiletransfer │ ├── btfiletransfer.pro │ ├── btfiletransfer.qrc │ ├── busy.gif │ ├── main.cpp │ ├── pairing.gif │ ├── pindisplay.cpp │ ├── pindisplay.h │ ├── pindisplay.ui │ ├── progress.cpp │ ├── progress.h │ ├── progress.ui │ ├── remoteselector.cpp │ ├── remoteselector.h │ └── remoteselector.ui ├── btscanner │ ├── btscanner.pro │ ├── device.cpp │ ├── device.h │ ├── device.ui │ ├── main.cpp │ ├── service.cpp │ ├── service.h │ └── service.ui ├── calendardemo │ ├── calendardemo.pro │ └── src │ │ ├── addcalendarpage.cpp │ │ ├── addcalendarpage.h │ │ ├── calendardemo.cpp │ │ ├── calendardemo.h │ │ ├── daypage.cpp │ │ ├── daypage.h │ │ ├── editcalendarspage.cpp │ │ ├── editcalendarspage.h │ │ ├── eventeditpage.cpp │ │ ├── eventeditpage.h │ │ ├── eventoccurrenceeditpage.cpp │ │ ├── eventoccurrenceeditpage.h │ │ ├── journaleditpage.cpp │ │ ├── journaleditpage.h │ │ ├── main.cpp │ │ ├── monthpage.cpp │ │ ├── monthpage.h │ │ ├── todoeditpage.cpp │ │ └── todoeditpage.h ├── camera │ ├── camera.cpp │ ├── camera.h │ ├── camera.pro │ ├── camera.ui │ ├── camerakeyevent_symbian │ │ ├── camerakeyevent_symbian.cpp │ │ ├── camerakeyevent_symbian.h │ │ └── camerakeyevent_symbian.pri │ ├── imagesettings.cpp │ ├── imagesettings.h │ ├── imagesettings.ui │ ├── main.cpp │ ├── videosettings.cpp │ ├── videosettings.h │ └── videosettings.ui ├── connectivity │ ├── connectivity.pri │ └── connectivity.pro ├── declarative-camera │ ├── CameraButton.qml │ ├── CameraPropertyButton.qml │ ├── CameraPropertyPopup.qml │ ├── CaptureControls.qml │ ├── ExposureCompensationButton.qml │ ├── FlickableList.qml │ ├── FocusButton.qml │ ├── PhotoPreview.qml │ ├── ZoomControl.qml │ ├── camerakeyevent_symbian │ │ ├── camerakeyevent_symbian.cpp │ │ ├── camerakeyevent_symbian.h │ │ └── camerakeyevent_symbian.pri │ ├── declarative-camera.pro │ ├── declarative-camera.qml │ ├── declarative-camera.qmlproject │ ├── declarative-camera.qrc │ ├── images │ │ ├── camera_auto_mode.png │ │ ├── camera_camera_setting.png │ │ ├── camera_flash_auto.png │ │ ├── camera_flash_fill.png │ │ ├── camera_flash_off.png │ │ ├── camera_flash_redeye.png │ │ ├── camera_white_balance_cloudy.png │ │ ├── camera_white_balance_flourescent.png │ │ ├── camera_white_balance_incandescent.png │ │ ├── camera_white_balance_sunny.png │ │ ├── toolbutton.png │ │ └── toolbutton.sci │ └── qmlcamera.cpp ├── declarative-connectivity │ ├── declarative-connectivity.pro │ ├── poster │ │ ├── poster.pro │ │ ├── poster.qml │ │ ├── poster.qrc │ │ └── qmlposter.cpp │ └── scanner │ │ ├── qmlscanner.cpp │ │ ├── scanner.pro │ │ ├── scanner.qml │ │ └── scanner.qrc ├── declarative-location │ ├── declarative-location.pro │ ├── flickr │ │ ├── flickr-90.qml │ │ ├── flickr.pro │ │ ├── flickr.qml │ │ ├── flickr.qmlproject │ │ ├── flickr.qrc │ │ ├── flickrcommon │ │ │ ├── Progress.qml │ │ │ ├── RestModel.qml │ │ │ ├── ScrollBar.qml │ │ │ └── Slider.qml │ │ ├── flickrmobile │ │ │ ├── Button.qml │ │ │ ├── GeoTab.qml │ │ │ ├── GridDelegate.qml │ │ │ ├── ImageDetails.qml │ │ │ ├── ListDelegate.qml │ │ │ ├── TitleBar.qml │ │ │ ├── ToolBar.qml │ │ │ ├── images │ │ │ │ ├── gloss.png │ │ │ │ ├── lineedit.png │ │ │ │ ├── lineedit.sci │ │ │ │ ├── moon.png │ │ │ │ ├── quit.png │ │ │ │ ├── star.png │ │ │ │ ├── stripes.png │ │ │ │ ├── sun.png │ │ │ │ ├── titlebar.png │ │ │ │ ├── titlebar.sci │ │ │ │ ├── toolbutton.png │ │ │ │ └── toolbutton.sci │ │ │ └── nmealog.txt │ │ └── qmllocationflickr.cpp │ ├── landmarkmap │ │ ├── landmarkmap.pro │ │ ├── landmarkmap.qml │ │ ├── landmarkmap.qrc │ │ ├── landmarkmapcommon │ │ │ ├── ScrollBar.qml │ │ │ └── Slider.qml │ │ ├── landmarkmapmobile │ │ │ ├── Button.qml │ │ │ ├── Floater.qml │ │ │ ├── ListDelegate.qml │ │ │ ├── StatusBar.qml │ │ │ ├── TitleBar.qml │ │ │ ├── ToolBar.qml │ │ │ └── images │ │ │ │ ├── gloss.png │ │ │ │ ├── landmarkstar.png │ │ │ │ ├── lineedit.png │ │ │ │ ├── lineedit.sci │ │ │ │ ├── moon.png │ │ │ │ ├── quit.png │ │ │ │ ├── star.png │ │ │ │ ├── stripes.png │ │ │ │ ├── sun.png │ │ │ │ ├── titlebar.png │ │ │ │ ├── titlebar.sci │ │ │ │ ├── toolbutton.png │ │ │ │ └── toolbutton.sci │ │ ├── mylm.lmx │ │ ├── nmealog.txt │ │ └── qmllandmarkmap.cpp │ └── mapviewer │ │ ├── TitleBar.qml │ │ ├── mapviewer.pro │ │ ├── mapviewer.qml │ │ ├── mapviewer.qrc │ │ ├── qmlmapviewer.cpp │ │ ├── quit.png │ │ ├── titlebar.png │ │ └── titlebar.sci ├── declarative-messages │ ├── declarative-messages.pro │ ├── declarative-messages.qrc │ ├── messaging.qml │ └── qmlmessages.cpp ├── declarative-music-browser │ ├── MusicBrowserCore │ │ ├── AlbumDelegate.qml │ │ ├── AlbumView.qml │ │ ├── CategoryDelegate.qml │ │ ├── CategoryView.qml │ │ ├── LineEdit.qml │ │ ├── MenuButton.qml │ │ ├── SongDelegate.qml │ │ ├── SongProperties.qml │ │ ├── SongView.qml │ │ ├── TypeDelegate.qml │ │ ├── images │ │ │ ├── albums.png │ │ │ ├── arrow.png │ │ │ ├── artists.png │ │ │ ├── genres.png │ │ │ ├── nocover.png │ │ │ └── songs.png │ │ └── qmldir │ ├── declarative-music-browser.desktop │ ├── declarative-music-browser.png │ ├── declarative-music-browser.pro │ ├── main.cpp │ ├── musicbrowser.qml │ ├── musicbrowser.qrc │ ├── utility.cpp │ └── utility.h ├── declarative-sfw-dialer │ ├── declarative-sfw-dialer.pro │ ├── declarative-sfw-dialer │ │ ├── content-sfw-dialer │ │ │ ├── DialButton.qml │ │ │ ├── DialScreen.qml │ │ │ ├── DialerList.qml │ │ │ ├── call.png │ │ │ ├── hangup.png │ │ │ └── qmldir │ │ ├── declarative-sfw-dialer.pro │ │ ├── declarative-sfw-dialer.qml │ │ ├── declarative-sfw-dialer.qrc │ │ └── qmldialer.cpp │ ├── landlinedialer │ │ ├── landlinedialer.cpp │ │ ├── landlinedialer.h │ │ ├── landlinedialer.pro │ │ ├── landlinedialerplugin.cpp │ │ ├── landlinedialerplugin.h │ │ └── landlinedialerservice.xml │ ├── remotedialer │ │ ├── com.nokia.qt.examples.dialer.service │ │ ├── main.cpp │ │ ├── remotedialer.conf │ │ ├── remotedialer.cpp │ │ ├── remotedialer.h │ │ ├── remotedialer.pro │ │ └── remotedialerservice.xml │ └── voipdialer │ │ ├── voipdialer.cpp │ │ ├── voipdialer.h │ │ ├── voipdialer.pro │ │ ├── voipdialerplugin.cpp │ │ ├── voipdialerplugin.h │ │ └── voipdialerservice.xml ├── declarative-sfw-notes │ ├── content-sfw-notes │ │ ├── Button.qml │ │ ├── Dialog.qml │ │ ├── InputDialog.qml │ │ ├── Main.qml │ │ ├── icons │ │ │ ├── addIcon.png │ │ │ ├── deleteIcon.png │ │ │ ├── nextIcon.png │ │ │ ├── prevIcon.png │ │ │ └── searchIcon.png │ │ └── qmldir │ ├── declarative-sfw-notes.pro │ ├── declarative-sfw-notes.qml │ ├── declarative-sfw-notes.qrc │ ├── maemo-sfw-notes.qml │ └── qmlnotes.cpp ├── declarative-systeminfo │ ├── battery │ │ ├── battery-bubble.qml │ │ ├── battery.pro │ │ ├── declarative-battery.qrc │ │ ├── images │ │ │ ├── blueStar.png │ │ │ ├── blueStone.png │ │ │ ├── redStone.png │ │ │ └── yellowStone.png │ │ └── qmlbattery.cpp │ ├── battery2 │ │ ├── battery2.cpp │ │ ├── battery2.pro │ │ ├── battery2.qml │ │ ├── battery2.qmlproject │ │ ├── battery2.qrc │ │ └── images │ │ │ ├── blueStar.png │ │ │ ├── blueStone.png │ │ │ ├── redStone.png │ │ │ └── yellowStone.png │ ├── declarative-systeminfo.pro │ ├── device │ │ ├── device.cpp │ │ ├── device.pro │ │ ├── device.qml │ │ └── device.qrc │ ├── network │ │ ├── declarative-network.qrc │ │ ├── images │ │ │ ├── lan-noavail.svg │ │ │ ├── lan.svg │ │ │ ├── wlan-noavail.svg │ │ │ └── wlan.svg │ │ ├── network.pro │ │ ├── qmlnetwork.cpp │ │ └── wifi.qml │ └── storage │ │ ├── content │ │ ├── ProgressBar.qml │ │ └── background.png │ │ ├── declarative-storage.qrc │ │ ├── qmlstorage.cpp │ │ ├── storage.pro │ │ └── storage.qml ├── documentproperties │ ├── documentproperties.pro │ ├── documentpropertieswidget.cpp │ ├── documentpropertieswidget.h │ ├── filebrowser.cpp │ ├── filebrowser.h │ ├── main.cpp │ ├── metadatabinding.cpp │ └── metadatabinding.h ├── examples.pro ├── filemanagerplugin │ ├── filemanagerplugin.cpp │ ├── filemanagerplugin.h │ ├── filemanagerplugin.pro │ ├── filemanagerservice.xml │ ├── filemanagerstorage.cpp │ ├── filemanagerstorage.h │ ├── filemanagertransfer.cpp │ └── filemanagertransfer.h ├── flickrdemo │ ├── README.txt │ ├── connectivityhelper.cpp │ ├── connectivityhelper.h │ ├── flickr_icon.svg │ ├── flickrdemo.cpp │ ├── flickrdemo.h │ ├── flickrdemo.pro │ ├── main.cpp │ ├── nmealog.txt │ ├── xqlistwidget.cpp │ └── xqlistwidget.h ├── hapticsplayer │ ├── hapticsplayer.cpp │ ├── hapticsplayer.h │ ├── hapticsplayer.pro │ ├── hapticsplayer.ui │ └── main.cpp ├── hapticsquare │ ├── hapticbutton.cpp │ ├── hapticbutton.h │ ├── hapticsquare.cpp │ ├── hapticsquare.h │ ├── hapticsquare.pro │ └── main.cpp ├── keepintouch │ ├── addressfinder.cpp │ ├── addressfinder.h │ ├── keepintouch.pro │ └── main.cpp ├── landmarkbrowser │ ├── categoryadddialog.cpp │ ├── categoryadddialog.h │ ├── categoryadddialog.ui │ ├── landmarkadddialog.cpp │ ├── landmarkadddialog.h │ ├── landmarkadddialog.ui │ ├── landmarkbrowser.cpp │ ├── landmarkbrowser.h │ ├── landmarkbrowser.pro │ ├── landmarkbrowser.ui │ ├── landmarkfilterdialog.cpp │ ├── landmarkfilterdialog.h │ ├── landmarkfilterdialog.ui │ ├── main.cpp │ ├── moreplaces.lmx │ ├── places.gpx │ └── readme.txt ├── logfilepositionsource │ ├── clientapplication.cpp │ ├── clientapplication.h │ ├── logfilepositionsource.cpp │ ├── logfilepositionsource.h │ ├── logfilepositionsource.pro │ ├── main.cpp │ └── simplelog.txt ├── mapsdemo │ ├── icons │ │ ├── endmarker.png │ │ ├── mylocation.png │ │ ├── pathmarker.png │ │ ├── searchmarker.png │ │ ├── startmarker.png │ │ └── waypointmarker.png │ ├── main.cpp │ ├── mainwindow.cpp │ ├── mainwindow.h │ ├── mapsdemo.pro │ ├── mapsdemo.qrc │ ├── mapswidget.cpp │ ├── mapswidget.h │ ├── marker.cpp │ ├── marker.h │ ├── markerdialog.cpp │ ├── markerdialog.h │ ├── navigatedialog.cpp │ ├── navigatedialog.h │ ├── navigator.cpp │ ├── navigator.h │ ├── searchdialog.cpp │ └── searchdialog.h ├── mediabrowser │ ├── albumdelegate.cpp │ ├── albumdelegate.h │ ├── albumview.cpp │ ├── albumview.h │ ├── artistdelegate.cpp │ ├── artistdelegate.h │ ├── artistview.cpp │ ├── artistview.h │ ├── browser.cpp │ ├── browser.h │ ├── coverartmodel.cpp │ ├── coverartmodel.h │ ├── galleryview.cpp │ ├── galleryview.h │ ├── main.cpp │ ├── mediabrowser.desktop │ ├── mediabrowser.png │ ├── mediabrowser.pro │ ├── photodelegate.cpp │ ├── photodelegate.h │ ├── photoview.cpp │ ├── photoview.h │ ├── songview.cpp │ ├── songview.h │ ├── thumbnailcache.cpp │ ├── thumbnailcache.h │ ├── thumbnailmodel.cpp │ └── thumbnailmodel.h ├── mobility_examples.pri ├── ndefeditor │ ├── main.cpp │ ├── mainwindow.cpp │ ├── mainwindow.h │ ├── mainwindow.ui │ ├── mimeimagerecordeditor.cpp │ ├── mimeimagerecordeditor.h │ ├── mimeimagerecordeditor.ui │ ├── ndefeditor.pro │ ├── textrecord.ui │ ├── textrecordeditor.cpp │ ├── textrecordeditor.h │ ├── textrecordeditor.ui │ ├── urirecordeditor.cpp │ ├── urirecordeditor.h │ └── urirecordeditor.ui ├── notesmanagerplugin │ ├── note.h │ ├── notesmanager.cpp │ ├── notesmanager.h │ ├── notesmanagerplugin.cpp │ ├── notesmanagerplugin.h │ ├── notesmanagerplugin.pro │ └── notesmanagerservice.xml ├── publish-subscribe │ ├── com.qt.nokia.context │ ├── example.qcrml │ ├── main.cpp │ ├── publish-subscribe.pro │ ├── publisherdialog.cpp │ ├── publisherdialog.h │ ├── publisherdialog.ui │ ├── publisherdialog_hor.ui │ ├── subscriberdialog.cpp │ ├── subscriberdialog.h │ ├── subscriberdialog.ui │ └── subscriberdialog_hor.ui ├── qmlorganizer │ ├── contents │ │ ├── 2010-FIFA-WorldCup.ics │ │ ├── AgenderView.qml │ │ ├── Button.qml │ │ ├── DayView.qml │ │ ├── DetailsView.qml │ │ ├── ItemView.qml │ │ ├── MediaButton.qml │ │ ├── MenuBar.qml │ │ ├── MonthView.qml │ │ ├── ScrollBar.qml │ │ ├── StatusBar.qml │ │ ├── TimelineView.qml │ │ ├── WeekView.qml │ │ ├── images │ │ │ ├── button-pressed.png │ │ │ ├── button.png │ │ │ ├── default.svg │ │ │ ├── gloss.png │ │ │ ├── lineedit.png │ │ │ ├── lineedit.sci │ │ │ ├── quit.png │ │ │ ├── stripes.png │ │ │ ├── titlebar.png │ │ │ ├── titlebar.sci │ │ │ ├── toolbutton.png │ │ │ └── toolbutton.sci │ │ ├── month.js │ │ ├── test.ics │ │ └── timeline.js │ ├── main.cpp │ ├── organizer.qml │ ├── qmlapplicationviewer.cpp │ ├── qmlapplicationviewer.h │ ├── qmlorganizer.pro │ ├── qmlorganizer.qmlproject │ └── qmlorganizer.qrc ├── qsystemalignedtimer │ ├── main.cpp │ ├── mainwindow.cpp │ ├── mainwindow.h │ ├── mainwindow.ui │ └── qsystemalignedtimer.pro ├── querymessages │ ├── main.cpp │ └── querymessages.pro ├── quickstart │ ├── main.cpp │ └── quickstart.pro ├── radio │ ├── main.cpp │ ├── radio.cpp │ ├── radio.h │ └── radio.pro ├── samplephonebook │ ├── .gitignore │ ├── contacteditor.cpp │ ├── contacteditor.h │ ├── contactlistpage.cpp │ ├── contactlistpage.h │ ├── filterpage.cpp │ ├── filterpage.h │ ├── main.cpp │ ├── phonebook.cpp │ ├── phonebook.h │ └── samplephonebook.pro ├── sensors │ ├── accel │ │ ├── accel.pro │ │ └── main.cpp │ ├── arrowkeys │ │ ├── arrowkeys.pro │ │ └── main.cpp │ ├── cubehouse │ │ ├── camera.cpp │ │ ├── camera.h │ │ ├── cube.h │ │ ├── cubehouse.pro │ │ ├── cubehouse.qrc │ │ ├── light.cpp │ │ ├── light.h │ │ ├── lighting.vsh │ │ ├── lightmodel.cpp │ │ ├── lightmodel.h │ │ ├── main.cpp │ │ ├── material.cpp │ │ ├── material.fsh │ │ ├── material.h │ │ ├── painter.cpp │ │ ├── painter.h │ │ ├── painter_fixed.cpp │ │ ├── painter_shader.cpp │ │ ├── qtlogo.png │ │ ├── teapot.h │ │ ├── texture.fsh │ │ ├── view.cpp │ │ └── view.h │ ├── grueapp │ │ ├── grueapp.pro │ │ └── main.cpp │ ├── grueplugin │ │ ├── grueplugin.pri │ │ ├── grueplugin.pro │ │ ├── gruesensor.cpp │ │ ├── gruesensor.h │ │ ├── gruesensor_p.h │ │ ├── gruesensorimpl.cpp │ │ ├── gruesensorimpl.h │ │ ├── main.cpp │ │ └── version.pri │ ├── metadata │ │ ├── main.cpp │ │ └── metadata.pro │ ├── metadata2 │ │ ├── main.cpp │ │ └── metadata2.pro │ ├── orientation │ │ ├── main.cpp │ │ ├── orientation.pro │ │ ├── orientation.qml │ │ └── orientation.qrc │ ├── sensor_explorer │ │ ├── explorer.cpp │ │ ├── explorer.h │ │ ├── explorer.ui │ │ ├── main.cpp │ │ └── sensor_explorer.pro │ ├── sensors.pri │ ├── sensors.pro │ ├── shakeit │ │ ├── audio │ │ │ ├── loopy2a_mono.wav │ │ │ └── phone.wav │ │ ├── content │ │ │ ├── triangle.png │ │ │ ├── triangle2.png │ │ │ └── triangle3.png │ │ ├── icon.png │ │ ├── main.cpp │ │ ├── shakeit.pro │ │ └── shakeit.qml │ ├── show_acceleration │ │ ├── main.cpp │ │ └── show_acceleration.pro │ ├── show_als │ │ ├── main.cpp │ │ └── show_als.pro │ ├── show_compass │ │ ├── main.cpp │ │ └── show_compass.pro │ ├── show_gyroscope │ │ ├── main.cpp │ │ └── show_gyroscope.pro │ ├── show_light │ │ ├── main.cpp │ │ └── show_light.pro │ ├── show_magneticflux │ │ ├── main.cpp │ │ └── show_magneticflux.pro │ ├── show_orientation │ │ ├── main.cpp │ │ └── show_orientation.pro │ ├── show_proximity │ │ ├── main.cpp │ │ └── show_proximity.pro │ ├── show_reflectance │ │ ├── main.cpp │ │ └── show_reflectance.pro │ ├── show_rotation │ │ ├── main.cpp │ │ └── show_rotation.pro │ ├── show_tap │ │ ├── main.cpp │ │ └── show_tap.pro │ └── show_tap_gui │ │ ├── main.cpp │ │ ├── mainwindow.cpp │ │ ├── mainwindow.h │ │ ├── mainwindow.ui │ │ ├── show_tap_gui.pro │ │ ├── tap.cpp │ │ └── tap.h ├── servicebrowser │ ├── main.cpp │ ├── servicebrowser.cpp │ ├── servicebrowser.h │ └── servicebrowser.pro ├── serviceinstaller_sfw_symbian │ ├── exampleinstaller │ │ ├── exampleinstaller.cpp │ │ └── exampleinstaller.pro │ └── exampleservices.pro ├── sfw-notes │ ├── icons │ │ ├── addIcon.png │ │ ├── deleteIcon.png │ │ ├── nextIcon.png │ │ ├── prevIcon.png │ │ └── searchIcon.png │ ├── main.cpp │ ├── sfw-notes.pro │ ├── sfwnotes.cpp │ ├── sfwnotes.h │ ├── sfwnotes.qrc │ ├── sfwnotes.ui │ └── sfwnotes_mobile.ui ├── sfwecho │ ├── sfwecho.pro │ ├── sfwecho_client │ │ ├── main.cpp │ │ ├── sfwecho_client.pro │ │ ├── sfwecho_client.ui │ │ └── sfwecho_client_mobile.ui │ ├── sfwecho_client2 │ │ └── sfwecho_client2.pro │ └── sfwecho_service │ │ ├── main.cpp │ │ ├── sfwecho_service.pro │ │ └── sfwechoservice.xml ├── slideshow │ ├── main.cpp │ ├── slideshow.cpp │ ├── slideshow.h │ └── slideshow.pro ├── sysinfo │ ├── dialog.cpp │ ├── dialog.h │ ├── dialog.ui │ ├── dialog_landscape.ui │ ├── dialog_s60.ui │ ├── dialog_small_landscape.ui │ ├── examples.qrc │ ├── general_locked.png │ ├── general_unlock.png │ ├── main.cpp │ └── sysinfo.pro ├── todo │ ├── main.cpp │ ├── todo.pro │ ├── todoeditor.cpp │ ├── todoeditor.h │ ├── window.cpp │ └── window.h ├── videographicsitem │ ├── main.cpp │ ├── videographicsitem.pro │ ├── videoitem.cpp │ ├── videoitem.h │ ├── videoplayer.cpp │ └── videoplayer.h ├── videowidget │ ├── main.cpp │ ├── videoplayer.cpp │ ├── videoplayer.h │ ├── videowidget.cpp │ ├── videowidget.h │ ├── videowidget.pro │ ├── videowidgetsurface.cpp │ └── videowidgetsurface.h └── writemessage │ ├── main.cpp │ ├── messagesender.cpp │ ├── messagesender.h │ └── writemessage.pro ├── features ├── basic_examples_setup.pri ├── config.pri.s60-31 ├── config.pri.s60-32 ├── config.pri.s60-50 ├── config.pri.s60-51 ├── config.pri.symbian3 ├── deploy.pri ├── maemo_tests.prf ├── mkservicedb │ ├── bld.inf │ ├── qtmobilitydb.flm │ ├── qtmobilitydb.meta │ └── qtmobilitydb.xml ├── mobility.prf.template ├── platformconfig │ ├── freemantle.pri │ ├── harmattan_arm.pri │ ├── harmattan_common.pri │ ├── harmattan_x86.pri │ ├── meego.pri │ ├── s60v5.0.pri │ └── symbian.pri ├── qtservice.meta ├── qtservice.mk ├── qtservice.prf ├── strict_flags.prf └── utils.pri ├── header.BSD ├── header.FDL ├── header.LGPL ├── layers.sysdef.xml ├── package_definition.xml ├── package_map.xml ├── plugins ├── contacts │ ├── contacts.pro │ ├── maemo5 │ │ ├── maemo5.pro │ │ ├── qcontactabook.cpp │ │ ├── qcontactabook_p.h │ │ ├── qcontactidshash.h │ │ ├── qcontactmaemo5backend.cpp │ │ ├── qcontactmaemo5backend_p.h │ │ └── qcontactmaemo5debug_p.h │ ├── serviceactionmanager │ │ ├── qcontactactionservicemanager_p.cpp │ │ ├── qcontactactionservicemanager_p.h │ │ └── serviceactionmanager.pro │ ├── symbian │ │ ├── contactsmodel │ │ │ ├── bwins │ │ │ │ ├── cntmodlv2_pluginsv2u.def │ │ │ │ ├── cntmodlv2_sqliteu.def │ │ │ │ ├── cntpldbmsu.def │ │ │ │ ├── cntplsqlu.def │ │ │ │ ├── cntsynccheckeru.def │ │ │ │ ├── cnttestsyncu.def │ │ │ │ ├── cntviewu.def │ │ │ │ ├── t_utils.def │ │ │ │ └── t_utils2.def │ │ │ ├── cntdbdumper │ │ │ │ ├── group │ │ │ │ │ ├── dbdumper.mmp │ │ │ │ │ └── dbsqldumper.mmp │ │ │ │ └── src │ │ │ │ │ ├── dbdbmsdumper.cpp │ │ │ │ │ ├── dbdbmsdumper.h │ │ │ │ │ ├── dbhtmltags.h │ │ │ │ │ ├── dbsqldumper.cpp │ │ │ │ │ └── dbsqldumper.h │ │ │ ├── cntmatchlog │ │ │ │ ├── group │ │ │ │ │ ├── cntmatchlog.iby │ │ │ │ │ └── cntmatchlog.mmp │ │ │ │ ├── inc │ │ │ │ │ └── cntmatchlog.h │ │ │ │ └── src │ │ │ │ │ ├── 2000862d.rss │ │ │ │ │ └── cntmatchlog.cpp │ │ │ ├── cntmodel │ │ │ │ ├── inc │ │ │ │ │ ├── ccntnotificationmonitor.h │ │ │ │ │ ├── ccntpackager.h │ │ │ │ │ ├── ccontactprivate.h │ │ │ │ │ ├── cntimagerescaler.h │ │ │ │ │ ├── cntimagerescaleutility.h │ │ │ │ │ ├── cviewiterator.h │ │ │ │ │ ├── iteratorproxy.h │ │ │ │ │ └── rcntmodel.h │ │ │ │ └── src │ │ │ │ │ ├── ccntcompact.cpp │ │ │ │ │ ├── ccntnotificationmonitor.cpp │ │ │ │ │ ├── ccntpackager.cpp │ │ │ │ │ ├── ccontactdatabase.cpp │ │ │ │ │ ├── ccontactprivate.cpp │ │ │ │ │ ├── cntimagerescaler.cpp │ │ │ │ │ ├── cntimagerescaleutility.cpp │ │ │ │ │ ├── cntimagesutility.cpp │ │ │ │ │ ├── cviewiterator.cpp │ │ │ │ │ ├── iteratorproxy.cpp │ │ │ │ │ └── rcntmodel.cpp │ │ │ ├── cntphone │ │ │ │ ├── 102035fb.rss │ │ │ │ ├── cntphone.cpp │ │ │ │ ├── cntphone.h │ │ │ │ └── cntphone.mmp │ │ │ ├── cntplsql │ │ │ │ ├── group │ │ │ │ │ └── cntplsql.iby │ │ │ │ ├── inc │ │ │ │ │ ├── clplanalyserproxy.h │ │ │ │ │ ├── clplcontactproperties.h │ │ │ │ │ ├── clplgenericproxy.h │ │ │ │ │ ├── clplproxyfactory.h │ │ │ │ │ ├── cntfilesearch.h │ │ │ │ │ ├── cntmetadataoperation.h │ │ │ │ │ ├── cntpersistenceutility.h │ │ │ │ │ ├── cntpplviewmanager.h │ │ │ │ │ ├── cntsqldbstructure.h │ │ │ │ │ ├── cntsqlprovider.h │ │ │ │ │ ├── cviewcontactmanager.h │ │ │ │ │ ├── dbsqlconstants.h │ │ │ │ │ ├── persistencelayerimpl.h │ │ │ │ │ ├── plplugins.h │ │ │ │ │ ├── pltables.h │ │ │ │ │ ├── pplcontactitemmanager.h │ │ │ │ │ └── rpplicccontactstore.h │ │ │ │ └── src │ │ │ │ │ ├── cidlecontactsorter.cpp │ │ │ │ │ ├── clplanalyserproxy.cpp │ │ │ │ │ ├── clplcontactproperties.cpp │ │ │ │ │ ├── clplgenericproxy.cpp │ │ │ │ │ ├── clplproxyfactory.cpp │ │ │ │ │ ├── cntfilesearch.cpp │ │ │ │ │ ├── cntmetadataoperation.cpp │ │ │ │ │ ├── cntpersistenceutility.cpp │ │ │ │ │ ├── cntpplviewmanager.cpp │ │ │ │ │ ├── cntpplviewsession.cpp │ │ │ │ │ ├── cntsqldbstructure.cpp │ │ │ │ │ ├── cntsqlprovider.cpp │ │ │ │ │ ├── cplcollectioniterator.cpp │ │ │ │ │ ├── cplcontactsfile.cpp │ │ │ │ │ ├── cplpersistencebroker.cpp │ │ │ │ │ ├── cplplugins.cpp │ │ │ │ │ ├── cpplcommaddrtable.cpp │ │ │ │ │ ├── cpplcontacttable.cpp │ │ │ │ │ ├── cpplgroupstable.cpp │ │ │ │ │ ├── csqlitelocalview.cpp │ │ │ │ │ ├── cviewcontactmanager.cpp │ │ │ │ │ ├── pplcontactitemmanager.cpp │ │ │ │ │ ├── pplpreferencespersistor.cpp │ │ │ │ │ └── rpplicccontactstore.cpp │ │ │ ├── cntsrv │ │ │ │ ├── inc │ │ │ │ │ ├── cactiveloop.h │ │ │ │ │ ├── ccntbackuprestoreagent.h │ │ │ │ │ ├── ccntdbmanager.h │ │ │ │ │ ├── ccntdbmanagercontroller.h │ │ │ │ │ ├── ccnteventmsghandler.h │ │ │ │ │ ├── ccnteventqueue.h │ │ │ │ │ ├── ccntfilemanagermsghandler.h │ │ │ │ │ ├── ccntipccodes.h │ │ │ │ │ ├── ccntitemmsghandler.h │ │ │ │ │ ├── ccntlogger.h │ │ │ │ │ ├── ccntlowdiskmanager.h │ │ │ │ │ ├── ccntmsghandler.h │ │ │ │ │ ├── ccntmsghandlerfptr.h │ │ │ │ │ ├── ccntpermanentdata.h │ │ │ │ │ ├── ccntpropertiesmsghandler.h │ │ │ │ │ ├── ccntrequest.h │ │ │ │ │ ├── ccntserver.h │ │ │ │ │ ├── ccntsession.h │ │ │ │ │ ├── ccntsession.inl │ │ │ │ │ ├── ccntstatemachine.h │ │ │ │ │ ├── ccnttransactionmsghandler.h │ │ │ │ │ ├── ccntviewmsghandler.h │ │ │ │ │ ├── cinifilemanager.h │ │ │ │ │ ├── cntcurrentitemmap.h │ │ │ │ │ ├── cntspeeddials.h │ │ │ │ │ ├── cviewsubsessions.h │ │ │ │ │ └── persistencelayer.h │ │ │ │ └── src │ │ │ │ │ ├── cactiveloop.cpp │ │ │ │ │ ├── ccntbackuprestoreagent.cpp │ │ │ │ │ ├── ccntdbmanager.cpp │ │ │ │ │ ├── ccntdbmanagercontroller.cpp │ │ │ │ │ ├── ccnteventmsghandler.cpp │ │ │ │ │ ├── ccnteventqueue.cpp │ │ │ │ │ ├── ccntfilemanagermsghandler.cpp │ │ │ │ │ ├── ccntitemmsghandler.cpp │ │ │ │ │ ├── ccntlowdiskmanager.cpp │ │ │ │ │ ├── ccntmsghandler.cpp │ │ │ │ │ ├── ccntpermanentdata.cpp │ │ │ │ │ ├── ccntpropertiesmsghandler.cpp │ │ │ │ │ ├── ccntrequest.cpp │ │ │ │ │ ├── ccntserver.cpp │ │ │ │ │ ├── ccntsession.cpp │ │ │ │ │ ├── ccntstatemachine.cpp │ │ │ │ │ ├── ccnttransactionmsghandler.cpp │ │ │ │ │ ├── ccntviewmsghandler.cpp │ │ │ │ │ ├── cinifilemanager.cpp │ │ │ │ │ ├── cntcurrentitemmap.cpp │ │ │ │ │ ├── cntspeeddials.cpp │ │ │ │ │ ├── cviewsubsessions.cpp │ │ │ │ │ └── main.cpp │ │ │ ├── cntvcard │ │ │ │ ├── 102035f8.rss │ │ │ │ ├── cntvcard.h │ │ │ │ ├── cntvcard.mmp │ │ │ │ ├── cntvcardconverter.cpp │ │ │ │ ├── cntvcardexport.cpp │ │ │ │ ├── cntvcardimport.cpp │ │ │ │ ├── cntvcardstd.cpp │ │ │ │ ├── cntvcardutils.h │ │ │ │ └── pbapconverter.h │ │ │ ├── cntview │ │ │ │ ├── cntphbksyncwatcher.cpp │ │ │ │ ├── cntview.mmp │ │ │ │ ├── concview.cpp │ │ │ │ ├── filteredview.cpp │ │ │ │ ├── findview.cpp │ │ │ │ ├── groupview.cpp │ │ │ │ ├── localview.cpp │ │ │ │ ├── namedlocalview.cpp │ │ │ │ ├── range.cpp │ │ │ │ ├── remoteview.cpp │ │ │ │ ├── subview.cpp │ │ │ │ └── viewbase.cpp │ │ │ ├── conf │ │ │ │ ├── contactsmodel.confml │ │ │ │ └── contactsmodel_10003a73.crml │ │ │ ├── contactsmodel.pro │ │ │ ├── contactsmodel_tests.pri │ │ │ ├── documentation │ │ │ │ ├── How_to_run_auto_testing_on_CM_MCL.txt │ │ │ │ ├── building_contacts_tests.txt │ │ │ │ ├── cntmodel test code.rtf │ │ │ │ ├── cntmodel_data_schema.doc │ │ │ │ ├── cntmodel_dbms_data_schema.doc │ │ │ │ ├── cntmodel_template_and_vcard_mapping.doc │ │ │ │ ├── cntvcard pronunciation field support.doc │ │ │ │ ├── contact model usage guide 1.0.doc │ │ │ │ ├── contact_views.mdl │ │ │ │ ├── contacts_sort_plugin.doc │ │ │ │ ├── howto_addfilterablefields.doc │ │ │ │ ├── howto_addnewfields.doc │ │ │ │ ├── mwar-5lfhmy delta design document.doc │ │ │ │ └── mwar-5lfhmy test specification.doc │ │ │ ├── eabi │ │ │ │ ├── cntmodlv2_pluginsv2u.def │ │ │ │ ├── cntmodlv2_sqliteu.def │ │ │ │ ├── cntpldbmsu.def │ │ │ │ ├── cntplsqlu.def │ │ │ │ ├── cntsynccheckeru.def │ │ │ │ ├── cnttestsyncu.def │ │ │ │ ├── cntviewu.def │ │ │ │ └── t_utils.def │ │ │ ├── group │ │ │ │ ├── 1020384e.txt │ │ │ │ ├── app-engines_cntmodel.history.xml │ │ │ │ ├── backup_registration.xml │ │ │ │ ├── cntmodel.mmh │ │ │ │ ├── cntmodel.mmp │ │ │ │ ├── cntmodel.rls │ │ │ │ ├── cntmodel.rss │ │ │ │ ├── cntmodeltest.iby │ │ │ │ ├── cntsrv.mmp │ │ │ │ ├── cntview.mmp │ │ │ │ ├── common.inf │ │ │ │ ├── history.xml │ │ │ │ ├── plperformancetest.iby │ │ │ │ └── template.mmp │ │ │ ├── groupsql │ │ │ │ ├── app-engines_cntmodel.mrp │ │ │ │ ├── cntmodel.iby │ │ │ │ ├── cntmodel.mmh │ │ │ │ ├── cntmodel.mmp │ │ │ │ ├── cntmodelteftest.iby │ │ │ │ ├── cntplsql.iby │ │ │ │ ├── cntplsql.mmp │ │ │ │ ├── cntsrv.mmp │ │ │ │ └── release.txt │ │ │ ├── inc │ │ │ │ ├── cntapiprofile.h │ │ │ │ ├── cntconvertercallback.h │ │ │ │ ├── cntdb.h │ │ │ │ ├── cntdb_internal.h │ │ │ │ ├── cntdbconsts_internal.h │ │ │ │ ├── cntdbobs.h │ │ │ │ ├── cntdef.h │ │ │ │ ├── cntdef.hrh │ │ │ │ ├── cntdef_internal.hrh │ │ │ │ ├── cntfield.h │ │ │ │ ├── cntfield_internal.h │ │ │ │ ├── cntfieldatts.h │ │ │ │ ├── cntfieldheader.h │ │ │ │ ├── cntfilt.h │ │ │ │ ├── cntfldst.h │ │ │ │ ├── cnthint.h │ │ │ │ ├── cntimagesutility.h │ │ │ │ ├── cntitem.h │ │ │ │ ├── cntmodel.rh │ │ │ │ ├── cntphbksyncwatcher.h │ │ │ │ ├── cntphonenumparser.h │ │ │ │ ├── cntprof.h │ │ │ │ ├── cntsync.h │ │ │ │ ├── cntsyncecom.h │ │ │ │ ├── cntview.h │ │ │ │ ├── cntviewbase.h │ │ │ │ ├── cntviewfindconfig.h │ │ │ │ ├── cntviewfindconfig.inl │ │ │ │ ├── cntviewprivate.h │ │ │ │ ├── cntviewsortplugin.h │ │ │ │ ├── cntviewsortpluginbase.h │ │ │ │ ├── cntviewstore.h │ │ │ │ ├── cntviewstoreprivate.h │ │ │ │ └── cviewcontactextension.h │ │ │ ├── src │ │ │ │ ├── cntdef.cpp │ │ │ │ ├── cntfield.cpp │ │ │ │ ├── cntfilt.cpp │ │ │ │ ├── cntfldst.cpp │ │ │ │ ├── cntitem.cpp │ │ │ │ ├── cntitemdef.cpp │ │ │ │ ├── cntiter.cpp │ │ │ │ ├── cntstd.cpp │ │ │ │ ├── cntstd.h │ │ │ │ ├── cntviewstore.cpp │ │ │ │ ├── cviewcontactextension.cpp │ │ │ │ └── debug.cpp │ │ │ ├── tsrc │ │ │ │ ├── 102035fe.rss │ │ │ │ ├── address-with-trailing-white-space.vcf │ │ │ │ ├── asynaccess │ │ │ │ │ ├── group │ │ │ │ │ │ └── asynaccess.mmp │ │ │ │ │ ├── inc │ │ │ │ │ │ ├── cntmodeltesterasynch.h │ │ │ │ │ │ └── cntmodeltestersettonetocontacts.h │ │ │ │ │ └── src │ │ │ │ │ │ ├── cntmodeltesterasynch.cpp │ │ │ │ │ │ └── cntmodeltestersettonetocontacts.cpp │ │ │ │ ├── ccontactdbeventqueue.cpp │ │ │ │ ├── ccontactdbeventqueue.h │ │ │ │ ├── ccontactvieweventqueue.cpp │ │ │ │ ├── ccontactvieweventqueue.h │ │ │ │ ├── cfindtext.cpp │ │ │ │ ├── cfindtext.h │ │ │ │ ├── cfixedqueue.h │ │ │ │ ├── cm_all_tests.bat │ │ │ │ ├── cm_all_tests_unicode.bat │ │ │ │ ├── cnt2.csv │ │ │ │ ├── cntclient.cpp │ │ │ │ ├── cntclient.h │ │ │ │ ├── cntfindplugin │ │ │ │ │ ├── group │ │ │ │ │ │ └── cntfindplugin.mmp │ │ │ │ │ └── src │ │ │ │ │ │ ├── 101f8010.rss │ │ │ │ │ │ └── cntfindplugin.cpp │ │ │ │ ├── cntmatchlog │ │ │ │ │ ├── group │ │ │ │ │ │ ├── cntmatchtest.iby │ │ │ │ │ │ ├── cntmatchtests.bat │ │ │ │ │ │ └── t_logcntmodel.mmp │ │ │ │ │ ├── inc │ │ │ │ │ │ └── test.h │ │ │ │ │ └── src │ │ │ │ │ │ └── t_logcntmodel.cpp │ │ │ │ ├── cntmodel2 │ │ │ │ │ ├── t_asyncopen.mmp │ │ │ │ │ ├── t_casynctest.cpp │ │ │ │ │ ├── t_casynctest.h │ │ │ │ │ ├── t_casynctestmain.cpp │ │ │ │ │ ├── t_cprogressnotification.cpp │ │ │ │ │ ├── t_cprogressnotification.h │ │ │ │ │ ├── t_cprogressnotification.mmp │ │ │ │ │ ├── t_cprogressnotificationmain.cpp │ │ │ │ │ ├── t_cstatestest.cpp │ │ │ │ │ ├── t_cstatestest.h │ │ │ │ │ ├── t_cstatestestmain.cpp │ │ │ │ │ ├── t_dbtransactiontest.cpp │ │ │ │ │ ├── t_dbtransactiontest.h │ │ │ │ │ ├── t_dbtransactiontest.mmp │ │ │ │ │ ├── t_packager.cpp │ │ │ │ │ ├── t_packager.h │ │ │ │ │ ├── t_packager.mmp │ │ │ │ │ ├── t_pltransactionmanager.cpp │ │ │ │ │ ├── t_pltransactionmanager.h │ │ │ │ │ ├── t_pltransactionmanager.mmp │ │ │ │ │ ├── t_requeststoretest.cpp │ │ │ │ │ ├── t_requeststoretest.h │ │ │ │ │ ├── t_requeststoretest.mmp │ │ │ │ │ ├── t_states.mmp │ │ │ │ │ ├── t_templatecache.cpp │ │ │ │ │ └── t_templatecache.mmp │ │ │ │ ├── cntplsql │ │ │ │ │ ├── group │ │ │ │ │ │ ├── bld.inf │ │ │ │ │ │ └── t_cntplsql.mmp │ │ │ │ │ └── src │ │ │ │ │ │ ├── contacts_just_12key_tables.db │ │ │ │ │ │ ├── contacts_language_45.db │ │ │ │ │ │ ├── contacts_without_pred_search_tables.db │ │ │ │ │ │ ├── dllmain.cpp │ │ │ │ │ │ ├── readme.txt │ │ │ │ │ │ ├── t_ckoreankeymap.cpp │ │ │ │ │ │ ├── t_ckoreankeymap.h │ │ │ │ │ │ ├── t_cpcskeymap.cpp │ │ │ │ │ │ ├── t_cpcskeymap.h │ │ │ │ │ │ ├── t_cpplpredictivesearchtable.cpp │ │ │ │ │ │ ├── t_cpplpredictivesearchtable.h │ │ │ │ │ │ ├── t_cpredictivesearchsettingstable.cpp │ │ │ │ │ │ ├── t_cpredictivesearchsettingstable.h │ │ │ │ │ │ ├── t_cqwertykeymap.cpp │ │ │ │ │ │ ├── t_cqwertykeymap.h │ │ │ │ │ │ ├── t_cqwertypredictivesearchtable.cpp │ │ │ │ │ │ ├── t_cqwertypredictivesearchtable.h │ │ │ │ │ │ └── t_predictivesearchtabledefs.h │ │ │ │ ├── cntplsql_qt │ │ │ │ │ ├── main.cpp │ │ │ │ │ ├── runtest.cmd │ │ │ │ │ ├── ut_cntsqlsearch.cpp │ │ │ │ │ ├── ut_cntsqlsearch.h │ │ │ │ │ └── ut_cntsqlsearch.pro │ │ │ │ ├── cntsimplesortplugin │ │ │ │ │ ├── group │ │ │ │ │ │ └── cntsimplesortplugin.mmp │ │ │ │ │ └── src │ │ │ │ │ │ ├── 10200fbc.rss │ │ │ │ │ │ ├── cntsimplesortplugin.cpp │ │ │ │ │ │ └── cntsimplesortplugin.hrh │ │ │ │ ├── cnttutil.mmp │ │ │ │ ├── cntvcard │ │ │ │ │ ├── group │ │ │ │ │ │ ├── t_geo.mmp │ │ │ │ │ │ └── t_vtel_email.mmp │ │ │ │ │ └── src │ │ │ │ │ │ ├── t_geo.cpp │ │ │ │ │ │ └── t_vtel_email.cpp │ │ │ │ ├── cntvcardlf.vcf │ │ │ │ ├── cntvcarduid.vcf │ │ │ │ ├── cntviewstore │ │ │ │ │ ├── 10003a73.txt │ │ │ │ │ ├── t_viewstore.cpp │ │ │ │ │ ├── t_viewstore.h │ │ │ │ │ └── t_viewstore.mmp │ │ │ │ ├── connectivity.vcf │ │ │ │ ├── databases │ │ │ │ │ ├── contacts58920.cdb │ │ │ │ │ ├── dbs_100065ff_performance_100_4.cdb │ │ │ │ │ ├── formatv4-4.cdb │ │ │ │ │ ├── formatv4.cdb │ │ │ │ │ ├── formatv5.cdb │ │ │ │ │ ├── formatv6-10.cdb │ │ │ │ │ ├── formatv7-25.cdb │ │ │ │ │ └── sqlite__contacts.cdb │ │ │ │ ├── dbcreator.cpp │ │ │ │ ├── dbcreator.h │ │ │ │ ├── depend.bat │ │ │ │ ├── email1.vcf │ │ │ │ ├── email2.vcf │ │ │ │ ├── expectedcontact.vcf │ │ │ │ ├── export.txt │ │ │ │ ├── fuzztest │ │ │ │ │ ├── group │ │ │ │ │ │ └── fuzztest.mmp │ │ │ │ │ ├── inc │ │ │ │ │ │ ├── fuzztest.h │ │ │ │ │ │ └── ipcfuzztest.h │ │ │ │ │ ├── readme.txt │ │ │ │ │ └── src │ │ │ │ │ │ ├── fuzztest.cpp │ │ │ │ │ │ └── ipcfuzztest.cpp │ │ │ │ ├── imagerescaling │ │ │ │ │ ├── group │ │ │ │ │ │ ├── 32kb.jpg │ │ │ │ │ │ ├── bld.inf │ │ │ │ │ │ ├── mt_imagefieldprocessing.mmp │ │ │ │ │ │ └── t_cntimagerescaler.mmp │ │ │ │ │ ├── mt_imagefieldprocessing.cpp │ │ │ │ │ ├── t_cntimagerescaler.cpp │ │ │ │ │ ├── t_upscalerhelper.cpp │ │ │ │ │ └── t_upscalerhelper.h │ │ │ │ ├── importcontacts.vcf │ │ │ │ ├── integration │ │ │ │ │ ├── cntperftest │ │ │ │ │ │ ├── group │ │ │ │ │ │ │ ├── cntperftestserver.iby │ │ │ │ │ │ │ ├── cntperftestserver.mmp │ │ │ │ │ │ │ └── common.inf │ │ │ │ │ │ ├── groupsql │ │ │ │ │ │ │ ├── cntmodel.mmh │ │ │ │ │ │ │ └── cntperftestserver.mmp │ │ │ │ │ │ ├── inc │ │ │ │ │ │ │ ├── accesscounttests.h │ │ │ │ │ │ │ ├── addmodifydeletecontactfields.h │ │ │ │ │ │ │ ├── clientserver.h │ │ │ │ │ │ │ ├── cntbasestep.h │ │ │ │ │ │ │ ├── cntperfserver.h │ │ │ │ │ │ │ ├── contactutilitiescollection.h │ │ │ │ │ │ │ ├── contactviewsthread.h │ │ │ │ │ │ │ ├── contactviewtest.h │ │ │ │ │ │ │ ├── customlabeluid.h │ │ │ │ │ │ │ ├── customtemplatetest.h │ │ │ │ │ │ │ ├── preparedatateststep.h │ │ │ │ │ │ │ ├── rcntlist.h │ │ │ │ │ │ │ ├── simpleviewdeftests.h │ │ │ │ │ │ │ ├── testcontactviewaccessstep.h │ │ │ │ │ │ │ ├── testcontactviewcrudoperationsstep.h │ │ │ │ │ │ │ ├── testcontactviewdatabaseutilitiesstep.h │ │ │ │ │ │ │ ├── testcontactviewunderlyingviewupdatestep.h │ │ │ │ │ │ │ ├── unifiedsingular.h │ │ │ │ │ │ │ ├── viewdefallfieldstest.h │ │ │ │ │ │ │ ├── viewdefanyfieldstest.h │ │ │ │ │ │ │ ├── viewdefbase.h │ │ │ │ │ │ │ ├── viewdefcustomfieldstest.h │ │ │ │ │ │ │ └── viewobserver.h │ │ │ │ │ │ ├── scripts │ │ │ │ │ │ │ ├── accesscounttests.script │ │ │ │ │ │ │ ├── cntperftest.script │ │ │ │ │ │ │ ├── cntperftesthw.script │ │ │ │ │ │ │ ├── contactviewtest.script │ │ │ │ │ │ │ ├── customlabeluid.script │ │ │ │ │ │ │ ├── customtemplatetest.script │ │ │ │ │ │ │ ├── testcontactviewcrudoperationsstep.script │ │ │ │ │ │ │ ├── testcontactviewsuite.script │ │ │ │ │ │ │ ├── testcontactviewunderbackuprestorestep.script │ │ │ │ │ │ │ ├── testcontactviewunderlyingviewupdatestep.script │ │ │ │ │ │ │ ├── unifiedsingular.script │ │ │ │ │ │ │ ├── viewdefanyfieldstest.script │ │ │ │ │ │ │ ├── viewdefcustomfieldstest.script │ │ │ │ │ │ │ └── viewdefcustomfieldstesthw.script │ │ │ │ │ │ ├── scriptssql │ │ │ │ │ │ │ └── contactviewtest.script │ │ │ │ │ │ ├── src │ │ │ │ │ │ │ ├── accesscounttests.cpp │ │ │ │ │ │ │ ├── addmodifydeletecontactfields.cpp │ │ │ │ │ │ │ ├── cntbasestep.cpp │ │ │ │ │ │ │ ├── cntperfserver.cpp │ │ │ │ │ │ │ ├── contactutilitiescollection.cpp │ │ │ │ │ │ │ ├── contactviewsthread.cpp │ │ │ │ │ │ │ ├── contactviewtest.cpp │ │ │ │ │ │ │ ├── customlabeluid.cpp │ │ │ │ │ │ │ ├── customtemplatetest.cpp │ │ │ │ │ │ │ ├── preparedatateststep.cpp │ │ │ │ │ │ │ ├── rcntlist.cpp │ │ │ │ │ │ │ ├── simpleviewdeftest.cpp │ │ │ │ │ │ │ ├── testcontactviewaccessstep.cpp │ │ │ │ │ │ │ ├── testcontactviewcrudoperationsstep.cpp │ │ │ │ │ │ │ ├── testcontactviewdatabaseutilitiesstep.cpp │ │ │ │ │ │ │ ├── testcontactviewunderlyingviewupdatestep.cpp │ │ │ │ │ │ │ ├── unifiedsingular.cpp │ │ │ │ │ │ │ ├── viewdefallfieldstest.cpp │ │ │ │ │ │ │ ├── viewdefanyfieldstest.cpp │ │ │ │ │ │ │ ├── viewdefbase.cpp │ │ │ │ │ │ │ ├── viewdefcustomfieldstest.cpp │ │ │ │ │ │ │ └── viewobserver.cpp │ │ │ │ │ │ └── testdata │ │ │ │ │ │ │ ├── cntperftest.ini │ │ │ │ │ │ │ ├── testcontactviewcrudoperationsstep.ini │ │ │ │ │ │ │ ├── testcontactviewsuite.ini │ │ │ │ │ │ │ ├── testcontactviewunderbackuprestorestep.ini │ │ │ │ │ │ │ ├── testcontactviewunderlyingviewupdatestep.ini │ │ │ │ │ │ │ └── vcf │ │ │ │ │ │ │ ├── vcard01.vcf │ │ │ │ │ │ │ ├── vcard02.vcf │ │ │ │ │ │ │ └── vcard100.vcf │ │ │ │ │ ├── perffuncsuite │ │ │ │ │ │ ├── documentation │ │ │ │ │ │ │ ├── issues.txt │ │ │ │ │ │ │ └── sgl.gt0257.619 (preq811) cit test specification.doc │ │ │ │ │ │ ├── group │ │ │ │ │ │ │ ├── common.inf │ │ │ │ │ │ │ ├── te_performancefunctionalitysuite.iby │ │ │ │ │ │ │ └── te_performancefunctionalitysuite2.mmp │ │ │ │ │ │ ├── groupsql │ │ │ │ │ │ │ ├── cntmodel.mmh │ │ │ │ │ │ │ └── te_performancefunctionalitysuite2.mmp │ │ │ │ │ │ ├── inc │ │ │ │ │ │ │ ├── compactandrecoverstep.h │ │ │ │ │ │ │ ├── concurrentlistenerstep.h │ │ │ │ │ │ │ ├── concurrentnotifierstep.h │ │ │ │ │ │ │ ├── concurrenttimeoutlistenerstep.h │ │ │ │ │ │ │ ├── concurrenttimeoutnotifierstep.h │ │ │ │ │ │ │ ├── crudoomstep.h │ │ │ │ │ │ │ ├── lowdiskspacestep.h │ │ │ │ │ │ │ ├── notificationstep.h │ │ │ │ │ │ │ ├── performancefunctionalitybase.h │ │ │ │ │ │ │ ├── performancefunctionalitydefs.h │ │ │ │ │ │ │ ├── performancefunctionalityserver.h │ │ │ │ │ │ │ ├── randomblobstep.h │ │ │ │ │ │ │ ├── requestmixstep.h │ │ │ │ │ │ │ ├── statemachinestep.h │ │ │ │ │ │ │ ├── timeoutbasestep.h │ │ │ │ │ │ │ ├── timeoutstep.h │ │ │ │ │ │ │ └── transactionsstep.h │ │ │ │ │ │ ├── scripts │ │ │ │ │ │ │ ├── compactandrecoverstep.script │ │ │ │ │ │ │ ├── crudoomstep.script │ │ │ │ │ │ │ ├── lowdiskspacestep.script │ │ │ │ │ │ │ ├── notificationstep.script │ │ │ │ │ │ │ ├── randomblobstep.script │ │ │ │ │ │ │ ├── requestmixstep.script │ │ │ │ │ │ │ ├── statemachinestep.script │ │ │ │ │ │ │ ├── te_performancefunctionalityconcurrent.script │ │ │ │ │ │ │ ├── te_performancefunctionalitysuite.script │ │ │ │ │ │ │ ├── te_performancefunctionalitytimeoutconcurrent.script │ │ │ │ │ │ │ ├── timeoutstep.script │ │ │ │ │ │ │ └── transactionsstep.script │ │ │ │ │ │ ├── src │ │ │ │ │ │ │ ├── compactandrecoverstep.cpp │ │ │ │ │ │ │ ├── concurrentlistenerstep.cpp │ │ │ │ │ │ │ ├── concurrentnotifierstep.cpp │ │ │ │ │ │ │ ├── concurrenttimeoutlistenerstep.cpp │ │ │ │ │ │ │ ├── concurrenttimeoutnotifierstep.cpp │ │ │ │ │ │ │ ├── crudoomstep.cpp │ │ │ │ │ │ │ ├── lowdiskspacestep.cpp │ │ │ │ │ │ │ ├── notificationstep.cpp │ │ │ │ │ │ │ ├── performancefunctionalitybase.cpp │ │ │ │ │ │ │ ├── performancefunctionalityserver.cpp │ │ │ │ │ │ │ ├── randomblobstep.cpp │ │ │ │ │ │ │ ├── requestmixstep.cpp │ │ │ │ │ │ │ ├── statemachinestep.cpp │ │ │ │ │ │ │ ├── timeoutbasestep.cpp │ │ │ │ │ │ │ ├── timeoutstep.cpp │ │ │ │ │ │ │ └── transactionsstep.cpp │ │ │ │ │ │ └── testdata │ │ │ │ │ │ │ └── te_performancefunctionalitysuite.ini │ │ │ │ │ ├── tcntpolice │ │ │ │ │ │ ├── group │ │ │ │ │ │ │ ├── te_cntsrv_api_policing.iby │ │ │ │ │ │ │ └── te_cntsrv_api_policing.mmp │ │ │ │ │ │ ├── groupsql │ │ │ │ │ │ │ ├── te_cntsrv_api_policing.iby │ │ │ │ │ │ │ └── te_cntsrv_api_policing.mmp │ │ │ │ │ │ ├── inc │ │ │ │ │ │ │ ├── cntcntctmatchingcriteriaexternalizedsize1_cstep.h │ │ │ │ │ │ │ ├── csuite.h │ │ │ │ │ │ │ ├── ebegindbtransaction1_cstep.h │ │ │ │ │ │ │ ├── ecntallfieldslength1_cstep.h │ │ │ │ │ │ │ ├── ecntallfieldstext1_cstep.h │ │ │ │ │ │ │ ├── ecntcancelasyncopendatabase1_cstep.h │ │ │ │ │ │ │ ├── ecntcancelcompressstep1_cstep.h │ │ │ │ │ │ │ ├── ecntcanceleventrequest1_cstep.h │ │ │ │ │ │ │ ├── ecntcancelrecoverstep1_cstep.h │ │ │ │ │ │ │ ├── ecntcancelrequestviewevent1_cstep.h │ │ │ │ │ │ │ ├── ecntchangeviewdef1_cstep.h │ │ │ │ │ │ │ ├── ecntchangeviewsortorder1_cstep.h │ │ │ │ │ │ │ ├── ecntclosedatabase1_cstep.h │ │ │ │ │ │ │ ├── ecntclosedbtables1_cstep.h │ │ │ │ │ │ │ ├── ecntcloseview1_cstep.h │ │ │ │ │ │ │ ├── ecntcompress1_cstep.h │ │ │ │ │ │ │ ├── ecntcompressrequired1_cstep.h │ │ │ │ │ │ │ ├── ecntcompressstep1_cstep.h │ │ │ │ │ │ │ ├── ecntconnectionid1_cstep.h │ │ │ │ │ │ │ ├── ecntcreatedatabase1_cstep.h │ │ │ │ │ │ │ ├── ecntcreatenamedview1_cstep.h │ │ │ │ │ │ │ ├── ecntcreateview1_cstep.h │ │ │ │ │ │ │ ├── ecntdamagedb1_cstep.h │ │ │ │ │ │ │ ├── ecntdatabasedrive1_cstep.h │ │ │ │ │ │ │ ├── ecntdatabaseexists1_cstep.h │ │ │ │ │ │ │ ├── ecntdbcontactcount1_cstep.h │ │ │ │ │ │ │ ├── ecntdeletedatabase1_cstep.h │ │ │ │ │ │ │ ├── ecntfetchgroupidlists1_cstep.h │ │ │ │ │ │ │ ├── ecntfetchtemplateids1_cstep.h │ │ │ │ │ │ │ ├── ecntfilessize1_cstep.h │ │ │ │ │ │ │ ├── ecntfileuniqueid1_cstep.h │ │ │ │ │ │ │ ├── ecntfilterdatabase1_cstep.h │ │ │ │ │ │ │ ├── ecntfind1_cstep.h │ │ │ │ │ │ │ ├── ecntfindasync1_cstep.h │ │ │ │ │ │ │ ├── ecntfindasyncinit1_cstep.h │ │ │ │ │ │ │ ├── ecntfindasynctextdefinit1_cstep.h │ │ │ │ │ │ │ ├── ecntgetcollection1_cstep.h │ │ │ │ │ │ │ ├── ecntgetcontactids1_cstep.h │ │ │ │ │ │ │ ├── ecntgetcontactmatchingcriteria1_cstep.h │ │ │ │ │ │ │ ├── ecntgetcontactsmatchingfilter1_cstep.h │ │ │ │ │ │ │ ├── ecntgetcurrentdb1_cstep.h │ │ │ │ │ │ │ ├── ecntgetcurrentitem1_cstep.h │ │ │ │ │ │ │ ├── ecntgetdefaultdatabasename1_cstep.h │ │ │ │ │ │ │ ├── ecntgetdefinitionsforexistingview1_cstep.h │ │ │ │ │ │ │ ├── ecntgetincludedtypes1_cstep.h │ │ │ │ │ │ │ ├── ecntgetowncard1_cstep.h │ │ │ │ │ │ │ ├── ecntgetpreftemplateid1_cstep.h │ │ │ │ │ │ │ ├── ecntgetsortpluginuidfromserver1_cstep.h │ │ │ │ │ │ │ ├── ecntgetsortprefs1_cstep.h │ │ │ │ │ │ │ ├── ecntgetspeeddialcontactidandphonenumber1_cstep.h │ │ │ │ │ │ │ ├── ecntgetviewsortorder1_cstep.h │ │ │ │ │ │ │ ├── ecnticctemplateid1_cstep.h │ │ │ │ │ │ │ ├── ecntisdamaged1_cstep.h │ │ │ │ │ │ │ ├── ecntitematl1_cstep.h │ │ │ │ │ │ │ ├── ecntitemclose1_cstep.h │ │ │ │ │ │ │ ├── ecntitemcommit1_cstep.h │ │ │ │ │ │ │ ├── ecntitemcreate1_cstep.h │ │ │ │ │ │ │ ├── ecntitemdelete1_cstep.h │ │ │ │ │ │ │ ├── ecntitemopen1_cstep.h │ │ │ │ │ │ │ ├── ecntitemread1_cstep.h │ │ │ │ │ │ │ ├── ecntitemupdate1_cstep.h │ │ │ │ │ │ │ ├── ecntlistdatabases1_cstep.h │ │ │ │ │ │ │ ├── ecntmachineid1_cstep.h │ │ │ │ │ │ │ ├── ecntmatcheshintfield1_cstep.h │ │ │ │ │ │ │ ├── ecntopendatabase1_cstep.h │ │ │ │ │ │ │ ├── ecntopstimeout1_cstep.h │ │ │ │ │ │ │ ├── ecntoverridemachineid1_cstep.h │ │ │ │ │ │ │ ├── ecntphonebookgroupid1_cstep.h │ │ │ │ │ │ │ ├── ecntreadcontacttextdef1_cstep.h │ │ │ │ │ │ │ ├── ecntrecoverdb1_cstep.h │ │ │ │ │ │ │ ├── ecntrecoverdbstep1_cstep.h │ │ │ │ │ │ │ ├── ecntrecreatetemplate1_cstep.h │ │ │ │ │ │ │ ├── ecntremovecurrentitem1_cstep.h │ │ │ │ │ │ │ ├── ecntreopendbtables1_cstep.h │ │ │ │ │ │ │ ├── ecntreplacedatabase1_cstep.h │ │ │ │ │ │ │ ├── ecntrequestevent1_cstep.h │ │ │ │ │ │ │ ├── ecntrequestviewevent1_cstep.h │ │ │ │ │ │ │ ├── ecntresourcecount1_cstep.h │ │ │ │ │ │ │ ├── ecntseekcontact1_cstep.h │ │ │ │ │ │ │ ├── ecntseekidentcontact1_cstep.h │ │ │ │ │ │ │ ├── ecntsendpluginuidtoserver1_cstep.h │ │ │ │ │ │ │ ├── ecntsetcurrentdb1_cstep.h │ │ │ │ │ │ │ ├── ecntsetcurrentitem1_cstep.h │ │ │ │ │ │ │ ├── ecntsetdatabasedrive1_cstep.h │ │ │ │ │ │ │ ├── ecntsetdbviewcontacttype1_cstep.h │ │ │ │ │ │ │ ├── ecntsetheapfailure1_cstep.h │ │ │ │ │ │ │ ├── ecntsetowncard1_cstep.h │ │ │ │ │ │ │ ├── ecntsetpreftemplateid1_cstep.h │ │ │ │ │ │ │ ├── ecntsetsortprefs1_cstep.h │ │ │ │ │ │ │ ├── ecntsetspeeddialidforposition1_cstep.h │ │ │ │ │ │ │ ├── ecnttextfield1_cstep.h │ │ │ │ │ │ │ ├── ecntviewat1_cstep.h │ │ │ │ │ │ │ ├── ecntviewcontactat1_cstep.h │ │ │ │ │ │ │ ├── ecntviewcontactatlength1_cstep.h │ │ │ │ │ │ │ ├── ecntviewcount1_cstep.h │ │ │ │ │ │ │ ├── ecntviewfind1_cstep.h │ │ │ │ │ │ │ ├── ecntviewsortorderexternalizedsize1_cstep.h │ │ │ │ │ │ │ ├── ecntwastedspaceinbytes1_cstep.h │ │ │ │ │ │ │ ├── eenddbtransaction1_cstep.h │ │ │ │ │ │ │ ├── elocksrvnotsupported1_cstep.h │ │ │ │ │ │ │ └── erollbackdbtransaction1_cstep.h │ │ │ │ │ │ ├── incsql │ │ │ │ │ │ │ ├── cntcntctmatchingcriteriaexternalizedsize1_cstep.h │ │ │ │ │ │ │ ├── csuite.h │ │ │ │ │ │ │ ├── ebegindbtransaction1_cstep.h │ │ │ │ │ │ │ ├── ecntallfieldslength1_cstep.h │ │ │ │ │ │ │ ├── ecntallfieldstext1_cstep.h │ │ │ │ │ │ │ ├── ecntcancelasyncopendatabase1_cstep.h │ │ │ │ │ │ │ ├── ecntcanceleventrequest1_cstep.h │ │ │ │ │ │ │ ├── ecntcancelrequestviewevent1_cstep.h │ │ │ │ │ │ │ ├── ecntchangeviewdef1_cstep.h │ │ │ │ │ │ │ ├── ecntchangeviewsortorder1_cstep.h │ │ │ │ │ │ │ ├── ecntclosedatabase1_cstep.h │ │ │ │ │ │ │ ├── ecntclosedbtables1_cstep.h │ │ │ │ │ │ │ ├── ecntcloseview1_cstep.h │ │ │ │ │ │ │ ├── ecntcloseviewsession1_cstep.h │ │ │ │ │ │ │ ├── ecntcloseviewsession2_cstep.h │ │ │ │ │ │ │ ├── ecntconnectionid1_cstep.h │ │ │ │ │ │ │ ├── ecntcreatedatabase1_cstep.h │ │ │ │ │ │ │ ├── ecntcreatenamedview1_cstep.h │ │ │ │ │ │ │ ├── ecntcreateview1_cstep.h │ │ │ │ │ │ │ ├── ecntdatabasedrive1_cstep.h │ │ │ │ │ │ │ ├── ecntdatabaseexists1_cstep.h │ │ │ │ │ │ │ ├── ecntdbcontactcount1_cstep.h │ │ │ │ │ │ │ ├── ecntdeletedatabase1_cstep.h │ │ │ │ │ │ │ ├── ecntfetchgroupidlists1_cstep.h │ │ │ │ │ │ │ ├── ecntfetchtemplateids1_cstep.h │ │ │ │ │ │ │ ├── ecntfilessize1_cstep.h │ │ │ │ │ │ │ ├── ecntfileuniqueid1_cstep.h │ │ │ │ │ │ │ ├── ecntfilterdatabase1_cstep.h │ │ │ │ │ │ │ ├── ecntfind1_cstep.h │ │ │ │ │ │ │ ├── ecntfindasync1_cstep.h │ │ │ │ │ │ │ ├── ecntfindasyncinit1_cstep.h │ │ │ │ │ │ │ ├── ecntfindasynctextdefinit1_cstep.h │ │ │ │ │ │ │ ├── ecntgetcollection1_cstep.h │ │ │ │ │ │ │ ├── ecntgetcontactids1_cstep.h │ │ │ │ │ │ │ ├── ecntgetcontactmatchingcriteria1_cstep.h │ │ │ │ │ │ │ ├── ecntgetcontactsmatchingfilter1_cstep.h │ │ │ │ │ │ │ ├── ecntgetcurrentdb1_cstep.h │ │ │ │ │ │ │ ├── ecntgetcurrentitem1_cstep.h │ │ │ │ │ │ │ ├── ecntgetdefaultdatabasename1_cstep.h │ │ │ │ │ │ │ ├── ecntgetdefinitionsforexistingview1_cstep.h │ │ │ │ │ │ │ ├── ecntgetincludedtypes1_cstep.h │ │ │ │ │ │ │ ├── ecntgetowncard1_cstep.h │ │ │ │ │ │ │ ├── ecntgetpreftemplateid1_cstep.h │ │ │ │ │ │ │ ├── ecntgetsortpluginuidfromserver1_cstep.h │ │ │ │ │ │ │ ├── ecntgetsortprefs1_cstep.h │ │ │ │ │ │ │ ├── ecntgetspeeddialcontactidandphonenumber1_cstep.h │ │ │ │ │ │ │ ├── ecntgetviewsortorder1_cstep.h │ │ │ │ │ │ │ ├── ecnticctemplateid1_cstep.h │ │ │ │ │ │ │ ├── ecntitematl1_cstep.h │ │ │ │ │ │ │ ├── ecntitemclose1_cstep.h │ │ │ │ │ │ │ ├── ecntitemcommit1_cstep.h │ │ │ │ │ │ │ ├── ecntitemcreate1_cstep.h │ │ │ │ │ │ │ ├── ecntitemdelete1_cstep.h │ │ │ │ │ │ │ ├── ecntitemopen1_cstep.h │ │ │ │ │ │ │ ├── ecntitemread1_cstep.h │ │ │ │ │ │ │ ├── ecntitemupdate1_cstep.h │ │ │ │ │ │ │ ├── ecntlistdatabases1_cstep.h │ │ │ │ │ │ │ ├── ecntmachineid1_cstep.h │ │ │ │ │ │ │ ├── ecntmatcheshintfield1_cstep.h │ │ │ │ │ │ │ ├── ecntopendatabase1_cstep.h │ │ │ │ │ │ │ ├── ecntopenviewsession1_cstep.h │ │ │ │ │ │ │ ├── ecntopenviewsession2_cstep.h │ │ │ │ │ │ │ ├── ecntopstimeout1_cstep.h │ │ │ │ │ │ │ ├── ecntoverridemachineid1_cstep.h │ │ │ │ │ │ │ ├── ecntphonebookgroupid1_cstep.h │ │ │ │ │ │ │ ├── ecntreadcontacttextdef1_cstep.h │ │ │ │ │ │ │ ├── ecntrecreatetemplate1_cstep.h │ │ │ │ │ │ │ ├── ecntremovecurrentitem1_cstep.h │ │ │ │ │ │ │ ├── ecntreopendbtables1_cstep.h │ │ │ │ │ │ │ ├── ecntreplacedatabase1_cstep.h │ │ │ │ │ │ │ ├── ecntrequestevent1_cstep.h │ │ │ │ │ │ │ ├── ecntrequestviewevent1_cstep.h │ │ │ │ │ │ │ ├── ecntresourcecount1_cstep.h │ │ │ │ │ │ │ ├── ecntsendpluginuidtoserver1_cstep.h │ │ │ │ │ │ │ ├── ecntsetcurrentdb1_cstep.h │ │ │ │ │ │ │ ├── ecntsetcurrentitem1_cstep.h │ │ │ │ │ │ │ ├── ecntsetdatabasedrive1_cstep.h │ │ │ │ │ │ │ ├── ecntsetdbviewcontacttype1_cstep.h │ │ │ │ │ │ │ ├── ecntsetheapfailure1_cstep.h │ │ │ │ │ │ │ ├── ecntsetowncard1_cstep.h │ │ │ │ │ │ │ ├── ecntsetpreftemplateid1_cstep.h │ │ │ │ │ │ │ ├── ecntsetsortprefs1_cstep.h │ │ │ │ │ │ │ ├── ecntsetspeeddialidforposition1_cstep.h │ │ │ │ │ │ │ ├── ecntviewat1_cstep.h │ │ │ │ │ │ │ ├── ecntviewbeginiterate1_cstep.h │ │ │ │ │ │ │ ├── ecntviewchangesortorderl1_cstep.h │ │ │ │ │ │ │ ├── ecntviewchangesortorderl2_cstep.h │ │ │ │ │ │ │ ├── ecntviewcontactat1_cstep.h │ │ │ │ │ │ │ ├── ecntviewcontactatlength1_cstep.h │ │ │ │ │ │ │ ├── ecntviewcount1_cstep.h │ │ │ │ │ │ │ ├── ecntviewenditerate1_cstep.h │ │ │ │ │ │ │ ├── ecntviewfind1_cstep.h │ │ │ │ │ │ │ ├── ecntviewnextiteml1_cstep.h │ │ │ │ │ │ │ ├── ecntviewsortorderexternalizedsize1_cstep.h │ │ │ │ │ │ │ ├── eenddbtransaction1_cstep.h │ │ │ │ │ │ │ ├── elocksrvnotsupported1_cstep.h │ │ │ │ │ │ │ └── erollbackdbtransaction1_cstep.h │ │ │ │ │ │ ├── scripts │ │ │ │ │ │ │ ├── cap_00000004_te_cntsrv_api_policingsub.script │ │ │ │ │ │ │ ├── cap_00008004_te_cntsrv_api_policingsub.script │ │ │ │ │ │ │ ├── cap_00010004_te_cntsrv_api_policingsub.script │ │ │ │ │ │ │ ├── cap_80000004_te_cntsrv_api_policingsub.script │ │ │ │ │ │ │ └── te_cntsrv_api_policing.script │ │ │ │ │ │ ├── scriptssql │ │ │ │ │ │ │ ├── cap_00000004_te_cntsrv_api_policingsub_1.script │ │ │ │ │ │ │ ├── cap_00000004_te_cntsrv_api_policingsub_2.script │ │ │ │ │ │ │ ├── cap_00000004_te_cntsrv_api_policingsub_3.script │ │ │ │ │ │ │ ├── cap_00000004_te_cntsrv_api_policingsub_4.script │ │ │ │ │ │ │ ├── cap_00000004_te_cntsrv_api_policingsub_5.script │ │ │ │ │ │ │ ├── cap_00008004_te_cntsrv_api_policingsub.script │ │ │ │ │ │ │ ├── cap_00010004_te_cntsrv_api_policingsub.script │ │ │ │ │ │ │ ├── cap_80000004_te_cntsrv_api_policingsub_1.script │ │ │ │ │ │ │ ├── cap_80000004_te_cntsrv_api_policingsub_2.script │ │ │ │ │ │ │ ├── cap_80000004_te_cntsrv_api_policingsub_3.script │ │ │ │ │ │ │ └── te_cntsrv_api_policing.script │ │ │ │ │ │ ├── src │ │ │ │ │ │ │ ├── cntcntctmatchingcriteriaexternalizedsize1_cstep.cpp │ │ │ │ │ │ │ ├── csuite.cpp │ │ │ │ │ │ │ ├── ebegindbtransaction1_cstep.cpp │ │ │ │ │ │ │ ├── ecntallfieldslength1_cstep.cpp │ │ │ │ │ │ │ ├── ecntallfieldstext1_cstep.cpp │ │ │ │ │ │ │ ├── ecntcancelasyncopendatabase1_cstep.cpp │ │ │ │ │ │ │ ├── ecntcancelcompressstep1_cstep.cpp │ │ │ │ │ │ │ ├── ecntcanceleventrequest1_cstep.cpp │ │ │ │ │ │ │ ├── ecntcancelrecoverstep1_cstep.cpp │ │ │ │ │ │ │ ├── ecntcancelrequestviewevent1_cstep.cpp │ │ │ │ │ │ │ ├── ecntchangeviewdef1_cstep.cpp │ │ │ │ │ │ │ ├── ecntchangeviewsortorder1_cstep.cpp │ │ │ │ │ │ │ ├── ecntclosedatabase1_cstep.cpp │ │ │ │ │ │ │ ├── ecntclosedbtables1_cstep.cpp │ │ │ │ │ │ │ ├── ecntcloseview1_cstep.cpp │ │ │ │ │ │ │ ├── ecntcompress1_cstep.cpp │ │ │ │ │ │ │ ├── ecntcompressrequired1_cstep.cpp │ │ │ │ │ │ │ ├── ecntcompressstep1_cstep.cpp │ │ │ │ │ │ │ ├── ecntconnectionid1_cstep.cpp │ │ │ │ │ │ │ ├── ecntcreatedatabase1_cstep.cpp │ │ │ │ │ │ │ ├── ecntcreatenamedview1_cstep.cpp │ │ │ │ │ │ │ ├── ecntcreateview1_cstep.cpp │ │ │ │ │ │ │ ├── ecntdamagedb1_cstep.cpp │ │ │ │ │ │ │ ├── ecntdatabasedrive1_cstep.cpp │ │ │ │ │ │ │ ├── ecntdatabaseexists1_cstep.cpp │ │ │ │ │ │ │ ├── ecntdbcontactcount1_cstep.cpp │ │ │ │ │ │ │ ├── ecntdeletedatabase1_cstep.cpp │ │ │ │ │ │ │ ├── ecntfetchgroupidlists1_cstep.cpp │ │ │ │ │ │ │ ├── ecntfetchtemplateids1_cstep.cpp │ │ │ │ │ │ │ ├── ecntfilessize1_cstep.cpp │ │ │ │ │ │ │ ├── ecntfileuniqueid1_cstep.cpp │ │ │ │ │ │ │ ├── ecntfilterdatabase1_cstep.cpp │ │ │ │ │ │ │ ├── ecntfind1_cstep.cpp │ │ │ │ │ │ │ ├── ecntfindasync1_cstep.cpp │ │ │ │ │ │ │ ├── ecntfindasyncinit1_cstep.cpp │ │ │ │ │ │ │ ├── ecntfindasynctextdefinit1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetcollection1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetcontactids1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetcontactmatchingcriteria1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetcontactsmatchingfilter1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetcurrentdb1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetcurrentitem1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetdefaultdatabasename1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetdefinitionsforexistingview1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetincludedtypes1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetowncard1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetpreftemplateid1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetsortpluginuidfromserver1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetsortprefs1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetspeeddialcontactidandphonenumber1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetviewsortorder1_cstep.cpp │ │ │ │ │ │ │ ├── ecnticctemplateid1_cstep.cpp │ │ │ │ │ │ │ ├── ecntisdamaged1_cstep.cpp │ │ │ │ │ │ │ ├── ecntitematl1_cstep.cpp │ │ │ │ │ │ │ ├── ecntitemclose1_cstep.cpp │ │ │ │ │ │ │ ├── ecntitemcommit1_cstep.cpp │ │ │ │ │ │ │ ├── ecntitemcreate1_cstep.cpp │ │ │ │ │ │ │ ├── ecntitemdelete1_cstep.cpp │ │ │ │ │ │ │ ├── ecntitemopen1_cstep.cpp │ │ │ │ │ │ │ ├── ecntitemread1_cstep.cpp │ │ │ │ │ │ │ ├── ecntitemupdate1_cstep.cpp │ │ │ │ │ │ │ ├── ecntlistdatabases1_cstep.cpp │ │ │ │ │ │ │ ├── ecntmachineid1_cstep.cpp │ │ │ │ │ │ │ ├── ecntmatcheshintfield1_cstep.cpp │ │ │ │ │ │ │ ├── ecntopendatabase1_cstep.cpp │ │ │ │ │ │ │ ├── ecntopstimeout1_cstep.cpp │ │ │ │ │ │ │ ├── ecntoverridemachineid1_cstep.cpp │ │ │ │ │ │ │ ├── ecntphonebookgroupid1_cstep.cpp │ │ │ │ │ │ │ ├── ecntreadcontacttextdef1_cstep.cpp │ │ │ │ │ │ │ ├── ecntrecoverdb1_cstep.cpp │ │ │ │ │ │ │ ├── ecntrecoverdbstep1_cstep.cpp │ │ │ │ │ │ │ ├── ecntrecreatetemplate1_cstep.cpp │ │ │ │ │ │ │ ├── ecntremovecurrentitem1_cstep.cpp │ │ │ │ │ │ │ ├── ecntreopendbtables1_cstep.cpp │ │ │ │ │ │ │ ├── ecntreplacedatabase1_cstep.cpp │ │ │ │ │ │ │ ├── ecntrequestevent1_cstep.cpp │ │ │ │ │ │ │ ├── ecntrequestviewevent1_cstep.cpp │ │ │ │ │ │ │ ├── ecntresourcecount1_cstep.cpp │ │ │ │ │ │ │ ├── ecntseekcontact1_cstep.cpp │ │ │ │ │ │ │ ├── ecntseekidentcontact1_cstep.cpp │ │ │ │ │ │ │ ├── ecntsendpluginuidtoserver1_cstep.cpp │ │ │ │ │ │ │ ├── ecntsetcurrentdb1_cstep.cpp │ │ │ │ │ │ │ ├── ecntsetcurrentitem1_cstep.cpp │ │ │ │ │ │ │ ├── ecntsetdatabasedrive1_cstep.cpp │ │ │ │ │ │ │ ├── ecntsetdbviewcontacttype1_cstep.cpp │ │ │ │ │ │ │ ├── ecntsetheapfailure1_cstep.cpp │ │ │ │ │ │ │ ├── ecntsetowncard1_cstep.cpp │ │ │ │ │ │ │ ├── ecntsetpreftemplateid1_cstep.cpp │ │ │ │ │ │ │ ├── ecntsetsortprefs1_cstep.cpp │ │ │ │ │ │ │ ├── ecntsetspeeddialidforposition1_cstep.cpp │ │ │ │ │ │ │ ├── ecnttextfield1_cstep.cpp │ │ │ │ │ │ │ ├── ecntviewat1_cstep.cpp │ │ │ │ │ │ │ ├── ecntviewcontactat1_cstep.cpp │ │ │ │ │ │ │ ├── ecntviewcontactatlength1_cstep.cpp │ │ │ │ │ │ │ ├── ecntviewcount1_cstep.cpp │ │ │ │ │ │ │ ├── ecntviewfind1_cstep.cpp │ │ │ │ │ │ │ ├── ecntviewsortorderexternalizedsize1_cstep.cpp │ │ │ │ │ │ │ ├── ecntwastedspaceinbytes1_cstep.cpp │ │ │ │ │ │ │ ├── eenddbtransaction1_cstep.cpp │ │ │ │ │ │ │ ├── elocksrvnotsupported1_cstep.cpp │ │ │ │ │ │ │ └── erollbackdbtransaction1_cstep.cpp │ │ │ │ │ │ ├── srcsql │ │ │ │ │ │ │ ├── cntcntctmatchingcriteriaexternalizedsize1_cstep.cpp │ │ │ │ │ │ │ ├── csuite.cpp │ │ │ │ │ │ │ ├── ebegindbtransaction1_cstep.cpp │ │ │ │ │ │ │ ├── ecntallfieldslength1_cstep.cpp │ │ │ │ │ │ │ ├── ecntallfieldstext1_cstep.cpp │ │ │ │ │ │ │ ├── ecntcancelasyncopendatabase1_cstep.cpp │ │ │ │ │ │ │ ├── ecntcanceleventrequest1_cstep.cpp │ │ │ │ │ │ │ ├── ecntcancelrequestviewevent1_cstep.cpp │ │ │ │ │ │ │ ├── ecntchangeviewdef1_cstep.cpp │ │ │ │ │ │ │ ├── ecntchangeviewsortorder1_cstep.cpp │ │ │ │ │ │ │ ├── ecntclosedatabase1_cstep.cpp │ │ │ │ │ │ │ ├── ecntclosedbtables1_cstep.cpp │ │ │ │ │ │ │ ├── ecntcloseview1_cstep.cpp │ │ │ │ │ │ │ ├── ecntcloseviewsession1_cstep.cpp │ │ │ │ │ │ │ ├── ecntcloseviewsession2_cstep.cpp │ │ │ │ │ │ │ ├── ecntconnectionid1_cstep.cpp │ │ │ │ │ │ │ ├── ecntcreatedatabase1_cstep.cpp │ │ │ │ │ │ │ ├── ecntcreatenamedview1_cstep.cpp │ │ │ │ │ │ │ ├── ecntcreateview1_cstep.cpp │ │ │ │ │ │ │ ├── ecntdatabasedrive1_cstep.cpp │ │ │ │ │ │ │ ├── ecntdatabaseexists1_cstep.cpp │ │ │ │ │ │ │ ├── ecntdbcontactcount1_cstep.cpp │ │ │ │ │ │ │ ├── ecntdeletedatabase1_cstep.cpp │ │ │ │ │ │ │ ├── ecntfetchgroupidlists1_cstep.cpp │ │ │ │ │ │ │ ├── ecntfetchtemplateids1_cstep.cpp │ │ │ │ │ │ │ ├── ecntfilessize1_cstep.cpp │ │ │ │ │ │ │ ├── ecntfileuniqueid1_cstep.cpp │ │ │ │ │ │ │ ├── ecntfilterdatabase1_cstep.cpp │ │ │ │ │ │ │ ├── ecntfind1_cstep.cpp │ │ │ │ │ │ │ ├── ecntfindasync1_cstep.cpp │ │ │ │ │ │ │ ├── ecntfindasyncinit1_cstep.cpp │ │ │ │ │ │ │ ├── ecntfindasynctextdefinit1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetcollection1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetcontactids1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetcontactmatchingcriteria1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetcontactsmatchingfilter1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetcurrentdb1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetcurrentitem1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetdefaultdatabasename1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetdefinitionsforexistingview1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetincludedtypes1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetowncard1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetpreftemplateid1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetsortpluginuidfromserver1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetsortprefs1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetspeeddialcontactidandphonenumber1_cstep.cpp │ │ │ │ │ │ │ ├── ecntgetviewsortorder1_cstep.cpp │ │ │ │ │ │ │ ├── ecnticctemplateid1_cstep.cpp │ │ │ │ │ │ │ ├── ecntitematl1_cstep.cpp │ │ │ │ │ │ │ ├── ecntitemclose1_cstep.cpp │ │ │ │ │ │ │ ├── ecntitemcommit1_cstep.cpp │ │ │ │ │ │ │ ├── ecntitemcreate1_cstep.cpp │ │ │ │ │ │ │ ├── ecntitemdelete1_cstep.cpp │ │ │ │ │ │ │ ├── ecntitemopen1_cstep.cpp │ │ │ │ │ │ │ ├── ecntitemread1_cstep.cpp │ │ │ │ │ │ │ ├── ecntitemupdate1_cstep.cpp │ │ │ │ │ │ │ ├── ecntlistdatabases1_cstep.cpp │ │ │ │ │ │ │ ├── ecntmachineid1_cstep.cpp │ │ │ │ │ │ │ ├── ecntmatcheshintfield1_cstep.cpp │ │ │ │ │ │ │ ├── ecntopendatabase1_cstep.cpp │ │ │ │ │ │ │ ├── ecntopenviewsession1_cstep.cpp │ │ │ │ │ │ │ ├── ecntopenviewsession2_cstep.cpp │ │ │ │ │ │ │ ├── ecntopstimeout1_cstep.cpp │ │ │ │ │ │ │ ├── ecntoverridemachineid1_cstep.cpp │ │ │ │ │ │ │ ├── ecntphonebookgroupid1_cstep.cpp │ │ │ │ │ │ │ ├── ecntreadcontacttextdef1_cstep.cpp │ │ │ │ │ │ │ ├── ecntrecreatetemplate1_cstep.cpp │ │ │ │ │ │ │ ├── ecntremovecurrentitem1_cstep.cpp │ │ │ │ │ │ │ ├── ecntreopendbtables1_cstep.cpp │ │ │ │ │ │ │ ├── ecntreplacedatabase1_cstep.cpp │ │ │ │ │ │ │ ├── ecntrequestevent1_cstep.cpp │ │ │ │ │ │ │ ├── ecntrequestviewevent1_cstep.cpp │ │ │ │ │ │ │ ├── ecntresourcecount1_cstep.cpp │ │ │ │ │ │ │ ├── ecntsendpluginuidtoserver1_cstep.cpp │ │ │ │ │ │ │ ├── ecntsetcurrentdb1_cstep.cpp │ │ │ │ │ │ │ ├── ecntsetcurrentitem1_cstep.cpp │ │ │ │ │ │ │ ├── ecntsetdatabasedrive1_cstep.cpp │ │ │ │ │ │ │ ├── ecntsetdbviewcontacttype1_cstep.cpp │ │ │ │ │ │ │ ├── ecntsetheapfailure1_cstep.cpp │ │ │ │ │ │ │ ├── ecntsetowncard1_cstep.cpp │ │ │ │ │ │ │ ├── ecntsetpreftemplateid1_cstep.cpp │ │ │ │ │ │ │ ├── ecntsetsortprefs1_cstep.cpp │ │ │ │ │ │ │ ├── ecntsetspeeddialidforposition1_cstep.cpp │ │ │ │ │ │ │ ├── ecntviewat1_cstep.cpp │ │ │ │ │ │ │ ├── ecntviewbeginiterate1_cstep.cpp │ │ │ │ │ │ │ ├── ecntviewchangesortorderl1_cstep.cpp │ │ │ │ │ │ │ ├── ecntviewchangesortorderl2_cstep.cpp │ │ │ │ │ │ │ ├── ecntviewcontactat1_cstep.cpp │ │ │ │ │ │ │ ├── ecntviewcontactatlength1_cstep.cpp │ │ │ │ │ │ │ ├── ecntviewcount1_cstep.cpp │ │ │ │ │ │ │ ├── ecntviewenditerate1_cstep.cpp │ │ │ │ │ │ │ ├── ecntviewfind1_cstep.cpp │ │ │ │ │ │ │ ├── ecntviewnextiteml1_cstep.cpp │ │ │ │ │ │ │ ├── ecntviewsortorderexternalizedsize1_cstep.cpp │ │ │ │ │ │ │ ├── eenddbtransaction1_cstep.cpp │ │ │ │ │ │ │ ├── elocksrvnotsupported1_cstep.cpp │ │ │ │ │ │ │ └── erollbackdbtransaction1_cstep.cpp │ │ │ │ │ │ └── template │ │ │ │ │ │ │ ├── bldinf │ │ │ │ │ │ │ ├── cap_param_svr_suitename.iby │ │ │ │ │ │ │ ├── captestwiz.ini │ │ │ │ │ │ │ ├── cstep.cpp │ │ │ │ │ │ │ ├── cstep.h │ │ │ │ │ │ │ ├── csuite.cpp │ │ │ │ │ │ │ ├── csuite.h │ │ │ │ │ │ │ ├── message.csv │ │ │ │ │ │ │ ├── server.csv │ │ │ │ │ │ │ ├── te_cntsrv_api_policing.mmp │ │ │ │ │ │ │ ├── te_cntsrv_api_policing.script │ │ │ │ │ │ │ ├── te_cntsrv_api_policingsub.script │ │ │ │ │ │ │ └── template.csv │ │ │ │ │ ├── testcontactsuite │ │ │ │ │ │ ├── group │ │ │ │ │ │ │ ├── testcontactsuite.iby │ │ │ │ │ │ │ └── testcontactsuite.mmp │ │ │ │ │ │ ├── scripts │ │ │ │ │ │ │ ├── contacttestcases.ini │ │ │ │ │ │ │ ├── contacttestcases.script │ │ │ │ │ │ │ └── script file generator.xls │ │ │ │ │ │ └── src │ │ │ │ │ │ │ ├── testaddfieldsstep.cpp │ │ │ │ │ │ │ ├── testaddfieldsstep.h │ │ │ │ │ │ │ ├── testaddmultiplecontactsstep.cpp │ │ │ │ │ │ │ ├── testaddmultiplecontactsstep.h │ │ │ │ │ │ │ ├── testcontactperformancestep.cpp │ │ │ │ │ │ │ ├── testcontactperformancestep.h │ │ │ │ │ │ │ ├── testcontactsuiteserver.cpp │ │ │ │ │ │ │ ├── testcontactsuiteserver.h │ │ │ │ │ │ │ ├── testdeletefieldsstep.cpp │ │ │ │ │ │ │ ├── testdeletefieldsstep.h │ │ │ │ │ │ │ ├── testdeletemultiplecontactsstep.cpp │ │ │ │ │ │ │ ├── testdeletemultiplecontactsstep.h │ │ │ │ │ │ │ ├── testupdatefieldsstep.cpp │ │ │ │ │ │ │ ├── testupdatefieldsstep.h │ │ │ │ │ │ │ ├── testupdatemultiplecontactsstep.cpp │ │ │ │ │ │ │ └── testupdatemultiplecontactsstep.h │ │ │ │ │ ├── testimpexvcard │ │ │ │ │ │ ├── group │ │ │ │ │ │ │ ├── common.inf │ │ │ │ │ │ │ ├── tef_cntmodelcit.iby │ │ │ │ │ │ │ └── testimpexvcardsuite.mmp │ │ │ │ │ │ ├── groupsql │ │ │ │ │ │ │ ├── cntmodel.mmh │ │ │ │ │ │ │ └── testimpexvcardsuite.mmp │ │ │ │ │ │ ├── inc │ │ │ │ │ │ │ ├── contactspbapexportutilityclass.h │ │ │ │ │ │ │ ├── testcomparecntfiles.h │ │ │ │ │ │ │ ├── testcontactoperations.h │ │ │ │ │ │ │ ├── testcontactspbapexport.h │ │ │ │ │ │ │ ├── testcontactspbapexportcontents.h │ │ │ │ │ │ │ ├── testcontactspbapexportperformance.h │ │ │ │ │ │ │ └── testgenericimportstep.h │ │ │ │ │ │ ├── scripts │ │ │ │ │ │ │ ├── importexporttestcases.ini │ │ │ │ │ │ │ ├── importexporttestcases.script │ │ │ │ │ │ │ ├── testimpexvcard.script │ │ │ │ │ │ │ ├── testimpexvcardpbap.script │ │ │ │ │ │ │ └── testimpexvcardpbaphw.script │ │ │ │ │ │ ├── src │ │ │ │ │ │ │ ├── contactspbapexportutilityclass.cpp │ │ │ │ │ │ │ ├── testcomparecntfiles.cpp │ │ │ │ │ │ │ ├── testcontactoperations.cpp │ │ │ │ │ │ │ ├── testcontactspbapexport.cpp │ │ │ │ │ │ │ ├── testcontactspbapexportcontents.cpp │ │ │ │ │ │ │ ├── testcontactspbapexportperformance.cpp │ │ │ │ │ │ │ ├── testexbdaylocal.cpp │ │ │ │ │ │ │ ├── testexbdaylocal.h │ │ │ │ │ │ │ ├── testexnobday.cpp │ │ │ │ │ │ │ ├── testexnobday.h │ │ │ │ │ │ │ ├── testexportcontactstep.cpp │ │ │ │ │ │ │ ├── testexportcontactstep.h │ │ │ │ │ │ │ ├── testexrevutc.cpp │ │ │ │ │ │ │ ├── testexrevutc.h │ │ │ │ │ │ │ ├── testgenericimportstep.cpp │ │ │ │ │ │ │ ├── testimpbday.cpp │ │ │ │ │ │ │ ├── testimpbday.h │ │ │ │ │ │ │ ├── testimpexvcardsuitedefs.h │ │ │ │ │ │ │ ├── testimpexvcardsuiteserver.cpp │ │ │ │ │ │ │ ├── testimpexvcardsuiteserver.h │ │ │ │ │ │ │ ├── testimpexvcardsuitestepbase.cpp │ │ │ │ │ │ │ ├── testimpexvcardsuitestepbase.h │ │ │ │ │ │ │ ├── testimpnobday.cpp │ │ │ │ │ │ │ ├── testimpnobday.h │ │ │ │ │ │ │ ├── testimpnorev.cpp │ │ │ │ │ │ │ ├── testimpnorev.h │ │ │ │ │ │ │ ├── testimpoom.cpp │ │ │ │ │ │ │ ├── testimpoom.h │ │ │ │ │ │ │ ├── testimportcontactinsertmodestep.cpp │ │ │ │ │ │ │ ├── testimportcontactinsertmodestep.h │ │ │ │ │ │ │ ├── testimportcontactmergemodestep.cpp │ │ │ │ │ │ │ ├── testimportcontactmergemodestep.h │ │ │ │ │ │ │ ├── testimprevlocal.cpp │ │ │ │ │ │ │ ├── testimprevlocal.h │ │ │ │ │ │ │ ├── testimprevlocaltz.cpp │ │ │ │ │ │ │ ├── testimprevlocaltz.h │ │ │ │ │ │ │ ├── testimprevutc.cpp │ │ │ │ │ │ │ └── testimprevutc.h │ │ │ │ │ │ └── testdata │ │ │ │ │ │ │ ├── exportbdaylocal │ │ │ │ │ │ │ ├── exportbdaylocal.ini │ │ │ │ │ │ │ └── exportbdaylocalfile.vcf │ │ │ │ │ │ │ ├── exportnobday │ │ │ │ │ │ │ └── exportnobdayfile.vcf │ │ │ │ │ │ │ ├── exportrevutc │ │ │ │ │ │ │ └── exportrevutcfile.vcf │ │ │ │ │ │ │ ├── importbday │ │ │ │ │ │ │ ├── expectedbday.ini │ │ │ │ │ │ │ ├── importbday0.vcf │ │ │ │ │ │ │ ├── importbday1.vcf │ │ │ │ │ │ │ └── importbday2.vcf │ │ │ │ │ │ │ ├── importnobday │ │ │ │ │ │ │ ├── importnobday0.vcf │ │ │ │ │ │ │ └── importnobday1.vcf │ │ │ │ │ │ │ ├── importnorev │ │ │ │ │ │ │ ├── importnorev0.vcf │ │ │ │ │ │ │ └── importnorev1.vcf │ │ │ │ │ │ │ ├── importoom │ │ │ │ │ │ │ └── importoom.vcf │ │ │ │ │ │ │ ├── importrevlocal │ │ │ │ │ │ │ ├── expectedutc.ini │ │ │ │ │ │ │ ├── importrevlocal0.vcf │ │ │ │ │ │ │ └── importrevlocal1.vcf │ │ │ │ │ │ │ ├── importrevlocaltz │ │ │ │ │ │ │ ├── expectedutc.ini │ │ │ │ │ │ │ ├── importrevlocaltz0.vcf │ │ │ │ │ │ │ ├── importrevlocaltz1.vcf │ │ │ │ │ │ │ ├── importrevlocaltz10.vcf │ │ │ │ │ │ │ ├── importrevlocaltz11.vcf │ │ │ │ │ │ │ ├── importrevlocaltz12.vcf │ │ │ │ │ │ │ ├── importrevlocaltz13.vcf │ │ │ │ │ │ │ ├── importrevlocaltz14.vcf │ │ │ │ │ │ │ ├── importrevlocaltz15.vcf │ │ │ │ │ │ │ ├── importrevlocaltz16.vcf │ │ │ │ │ │ │ ├── importrevlocaltz17.vcf │ │ │ │ │ │ │ ├── importrevlocaltz18.vcf │ │ │ │ │ │ │ ├── importrevlocaltz19.vcf │ │ │ │ │ │ │ ├── importrevlocaltz2.vcf │ │ │ │ │ │ │ ├── importrevlocaltz20.vcf │ │ │ │ │ │ │ ├── importrevlocaltz21.vcf │ │ │ │ │ │ │ ├── importrevlocaltz22.vcf │ │ │ │ │ │ │ ├── importrevlocaltz23.vcf │ │ │ │ │ │ │ ├── importrevlocaltz24.vcf │ │ │ │ │ │ │ ├── importrevlocaltz25.vcf │ │ │ │ │ │ │ ├── importrevlocaltz26.vcf │ │ │ │ │ │ │ ├── importrevlocaltz27.vcf │ │ │ │ │ │ │ ├── importrevlocaltz28.vcf │ │ │ │ │ │ │ ├── importrevlocaltz29.vcf │ │ │ │ │ │ │ ├── importrevlocaltz3.vcf │ │ │ │ │ │ │ ├── importrevlocaltz30.vcf │ │ │ │ │ │ │ ├── importrevlocaltz31.vcf │ │ │ │ │ │ │ ├── importrevlocaltz32.vcf │ │ │ │ │ │ │ ├── importrevlocaltz33.vcf │ │ │ │ │ │ │ ├── importrevlocaltz34.vcf │ │ │ │ │ │ │ ├── importrevlocaltz35.vcf │ │ │ │ │ │ │ ├── importrevlocaltz36.vcf │ │ │ │ │ │ │ ├── importrevlocaltz37.vcf │ │ │ │ │ │ │ ├── importrevlocaltz38.vcf │ │ │ │ │ │ │ ├── importrevlocaltz39.vcf │ │ │ │ │ │ │ ├── importrevlocaltz4.vcf │ │ │ │ │ │ │ ├── importrevlocaltz40.vcf │ │ │ │ │ │ │ ├── importrevlocaltz41.vcf │ │ │ │ │ │ │ ├── importrevlocaltz42.vcf │ │ │ │ │ │ │ ├── importrevlocaltz43.vcf │ │ │ │ │ │ │ ├── importrevlocaltz44.vcf │ │ │ │ │ │ │ ├── importrevlocaltz45.vcf │ │ │ │ │ │ │ ├── importrevlocaltz46.vcf │ │ │ │ │ │ │ ├── importrevlocaltz47.vcf │ │ │ │ │ │ │ ├── importrevlocaltz48.vcf │ │ │ │ │ │ │ ├── importrevlocaltz49.vcf │ │ │ │ │ │ │ ├── importrevlocaltz5.vcf │ │ │ │ │ │ │ ├── importrevlocaltz6.vcf │ │ │ │ │ │ │ ├── importrevlocaltz7.vcf │ │ │ │ │ │ │ ├── importrevlocaltz8.vcf │ │ │ │ │ │ │ └── importrevlocaltz9.vcf │ │ │ │ │ │ │ ├── importrevutc │ │ │ │ │ │ │ ├── expectedutc.ini │ │ │ │ │ │ │ ├── importrevutc0.vcf │ │ │ │ │ │ │ ├── importrevutc1.vcf │ │ │ │ │ │ │ └── importrevutc2.vcf │ │ │ │ │ │ │ ├── pbapexport │ │ │ │ │ │ │ ├── export1.vcf │ │ │ │ │ │ │ ├── export11.vcf │ │ │ │ │ │ │ ├── export2.vcf │ │ │ │ │ │ │ ├── export3.vcf │ │ │ │ │ │ │ ├── exportintraprop30.vcf │ │ │ │ │ │ │ ├── exportpropformat.vcf │ │ │ │ │ │ │ ├── exporttel.vcf │ │ │ │ │ │ │ ├── exporttel30.vcf │ │ │ │ │ │ │ ├── testvcardimportexport.ini │ │ │ │ │ │ │ ├── vcard.vcf │ │ │ │ │ │ │ ├── vcard1.vcf │ │ │ │ │ │ │ ├── vcard100.vcf │ │ │ │ │ │ │ ├── vcard11.vcf │ │ │ │ │ │ │ ├── vcard2.vcf │ │ │ │ │ │ │ ├── vcard3.vcf │ │ │ │ │ │ │ ├── vcard4.vcf │ │ │ │ │ │ │ ├── vcard5.vcf │ │ │ │ │ │ │ ├── vcard6.vcf │ │ │ │ │ │ │ ├── vcard9.vcf │ │ │ │ │ │ │ └── vcardempty.vcf │ │ │ │ │ │ │ ├── pbapexportsql │ │ │ │ │ │ │ ├── export11.vcf │ │ │ │ │ │ │ └── exportpropformat.vcf │ │ │ │ │ │ │ └── preq1286 │ │ │ │ │ │ │ ├── importannicorruptdata.vcf │ │ │ │ │ │ │ ├── importannimergemode2file.vcf │ │ │ │ │ │ │ ├── importannimergemode3file.vcf │ │ │ │ │ │ │ ├── importasstcorruptdata.vcf │ │ │ │ │ │ │ ├── importasstmergemode2file.vcf │ │ │ │ │ │ │ ├── importasstmergemode3file.vcf │ │ │ │ │ │ │ ├── importassttelcorruptdata.vcf │ │ │ │ │ │ │ ├── importassttelmergemode2file.vcf │ │ │ │ │ │ │ ├── importassttelmergemode3file.vcf │ │ │ │ │ │ │ ├── importchildrencorruptdata.vcf │ │ │ │ │ │ │ ├── importchildrenmergemode2file.vcf │ │ │ │ │ │ │ ├── importchildrenmergemode3file.vcf │ │ │ │ │ │ │ ├── importclasscorruptdata.vcf │ │ │ │ │ │ │ ├── importclassmergemode2file.vcf │ │ │ │ │ │ │ ├── importclassmergemode3file.vcf │ │ │ │ │ │ │ ├── importcompanycorruptdata.vcf │ │ │ │ │ │ │ ├── importcompanymergemode2file.vcf │ │ │ │ │ │ │ ├── importcompanymergemode3file.vcf │ │ │ │ │ │ │ ├── importdeptcorruptdata.vcf │ │ │ │ │ │ │ ├── importdeptmergemode2file.vcf │ │ │ │ │ │ │ ├── importdeptmergemode3file.vcf │ │ │ │ │ │ │ ├── importnewfilewithuid.vcf │ │ │ │ │ │ │ ├── importspousecorruptdata.vcf │ │ │ │ │ │ │ ├── importspousemergemode2file.vcf │ │ │ │ │ │ │ └── importspousemergemode3file.vcf │ │ │ │ │ └── teststartup │ │ │ │ │ │ ├── data │ │ │ │ │ │ └── startupdata.ini │ │ │ │ │ │ ├── group │ │ │ │ │ │ ├── 10003a73.txt │ │ │ │ │ │ ├── tef_cnts_startuptests.iby │ │ │ │ │ │ └── teststartup.mmp │ │ │ │ │ │ ├── inc │ │ │ │ │ │ ├── testcontactsdbstep.h │ │ │ │ │ │ ├── testgetsetviewsettingstep.h │ │ │ │ │ │ ├── teststartupexestep.h │ │ │ │ │ │ └── teststartupserver.h │ │ │ │ │ │ ├── scripts │ │ │ │ │ │ ├── testcontactsstartupsuite.script │ │ │ │ │ │ └── testmanualcontactsstartupsuite.script │ │ │ │ │ │ └── src │ │ │ │ │ │ ├── testcontactsdbstep.cpp │ │ │ │ │ │ ├── testgetsetviewsettingstep.cpp │ │ │ │ │ │ ├── teststartupexestep.cpp │ │ │ │ │ │ └── teststartupserver.cpp │ │ │ │ ├── mat2.csv │ │ │ │ ├── names.first.2gm │ │ │ │ ├── names.last.2gm │ │ │ │ ├── nbcnttestlib │ │ │ │ │ ├── contactprinter.cpp │ │ │ │ │ ├── nbcnttestlib.cpp │ │ │ │ │ ├── nbcnttestlib.h │ │ │ │ │ ├── nbcnttestlib.mmp │ │ │ │ │ ├── nbcnttestlibarmv5u.def │ │ │ │ │ ├── nbcnttestlibwinsu.def │ │ │ │ │ └── testhelpers.h │ │ │ │ ├── packagerclientserver │ │ │ │ │ ├── client │ │ │ │ │ │ ├── bwins │ │ │ │ │ │ │ └── t_packagertestclientu.def │ │ │ │ │ │ ├── eabi │ │ │ │ │ │ │ └── t_packagertestclientu.def │ │ │ │ │ │ ├── group │ │ │ │ │ │ │ └── t_packagertestclient.mmp │ │ │ │ │ │ ├── inc │ │ │ │ │ │ │ ├── t_packagertestclient.h │ │ │ │ │ │ │ └── t_packagertestdef.h │ │ │ │ │ │ └── src │ │ │ │ │ │ │ └── t_packagertestclient.cpp │ │ │ │ │ ├── server │ │ │ │ │ │ ├── group │ │ │ │ │ │ │ └── t_packagertestserver.mmp │ │ │ │ │ │ ├── inc │ │ │ │ │ │ │ ├── t_packagertestserver.h │ │ │ │ │ │ │ └── t_serveractiveobject.h │ │ │ │ │ │ └── src │ │ │ │ │ │ │ ├── t_packagertestserver.cpp │ │ │ │ │ │ │ └── t_serveractiveobject.cpp │ │ │ │ │ └── test │ │ │ │ │ │ ├── group │ │ │ │ │ │ └── t_packagertestharness.mmp │ │ │ │ │ │ ├── inc │ │ │ │ │ │ ├── t_packagertestharness.h │ │ │ │ │ │ └── t_packagertesthelper.h │ │ │ │ │ │ └── src │ │ │ │ │ │ ├── t_packagertestharness.cpp │ │ │ │ │ │ └── t_packagertesthelper.cpp │ │ │ │ ├── performance │ │ │ │ │ ├── clog.pl │ │ │ │ │ ├── corp_std.vcf │ │ │ │ │ ├── corporate-1000-0.vcf │ │ │ │ │ ├── t_perfbulkdelete.cpp │ │ │ │ │ ├── t_perfbulkdelete.h │ │ │ │ │ ├── t_perfcrudoperations.cpp │ │ │ │ │ ├── t_perfcrudoperations.h │ │ │ │ │ ├── t_perfdbcreator.cpp │ │ │ │ │ ├── t_perfdbcreator.h │ │ │ │ │ ├── t_perfinitialsync.cpp │ │ │ │ │ ├── t_perfinitialsync.h │ │ │ │ │ ├── t_performance.cpp │ │ │ │ │ ├── t_performance.mmp │ │ │ │ │ ├── t_perfresortview.cpp │ │ │ │ │ ├── t_perfresortview.h │ │ │ │ │ ├── t_perfstartup.cpp │ │ │ │ │ ├── t_perfstartup.h │ │ │ │ │ ├── t_perfsyncdelete.cpp │ │ │ │ │ ├── t_perfsyncdelete.h │ │ │ │ │ ├── t_sampprof.cpp │ │ │ │ │ ├── t_sampprof.h │ │ │ │ │ └── t_sampprof.mmp │ │ │ │ ├── res2.csv │ │ │ │ ├── runem.bat │ │ │ │ ├── runit.bat │ │ │ │ ├── t_agent.cpp │ │ │ │ ├── t_agent.h │ │ │ │ ├── t_agent.mmp │ │ │ │ ├── t_apac.cpp │ │ │ │ ├── t_apac.h │ │ │ │ ├── t_apac.mmp │ │ │ │ ├── t_apac_initial_contacts.txt │ │ │ │ ├── t_bench.cpp │ │ │ │ ├── t_bench.h │ │ │ │ ├── t_bench.mmp │ │ │ │ ├── t_cardtm.cpp │ │ │ │ ├── t_cardtm.mmp │ │ │ │ ├── t_casesensitivedb.cpp │ │ │ │ ├── t_casesensitivedb.h │ │ │ │ ├── t_casesensitivedb.mmp │ │ │ │ ├── t_cnt_backup.cpp │ │ │ │ ├── t_cnt_backup.h │ │ │ │ ├── t_cnt_backup.mmp │ │ │ │ ├── t_cnt_backup_corrupted_100065ff.cdb │ │ │ │ ├── t_cnt_viewsortprofiling.cpp │ │ │ │ ├── t_cnt_viewsortprofiling.mmp │ │ │ │ ├── t_cntdelete.cpp │ │ │ │ ├── t_cntdelete.mmp │ │ │ │ ├── t_cntfindall.cpp │ │ │ │ ├── t_cntfindall.h │ │ │ │ ├── t_cntfindall.mmp │ │ │ │ ├── t_cntidtest.cpp │ │ │ │ ├── t_cntidtest.h │ │ │ │ ├── t_cntidtest.mmp │ │ │ │ ├── t_cntidtestmain.cpp │ │ │ │ ├── t_cntmatch.cpp │ │ │ │ ├── t_cntmatch.mmp │ │ │ │ ├── t_cnttest.h │ │ │ │ ├── t_cnttestimpldefs.h │ │ │ │ ├── t_cnttestimplementor.cpp │ │ │ │ ├── t_cnttestimplementor.h │ │ │ │ ├── t_cntvcard.cpp │ │ │ │ ├── t_cntvcard.mmp │ │ │ │ ├── t_concurrent.cpp │ │ │ │ ├── t_concurrent.h │ │ │ │ ├── t_concurrent.mmp │ │ │ │ ├── t_connec.cpp │ │ │ │ ├── t_connec.mmp │ │ │ │ ├── t_contactat.cpp │ │ │ │ ├── t_contactat.mmp │ │ │ │ ├── t_contactdbevent.cpp │ │ │ │ ├── t_contactdbevent.mmp │ │ │ │ ├── t_contactsramtest.cpp │ │ │ │ ├── t_contactsramtest.mmp │ │ │ │ ├── t_contactviewevents.cpp │ │ │ │ ├── t_contactviewevents.mmp │ │ │ │ ├── t_contenttype.cpp │ │ │ │ ├── t_contenttype.mmp │ │ │ │ ├── t_currentdb.cpp │ │ │ │ ├── t_currentdb.h │ │ │ │ ├── t_currentdb.mmp │ │ │ │ ├── t_custfilter.cpp │ │ │ │ ├── t_custfilter.h │ │ │ │ ├── t_custfilter.mmp │ │ │ │ ├── t_cviewcontact.cpp │ │ │ │ ├── t_cviewcontact.mmp │ │ │ │ ├── t_database_killer.cpp │ │ │ │ ├── t_database_killer.h │ │ │ │ ├── t_database_killer.mmp │ │ │ │ ├── t_datacompatibility.cpp │ │ │ │ ├── t_datacompatibility.mmp │ │ │ │ ├── t_db_sortl_test.cpp │ │ │ │ ├── t_db_sortl_test.mmp │ │ │ │ ├── t_dbase.cpp │ │ │ │ ├── t_dbase.mmp │ │ │ │ ├── t_dbase2.cpp │ │ │ │ ├── t_dbase2.h │ │ │ │ ├── t_dbase2.mmp │ │ │ │ ├── t_dbfill.cpp │ │ │ │ ├── t_dbfill.mmp │ │ │ │ ├── t_dbnametest.cpp │ │ │ │ ├── t_dbnametest.h │ │ │ │ ├── t_dbnametest.mmp │ │ │ │ ├── t_error.cpp │ │ │ │ ├── t_error.mmp │ │ │ │ ├── t_eventorder.cpp │ │ │ │ ├── t_eventorder.h │ │ │ │ ├── t_eventorder.mmp │ │ │ │ ├── t_expdel.cpp │ │ │ │ ├── t_expdel.h │ │ │ │ ├── t_expdel.mmp │ │ │ │ ├── t_ferror.cpp │ │ │ │ ├── t_ferror.mmp │ │ │ │ ├── t_field.cpp │ │ │ │ ├── t_field.mmp │ │ │ │ ├── t_filterbroadcast.cpp │ │ │ │ ├── t_filterbroadcast.h │ │ │ │ ├── t_filterbroadcast.mmp │ │ │ │ ├── t_filteredviewevents.cpp │ │ │ │ ├── t_filteredviewevents.mmp │ │ │ │ ├── t_filteredviewsort.cpp │ │ │ │ ├── t_filteredviewsort.mmp │ │ │ │ ├── t_filteredviewupdate.cpp │ │ │ │ ├── t_filteredviewupdate.mmp │ │ │ │ ├── t_filterfindcontacts.cpp │ │ │ │ ├── t_filterfindcontacts.h │ │ │ │ ├── t_filterfindcontacts.mmp │ │ │ │ ├── t_filterview.cpp │ │ │ │ ├── t_filterview.h │ │ │ │ ├── t_filterview.mmp │ │ │ │ ├── t_filterview_matching_profile.cpp │ │ │ │ ├── t_filterview_matching_profile.h │ │ │ │ ├── t_filterview_matching_profile.mmp │ │ │ │ ├── t_filterviewspeed.cpp │ │ │ │ ├── t_filterviewspeed.mmp │ │ │ │ ├── t_find.cpp │ │ │ │ ├── t_generaladdress.cpp │ │ │ │ ├── t_generaladdress.mmp │ │ │ │ ├── t_groupdeletebug.cpp │ │ │ │ ├── t_groupdeletebug.mmp │ │ │ │ ├── t_groups.cpp │ │ │ │ ├── t_groups.mmp │ │ │ │ ├── t_groupview.cpp │ │ │ │ ├── t_groupview.h │ │ │ │ ├── t_groupview.mmp │ │ │ │ ├── t_groupview_unfiled_profile.cpp │ │ │ │ ├── t_groupview_unfiled_profile.h │ │ │ │ ├── t_groupview_unfiled_profile.mmp │ │ │ │ ├── t_groupviewevents.cpp │ │ │ │ ├── t_groupviewevents.h │ │ │ │ ├── t_groupviewevents.mmp │ │ │ │ ├── t_groupviewmodifiedcontact.cpp │ │ │ │ ├── t_groupviewmodifiedcontact.h │ │ │ │ ├── t_groupviewmodifiedcontact.mmp │ │ │ │ ├── t_groupviewpanic.cpp │ │ │ │ ├── t_groupviewpanic.mmp │ │ │ │ ├── t_groupviewupdate.cpp │ │ │ │ ├── t_groupviewupdate.mmp │ │ │ │ ├── t_hintextension.cpp │ │ │ │ ├── t_hintextension.h │ │ │ │ ├── t_hintextension.mmp │ │ │ │ ├── t_hintextension_original.cdb │ │ │ │ ├── t_iccentry.cpp │ │ │ │ ├── t_iccentry.mmp │ │ │ │ ├── t_iccimportlock.cpp │ │ │ │ ├── t_iccimportlock.mmp │ │ │ │ ├── t_iccmultiplephonebook.cpp │ │ │ │ ├── t_iccmultiplephonebook.mmp │ │ │ │ ├── t_iccstartup.cpp │ │ │ │ ├── t_iccstartup.mmp │ │ │ │ ├── t_iccview.cpp │ │ │ │ ├── t_iccview.mmp │ │ │ │ ├── t_item.cpp │ │ │ │ ├── t_item.mmp │ │ │ │ ├── t_launchTest.cpp │ │ │ │ ├── t_launchTest.h │ │ │ │ ├── t_launchTest.mmp │ │ │ │ ├── t_localviewduplicates.cpp │ │ │ │ ├── t_localviewduplicates.mmp │ │ │ │ ├── t_localviewremove.cpp │ │ │ │ ├── t_localviewremove.mmp │ │ │ │ ├── t_longsql.cpp │ │ │ │ ├── t_longsql.h │ │ │ │ ├── t_longsql.mmp │ │ │ │ ├── t_lowdiskspace.cpp │ │ │ │ ├── t_lowdiskspace.h │ │ │ │ ├── t_lowdiskspace.mmp │ │ │ │ ├── t_mults.cpp │ │ │ │ ├── t_mults.mmp │ │ │ │ ├── t_nomach.cpp │ │ │ │ ├── t_nomach.mmp │ │ │ │ ├── t_old_contacts_original.cdb │ │ │ │ ├── t_owncar.cpp │ │ │ │ ├── t_owncar.mmp │ │ │ │ ├── t_owncard.cpp │ │ │ │ ├── t_owncard.mmp │ │ │ │ ├── t_owncarddelete.cpp │ │ │ │ ├── t_owncarddelete.mmp │ │ │ │ ├── t_persistencelayer.cpp │ │ │ │ ├── t_persistencelayer.h │ │ │ │ ├── t_persistencelayer.mmp │ │ │ │ ├── t_platsec.cpp │ │ │ │ ├── t_platsec.h │ │ │ │ ├── t_platsec.mmp │ │ │ │ ├── t_plperformance.cpp │ │ │ │ ├── t_plperformance.h │ │ │ │ ├── t_plperformance.mmp │ │ │ │ ├── t_plperformanceapi.cpp │ │ │ │ ├── t_plperformanceapi.h │ │ │ │ ├── t_plperformanceapi.mmp │ │ │ │ ├── t_preferencesbug.cpp │ │ │ │ ├── t_preferencesbug.mmp │ │ │ │ ├── t_prefixfullsearch.cpp │ │ │ │ ├── t_prefixfullsearch.mmp │ │ │ │ ├── t_recoverview.cpp │ │ │ │ ├── t_recoverview.mmp │ │ │ │ ├── t_refinefindviewl.cpp │ │ │ │ ├── t_refinefindviewl.mmp │ │ │ │ ├── t_remoteview.cpp │ │ │ │ ├── t_remoteview.mmp │ │ │ │ ├── t_rndutils.cpp │ │ │ │ ├── t_rndutils.h │ │ │ │ ├── t_sec_asyncopen.cpp │ │ │ │ ├── t_sec_asyncopen.h │ │ │ │ ├── t_sec_asyncopen.mmp │ │ │ │ ├── t_sec_cntdbase.cpp │ │ │ │ ├── t_sec_cntdbase.mmp │ │ │ │ ├── t_secondname.cpp │ │ │ │ ├── t_secondname.h │ │ │ │ ├── t_secondname.mmp │ │ │ │ ├── t_serverstart.cpp │ │ │ │ ├── t_serverstart.mmp │ │ │ │ ├── t_speeddialtest.cpp │ │ │ │ ├── t_speeddialtest.h │ │ │ │ ├── t_speeddialtest.mmp │ │ │ │ ├── t_subview.cpp │ │ │ │ ├── t_subview.h │ │ │ │ ├── t_subview.mmp │ │ │ │ ├── t_templ.cpp │ │ │ │ ├── t_templ.mmp │ │ │ │ ├── t_time.cpp │ │ │ │ ├── t_time.mmp │ │ │ │ ├── t_timeis.cpp │ │ │ │ ├── t_timeis.h │ │ │ │ ├── t_timeis.mmp │ │ │ │ ├── t_ttvers.cpp │ │ │ │ ├── t_ttvers.h │ │ │ │ ├── t_ttvers.mmp │ │ │ │ ├── t_updateforsync.cpp │ │ │ │ ├── t_updateforsync.mmp │ │ │ │ ├── t_utils.cpp │ │ │ │ ├── t_utils.h │ │ │ │ ├── t_utils2.cpp │ │ │ │ ├── t_utils2.h │ │ │ │ ├── t_vers.cpp │ │ │ │ ├── t_vers.h │ │ │ │ ├── t_vers.mmp │ │ │ │ ├── t_vexportbirthday.cpp │ │ │ │ ├── t_vexportbirthday.mmp │ │ │ │ ├── t_vexportorg.cpp │ │ │ │ ├── t_vexportorg.mmp │ │ │ │ ├── t_vexporttype.cpp │ │ │ │ ├── t_vexporttype.mmp │ │ │ │ ├── t_vexporttypewithgif.vcf │ │ │ │ ├── t_view.cpp │ │ │ │ ├── t_view.mmp │ │ │ │ ├── t_view2.cpp │ │ │ │ ├── t_view2.h │ │ │ │ ├── t_view2.mmp │ │ │ │ ├── t_view2_initial_contacts.txt │ │ │ │ ├── t_view2_initial_contacts_small.txt │ │ │ │ ├── t_view2_more_contacts_1.txt │ │ │ │ ├── t_view2_more_contacts_2.txt │ │ │ │ ├── t_viewcontactid.cpp │ │ │ │ ├── t_viewcontactid.mmp │ │ │ │ ├── t_viewevents.cpp │ │ │ │ ├── t_viewevents.h │ │ │ │ ├── t_viewevents.mmp │ │ │ │ ├── t_viewnotificationerror.cpp │ │ │ │ ├── t_viewnotificationerror.mmp │ │ │ │ ├── t_viewobserversbug.cpp │ │ │ │ ├── t_viewobserversbug.mmp │ │ │ │ ├── t_viewsoom.cpp │ │ │ │ ├── t_viewsoom.h │ │ │ │ ├── t_viewsoom.mmp │ │ │ │ ├── t_viewsort.cpp │ │ │ │ ├── t_viewsort.mmp │ │ │ │ ├── t_viewsortplugin.cpp │ │ │ │ ├── t_viewsortplugin.h │ │ │ │ ├── t_viewsortplugin.mmp │ │ │ │ ├── t_viewsortplugin.vcf │ │ │ │ ├── t_viewsortprofiling.cpp │ │ │ │ ├── t_viewsortprofiling.mmp │ │ │ │ ├── t_wrongfieldmatch.cpp │ │ │ │ ├── t_wrongfieldmatch.mmp │ │ │ │ ├── testhelpers.h │ │ │ │ ├── testnotypevcard.vcf │ │ │ │ ├── testsyncplugin │ │ │ │ │ ├── 102035fe.rss │ │ │ │ │ ├── 1020384e.txt │ │ │ │ │ ├── cntphonecontact.cpp │ │ │ │ │ ├── cntphonecontact.h │ │ │ │ │ ├── cntsyncchecker.cpp │ │ │ │ │ ├── cntsyncchecker.h │ │ │ │ │ ├── cntsyncchecker.mmp │ │ │ │ │ ├── cntsyncdata.cpp │ │ │ │ │ ├── cntsyncdata.h │ │ │ │ │ ├── cntsyncphonedata.cpp │ │ │ │ │ ├── cntsyncphonedata.h │ │ │ │ │ ├── cnttestsync.cpp │ │ │ │ │ ├── cnttestsync.mmp │ │ │ │ │ └── cnttestsynchroniser.h │ │ │ │ ├── testtypevcard.vcf │ │ │ │ ├── testvcard.vcf │ │ │ │ ├── testvcard1.vcf │ │ │ │ ├── threadbase.cpp │ │ │ │ ├── threadbase.h │ │ │ │ ├── ttvcard.cpp │ │ │ │ ├── tvcard.cpp │ │ │ │ ├── unittest_cntpbapsupport │ │ │ │ │ ├── group │ │ │ │ │ │ └── t_cntpbapsupport.mmp │ │ │ │ │ ├── inc │ │ │ │ │ │ ├── t_cntpbapsupport.h │ │ │ │ │ │ └── t_testdata.h │ │ │ │ │ └── src │ │ │ │ │ │ └── t_cntpbapsupport.cpp │ │ │ │ ├── vcardupdate1.vcf │ │ │ │ ├── vcardupdate2.vcf │ │ │ │ ├── vcardupdate3.vcf │ │ │ │ ├── vcardwithlargephoto.vcf │ │ │ │ ├── withcompany.vcf │ │ │ │ └── withoutcompany.vcf │ │ │ └── tsrcsql │ │ │ │ ├── cnttutil.mmp │ │ │ │ ├── sqlite__contacts58920.cdb │ │ │ │ ├── t_bench.mmp │ │ │ │ ├── t_cnt_backup.mmp │ │ │ │ ├── t_dbase2.mmp │ │ │ │ ├── t_lowdiskspace.mmp │ │ │ │ ├── t_nomach.mmp │ │ │ │ ├── t_performance.mmp │ │ │ │ ├── t_persistencelayer.mmp │ │ │ │ ├── t_platsec.mmp │ │ │ │ ├── t_plperformance.mmp │ │ │ │ ├── t_sec_asyncopen.mmp │ │ │ │ ├── t_sec_cntdbase.mmp │ │ │ │ ├── t_viewcontactid.mmp │ │ │ │ └── t_viewsortplugin.mmp │ │ ├── plugin │ │ │ ├── inc │ │ │ │ ├── cntabstractrelationship.h │ │ │ │ ├── cntbackendsdefs.h │ │ │ │ ├── cntdisplaylabel.h │ │ │ │ ├── cntrelationship.h │ │ │ │ ├── cntrelationshipgroup.h │ │ │ │ ├── cntsymbiandatabase.h │ │ │ │ ├── cntsymbianengine.h │ │ │ │ ├── cntsymbiantransformerror.h │ │ │ │ ├── filtering │ │ │ │ │ ├── cntabstractcontactfilter.h │ │ │ │ │ ├── cntabstractcontactsorter.h │ │ │ │ │ ├── cntdbinfo.h │ │ │ │ │ ├── cntfilterabstract.h │ │ │ │ │ ├── cntfilterdefault.h │ │ │ │ │ ├── cntfilterdetail.h │ │ │ │ │ ├── cntfilterintersection.h │ │ │ │ │ ├── cntfilterrelationship.h │ │ │ │ │ ├── cntfilterunion.h │ │ │ │ │ ├── cntsymbianfilterdbms.h │ │ │ │ │ ├── cntsymbianfiltersql.h │ │ │ │ │ ├── cntsymbiansorterdbms.h │ │ │ │ │ └── cntsymbiansrvconnection.h │ │ │ │ └── transform │ │ │ │ │ ├── cnttransformaddress.h │ │ │ │ │ ├── cnttransformanniversary.h │ │ │ │ │ ├── cnttransformanniversarysimple.h │ │ │ │ │ ├── cnttransformavatar.h │ │ │ │ │ ├── cnttransformbirthday.h │ │ │ │ │ ├── cnttransformcontact.h │ │ │ │ │ ├── cnttransformcontactdata.h │ │ │ │ │ ├── cnttransformemail.h │ │ │ │ │ ├── cnttransformempty.h │ │ │ │ │ ├── cnttransformfamily.h │ │ │ │ │ ├── cnttransformfavorite.h │ │ │ │ │ ├── cnttransformgender.h │ │ │ │ │ ├── cnttransformgeolocation.h │ │ │ │ │ ├── cnttransformname.h │ │ │ │ │ ├── cnttransformnickname.h │ │ │ │ │ ├── cnttransformnote.h │ │ │ │ │ ├── cnttransformonlineaccount.h │ │ │ │ │ ├── cnttransformonlineaccountsimple.h │ │ │ │ │ ├── cnttransformorganisation.h │ │ │ │ │ ├── cnttransformphonenumber.h │ │ │ │ │ ├── cnttransformpresence.h │ │ │ │ │ ├── cnttransformringtone.h │ │ │ │ │ ├── cnttransformsynctarget.h │ │ │ │ │ ├── cnttransformthumbnail.h │ │ │ │ │ └── cnttransformurl.h │ │ │ ├── internal │ │ │ │ └── doxygen │ │ │ │ │ ├── doxyfile │ │ │ │ │ └── generate_doxygen.bat │ │ │ ├── plugin.pro │ │ │ ├── rss │ │ │ │ ├── cntmodelextuids.h │ │ │ │ └── cntmodelextuids.hrh │ │ │ ├── src │ │ │ │ ├── cntabstractrelationship.cpp │ │ │ │ ├── cntdisplaylabel.cpp │ │ │ │ ├── cntrelationship.cpp │ │ │ │ ├── cntrelationshipgroup.cpp │ │ │ │ ├── cntsymbiandatabase.cpp │ │ │ │ ├── cntsymbianengine.cpp │ │ │ │ ├── cntsymbiantransformerror.cpp │ │ │ │ ├── filtering │ │ │ │ │ ├── cntdbinfo.cpp │ │ │ │ │ ├── cntfilterdefault.cpp │ │ │ │ │ ├── cntfilterdetail.cpp │ │ │ │ │ ├── cntfilterintersection.cpp │ │ │ │ │ ├── cntfilterrelationship.cpp │ │ │ │ │ ├── cntfilterunion.cpp │ │ │ │ │ ├── cntsymbianfilterdbms.cpp │ │ │ │ │ ├── cntsymbianfiltersql.cpp │ │ │ │ │ ├── cntsymbiansorterdbms.cpp │ │ │ │ │ └── cntsymbiansrvconnection.cpp │ │ │ │ └── transform │ │ │ │ │ ├── cnttransformaddress.cpp │ │ │ │ │ ├── cnttransformanniversary.cpp │ │ │ │ │ ├── cnttransformanniversarysimple.cpp │ │ │ │ │ ├── cnttransformavatar.cpp │ │ │ │ │ ├── cnttransformbirthday.cpp │ │ │ │ │ ├── cnttransformcontact.cpp │ │ │ │ │ ├── cnttransformcontactdata.cpp │ │ │ │ │ ├── cnttransformemail.cpp │ │ │ │ │ ├── cnttransformempty.cpp │ │ │ │ │ ├── cnttransformfamily.cpp │ │ │ │ │ ├── cnttransformfavorite.cpp │ │ │ │ │ ├── cnttransformgender.cpp │ │ │ │ │ ├── cnttransformgeolocation.cpp │ │ │ │ │ ├── cnttransformname.cpp │ │ │ │ │ ├── cnttransformnickname.cpp │ │ │ │ │ ├── cnttransformnote.cpp │ │ │ │ │ ├── cnttransformonlineaccount.cpp │ │ │ │ │ ├── cnttransformonlineaccountsimple.cpp │ │ │ │ │ ├── cnttransformorganisation.cpp │ │ │ │ │ ├── cnttransformphonenumber.cpp │ │ │ │ │ ├── cnttransformpresence.cpp │ │ │ │ │ ├── cnttransformringtone.cpp │ │ │ │ │ ├── cnttransformsynctarget.cpp │ │ │ │ │ ├── cnttransformthumbnail.cpp │ │ │ │ │ └── cnttransformurl.cpp │ │ │ ├── symbian_defines.pri │ │ │ └── tsrc │ │ │ │ ├── performance │ │ │ │ ├── performance.cpp │ │ │ │ ├── performance.h │ │ │ │ └── performance.pro │ │ │ │ ├── tsrc.pri │ │ │ │ ├── tsrc.pro │ │ │ │ ├── tst_cntfilteringdbms │ │ │ │ ├── tst_cntfilteringdbms.cpp │ │ │ │ └── tst_cntfilteringdbms.pro │ │ │ │ ├── tst_performance │ │ │ │ ├── tst_performance.cpp │ │ │ │ ├── tst_performance.pro │ │ │ │ ├── tst_performance_fetch_1a_100_contacts_default.vcf │ │ │ │ ├── tst_performance_fetch_1b_100_contacts_50_allfields_50_default.vcf │ │ │ │ ├── tst_performance_fetch_1c_100_contacts_allfields.vcf │ │ │ │ ├── tst_performance_fetch_2a_500_contacts_default.vcf │ │ │ │ ├── tst_performance_fetch_2b_500_contacts_250_allfields_250_default.vcf │ │ │ │ ├── tst_performance_fetch_2c_500_contacts_allfields.vcf │ │ │ │ ├── tst_performance_fetch_3a_1000_contacts_default.vcf │ │ │ │ ├── tst_performance_fetch_3b_1000_contacts_500_allfields_500_default.vcf │ │ │ │ ├── tst_performance_fetch_3c_1000_contacts_allfields.vcf │ │ │ │ └── tst_performance_validate.vcf │ │ │ │ ├── tst_qcontactmanagersymbian │ │ │ │ ├── avatar_sharks_m.jpg │ │ │ │ ├── avatar_sharks_s.jpg │ │ │ │ ├── avatar_sharks_xs.jpg │ │ │ │ ├── avatar_sharks_xxl.jpg │ │ │ │ ├── tst_qcontactmanagersymbian.cpp │ │ │ │ └── tst_qcontactmanagersymbian.pro │ │ │ │ └── ut_symbian │ │ │ │ ├── main.cpp │ │ │ │ ├── mt_cntsqlsort.cpp │ │ │ │ ├── mt_cntsqlsort.h │ │ │ │ ├── runtest.cmd │ │ │ │ ├── test_data.txt │ │ │ │ ├── test_img.jpg │ │ │ │ ├── testrunner.cpp │ │ │ │ ├── testrunner.h │ │ │ │ ├── ut_cntfiltering.cpp │ │ │ │ ├── ut_cntfiltering.h │ │ │ │ ├── ut_cntrelationship.cpp │ │ │ │ ├── ut_cntrelationship.h │ │ │ │ ├── ut_cntsymbiandatabase.cpp │ │ │ │ ├── ut_cntsymbiandatabase.h │ │ │ │ ├── ut_cntsymbianengine.cpp │ │ │ │ ├── ut_cntsymbianengine.h │ │ │ │ ├── ut_matchphonenumber.cpp │ │ │ │ ├── ut_matchphonenumber.h │ │ │ │ ├── ut_symbian.pkg │ │ │ │ ├── ut_symbian.pro │ │ │ │ ├── ut_transformcontactdata.cpp │ │ │ │ └── ut_transformcontactdata.h │ │ └── symbian.pro │ ├── symbiansim │ │ ├── inc │ │ │ ├── cntabstractsimrequest.h │ │ │ ├── cntsimcontactfetchrequest.h │ │ │ ├── cntsimcontactlocalidfetchrequest.h │ │ │ ├── cntsimcontactremoverequest.h │ │ │ ├── cntsimcontactsaverequest.h │ │ │ ├── cntsimdetaildefinitionfetchrequest.h │ │ │ ├── cntsimstore.h │ │ │ ├── cntsimstoreeventlistener.h │ │ │ ├── cntsimstoreprivate.h │ │ │ ├── cntsymbiansimengine.h │ │ │ └── cntsymbiansimtransformerror.h │ │ ├── src │ │ │ ├── cntabstractsimrequest.cpp │ │ │ ├── cntsimcontactfetchrequest.cpp │ │ │ ├── cntsimcontactlocalidfetchrequest.cpp │ │ │ ├── cntsimcontactremoverequest.cpp │ │ │ ├── cntsimcontactsaverequest.cpp │ │ │ ├── cntsimdetaildefinitionfetchrequest.cpp │ │ │ ├── cntsimstore.cpp │ │ │ ├── cntsimstoreeventlistener.cpp │ │ │ ├── cntsimstoreprivate.cpp │ │ │ ├── cntsymbiansimengine.cpp │ │ │ └── cntsymbiansimtransformerror.cpp │ │ ├── symbiansim.pro │ │ ├── symbiansim_defines.pri │ │ └── tsrc │ │ │ ├── tsrc.pro │ │ │ ├── tst_simcm │ │ │ ├── tst_simcm.cpp │ │ │ └── tst_simcm.pro │ │ │ ├── tst_simcmasync │ │ │ ├── tst_simcmasync.cpp │ │ │ └── tst_simcmasync.pro │ │ │ └── ut_symbiansim │ │ │ ├── main.cpp │ │ │ ├── processCovResults.cmd │ │ │ ├── testrunner.cpp │ │ │ ├── testrunner.h │ │ │ ├── ut_cntsymbiansimengine.cpp │ │ │ ├── ut_cntsymbiansimengine.h │ │ │ ├── ut_symbiansim.pkg │ │ │ └── ut_symbiansim.pro │ └── wince │ │ ├── contactconversions.cpp │ │ ├── qcontactrequestworker.cpp │ │ ├── qcontactrequestworker.h │ │ ├── qcontactrequestworker_p.h │ │ ├── qcontactwincebackend.cpp │ │ ├── qcontactwincebackend_p.h │ │ └── wince.pro ├── declarative │ ├── common │ │ ├── dynamicproperties.pri │ │ └── dynamicproperties │ │ │ ├── qdeclarativeopenmetaobject.cpp │ │ │ └── qdeclarativeopenmetaobject_p.h │ ├── connectivity │ │ ├── connectivity.pro │ │ ├── connectivity.qrc │ │ ├── default.svg │ │ ├── plugin.cpp │ │ ├── qdeclarativebluetoothdiscoverymodel.cpp │ │ ├── qdeclarativebluetoothdiscoverymodel_p.h │ │ ├── qdeclarativebluetoothimageprovider.cpp │ │ ├── qdeclarativebluetoothimageprovider_p.h │ │ ├── qdeclarativebluetoothservice.cpp │ │ ├── qdeclarativebluetoothservice_p.h │ │ ├── qdeclarativebluetoothsocket.cpp │ │ ├── qdeclarativebluetoothsocket_p.h │ │ ├── qdeclarativendeffilter.cpp │ │ ├── qdeclarativendeffilter_p.h │ │ ├── qdeclarativendefmimerecord.cpp │ │ ├── qdeclarativendefmimerecord_p.h │ │ ├── qdeclarativendeftextrecord.cpp │ │ ├── qdeclarativendeftextrecord_p.h │ │ ├── qdeclarativendefurirecord.cpp │ │ ├── qdeclarativendefurirecord_p.h │ │ ├── qdeclarativenearfield.cpp │ │ ├── qdeclarativenearfield_p.h │ │ ├── qdeclarativenearfieldsocket.cpp │ │ ├── qdeclarativenearfieldsocket_p.h │ │ └── qmldir │ ├── contacts │ │ ├── contacts.pro │ │ ├── contacts.qrc │ │ ├── default.svg │ │ ├── details │ │ │ ├── details.pri │ │ │ ├── qdeclarativecontactaddress_p.h │ │ │ ├── qdeclarativecontactanniversary_p.h │ │ │ ├── qdeclarativecontactavatar_p.h │ │ │ ├── qdeclarativecontactbirthday_p.h │ │ │ ├── qdeclarativecontactdetails_p.h │ │ │ ├── qdeclarativecontactdisplaylabel_p.h │ │ │ ├── qdeclarativecontactemailaddress_p.h │ │ │ ├── qdeclarativecontactfamily_p.h │ │ │ ├── qdeclarativecontactfavorite_p.h │ │ │ ├── qdeclarativecontactgender_p.h │ │ │ ├── qdeclarativecontactgeolocation_p.h │ │ │ ├── qdeclarativecontactglobalpresence_p.h │ │ │ ├── qdeclarativecontactguid_p.h │ │ │ ├── qdeclarativecontacthobby_p.h │ │ │ ├── qdeclarativecontactname_p.h │ │ │ ├── qdeclarativecontactnickname_p.h │ │ │ ├── qdeclarativecontactnote_p.h │ │ │ ├── qdeclarativecontactonlineaccount_p.h │ │ │ ├── qdeclarativecontactorganization_p.h │ │ │ ├── qdeclarativecontactphonenumber_p.h │ │ │ ├── qdeclarativecontactpresence_p.h │ │ │ ├── qdeclarativecontactringtone_p.h │ │ │ ├── qdeclarativecontactsynctarget_p.h │ │ │ ├── qdeclarativecontacttag_p.h │ │ │ ├── qdeclarativecontacttimestamp_p.h │ │ │ ├── qdeclarativecontacttype_p.h │ │ │ └── qdeclarativecontacturl_p.h │ │ ├── filters │ │ │ ├── filters.pri │ │ │ ├── qdeclarativecontactactionfilter_p.h │ │ │ ├── qdeclarativecontactchangelogfilter_p.h │ │ │ ├── qdeclarativecontactdetailfilter_p.h │ │ │ ├── qdeclarativecontactdetailrangefilter_p.h │ │ │ ├── qdeclarativecontactfilters_p.h │ │ │ ├── qdeclarativecontactintersectionfilter_p.h │ │ │ ├── qdeclarativecontactinvalidfilter_p.h │ │ │ ├── qdeclarativecontactlocalidfilter_p.h │ │ │ ├── qdeclarativecontactrelationshipfilter_p.h │ │ │ └── qdeclarativecontactunionfilter_p.h │ │ ├── plugin.cpp │ │ ├── qdeclarativecontact.cpp │ │ ├── qdeclarativecontact_p.h │ │ ├── qdeclarativecontactdetail.cpp │ │ ├── qdeclarativecontactdetail_p.h │ │ ├── qdeclarativecontactfetchhint.cpp │ │ ├── qdeclarativecontactfetchhint_p.h │ │ ├── qdeclarativecontactfilter.cpp │ │ ├── qdeclarativecontactfilter_p.h │ │ ├── qdeclarativecontactimageprovider.cpp │ │ ├── qdeclarativecontactimageprovider_p.h │ │ ├── qdeclarativecontactmetaobject.cpp │ │ ├── qdeclarativecontactmetaobject_p.h │ │ ├── qdeclarativecontactmodel.cpp │ │ ├── qdeclarativecontactmodel_p.h │ │ ├── qdeclarativecontactrelationship.cpp │ │ ├── qdeclarativecontactrelationship_p.h │ │ ├── qdeclarativecontactrelationshipmodel.cpp │ │ ├── qdeclarativecontactrelationshipmodel_p.h │ │ ├── qdeclarativecontactsortorder.cpp │ │ ├── qdeclarativecontactsortorder_p.h │ │ └── qmldir │ ├── declarative.pro │ ├── feedback │ │ ├── feedback.pro │ │ ├── plugin.cpp │ │ ├── qdeclarativefeedbackactuator.cpp │ │ ├── qdeclarativefeedbackactuator_p.h │ │ ├── qdeclarativefeedbackeffect.cpp │ │ ├── qdeclarativefeedbackeffect_p.h │ │ ├── qdeclarativefileeffect.cpp │ │ ├── qdeclarativefileeffect_p.h │ │ ├── qdeclarativehapticseffect.cpp │ │ ├── qdeclarativehapticseffect_p.h │ │ ├── qdeclarativethemeeffect.cpp │ │ ├── qdeclarativethemeeffect_p.h │ │ └── qmldir │ ├── gallery │ │ ├── gallery.pro │ │ ├── qdeclarativedocumentgallery.cpp │ │ ├── qdeclarativedocumentgallery.h │ │ ├── qdeclarativegallery.cpp │ │ ├── qdeclarativegalleryfilter.cpp │ │ ├── qdeclarativegalleryfilter.h │ │ ├── qdeclarativegalleryitem.cpp │ │ ├── qdeclarativegalleryitem.h │ │ ├── qdeclarativegalleryquerymodel.cpp │ │ ├── qdeclarativegalleryquerymodel.h │ │ ├── qdeclarativegallerytype.cpp │ │ ├── qdeclarativegallerytype.h │ │ └── qmldir │ ├── location │ │ ├── location.cpp │ │ ├── location.pro │ │ ├── qdeclarativecoordinate.cpp │ │ ├── qdeclarativecoordinate_p.h │ │ ├── qdeclarativegeoaddress.cpp │ │ ├── qdeclarativegeoaddress_p.h │ │ ├── qdeclarativegeoboundingbox.cpp │ │ ├── qdeclarativegeoboundingbox_p.h │ │ ├── qdeclarativegeocodemodel.cpp │ │ ├── qdeclarativegeocodemodel_p.h │ │ ├── qdeclarativegeomaneuver.cpp │ │ ├── qdeclarativegeomaneuver_p.h │ │ ├── qdeclarativegeomapcircleobject.cpp │ │ ├── qdeclarativegeomapcircleobject_p.h │ │ ├── qdeclarativegeomapgroupobject.cpp │ │ ├── qdeclarativegeomapgroupobject_p.h │ │ ├── qdeclarativegeomapmousearea.cpp │ │ ├── qdeclarativegeomapmousearea_p.h │ │ ├── qdeclarativegeomapmouseevent.cpp │ │ ├── qdeclarativegeomapmouseevent_p.h │ │ ├── qdeclarativegeomapobject.cpp │ │ ├── qdeclarativegeomapobject_p.h │ │ ├── qdeclarativegeomapobjectborder.cpp │ │ ├── qdeclarativegeomapobjectborder_p.h │ │ ├── qdeclarativegeomappixmapobject.cpp │ │ ├── qdeclarativegeomappixmapobject_p.h │ │ ├── qdeclarativegeomappolygonobject.cpp │ │ ├── qdeclarativegeomappolygonobject_p.h │ │ ├── qdeclarativegeomappolylineobject.cpp │ │ ├── qdeclarativegeomappolylineobject_p.h │ │ ├── qdeclarativegeomaprectangleobject.cpp │ │ ├── qdeclarativegeomaprectangleobject_p.h │ │ ├── qdeclarativegeomaptextobject.cpp │ │ ├── qdeclarativegeomaptextobject_p.h │ │ ├── qdeclarativegeoplace.cpp │ │ ├── qdeclarativegeoplace_p.h │ │ ├── qdeclarativegeoroute.cpp │ │ ├── qdeclarativegeoroute_p.h │ │ ├── qdeclarativegeoroutesegment.cpp │ │ ├── qdeclarativegeoroutesegment_p.h │ │ ├── qdeclarativegeoroutingmodel.cpp │ │ ├── qdeclarativegeoroutingmodel_p.h │ │ ├── qdeclarativegeosearchmodel.cpp │ │ ├── qdeclarativegeosearchmodel_p.h │ │ ├── qdeclarativegeoserviceprovider.cpp │ │ ├── qdeclarativegeoserviceprovider_p.h │ │ ├── qdeclarativegraphicsgeomap.cpp │ │ ├── qdeclarativegraphicsgeomap_p.h │ │ ├── qdeclarativelandmark.cpp │ │ ├── qdeclarativelandmark_p.h │ │ ├── qdeclarativelandmarkcategory.cpp │ │ ├── qdeclarativelandmarkcategory_p.h │ │ ├── qdeclarativelandmarkcategorymodel.cpp │ │ ├── qdeclarativelandmarkcategorymodel_p.h │ │ ├── qdeclarativelandmarkfilters.cpp │ │ ├── qdeclarativelandmarkfilters_p.h │ │ ├── qdeclarativelandmarkmodel.cpp │ │ ├── qdeclarativelandmarkmodel_p.h │ │ ├── qdeclarativeposition.cpp │ │ ├── qdeclarativeposition_p.h │ │ ├── qdeclarativepositionsource.cpp │ │ ├── qdeclarativepositionsource_p.h │ │ ├── qdeclarativereversegeocodemodel.cpp │ │ ├── qdeclarativereversegeocodemodel_p.h │ │ └── qmldir │ ├── messaging │ │ ├── messaging.pro │ │ ├── plugin.cpp │ │ ├── qdeclarativemessagefilter.cpp │ │ ├── qdeclarativemessagefilter.h │ │ ├── qdeclarativemessagemodel.cpp │ │ ├── qdeclarativemessagemodel.h │ │ └── qmldir │ ├── multimedia │ │ ├── multimedia.cpp │ │ ├── multimedia.pro │ │ ├── qdeclarativeaudio.cpp │ │ ├── qdeclarativeaudio_p.h │ │ ├── qdeclarativecamera.cpp │ │ ├── qdeclarativecamera_p.h │ │ ├── qdeclarativecamerapreviewprovider.cpp │ │ ├── qdeclarativecamerapreviewprovider_p.h │ │ ├── qdeclarativemediabase.cpp │ │ ├── qdeclarativemediabase_p.h │ │ ├── qdeclarativemediametadata_p.h │ │ ├── qdeclarativevideo.cpp │ │ ├── qdeclarativevideo_p.h │ │ └── qmldir │ ├── organizer │ │ ├── organizer.pro │ │ ├── plugin.cpp │ │ ├── qdeclarativeorganizercollection.cpp │ │ ├── qdeclarativeorganizercollection_p.h │ │ ├── qdeclarativeorganizeritem.cpp │ │ ├── qdeclarativeorganizeritem_p.h │ │ ├── qdeclarativeorganizeritemdetail.cpp │ │ ├── qdeclarativeorganizeritemdetail_p.h │ │ ├── qdeclarativeorganizeritemfetchhint.cpp │ │ ├── qdeclarativeorganizeritemfetchhint_p.h │ │ ├── qdeclarativeorganizeritemfilter.cpp │ │ ├── qdeclarativeorganizeritemfilter_p.h │ │ ├── qdeclarativeorganizeritemmetaobject.cpp │ │ ├── qdeclarativeorganizeritemmetaobject_p.h │ │ ├── qdeclarativeorganizeritemsortorder.cpp │ │ ├── qdeclarativeorganizeritemsortorder_p.h │ │ ├── qdeclarativeorganizermodel.cpp │ │ ├── qdeclarativeorganizermodel_p.h │ │ ├── qdeclarativeorganizerrecurrencerule.cpp │ │ ├── qdeclarativeorganizerrecurrencerule_p.h │ │ └── qmldir │ ├── publishsubscribe │ │ ├── publishsubscribe.cpp │ │ ├── publishsubscribe.pro │ │ ├── qdeclarativevaluespacepublisher.cpp │ │ ├── qdeclarativevaluespacepublisher_p.h │ │ ├── qdeclarativevaluespacepublishermetaobject.cpp │ │ ├── qdeclarativevaluespacepublishermetaobject_p.h │ │ ├── qdeclarativevaluespacesubscriber.cpp │ │ ├── qdeclarativevaluespacesubscriber_p.h │ │ └── qmldir │ ├── sensors │ │ ├── qmldir │ │ ├── qmlsensorgesture.cpp │ │ ├── qmlsensorgesture.h │ │ ├── sensors.cpp │ │ └── sensors.pro │ ├── serviceframework │ │ ├── qdeclarativeservice.cpp │ │ ├── qdeclarativeservice_p.h │ │ ├── qmldir │ │ ├── serviceframework.cpp │ │ └── serviceframework.pro │ └── systeminfo │ │ ├── qdeclarativealignedtimer.cpp │ │ ├── qdeclarativealignedtimer_p.h │ │ ├── qdeclarativebatteryinfo.cpp │ │ ├── qdeclarativebatteryinfo_p.h │ │ ├── qdeclarativedeviceinfo.cpp │ │ ├── qdeclarativedeviceinfo_p.h │ │ ├── qdeclarativedisplayinfo.cpp │ │ ├── qdeclarativedisplayinfo_p.h │ │ ├── qdeclarativegeneralinfo.cpp │ │ ├── qdeclarativegeneralinfo_p.h │ │ ├── qdeclarativenetworkinfo.cpp │ │ ├── qdeclarativenetworkinfo_p.h │ │ ├── qdeclarativescreensaver.cpp │ │ ├── qdeclarativescreensaver_p.h │ │ ├── qmldir │ │ ├── systeminfo.cpp │ │ └── systeminfo.pro ├── feedback │ ├── feedback.pro │ ├── immersion │ │ ├── immersion.pro │ │ ├── qfeedback.cpp │ │ └── qfeedback.h │ ├── meegotouch │ │ ├── meegotouch.pro │ │ ├── qfeedback.cpp │ │ └── qfeedback.h │ ├── mmk │ │ ├── mmk.pro │ │ ├── qfeedback.cpp │ │ └── qfeedback.h │ ├── simulator │ │ ├── connection.cpp │ │ ├── connection_p.h │ │ ├── qfeedback.cpp │ │ ├── qfeedback.h │ │ ├── qfeedbackdata_simulator.cpp │ │ ├── qfeedbackdata_simulator_p.h │ │ └── simulator.pro │ └── symbian │ │ ├── qfeedback_chwrmhaptics.cpp │ │ ├── qfeedback_chwrmvibra.cpp │ │ ├── qfeedback_symbian.cpp │ │ ├── qfeedback_symbian.h │ │ ├── qfeedback_themed.cpp │ │ └── symbian.pro ├── geoservices │ ├── geoservices.pro │ └── nokia │ │ ├── OVI_SERVICES_TERMS_AND_CONDITIONS.txt │ │ ├── jsonparser.h │ │ ├── marclanguagecodes.cpp │ │ ├── marclanguagecodes.h │ │ ├── nokia.pro │ │ ├── qgeocodexmlparser.cpp │ │ ├── qgeocodexmlparser.h │ │ ├── qgeomappingmanagerengine_nokia.cpp │ │ ├── qgeomappingmanagerengine_nokia.h │ │ ├── qgeomapreply_nokia.cpp │ │ ├── qgeomapreply_nokia.h │ │ ├── qgeoroutereply_nokia.cpp │ │ ├── qgeoroutereply_nokia.h │ │ ├── qgeoroutexmlparser.cpp │ │ ├── qgeoroutexmlparser.h │ │ ├── qgeoroutingmanagerengine_nokia.cpp │ │ ├── qgeoroutingmanagerengine_nokia.h │ │ ├── qgeosearchmanagerengine_nokia.cpp │ │ ├── qgeosearchmanagerengine_nokia.h │ │ ├── qgeosearchreply_nokia.cpp │ │ ├── qgeosearchreply_nokia.h │ │ ├── qgeoserviceproviderplugin_nokia.cpp │ │ ├── qgeoserviceproviderplugin_nokia.h │ │ ├── qgeotiledmapdata_nokia.cpp │ │ ├── qgeotiledmapdata_nokia.h │ │ ├── resource.qrc │ │ └── watermark.png ├── landmarks │ ├── common │ │ ├── qlandmarkfilehandler_gpx.cpp │ │ ├── qlandmarkfilehandler_gpx_p.h │ │ ├── qlandmarkfilehandler_lmx.cpp │ │ └── qlandmarkfilehandler_lmx_p.h │ ├── landmarks.pro │ ├── qsparql │ │ ├── databaseoperations.cpp │ │ ├── databaseoperations_p.h │ │ ├── qlandmarkmanagerengine_qsparql.cpp │ │ ├── qlandmarkmanagerengine_qsparql.qrc │ │ ├── qlandmarkmanagerengine_qsparql_fk.ddl │ │ ├── qlandmarkmanagerengine_qsparql_no_fk.ddl │ │ ├── qlandmarkmanagerengine_qsparql_p.h │ │ ├── qlandmarkmanagerenginefactory_qsparql.cpp │ │ ├── qlandmarkmanagerenginefactory_qsparql_p.h │ │ └── qsparql.pro │ ├── sqlite │ │ ├── databasefilewatcher.cpp │ │ ├── databasefilewatcher_p.h │ │ ├── databaseoperations.cpp │ │ ├── databaseoperations_p.h │ │ ├── qlandmarkmanagerengine_sqlite.cpp │ │ ├── qlandmarkmanagerengine_sqlite.qrc │ │ ├── qlandmarkmanagerengine_sqlite_fk.ddl │ │ ├── qlandmarkmanagerengine_sqlite_no_fk.ddl │ │ ├── qlandmarkmanagerengine_sqlite_p.h │ │ ├── qlandmarkmanagerenginefactory_sqlite.cpp │ │ ├── qlandmarkmanagerenginefactory_sqlite_p.h │ │ └── sqlite.pro │ └── symbian_landmarks │ │ ├── inc │ │ ├── qlandmarkdbeventhandler.h │ │ ├── qlandmarkmanagerengine_symbian.h │ │ ├── qlandmarkmanagerengine_symbian_p.h │ │ ├── qlandmarkmanagerenginefactory_symbian.h │ │ ├── qlandmarkrequesthandler.h │ │ └── qlandmarkutility.h │ │ ├── src │ │ ├── qlandmarkdbeventhandler.cpp │ │ ├── qlandmarkmanagerengine_symbian.cpp │ │ ├── qlandmarkmanagerengine_symbian_p.cpp │ │ ├── qlandmarkmanagerenginefactory_symbian.cpp │ │ ├── qlandmarkrequesthandler.cpp │ │ └── qlandmarkutility.cpp │ │ ├── symbian_landmarks.pro │ │ └── symbian_landmarks_defines.pri ├── multimedia │ ├── audiocapture │ │ ├── audiocapture.pro │ │ ├── audiocaptureservice.cpp │ │ ├── audiocaptureservice.h │ │ ├── audiocaptureserviceplugin.cpp │ │ ├── audiocaptureserviceplugin.h │ │ ├── audiocapturesession.cpp │ │ ├── audiocapturesession.h │ │ ├── audiocontainercontrol.cpp │ │ ├── audiocontainercontrol.h │ │ ├── audioencodercontrol.cpp │ │ ├── audioencodercontrol.h │ │ ├── audioendpointselector.cpp │ │ ├── audioendpointselector.h │ │ ├── audiomediarecordercontrol.cpp │ │ └── audiomediarecordercontrol.h │ ├── blackberry │ │ ├── bbmediaplayercontrol.cpp │ │ ├── bbmediaplayercontrol.h │ │ ├── bbmediaplayerservice.cpp │ │ ├── bbmediaplayerservice.h │ │ ├── bbmetadata.cpp │ │ ├── bbmetadata.h │ │ ├── bbserviceplugin.cpp │ │ ├── bbserviceplugin.h │ │ ├── bbutil.cpp │ │ ├── bbutil.h │ │ ├── bbvideowindowcontrol.cpp │ │ ├── bbvideowindowcontrol.h │ │ └── blackberry.pro │ ├── directshow │ │ ├── camera │ │ │ ├── camera.pri │ │ │ ├── directshowglobal.h │ │ │ ├── dscameracontrol.cpp │ │ │ ├── dscameracontrol.h │ │ │ ├── dscameraservice.cpp │ │ │ ├── dscameraservice.h │ │ │ ├── dscamerasession.cpp │ │ │ ├── dscamerasession.h │ │ │ ├── dsimagecapturecontrol.cpp │ │ │ ├── dsimagecapturecontrol.h │ │ │ ├── dsvideodevicecontrol.cpp │ │ │ ├── dsvideodevicecontrol.h │ │ │ ├── dsvideorenderer.cpp │ │ │ ├── dsvideorenderer.h │ │ │ ├── dsvideowidgetcontrol.cpp │ │ │ └── dsvideowidgetcontrol.h │ │ ├── directshow.pro │ │ ├── dsserviceplugin.cpp │ │ ├── dsserviceplugin.h │ │ └── player │ │ │ ├── directshowaudioendpointcontrol.cpp │ │ │ ├── directshowaudioendpointcontrol.h │ │ │ ├── directshoweventloop.cpp │ │ │ ├── directshoweventloop.h │ │ │ ├── directshowglobal.h │ │ │ ├── directshowioreader.cpp │ │ │ ├── directshowioreader.h │ │ │ ├── directshowiosource.cpp │ │ │ ├── directshowiosource.h │ │ │ ├── directshowmediatype.cpp │ │ │ ├── directshowmediatype.h │ │ │ ├── directshowmediatypelist.cpp │ │ │ ├── directshowmediatypelist.h │ │ │ ├── directshowmetadatacontrol.cpp │ │ │ ├── directshowmetadatacontrol.h │ │ │ ├── directshowpinenum.cpp │ │ │ ├── directshowpinenum.h │ │ │ ├── directshowplayercontrol.cpp │ │ │ ├── directshowplayercontrol.h │ │ │ ├── directshowplayerservice.cpp │ │ │ ├── directshowplayerservice.h │ │ │ ├── directshowsamplescheduler.cpp │ │ │ ├── directshowsamplescheduler.h │ │ │ ├── directshowvideorenderercontrol.cpp │ │ │ ├── directshowvideorenderercontrol.h │ │ │ ├── mediasamplevideobuffer.cpp │ │ │ ├── mediasamplevideobuffer.h │ │ │ ├── player.pri │ │ │ ├── videosurfacefilter.cpp │ │ │ ├── videosurfacefilter.h │ │ │ ├── vmr9videowindowcontrol.cpp │ │ │ └── vmr9videowindowcontrol.h │ ├── gstreamer │ │ ├── camerabin │ │ │ ├── camerabin.pri │ │ │ ├── camerabinaudioencoder.cpp │ │ │ ├── camerabinaudioencoder.h │ │ │ ├── camerabincapturebufferformat.cpp │ │ │ ├── camerabincapturebufferformat.h │ │ │ ├── camerabincapturedestination.cpp │ │ │ ├── camerabincapturedestination.h │ │ │ ├── camerabincontainer.cpp │ │ │ ├── camerabincontainer.h │ │ │ ├── camerabincontrol.cpp │ │ │ ├── camerabincontrol.h │ │ │ ├── camerabinexposure.cpp │ │ │ ├── camerabinexposure.h │ │ │ ├── camerabinflash.cpp │ │ │ ├── camerabinflash.h │ │ │ ├── camerabinfocus.cpp │ │ │ ├── camerabinfocus.h │ │ │ ├── camerabinimagecapture.cpp │ │ │ ├── camerabinimagecapture.h │ │ │ ├── camerabinimageencoder.cpp │ │ │ ├── camerabinimageencoder.h │ │ │ ├── camerabinimageprocessing.cpp │ │ │ ├── camerabinimageprocessing.h │ │ │ ├── camerabinlocks.cpp │ │ │ ├── camerabinlocks.h │ │ │ ├── camerabinmetadata.cpp │ │ │ ├── camerabinmetadata.h │ │ │ ├── camerabinrecorder.cpp │ │ │ ├── camerabinrecorder.h │ │ │ ├── camerabinresourcepolicy.cpp │ │ │ ├── camerabinresourcepolicy.h │ │ │ ├── camerabinservice.cpp │ │ │ ├── camerabinservice.h │ │ │ ├── camerabinsession.cpp │ │ │ ├── camerabinsession.h │ │ │ ├── camerabinvideoencoder.cpp │ │ │ └── camerabinvideoencoder.h │ │ ├── camerabuttonlistener_maemo.cpp │ │ ├── camerabuttonlistener_maemo.h │ │ ├── camerabuttonlistener_meego.cpp │ │ ├── camerabuttonlistener_meego.h │ │ ├── gstreamer.pro │ │ ├── gstvideoconnector.c │ │ ├── gstvideoconnector.h │ │ ├── mediacapture │ │ │ ├── mediacapture.pri │ │ │ ├── qgstreameraudioencode.cpp │ │ │ ├── qgstreameraudioencode.h │ │ │ ├── qgstreamercameracontrol.cpp │ │ │ ├── qgstreamercameracontrol.h │ │ │ ├── qgstreamercapturemetadatacontrol.cpp │ │ │ ├── qgstreamercapturemetadatacontrol.h │ │ │ ├── qgstreamercaptureservice.cpp │ │ │ ├── qgstreamercaptureservice.h │ │ │ ├── qgstreamercapturesession.cpp │ │ │ ├── qgstreamercapturesession.h │ │ │ ├── qgstreamerimagecapturecontrol.cpp │ │ │ ├── qgstreamerimagecapturecontrol.h │ │ │ ├── qgstreamerimageencode.cpp │ │ │ ├── qgstreamerimageencode.h │ │ │ ├── qgstreamermediacontainercontrol.cpp │ │ │ ├── qgstreamermediacontainercontrol.h │ │ │ ├── qgstreamerrecordercontrol.cpp │ │ │ ├── qgstreamerrecordercontrol.h │ │ │ ├── qgstreamerv4l2input.cpp │ │ │ ├── qgstreamerv4l2input.h │ │ │ ├── qgstreamervideoencode.cpp │ │ │ └── qgstreamervideoencode.h │ │ ├── mediaplayer │ │ │ ├── mediaplayer.pri │ │ │ ├── playerresourcepolicy.cpp │ │ │ ├── playerresourcepolicy.h │ │ │ ├── qgstappsrc.cpp │ │ │ ├── qgstappsrc.h │ │ │ ├── qgstreamermetadataprovider.cpp │ │ │ ├── qgstreamermetadataprovider.h │ │ │ ├── qgstreamerplayercontrol.cpp │ │ │ ├── qgstreamerplayercontrol.h │ │ │ ├── qgstreamerplayerservice.cpp │ │ │ ├── qgstreamerplayerservice.h │ │ │ ├── qgstreamerplayersession.cpp │ │ │ ├── qgstreamerplayersession.h │ │ │ ├── qgstreamerstreamscontrol.cpp │ │ │ └── qgstreamerstreamscontrol.h │ │ ├── qabstractgstbufferpool.h │ │ ├── qgstreameraudioinputendpointselector.cpp │ │ ├── qgstreameraudioinputendpointselector.h │ │ ├── qgstreamerbushelper.cpp │ │ ├── qgstreamerbushelper.h │ │ ├── qgstreamergltexturerenderer.cpp │ │ ├── qgstreamergltexturerenderer.h │ │ ├── qgstreamermessage.cpp │ │ ├── qgstreamermessage.h │ │ ├── qgstreamerserviceplugin.cpp │ │ ├── qgstreamerserviceplugin.h │ │ ├── qgstreamervideoinputdevicecontrol.cpp │ │ ├── qgstreamervideoinputdevicecontrol.h │ │ ├── qgstreamervideooverlay.cpp │ │ ├── qgstreamervideooverlay.h │ │ ├── qgstreamervideorenderer.cpp │ │ ├── qgstreamervideorenderer.h │ │ ├── qgstreamervideorendererinterface.cpp │ │ ├── qgstreamervideorendererinterface.h │ │ ├── qgstreamervideowidget.cpp │ │ ├── qgstreamervideowidget.h │ │ ├── qgstreamervideowindow.cpp │ │ ├── qgstreamervideowindow.h │ │ ├── qgstutils.cpp │ │ ├── qgstutils.h │ │ ├── qgstvideobuffer.cpp │ │ ├── qgstvideobuffer.h │ │ ├── qgstxvimagebuffer.cpp │ │ ├── qgstxvimagebuffer.h │ │ ├── qvideosurfacegstsink.cpp │ │ ├── qvideosurfacegstsink.h │ │ ├── qx11videosurface.cpp │ │ └── qx11videosurface.h │ ├── m3u │ │ ├── m3u.pro │ │ ├── main.cpp │ │ ├── qm3uhandler.cpp │ │ └── qm3uhandler.h │ ├── multimedia.pro │ ├── pulseaudio │ │ ├── pulseaudio.pro │ │ ├── qaudiodeviceinfo_pulse.cpp │ │ ├── qaudiodeviceinfo_pulse.h │ │ ├── qaudioinput_pulse.cpp │ │ ├── qaudioinput_pulse.h │ │ ├── qaudiooutput_pulse.cpp │ │ ├── qaudiooutput_pulse.h │ │ ├── qpulseaudioengine.cpp │ │ ├── qpulseaudioengine.h │ │ ├── qpulseaudioplugin.cpp │ │ ├── qpulseaudioplugin.h │ │ ├── qpulsehelpers.cpp │ │ └── qpulsehelpers.h │ ├── qt7 │ │ ├── mediaplayer │ │ │ ├── mediaplayer.pri │ │ │ ├── qt7playercontrol.h │ │ │ ├── qt7playercontrol.mm │ │ │ ├── qt7playermetadata.h │ │ │ ├── qt7playermetadata.mm │ │ │ ├── qt7playerservice.h │ │ │ ├── qt7playerservice.mm │ │ │ ├── qt7playersession.h │ │ │ └── qt7playersession.mm │ │ ├── qcvdisplaylink.h │ │ ├── qcvdisplaylink.mm │ │ ├── qt7.pro │ │ ├── qt7backend.h │ │ ├── qt7backend.mm │ │ ├── qt7ciimagevideobuffer.h │ │ ├── qt7ciimagevideobuffer.mm │ │ ├── qt7movierenderer.h │ │ ├── qt7movierenderer.mm │ │ ├── qt7movievideowidget.h │ │ ├── qt7movievideowidget.mm │ │ ├── qt7movieviewoutput.h │ │ ├── qt7movieviewoutput.mm │ │ ├── qt7movieviewrenderer.h │ │ ├── qt7movieviewrenderer.mm │ │ ├── qt7serviceplugin.h │ │ ├── qt7serviceplugin.mm │ │ ├── qt7videooutput.h │ │ └── qt7videooutput.mm │ ├── simulator │ │ ├── camera │ │ │ ├── simulatorcamera.pri │ │ │ ├── simulatorcameracontrol.cpp │ │ │ ├── simulatorcameracontrol.h │ │ │ ├── simulatorcameraexposurecontrol.cpp │ │ │ ├── simulatorcameraexposurecontrol.h │ │ │ ├── simulatorcameraimagecapturecontrol.cpp │ │ │ ├── simulatorcameraimagecapturecontrol.h │ │ │ ├── simulatorcameraservice.cpp │ │ │ ├── simulatorcameraservice.h │ │ │ ├── simulatorcamerasession.cpp │ │ │ ├── simulatorcamerasession.h │ │ │ ├── simulatorcamerasettings.cpp │ │ │ ├── simulatorcamerasettings.h │ │ │ ├── simulatorvideoinputdevicecontrol.cpp │ │ │ ├── simulatorvideoinputdevicecontrol.h │ │ │ ├── simulatorvideorenderercontrol.cpp │ │ │ └── simulatorvideorenderercontrol.h │ │ ├── qsimulatormultimediaconnection.cpp │ │ ├── qsimulatormultimediaconnection_p.h │ │ ├── qsimulatormultimediadata.cpp │ │ ├── qsimulatormultimediadata_p.h │ │ ├── qsimulatorserviceplugin.cpp │ │ ├── qsimulatorserviceplugin.h │ │ └── simulator.pro │ ├── symbian │ │ ├── ecam │ │ │ ├── camera_s60.pri │ │ │ ├── ecam.pro │ │ │ ├── s60audioencodercontrol.cpp │ │ │ ├── s60audioencodercontrol.h │ │ │ ├── s60bitmapviewfinderrenderercontrol.cpp │ │ │ ├── s60bitmapviewfinderrenderercontrol.h │ │ │ ├── s60cameraadvsettings.cpp │ │ │ ├── s60cameraadvsettings.h │ │ │ ├── s60cameracapturebufferformatcontrol.cpp │ │ │ ├── s60cameracapturebufferformatcontrol.h │ │ │ ├── s60cameracapturedestinationcontrol.cpp │ │ │ ├── s60cameracapturedestinationcontrol.h │ │ │ ├── s60cameraconstants.h │ │ │ ├── s60cameracontrol.cpp │ │ │ ├── s60cameracontrol.h │ │ │ ├── s60cameraengine.cpp │ │ │ ├── s60cameraengine.h │ │ │ ├── s60cameraengineobserver.h │ │ │ ├── s60cameraexposurecontrol.cpp │ │ │ ├── s60cameraexposurecontrol.h │ │ │ ├── s60cameraflashcontrol.cpp │ │ │ ├── s60cameraflashcontrol.h │ │ │ ├── s60camerafocuscontrol.cpp │ │ │ ├── s60camerafocuscontrol.h │ │ │ ├── s60cameraimagecapturecontrol.cpp │ │ │ ├── s60cameraimagecapturecontrol.h │ │ │ ├── s60cameraimageprocessingcontrol.cpp │ │ │ ├── s60cameraimageprocessingcontrol.h │ │ │ ├── s60cameralockscontrol.cpp │ │ │ ├── s60cameralockscontrol.h │ │ │ ├── s60cameraservice.cpp │ │ │ ├── s60cameraservice.h │ │ │ ├── s60cameraserviceplugin.cpp │ │ │ ├── s60cameraserviceplugin.h │ │ │ ├── s60cameraviewfinderengine.cpp │ │ │ ├── s60cameraviewfinderengine.h │ │ │ ├── s60filenamegenerator.cpp │ │ │ ├── s60filenamegenerator.h │ │ │ ├── s60imagecapturesession.cpp │ │ │ ├── s60imagecapturesession.h │ │ │ ├── s60imagecapturesettings.cpp │ │ │ ├── s60imagecapturesettings.h │ │ │ ├── s60imageencodercontrol.cpp │ │ │ ├── s60imageencodercontrol.h │ │ │ ├── s60mediacontainercontrol.cpp │ │ │ ├── s60mediacontainercontrol.h │ │ │ ├── s60mediarecordercontrol.cpp │ │ │ ├── s60mediarecordercontrol.h │ │ │ ├── s60videocapturesession.cpp │ │ │ ├── s60videocapturesession.h │ │ │ ├── s60videocapturesettings.cpp │ │ │ ├── s60videocapturesettings.h │ │ │ ├── s60videodevicecontrol.cpp │ │ │ ├── s60videodevicecontrol.h │ │ │ ├── s60videoencodercontrol.cpp │ │ │ └── s60videoencodercontrol.h │ │ ├── mmf │ │ │ ├── audiosource │ │ │ │ ├── audiosource_s60.pri │ │ │ │ ├── s60audiocaptureservice.cpp │ │ │ │ ├── s60audiocaptureservice.h │ │ │ │ ├── s60audiocapturesession.cpp │ │ │ │ ├── s60audiocapturesession.h │ │ │ │ ├── s60audiocontainercontrol.cpp │ │ │ │ ├── s60audiocontainercontrol.h │ │ │ │ ├── s60audioencodercontrol.cpp │ │ │ │ ├── s60audioencodercontrol.h │ │ │ │ ├── s60audioendpointselector.cpp │ │ │ │ ├── s60audioendpointselector.h │ │ │ │ ├── s60audiomediarecordercontrol.cpp │ │ │ │ └── s60audiomediarecordercontrol.h │ │ │ ├── mediaplayer │ │ │ │ ├── mediaplayer_s60.pri │ │ │ │ ├── s60audioplayersession.cpp │ │ │ │ ├── s60audioplayersession.h │ │ │ │ ├── s60mediametadataprovider.cpp │ │ │ │ ├── s60mediametadataprovider.h │ │ │ │ ├── s60medianetworkaccesscontrol.cpp │ │ │ │ ├── s60medianetworkaccesscontrol.h │ │ │ │ ├── s60mediaplayeraudioendpointselector.cpp │ │ │ │ ├── s60mediaplayeraudioendpointselector.h │ │ │ │ ├── s60mediaplayercontrol.cpp │ │ │ │ ├── s60mediaplayercontrol.h │ │ │ │ ├── s60mediaplayerservice.cpp │ │ │ │ ├── s60mediaplayerservice.h │ │ │ │ ├── s60mediaplayersession.cpp │ │ │ │ ├── s60mediaplayersession.h │ │ │ │ ├── s60mediaplayerutils.cpp │ │ │ │ ├── s60mediaplayerutils.h │ │ │ │ ├── s60mediarecognizer.cpp │ │ │ │ ├── s60mediarecognizer.h │ │ │ │ ├── s60mediasettings.cpp │ │ │ │ ├── s60mediasettings.h │ │ │ │ ├── s60mediastreamcontrol.cpp │ │ │ │ ├── s60mediastreamcontrol.h │ │ │ │ ├── s60videoplayersession.cpp │ │ │ │ └── s60videoplayersession.h │ │ │ ├── mmf.pro │ │ │ ├── radio │ │ │ │ ├── radio.pri │ │ │ │ ├── s60radiotunercontrol_31.cpp │ │ │ │ ├── s60radiotunercontrol_31.h │ │ │ │ ├── s60radiotunercontrol_since32.cpp │ │ │ │ ├── s60radiotunercontrol_since32.h │ │ │ │ ├── s60radiotunerservice.cpp │ │ │ │ └── s60radiotunerservice.h │ │ │ ├── s60formatsupported.cpp │ │ │ ├── s60formatsupported.h │ │ │ ├── s60mediaserviceplugin.cpp │ │ │ └── s60mediaserviceplugin.h │ │ ├── openmaxal │ │ │ ├── mediaplayer │ │ │ │ ├── mediaplayer.pri │ │ │ │ ├── qxamediaplayercontrol.cpp │ │ │ │ ├── qxamediaplayercontrol.h │ │ │ │ ├── qxamediastreamscontrol.cpp │ │ │ │ ├── qxamediastreamscontrol.h │ │ │ │ ├── qxametadatacontrol.cpp │ │ │ │ ├── qxametadatacontrol.h │ │ │ │ ├── qxaplaymediaservice.cpp │ │ │ │ ├── qxaplaymediaservice.h │ │ │ │ ├── qxaplaysession.cpp │ │ │ │ ├── qxaplaysession.h │ │ │ │ ├── qxavideowidgetcontrol.cpp │ │ │ │ ├── qxavideowidgetcontrol.h │ │ │ │ ├── qxavideowindowcontrol.cpp │ │ │ │ ├── qxavideowindowcontrol.h │ │ │ │ ├── qxawidget.cpp │ │ │ │ ├── qxawidget.h │ │ │ │ ├── xaplaysessioncommon.h │ │ │ │ ├── xaplaysessionimpl.cpp │ │ │ │ └── xaplaysessionimpl.h │ │ │ ├── mediarecorder │ │ │ │ ├── mediarecorder.pri │ │ │ │ ├── qxaaudioencodercontrol.cpp │ │ │ │ ├── qxaaudioencodercontrol.h │ │ │ │ ├── qxaaudioendpointselector.cpp │ │ │ │ ├── qxaaudioendpointselector.h │ │ │ │ ├── qxamediacontainercontrol.cpp │ │ │ │ ├── qxamediacontainercontrol.h │ │ │ │ ├── qxamediarecordercontrol.cpp │ │ │ │ ├── qxamediarecordercontrol.h │ │ │ │ ├── qxarecordmediaservice.cpp │ │ │ │ ├── qxarecordmediaservice.h │ │ │ │ ├── qxarecordsession.cpp │ │ │ │ ├── qxarecordsession.h │ │ │ │ ├── xarecordsessioncommon.h │ │ │ │ ├── xarecordsessionimpl.cpp │ │ │ │ └── xarecordsessionimpl.h │ │ │ ├── openmaxal.pro │ │ │ ├── qxacommon.h │ │ │ ├── qxamediaserviceproviderplugin.cpp │ │ │ ├── qxamediaserviceproviderplugin.h │ │ │ ├── radiotuner │ │ │ │ ├── qxaradiocontrol.cpp │ │ │ │ ├── qxaradiocontrol.h │ │ │ │ ├── qxaradiomediaservice.cpp │ │ │ │ ├── qxaradiomediaservice.h │ │ │ │ ├── qxaradiosession.cpp │ │ │ │ ├── qxaradiosession.h │ │ │ │ ├── radiotuner.pri │ │ │ │ ├── xaradiosessionimpl.cpp │ │ │ │ ├── xaradiosessionimpl.h │ │ │ │ └── xaradiosessionimplobserver.h │ │ │ └── xacommon.h │ │ ├── symbian.pro │ │ ├── trace │ │ │ ├── s60mmtrace.h │ │ │ └── trace.pri │ │ └── videooutput │ │ │ ├── s60eglendpoint.cpp │ │ │ ├── s60eglendpoint.h │ │ │ ├── s60eglextensions.cpp │ │ │ ├── s60eglextensions.h │ │ │ ├── s60nativewindow.cpp │ │ │ ├── s60nativewindow.h │ │ │ ├── s60videobuffer.cpp │ │ │ ├── s60videobuffer.h │ │ │ ├── s60videodisplay.cpp │ │ │ ├── s60videodisplay.h │ │ │ ├── s60videoeglrenderercontrol.cpp │ │ │ ├── s60videoeglrenderercontrol.h │ │ │ ├── s60videoframerate.cpp │ │ │ ├── s60videoframerate.h │ │ │ ├── s60videooutputfactory.cpp │ │ │ ├── s60videooutputfactory.h │ │ │ ├── s60videooutpututils.cpp │ │ │ ├── s60videooutpututils.h │ │ │ ├── s60videowidget.cpp │ │ │ ├── s60videowidget.h │ │ │ ├── s60videowidgetcontrol.cpp │ │ │ ├── s60videowidgetcontrol.h │ │ │ ├── s60videowidgetdisplay.cpp │ │ │ ├── s60videowidgetdisplay.h │ │ │ ├── s60videowindowcontrol.cpp │ │ │ ├── s60videowindowcontrol.h │ │ │ ├── s60videowindowdisplay.cpp │ │ │ ├── s60videowindowdisplay.h │ │ │ └── videooutput.pri │ ├── v4l │ │ ├── radio │ │ │ ├── radio.pri │ │ │ ├── v4lradiocontrol.cpp │ │ │ ├── v4lradiocontrol.h │ │ │ ├── v4lradiocontrol_maemo5.cpp │ │ │ ├── v4lradiocontrol_maemo5.h │ │ │ ├── v4lradioservice.cpp │ │ │ └── v4lradioservice.h │ │ ├── v4l.pro │ │ ├── v4lserviceplugin.cpp │ │ └── v4lserviceplugin.h │ ├── wmf │ │ ├── player │ │ │ ├── evr9videowindowcontrol.cpp │ │ │ ├── evr9videowindowcontrol.h │ │ │ ├── mfaudioendpointcontrol.cpp │ │ │ ├── mfaudioendpointcontrol.h │ │ │ ├── mfmetadatacontrol.cpp │ │ │ ├── mfmetadatacontrol.h │ │ │ ├── mfplayercontrol.cpp │ │ │ ├── mfplayercontrol.h │ │ │ ├── mfplayerservice.cpp │ │ │ ├── mfplayerservice.h │ │ │ ├── mfplayersession.cpp │ │ │ ├── mfplayersession.h │ │ │ ├── mfstream.cpp │ │ │ ├── mfstream.h │ │ │ ├── mfvideorenderercontrol.cpp │ │ │ ├── mfvideorenderercontrol.h │ │ │ ├── player.pri │ │ │ ├── sourceresolver.cpp │ │ │ └── sourceresolver.h │ │ ├── wmf.pro │ │ ├── wmfserviceplugin.cpp │ │ └── wmfserviceplugin.h │ └── wmp │ │ ├── qevrvideooverlay.cpp │ │ ├── qevrvideooverlay.h │ │ ├── qmfactivate.cpp │ │ ├── qmfactivate.h │ │ ├── qwmpevents.cpp │ │ ├── qwmpevents.h │ │ ├── qwmpglobal.cpp │ │ ├── qwmpglobal.h │ │ ├── qwmpmetadata.cpp │ │ ├── qwmpmetadata.h │ │ ├── qwmpplayercontrol.cpp │ │ ├── qwmpplayercontrol.h │ │ ├── qwmpplayerservice.cpp │ │ ├── qwmpplayerservice.h │ │ ├── qwmpplaylist.cpp │ │ ├── qwmpplaylist.h │ │ ├── qwmpplaylistcontrol.cpp │ │ ├── qwmpplaylistcontrol.h │ │ ├── qwmpserviceprovider.cpp │ │ ├── qwmpserviceprovider.h │ │ ├── qwmpvideooverlay.cpp │ │ ├── qwmpvideooverlay.h │ │ └── wmp.pro ├── organizer │ ├── maemo5 │ │ ├── maemo5.pro │ │ ├── qorganizercaldbaccess.cpp │ │ ├── qorganizercaldbaccess.h │ │ ├── qorganizerdbcache.cpp │ │ ├── qorganizerdbcache.h │ │ ├── qorganizerdbcachewrappers.cpp │ │ ├── qorganizerdbcachewrappers.h │ │ ├── qorganizeritemtransform.cpp │ │ ├── qorganizeritemtransform.h │ │ ├── qorganizermaemo5.cpp │ │ ├── qorganizermaemo5_p.h │ │ ├── qorganizermaemo5ids_p.h │ │ ├── qorganizerrecurrencetransform.cpp │ │ ├── qorganizerrecurrencetransform.h │ │ └── tsrc │ │ │ ├── tsrc.pro │ │ │ └── tst_maemo5om │ │ │ ├── tst_maemo5om.cpp │ │ │ └── tst_maemo5om.pro │ ├── mkcal │ │ ├── mkcal.pro │ │ ├── mkcalengine.cpp │ │ ├── mkcalengine.h │ │ ├── mkcalid.h │ │ ├── qorganizerasynchmanager.cpp │ │ └── qorganizerasynchmanager.h │ ├── organizer.pro │ ├── simulator │ │ ├── connection.cpp │ │ ├── connection_p.h │ │ ├── qorganizerdata_simulator.cpp │ │ ├── qorganizerdata_simulator_p.h │ │ ├── qorganizersimulator.cpp │ │ ├── qorganizersimulator_p.h │ │ └── simulator.pro │ ├── skeleton │ │ ├── qorganizerskeleton.cpp │ │ ├── qorganizerskeleton_p.h │ │ └── skeleton.pro │ └── symbian │ │ ├── local_calenmulticaluids.hrh │ │ ├── organizeritemrequestserviceprovider.cpp │ │ ├── organizeritemrequestserviceprovider.h │ │ ├── organizeritemtransform.cpp │ │ ├── organizeritemtransform.h │ │ ├── organizersymbiancollection.cpp │ │ ├── organizersymbiancollection.h │ │ ├── organizersymbianutils.cpp │ │ ├── organizersymbianutils.h │ │ ├── qorganizeritemrequestqueue.cpp │ │ ├── qorganizeritemrequestqueue.h │ │ ├── qorganizersymbian.cpp │ │ ├── qorganizersymbian_p.h │ │ ├── resetanddestroy.h │ │ ├── symbian.pro │ │ ├── transform │ │ ├── organizereventtimerangetransform.cpp │ │ ├── organizereventtimerangetransform.h │ │ ├── organizeritemdescriptiontransform.cpp │ │ ├── organizeritemdescriptiontransform.h │ │ ├── organizeritemdetailtransform.cpp │ │ ├── organizeritemdetailtransform.h │ │ ├── organizeritemdisplaylabeltransform.cpp │ │ ├── organizeritemdisplaylabeltransform.h │ │ ├── organizeritemguidtransform.cpp │ │ ├── organizeritemguidtransform.h │ │ ├── organizeritemlocationtransform.cpp │ │ ├── organizeritemlocationtransform.h │ │ ├── organizeritemparenttransform.cpp │ │ ├── organizeritemparenttransform.h │ │ ├── organizeritemprioritytransform.cpp │ │ ├── organizeritemprioritytransform.h │ │ ├── organizeritemrecurrencetransform.cpp │ │ ├── organizeritemrecurrencetransform.h │ │ ├── organizeritemremindertransform.cpp │ │ ├── organizeritemremindertransform.h │ │ ├── organizeritemtimestamptransform.cpp │ │ ├── organizeritemtimestamptransform.h │ │ ├── organizeritemtypetransform.cpp │ │ ├── organizeritemtypetransform.h │ │ ├── organizerjournaltimerangetransform.cpp │ │ ├── organizerjournaltimerangetransform.h │ │ ├── organizertodoprogresstransform.cpp │ │ ├── organizertodoprogresstransform.h │ │ ├── organizertodotimerangetransform.cpp │ │ └── organizertodotimerangetransform.h │ │ └── tsrc │ │ ├── tsrc.pro │ │ ├── tst_detaildef │ │ ├── tst_detaildef.cpp │ │ └── tst_detaildef.pro │ │ ├── tst_itemlocation │ │ ├── tst_itemlocation.cpp │ │ └── tst_itemlocation.pro │ │ ├── tst_itemoccurrence │ │ ├── tst_itemoccurrence.cpp │ │ └── tst_itemoccurrence.pro │ │ ├── tst_itempriority │ │ ├── tst_itempriority.cpp │ │ └── tst_itempriority.pro │ │ ├── tst_itemsortfilter │ │ ├── tst_itemsortfilter.cpp │ │ └── tst_itemsortfilter.pro │ │ ├── tst_recurringitems │ │ ├── tst_recurringitems.cpp │ │ └── tst_recurringitems.pro │ │ ├── tst_symbianasynchapis │ │ ├── tst_symbianasynchapis.pro │ │ ├── tst_symbianasynchcollections │ │ │ ├── tst_symbianasynchcollections.cpp │ │ │ └── tst_symbianasynchcollections.pro │ │ ├── tst_symbianasynchfetchitems │ │ │ ├── tst_symbianasynchfetchitems.cpp │ │ │ └── tst_symbianasynchfetchitems.pro │ │ └── tst_symbianasynchnotes │ │ │ ├── tst_symbianasynchnotes.cpp │ │ │ └── tst_symbianasynchnotes.pro │ │ ├── tst_symbianom │ │ ├── tst_symbianom.cpp │ │ └── tst_symbianom.pro │ │ ├── tst_symbianomasync │ │ ├── tst_symbianomasync.cpp │ │ └── tst_symbianomasync.pro │ │ ├── tst_symbianomcollections │ │ ├── tst_symbianomcollections.cpp │ │ └── tst_symbianomcollections.pro │ │ ├── tst_symbianperformance │ │ ├── tst_symbianperformance.cpp │ │ └── tst_symbianperformance.pro │ │ └── tst_todooccurrence │ │ ├── tst_todooccurrence.cpp │ │ └── tst_todooccurrence.pro ├── plugins.pro ├── sensorgestures │ ├── qtsensors │ │ ├── qcoversensorgesturerecognizer.cpp │ │ ├── qcoversensorgesturerecognizer.h │ │ ├── qdoubletapsensorgesturerecognizer.cpp │ │ ├── qdoubletapsensorgesturerecognizer.h │ │ ├── qfreefallsensorgesturerecognizer.cpp │ │ ├── qfreefallsensorgesturerecognizer.h │ │ ├── qhoversensorgesturerecognizer.cpp │ │ ├── qhoversensorgesturerecognizer.h │ │ ├── qpickupsensorgesturerecognizer.cpp │ │ ├── qpickupsensorgesturerecognizer.h │ │ ├── qshake2recognizer.cpp │ │ ├── qshake2recognizer.h │ │ ├── qslamgesturerecognizer.cpp │ │ ├── qslamgesturerecognizer.h │ │ ├── qtsensorgestureplugin.cpp │ │ ├── qtsensorgestureplugin.h │ │ ├── qtsensorgesturesensorhandler.cpp │ │ ├── qtsensorgesturesensorhandler.h │ │ ├── qtsensors.pro │ │ ├── qturnoversensorgesturerecognizer.cpp │ │ ├── qturnoversensorgesturerecognizer.h │ │ ├── qtwistsensorgesturerecognizer.cpp │ │ ├── qtwistsensorgesturerecognizer.h │ │ ├── qwhipsensorgesturerecognizer.cpp │ │ └── qwhipsensorgesturerecognizer.h │ ├── sensorgestures.pro │ └── shake │ │ ├── qshakerecognizer.cpp │ │ ├── qshakerecognizer.h │ │ ├── qshakesensorgestureplugin.cpp │ │ ├── qshakesensorgestureplugin.h │ │ └── shake.pro ├── sensors │ ├── blackberry │ │ ├── bbaccelerometer.cpp │ │ ├── bbaccelerometer.h │ │ ├── bbaltimeter.cpp │ │ ├── bbaltimeter.h │ │ ├── bbambientlightsensor.cpp │ │ ├── bbambientlightsensor.h │ │ ├── bbcompass.cpp │ │ ├── bbcompass.h │ │ ├── bbguihelper.cpp │ │ ├── bbguihelper.h │ │ ├── bbgyroscope.cpp │ │ ├── bbgyroscope.h │ │ ├── bbholstersensor.cpp │ │ ├── bbholstersensor.h │ │ ├── bbirproximitysensor.cpp │ │ ├── bbirproximitysensor.h │ │ ├── bblightsensor.cpp │ │ ├── bblightsensor.h │ │ ├── bbmagnetometer.cpp │ │ ├── bbmagnetometer.h │ │ ├── bborientationsensor.cpp │ │ ├── bborientationsensor.h │ │ ├── bbpressuresensor.cpp │ │ ├── bbpressuresensor.h │ │ ├── bbproximitysensor.cpp │ │ ├── bbproximitysensor.h │ │ ├── bbrotationsensor.cpp │ │ ├── bbrotationsensor.h │ │ ├── bbsensorbackend.cpp │ │ ├── bbsensorbackend.h │ │ ├── bbtemperaturesensor.cpp │ │ ├── bbtemperaturesensor.h │ │ ├── bbutil.cpp │ │ ├── bbutil.h │ │ ├── blackberry.pri │ │ ├── blackberry.pro │ │ ├── main.cpp │ │ └── sensor.h │ ├── dummy │ │ ├── dummy.pri │ │ ├── dummy.pro │ │ ├── dummyaccelerometer.cpp │ │ ├── dummyaccelerometer.h │ │ ├── dummycommon.cpp │ │ ├── dummycommon.h │ │ ├── dummylightsensor.cpp │ │ ├── dummylightsensor.h │ │ ├── main.cpp │ │ └── plugin_commonU.def │ ├── generic │ │ ├── generic.pri │ │ ├── generic.pro │ │ ├── genericalssensor.cpp │ │ ├── genericalssensor.h │ │ ├── genericorientationsensor.cpp │ │ ├── genericorientationsensor.h │ │ ├── genericrotationsensor.cpp │ │ ├── genericrotationsensor.h │ │ └── main.cpp │ ├── meego │ │ ├── Sensors.conf │ │ ├── main.cpp │ │ ├── meego.pri │ │ ├── meego.pro │ │ ├── meegoaccelerometer.cpp │ │ ├── meegoaccelerometer.h │ │ ├── meegoals.cpp │ │ ├── meegoals.h │ │ ├── meegocompass.cpp │ │ ├── meegocompass.h │ │ ├── meegogyroscope.cpp │ │ ├── meegogyroscope.h │ │ ├── meegoirproximitysensor.cpp │ │ ├── meegoirproximitysensor.h │ │ ├── meegolightsensor.cpp │ │ ├── meegolightsensor.h │ │ ├── meegomagnetometer.cpp │ │ ├── meegomagnetometer.h │ │ ├── meegoorientationsensor.cpp │ │ ├── meegoorientationsensor.h │ │ ├── meegoproximitysensor.cpp │ │ ├── meegoproximitysensor.h │ │ ├── meegorotationsensor.cpp │ │ ├── meegorotationsensor.h │ │ ├── meegosensorbase.cpp │ │ ├── meegosensorbase.h │ │ ├── meegotapsensor.cpp │ │ └── meegotapsensor.h │ ├── n900 │ │ ├── main.cpp │ │ ├── n900.pri │ │ ├── n900.pro │ │ ├── n900accelerometer.cpp │ │ ├── n900accelerometer.h │ │ ├── n900filebasedsensor.cpp │ │ ├── n900filebasedsensor.h │ │ ├── n900lightsensor.cpp │ │ ├── n900lightsensor.h │ │ ├── n900proximitysensor.cpp │ │ └── n900proximitysensor.h │ ├── s60_sensor_api │ │ ├── main.cpp │ │ ├── qs60sensorapiaccelerometer.cpp │ │ ├── qs60sensorapiaccelerometer.h │ │ ├── s60_sensor_api.pri │ │ └── s60_sensor_api.pro │ ├── sensors.pro │ ├── simulator │ │ ├── main.cpp │ │ ├── qsensordata_simulator.cpp │ │ ├── qsensordata_simulator_p.h │ │ ├── simulator.pri │ │ ├── simulator.pro │ │ ├── simulatoraccelerometer.cpp │ │ ├── simulatoraccelerometer.h │ │ ├── simulatorambientlightsensor.cpp │ │ ├── simulatorambientlightsensor.h │ │ ├── simulatorcommon.cpp │ │ ├── simulatorcommon.h │ │ ├── simulatorcompass.cpp │ │ ├── simulatorcompass.h │ │ ├── simulatorlightsensor.cpp │ │ ├── simulatorlightsensor.h │ │ ├── simulatormagnetometer.cpp │ │ ├── simulatormagnetometer.h │ │ ├── simulatorproximitysensor.cpp │ │ └── simulatorproximitysensor.h │ ├── symbian │ │ ├── accelerometersym.cpp │ │ ├── accelerometersym.h │ │ ├── ambientlightsensorsym.cpp │ │ ├── ambientlightsensorsym.h │ │ ├── compasssym.cpp │ │ ├── compasssym.h │ │ ├── lightsensorsym.cpp │ │ ├── lightsensorsym.h │ │ ├── magnetometersensorsym.cpp │ │ ├── magnetometersensorsym.h │ │ ├── main.cpp │ │ ├── orientationsym.cpp │ │ ├── orientationsym.h │ │ ├── proximitysensorsym.cpp │ │ ├── proximitysensorsym.h │ │ ├── rotationsensorsym.cpp │ │ ├── rotationsensorsym.h │ │ ├── sensorbackenddatasym.h │ │ ├── sensorbackendsym.cpp │ │ ├── sensorbackendsym.h │ │ ├── symbian.pro │ │ ├── tapsensorsym.cpp │ │ └── tapsensorsym.h │ └── util │ │ ├── util.cpp │ │ └── util.h └── versit │ ├── backuphandler │ ├── backuphandler.pro │ ├── backupvcardhandler.cpp │ └── backupvcardhandler.h │ ├── symbian │ ├── symbian.pro │ └── versitplugins │ │ ├── cntversitfavoriteplugin │ │ ├── cntversitfavoriteplugin.pro │ │ ├── inc │ │ │ ├── cntversitfavoriteplugin.h │ │ │ └── cntversitfavoritepluginfactory.h │ │ ├── src │ │ │ ├── cntversitfavoriteplugin.cpp │ │ │ └── cntversitfavoritepluginfactory.cpp │ │ └── tsrc │ │ │ ├── tsrc.pro │ │ │ └── ut_cntversitfavoriteplugin │ │ │ ├── ut_cntversitfavoriteplugin.cpp │ │ │ ├── ut_cntversitfavoriteplugin.h │ │ │ └── ut_cntversitfavoriteplugin.pro │ │ ├── cntversitlandlineplugin │ │ ├── cntversitlandlineplugin.pro │ │ ├── inc │ │ │ ├── cntversitlandlineplugin.h │ │ │ └── cntversitlandlinepluginfactory.h │ │ ├── src │ │ │ ├── cntversitlandlineplugin.cpp │ │ │ └── cntversitlandlinepluginfactory.cpp │ │ └── tsrc │ │ │ ├── mt_cntversitlandlineplugin │ │ │ ├── mt_cntversitlandlineplugin.cpp │ │ │ ├── mt_cntversitlandlineplugin.h │ │ │ └── mt_cntversitlandlineplugin.pro │ │ │ └── tsrc.pro │ │ ├── cntversitmycardplugin │ │ ├── cntversitmycardplugin.pro │ │ ├── inc │ │ │ ├── cntversitmycardplugin.h │ │ │ └── cntversitmycardpluginfactory.h │ │ ├── src │ │ │ ├── cntversitmycardplugin.cpp │ │ │ └── cntversitmycardpluginfactory.cpp │ │ └── tsrc │ │ │ ├── mt_cntversitmycardplugin │ │ │ ├── mt_cntversitmycardplugin.cpp │ │ │ ├── mt_cntversitmycardplugin.h │ │ │ └── mt_cntversitmycardplugin.pro │ │ │ ├── tsrc.pro │ │ │ └── ut_cntversitmycardplugin │ │ │ ├── ut_cntversitmycardplugin.cpp │ │ │ ├── ut_cntversitmycardplugin.h │ │ │ └── ut_cntversitmycardplugin.pro │ │ ├── cntversitprefplugin │ │ ├── cntversitprefplugin.pro │ │ ├── inc │ │ │ ├── cntversitprefplugin.h │ │ │ └── cntversitprefpluginfactory.h │ │ ├── src │ │ │ ├── cntversitprefplugin.cpp │ │ │ └── cntversitprefpluginfactory.cpp │ │ └── tsrc │ │ │ ├── tsrc.pro │ │ │ └── ut_cntversitprefplugin │ │ │ ├── ut_cntversitprefplugin.cpp │ │ │ ├── ut_cntversitprefplugin.h │ │ │ └── ut_cntversitprefplugin.pro │ │ └── versitplugins.pro │ ├── vcardpreserver │ ├── vcardpreserver.cpp │ ├── vcardpreserver.h │ └── vcardpreserver.pro │ └── versit.pro ├── qtmobility.pro ├── src ├── 3rdparty │ ├── icd-network-wlan │ │ └── libicd-network-wlan-dev.h │ ├── proj.pri │ └── proj │ │ ├── PJ_aea.c │ │ ├── PJ_aeqd.c │ │ ├── PJ_airy.c │ │ ├── PJ_aitoff.c │ │ ├── PJ_august.c │ │ ├── PJ_bacon.c │ │ ├── PJ_bipc.c │ │ ├── PJ_boggs.c │ │ ├── PJ_bonne.c │ │ ├── PJ_cass.c │ │ ├── PJ_cc.c │ │ ├── PJ_cea.c │ │ ├── PJ_chamb.c │ │ ├── PJ_collg.c │ │ ├── PJ_crast.c │ │ ├── PJ_denoy.c │ │ ├── PJ_eck1.c │ │ ├── PJ_eck2.c │ │ ├── PJ_eck3.c │ │ ├── PJ_eck4.c │ │ ├── PJ_eck5.c │ │ ├── PJ_eqc.c │ │ ├── PJ_eqdc.c │ │ ├── PJ_fahey.c │ │ ├── PJ_fouc_s.c │ │ ├── PJ_gall.c │ │ ├── PJ_geos.c │ │ ├── PJ_gins8.c │ │ ├── PJ_gn_sinu.c │ │ ├── PJ_gnom.c │ │ ├── PJ_goode.c │ │ ├── PJ_gstmerc.c │ │ ├── PJ_hammer.c │ │ ├── PJ_hatano.c │ │ ├── PJ_imw_p.c │ │ ├── PJ_krovak.c │ │ ├── PJ_labrd.c │ │ ├── PJ_laea.c │ │ ├── PJ_lagrng.c │ │ ├── PJ_larr.c │ │ ├── PJ_lask.c │ │ ├── PJ_lcc.c │ │ ├── PJ_lcca.c │ │ ├── PJ_loxim.c │ │ ├── PJ_lsat.c │ │ ├── PJ_mbt_fps.c │ │ ├── PJ_mbtfpp.c │ │ ├── PJ_mbtfpq.c │ │ ├── PJ_merc.c │ │ ├── PJ_mill.c │ │ ├── PJ_mod_ster.c │ │ ├── PJ_moll.c │ │ ├── PJ_nell.c │ │ ├── PJ_nell_h.c │ │ ├── PJ_nocol.c │ │ ├── PJ_nsper.c │ │ ├── PJ_nzmg.c │ │ ├── PJ_ob_tran.c │ │ ├── PJ_ocea.c │ │ ├── PJ_oea.c │ │ ├── PJ_omerc.c │ │ ├── PJ_ortho.c │ │ ├── PJ_poly.c │ │ ├── PJ_putp2.c │ │ ├── PJ_putp3.c │ │ ├── PJ_putp4p.c │ │ ├── PJ_putp5.c │ │ ├── PJ_putp6.c │ │ ├── PJ_robin.c │ │ ├── PJ_rpoly.c │ │ ├── PJ_sconics.c │ │ ├── PJ_somerc.c │ │ ├── PJ_stere.c │ │ ├── PJ_sterea.c │ │ ├── PJ_sts.c │ │ ├── PJ_tcc.c │ │ ├── PJ_tcea.c │ │ ├── PJ_tmerc.c │ │ ├── PJ_tpeqd.c │ │ ├── PJ_urm5.c │ │ ├── PJ_urmfps.c │ │ ├── PJ_vandg.c │ │ ├── PJ_vandg2.c │ │ ├── PJ_vandg4.c │ │ ├── PJ_wag2.c │ │ ├── PJ_wag3.c │ │ ├── PJ_wag7.c │ │ ├── PJ_wink1.c │ │ ├── PJ_wink2.c │ │ ├── aasincos.c │ │ ├── adjlon.c │ │ ├── bch2bps.c │ │ ├── bchgen.c │ │ ├── biveval.c │ │ ├── cs2cs.c │ │ ├── data.qrc │ │ ├── dmstor.c │ │ ├── emess.c │ │ ├── emess.h │ │ ├── gen_cheb.c │ │ ├── geocent.c │ │ ├── geocent.h │ │ ├── geod.c │ │ ├── geod_for.c │ │ ├── geod_inv.c │ │ ├── geod_set.c │ │ ├── geodesic.h │ │ ├── include │ │ ├── pj_list.h │ │ ├── proj_api.h │ │ └── projects.h │ │ ├── mk_cheby.c │ │ ├── nad2bin.c │ │ ├── nad2nad.c │ │ ├── nad_cvt.c │ │ ├── nad_init.c │ │ ├── nad_intr.c │ │ ├── nad_list.h │ │ ├── org_proj4_Projections.h │ │ ├── p_series.c │ │ ├── pj_apply_gridshift.c │ │ ├── pj_auth.c │ │ ├── pj_datum_set.c │ │ ├── pj_datums.c │ │ ├── pj_deriv.c │ │ ├── pj_ell_set.c │ │ ├── pj_ellps.c │ │ ├── pj_errno.c │ │ ├── pj_factors.c │ │ ├── pj_fwd.c │ │ ├── pj_gauss.c │ │ ├── pj_geocent.c │ │ ├── pj_gridinfo.c │ │ ├── pj_gridlist.c │ │ ├── pj_init.c │ │ ├── pj_initcache.c │ │ ├── pj_inv.c │ │ ├── pj_latlong.c │ │ ├── pj_list.c │ │ ├── pj_malloc.c │ │ ├── pj_mlfn.c │ │ ├── pj_msfn.c │ │ ├── pj_mutex.c │ │ ├── pj_open_lib_qt.cpp │ │ ├── pj_param.c │ │ ├── pj_phi2.c │ │ ├── pj_pr_list.c │ │ ├── pj_qsfn.c │ │ ├── pj_release.c │ │ ├── pj_strerrno.c │ │ ├── pj_transform.c │ │ ├── pj_tsfn.c │ │ ├── pj_units.c │ │ ├── pj_utils.c │ │ ├── pj_zpoly1.c │ │ ├── proj.c │ │ ├── proj.def │ │ ├── proj_data │ │ ├── GL27 │ │ ├── IGNF │ │ ├── epsg │ │ ├── esri │ │ ├── esri.extra │ │ ├── nad.lst │ │ ├── nad27 │ │ ├── nad83 │ │ ├── other.extra │ │ ├── proj_def.dat │ │ └── world │ │ ├── proj_mdist.c │ │ ├── proj_rouss.c │ │ ├── rtodms.c │ │ └── vector1.c ├── bearer │ ├── bearer.pri │ ├── bearer.pro │ ├── bearer_old │ │ └── bearer_old.pro │ ├── qnetworkconfigmanager.cpp │ ├── qnetworkconfigmanager.h │ ├── qnetworkconfigmanager_p.h │ ├── qnetworkconfigmanageradaptor_p.h │ ├── qnetworkconfiguration.cpp │ ├── qnetworkconfiguration.h │ ├── qnetworksession.cpp │ ├── qnetworksession.h │ ├── qnetworksession_p.h │ └── qnetworksessionadaptor_p.h ├── connectivity │ ├── bluetooth │ │ ├── bluetooth.pri │ │ ├── bluez │ │ │ ├── adapter.cpp │ │ │ ├── adapter_p.h │ │ │ ├── agent.cpp │ │ │ ├── agent_p.h │ │ │ ├── bluez.pri │ │ │ ├── device.cpp │ │ │ ├── device_p.h │ │ │ ├── generate │ │ │ ├── manager.cpp │ │ │ ├── manager_p.h │ │ │ ├── obex_agent.cpp │ │ │ ├── obex_agent_p.h │ │ │ ├── obex_client.cpp │ │ │ ├── obex_client_p.h │ │ │ ├── obex_manager.cpp │ │ │ ├── obex_manager_p.h │ │ │ ├── obex_transfer.cpp │ │ │ ├── obex_transfer_p.h │ │ │ ├── org.bluez.Agent.xml │ │ │ ├── org.bluez.Device.xml │ │ │ ├── org.bluez.Manager.xml │ │ │ ├── org.bluez.Service.xml │ │ │ ├── org.bluez.all.xml │ │ │ ├── org.openobex.agent.xml │ │ │ ├── org.openobex.all.xml │ │ │ ├── org.openobex.client.xml │ │ │ ├── org.openobex.transfer.xml │ │ │ ├── service.cpp │ │ │ ├── service_p.h │ │ │ ├── servicemap.cpp │ │ │ └── servicemap_p.h │ │ ├── qbluetooth.cpp │ │ ├── qbluetooth.h │ │ ├── qbluetoothaddress.cpp │ │ ├── qbluetoothaddress.h │ │ ├── qbluetoothaddress_p.h │ │ ├── qbluetoothdevicediscoveryagent.cpp │ │ ├── qbluetoothdevicediscoveryagent.h │ │ ├── qbluetoothdevicediscoveryagent_bluez.cpp │ │ ├── qbluetoothdevicediscoveryagent_p.cpp │ │ ├── qbluetoothdevicediscoveryagent_p.h │ │ ├── qbluetoothdevicediscoveryagent_symbian.cpp │ │ ├── qbluetoothdeviceinfo.cpp │ │ ├── qbluetoothdeviceinfo.h │ │ ├── qbluetoothdeviceinfo_p.h │ │ ├── qbluetoothlocaldevice.cpp │ │ ├── qbluetoothlocaldevice.h │ │ ├── qbluetoothlocaldevice_bluez.cpp │ │ ├── qbluetoothlocaldevice_p.cpp │ │ ├── qbluetoothlocaldevice_p.h │ │ ├── qbluetoothlocaldevice_symbian.cpp │ │ ├── qbluetoothservicediscoveryagent.cpp │ │ ├── qbluetoothservicediscoveryagent.h │ │ ├── qbluetoothservicediscoveryagent_bluez.cpp │ │ ├── qbluetoothservicediscoveryagent_p.cpp │ │ ├── qbluetoothservicediscoveryagent_p.h │ │ ├── qbluetoothservicediscoveryagent_symbian.cpp │ │ ├── qbluetoothserviceinfo.cpp │ │ ├── qbluetoothserviceinfo.h │ │ ├── qbluetoothserviceinfo_bluez.cpp │ │ ├── qbluetoothserviceinfo_p.cpp │ │ ├── qbluetoothserviceinfo_p.h │ │ ├── qbluetoothserviceinfo_symbian.cpp │ │ ├── qbluetoothsocket.cpp │ │ ├── qbluetoothsocket.h │ │ ├── qbluetoothsocket_bluez.cpp │ │ ├── qbluetoothsocket_p.cpp │ │ ├── qbluetoothsocket_p.h │ │ ├── qbluetoothsocket_symbian.cpp │ │ ├── qbluetoothtransfermanager.cpp │ │ ├── qbluetoothtransfermanager.h │ │ ├── qbluetoothtransfermanager_bluez.cpp │ │ ├── qbluetoothtransfermanager_p.cpp │ │ ├── qbluetoothtransfermanager_symbian.cpp │ │ ├── qbluetoothtransferreply.cpp │ │ ├── qbluetoothtransferreply.h │ │ ├── qbluetoothtransferreply_bluez.cpp │ │ ├── qbluetoothtransferreply_bluez_p.h │ │ ├── qbluetoothtransferreply_p.h │ │ ├── qbluetoothtransferreply_symbian.cpp │ │ ├── qbluetoothtransferreply_symbian_p.h │ │ ├── qbluetoothtransferrequest.cpp │ │ ├── qbluetoothtransferrequest.h │ │ ├── qbluetoothtransferrequest_p.h │ │ ├── qbluetoothuuid.cpp │ │ ├── qbluetoothuuid.h │ │ ├── ql2capserver.cpp │ │ ├── ql2capserver.h │ │ ├── ql2capserver_bluez.cpp │ │ ├── ql2capserver_p.cpp │ │ ├── ql2capserver_p.h │ │ ├── ql2capserver_symbian.cpp │ │ ├── ql2capsocket.cpp │ │ ├── ql2capsocket.h │ │ ├── qrfcommserver.cpp │ │ ├── qrfcommserver.h │ │ ├── qrfcommserver_bluez.cpp │ │ ├── qrfcommserver_p.cpp │ │ ├── qrfcommserver_p.h │ │ ├── qrfcommserver_symbian.cpp │ │ ├── qrfcommsocket.cpp │ │ ├── qrfcommsocket.h │ │ └── symbian │ │ │ ├── bluetoothlinkmanagerdevicediscoverer.cpp │ │ │ ├── bluetoothlinkmanagerdevicediscoverer.h │ │ │ ├── bluetoothsymbianpairingadapter.cpp │ │ │ ├── bluetoothsymbianpairingadapter.h │ │ │ ├── bluetoothsymbianregistryadapter.cpp │ │ │ ├── bluetoothsymbianregistryadapter.h │ │ │ ├── symbian.pri │ │ │ └── utils_symbian_p.h │ ├── connectivity.pri │ ├── connectivity.pro │ ├── nfc │ │ ├── checksum_p.h │ │ ├── maemo6 │ │ │ ├── adapter_interface.cpp │ │ │ ├── adapter_interface_p.h │ │ │ ├── com.nokia.nfc.AccessRequestor.xml │ │ │ ├── com.nokia.nfc.Adapter.xml │ │ │ ├── com.nokia.nfc.Device.xml │ │ │ ├── com.nokia.nfc.LLCPRequestor.xml │ │ │ ├── com.nokia.nfc.Manager.xml │ │ │ ├── com.nokia.nfc.NDEFHandler.xml │ │ │ ├── com.nokia.nfc.SecureElement.xml │ │ │ ├── com.nokia.nfc.Tag.xml │ │ │ ├── com.nokia.nfc.Target.xml │ │ │ ├── device_interface.cpp │ │ │ ├── device_interface_p.h │ │ │ ├── generate │ │ │ ├── socketrequestor.cpp │ │ │ ├── socketrequestor_p.h │ │ │ ├── tag_interface.cpp │ │ │ ├── tag_interface_p.h │ │ │ ├── target_interface.cpp │ │ │ └── target_interface_p.h │ │ ├── nfc.pri │ │ ├── qdeclarativendefrecord.cpp │ │ ├── qdeclarativendefrecord.h │ │ ├── qllcpserver.cpp │ │ ├── qllcpserver.h │ │ ├── qllcpserver_maemo6_p.cpp │ │ ├── qllcpserver_maemo6_p.h │ │ ├── qllcpserver_p.cpp │ │ ├── qllcpserver_p.h │ │ ├── qllcpserver_simulator_p.cpp │ │ ├── qllcpserver_simulator_p.h │ │ ├── qllcpserver_symbian_p.cpp │ │ ├── qllcpserver_symbian_p.h │ │ ├── qllcpsocket.cpp │ │ ├── qllcpsocket.h │ │ ├── qllcpsocket_maemo6_p.cpp │ │ ├── qllcpsocket_maemo6_p.h │ │ ├── qllcpsocket_p.cpp │ │ ├── qllcpsocket_p.h │ │ ├── qllcpsocket_simulator_p.cpp │ │ ├── qllcpsocket_simulator_p.h │ │ ├── qllcpsocket_symbian_p.cpp │ │ ├── qllcpsocket_symbian_p.h │ │ ├── qllcpstate_symbian_p.cpp │ │ ├── qllcpstate_symbian_p.h │ │ ├── qndeffilter.cpp │ │ ├── qndeffilter.h │ │ ├── qndefmessage.cpp │ │ ├── qndefmessage.h │ │ ├── qndefnfctextrecord.cpp │ │ ├── qndefnfctextrecord.h │ │ ├── qndefnfcurirecord.cpp │ │ ├── qndefnfcurirecord.h │ │ ├── qndefrecord.cpp │ │ ├── qndefrecord.h │ │ ├── qndefrecord_p.h │ │ ├── qnearfieldllcpdevice_symbian.cpp │ │ ├── qnearfieldllcpdevice_symbian_p.h │ │ ├── qnearfieldmanager.cpp │ │ ├── qnearfieldmanager.h │ │ ├── qnearfieldmanager_emulator.cpp │ │ ├── qnearfieldmanager_emulator_p.h │ │ ├── qnearfieldmanager_maemo6.cpp │ │ ├── qnearfieldmanager_maemo6_p.h │ │ ├── qnearfieldmanager_p.h │ │ ├── qnearfieldmanager_simulator.cpp │ │ ├── qnearfieldmanager_simulator_p.h │ │ ├── qnearfieldmanager_symbian.cpp │ │ ├── qnearfieldmanager_symbian_p.h │ │ ├── qnearfieldmanagerimpl_p.cpp │ │ ├── qnearfieldmanagerimpl_p.h │ │ ├── qnearfieldmanagervirtualbase.cpp │ │ ├── qnearfieldmanagervirtualbase_p.h │ │ ├── qnearfieldtagmifare_symbian.cpp │ │ ├── qnearfieldtagmifare_symbian_p.h │ │ ├── qnearfieldtagtype1.cpp │ │ ├── qnearfieldtagtype1.h │ │ ├── qnearfieldtagtype1_symbian.cpp │ │ ├── qnearfieldtagtype1_symbian_p.h │ │ ├── qnearfieldtagtype2.cpp │ │ ├── qnearfieldtagtype2.h │ │ ├── qnearfieldtagtype2_symbian.cpp │ │ ├── qnearfieldtagtype2_symbian_p.h │ │ ├── qnearfieldtagtype3.cpp │ │ ├── qnearfieldtagtype3.h │ │ ├── qnearfieldtagtype3_symbian.cpp │ │ ├── qnearfieldtagtype3_symbian_p.h │ │ ├── qnearfieldtagtype4.cpp │ │ ├── qnearfieldtagtype4.h │ │ ├── qnearfieldtagtype4_symbian.cpp │ │ ├── qnearfieldtagtype4_symbian_p.h │ │ ├── qnearfieldtarget.cpp │ │ ├── qnearfieldtarget.h │ │ ├── qnearfieldtarget_emulator.cpp │ │ ├── qnearfieldtarget_emulator_p.h │ │ ├── qnearfieldtarget_maemo6.cpp │ │ ├── qnearfieldtarget_maemo6_p.h │ │ ├── qnearfieldtarget_p.h │ │ ├── qtlv.cpp │ │ ├── qtlv_p.h │ │ ├── symbian │ │ │ ├── debug.h │ │ │ ├── llcpserver_symbian.cpp │ │ │ ├── llcpserver_symbian.h │ │ │ ├── llcpsockettype1_symbian.cpp │ │ │ ├── llcpsockettype1_symbian.h │ │ │ ├── llcpsockettype2_symbian.cpp │ │ │ ├── llcpsockettype2_symbian.h │ │ │ ├── nearfieldmanager_symbian.cpp │ │ │ ├── nearfieldmanager_symbian.h │ │ │ ├── nearfieldndeftarget_symbian.cpp │ │ │ ├── nearfieldndeftarget_symbian.h │ │ │ ├── nearfieldtag_symbian.cpp │ │ │ ├── nearfieldtag_symbian.h │ │ │ ├── nearfieldtagasyncrequest_symbian.cpp │ │ │ ├── nearfieldtagasyncrequest_symbian.h │ │ │ ├── nearfieldtagcommandrequest_symbian.cpp │ │ │ ├── nearfieldtagcommandrequest_symbian.h │ │ │ ├── nearfieldtagcommandsrequest_symbian.cpp │ │ │ ├── nearfieldtagcommandsrequest_symbian.h │ │ │ ├── nearfieldtagimpl_symbian.h │ │ │ ├── nearfieldtagimplcommon_symbian.cpp │ │ │ ├── nearfieldtagimplcommon_symbian.h │ │ │ ├── nearfieldtagndefoperationcallback_symbian.h │ │ │ ├── nearfieldtagndefrequest_symbian.cpp │ │ │ ├── nearfieldtagndefrequest_symbian.h │ │ │ ├── nearfieldtagoperationcallback_symbian.h │ │ │ ├── nearfieldtargetfactory_symbian.cpp │ │ │ ├── nearfieldtargetfactory_symbian.h │ │ │ ├── nearfieldutility_symbian.cpp │ │ │ └── nearfieldutility_symbian.h │ │ ├── targetemulator.cpp │ │ └── targetemulator_p.h │ └── qprivatelinearbuffer_p.h ├── contacts │ ├── contactconnection_simulator.cpp │ ├── contactconnection_simulator_p.h │ ├── contacts.pro │ ├── details │ │ ├── details.pri │ │ ├── qcontactaddress.h │ │ ├── qcontactanniversary.h │ │ ├── qcontactavatar.h │ │ ├── qcontactbirthday.h │ │ ├── qcontactdetails.cpp │ │ ├── qcontactdetails.h │ │ ├── qcontactdisplaylabel.h │ │ ├── qcontactemailaddress.h │ │ ├── qcontactfamily.h │ │ ├── qcontactfavorite.h │ │ ├── qcontactgender.h │ │ ├── qcontactgeolocation.h │ │ ├── qcontactglobalpresence.h │ │ ├── qcontactguid.h │ │ ├── qcontacthobby.h │ │ ├── qcontactname.h │ │ ├── qcontactnickname.h │ │ ├── qcontactnote.h │ │ ├── qcontactonlineaccount.h │ │ ├── qcontactorganization.h │ │ ├── qcontactphonenumber.h │ │ ├── qcontactpresence.h │ │ ├── qcontactringtone.h │ │ ├── qcontactsynctarget.h │ │ ├── qcontacttag.h │ │ ├── qcontactthumbnail.h │ │ ├── qcontacttimestamp.h │ │ ├── qcontacttype.h │ │ └── qcontacturl.h │ ├── engines │ │ ├── README │ │ ├── engines.pri │ │ ├── qcontactinvalidbackend.cpp │ │ ├── qcontactinvalidbackend_p.h │ │ ├── qcontactmemorybackend.cpp │ │ ├── qcontactmemorybackend_p.h │ │ ├── qcontactmemorybackenddata_simulator.cpp │ │ ├── qcontactmemorybackenddata_simulator_p.h │ │ ├── qcontactsimulatorbackend.cpp │ │ └── qcontactsimulatorbackend_p.h │ ├── filters │ │ ├── filters.pri │ │ ├── qcontactactionfilter.cpp │ │ ├── qcontactactionfilter.h │ │ ├── qcontactactionfilter_p.h │ │ ├── qcontactchangelogfilter.cpp │ │ ├── qcontactchangelogfilter.h │ │ ├── qcontactchangelogfilter_p.h │ │ ├── qcontactdetailfilter.cpp │ │ ├── qcontactdetailfilter.h │ │ ├── qcontactdetailfilter_p.h │ │ ├── qcontactdetailrangefilter.cpp │ │ ├── qcontactdetailrangefilter.h │ │ ├── qcontactdetailrangefilter_p.h │ │ ├── qcontactfilters.h │ │ ├── qcontactintersectionfilter.cpp │ │ ├── qcontactintersectionfilter.h │ │ ├── qcontactintersectionfilter_p.h │ │ ├── qcontactinvalidfilter.cpp │ │ ├── qcontactinvalidfilter.h │ │ ├── qcontactlocalidfilter.cpp │ │ ├── qcontactlocalidfilter.h │ │ ├── qcontactlocalidfilter_p.h │ │ ├── qcontactrelationshipfilter.cpp │ │ ├── qcontactrelationshipfilter.h │ │ ├── qcontactrelationshipfilter_p.h │ │ ├── qcontactunionfilter.cpp │ │ ├── qcontactunionfilter.h │ │ └── qcontactunionfilter_p.h │ ├── qcontact.cpp │ ├── qcontact.h │ ├── qcontact_p.h │ ├── qcontactabstractrequest.cpp │ ├── qcontactabstractrequest.h │ ├── qcontactabstractrequest_p.h │ ├── qcontactaction.cpp │ ├── qcontactaction.h │ ├── qcontactactiondescriptor.cpp │ ├── qcontactactiondescriptor.h │ ├── qcontactactiondescriptor_p.h │ ├── qcontactactionfactory.cpp │ ├── qcontactactionfactory.h │ ├── qcontactactionmanager_p.cpp │ ├── qcontactactionmanager_p.h │ ├── qcontactactiontarget.cpp │ ├── qcontactactiontarget.h │ ├── qcontactactiontarget_p.h │ ├── qcontactchangeset.cpp │ ├── qcontactchangeset.h │ ├── qcontactchangeset_p.h │ ├── qcontactdetail.cpp │ ├── qcontactdetail.h │ ├── qcontactdetail_p.h │ ├── qcontactdetaildefinition.cpp │ ├── qcontactdetaildefinition.h │ ├── qcontactdetaildefinition_p.h │ ├── qcontactdetailfielddefinition.cpp │ ├── qcontactdetailfielddefinition.h │ ├── qcontactdetailfielddefinition_p.h │ ├── qcontactfetchhint.cpp │ ├── qcontactfetchhint.h │ ├── qcontactfetchhint_p.h │ ├── qcontactfilter.cpp │ ├── qcontactfilter.h │ ├── qcontactfilter_p.h │ ├── qcontactid.cpp │ ├── qcontactid.h │ ├── qcontactid_p.h │ ├── qcontactmanager.cpp │ ├── qcontactmanager.h │ ├── qcontactmanager_p.cpp │ ├── qcontactmanager_p.h │ ├── qcontactmanagerengine.cpp │ ├── qcontactmanagerengine.h │ ├── qcontactmanagerenginefactory.cpp │ ├── qcontactmanagerenginefactory.h │ ├── qcontactmanagerenginev2wrapper_p.cpp │ ├── qcontactmanagerenginev2wrapper_p.h │ ├── qcontactobserver.cpp │ ├── qcontactobserver.h │ ├── qcontactrelationship.cpp │ ├── qcontactrelationship.h │ ├── qcontactrelationship_p.h │ ├── qcontactsortorder.cpp │ ├── qcontactsortorder.h │ ├── qcontactsortorder_p.h │ ├── qtcontacts.h │ ├── qtcontactsglobal.h │ └── requests │ │ ├── qcontactdetaildefinitionfetchrequest.cpp │ │ ├── qcontactdetaildefinitionfetchrequest.h │ │ ├── qcontactdetaildefinitionremoverequest.cpp │ │ ├── qcontactdetaildefinitionremoverequest.h │ │ ├── qcontactdetaildefinitionsaverequest.cpp │ │ ├── qcontactdetaildefinitionsaverequest.h │ │ ├── qcontactfetchbyidrequest.cpp │ │ ├── qcontactfetchbyidrequest.h │ │ ├── qcontactfetchrequest.cpp │ │ ├── qcontactfetchrequest.h │ │ ├── qcontactlocalidfetchrequest.cpp │ │ ├── qcontactlocalidfetchrequest.h │ │ ├── qcontactrelationshipfetchrequest.cpp │ │ ├── qcontactrelationshipfetchrequest.h │ │ ├── qcontactrelationshipremoverequest.cpp │ │ ├── qcontactrelationshipremoverequest.h │ │ ├── qcontactrelationshipsaverequest.cpp │ │ ├── qcontactrelationshipsaverequest.h │ │ ├── qcontactremoverequest.cpp │ │ ├── qcontactremoverequest.h │ │ ├── qcontactrequests.h │ │ ├── qcontactrequests_p.h │ │ ├── qcontactsaverequest.cpp │ │ ├── qcontactsaverequest.h │ │ └── requests.pri ├── feedback │ ├── feedback.pro │ ├── qfeedbackactuator.cpp │ ├── qfeedbackactuator.h │ ├── qfeedbackeffect.cpp │ ├── qfeedbackeffect.h │ ├── qfeedbackeffect_p.h │ ├── qfeedbackplugin.cpp │ ├── qfeedbackplugin_p.h │ └── qfeedbackplugininterfaces.h ├── gallery │ ├── gallery.pro │ ├── maemo5 │ │ ├── maemo5.pri │ │ ├── qdocumentgallery_maemo5.cpp │ │ ├── qgallerydbusinterface.cpp │ │ ├── qgallerydbusinterface_p.h │ │ ├── qgallerytrackerchangenotifier.cpp │ │ ├── qgallerytrackerchangenotifier_p.h │ │ ├── qgallerytrackereditableresultset.cpp │ │ ├── qgallerytrackereditableresultset_p.h │ │ ├── qgallerytrackerlistcolumn.cpp │ │ ├── qgallerytrackerlistcolumn_p.h │ │ ├── qgallerytrackermetadataedit.cpp │ │ ├── qgallerytrackermetadataedit_p.h │ │ ├── qgallerytrackerresultset.cpp │ │ ├── qgallerytrackerresultset_p.h │ │ ├── qgallerytrackerresultset_p_p.h │ │ ├── qgallerytrackerschema.cpp │ │ ├── qgallerytrackerschema_p.h │ │ ├── qgallerytrackertyperesultset.cpp │ │ └── qgallerytrackertyperesultset_p.h │ ├── maemo6 │ │ ├── maemo6.pri │ │ ├── qdocumentgallery_maemo6.cpp │ │ ├── qgallerydbusinterface.cpp │ │ ├── qgallerydbusinterface_p.h │ │ ├── qgallerytrackerchangenotifier.cpp │ │ ├── qgallerytrackerchangenotifier_p.h │ │ ├── qgallerytrackereditableresultset.cpp │ │ ├── qgallerytrackereditableresultset_p.h │ │ ├── qgallerytrackerlistcolumn.cpp │ │ ├── qgallerytrackerlistcolumn_p.h │ │ ├── qgallerytrackermetadataedit.cpp │ │ ├── qgallerytrackermetadataedit_p.h │ │ ├── qgallerytrackerresultset.cpp │ │ ├── qgallerytrackerresultset_p.h │ │ ├── qgallerytrackerresultset_p_p.h │ │ ├── qgallerytrackerschema.cpp │ │ ├── qgallerytrackerschema_p.h │ │ ├── qgallerytrackertyperesultset.cpp │ │ └── qgallerytrackertyperesultset_p.h │ ├── qabstractgallery.cpp │ ├── qabstractgallery.h │ ├── qabstractgallery_p.h │ ├── qdocumentgallery.cpp │ ├── qdocumentgallery.h │ ├── qgalleryabstractrequest.cpp │ ├── qgalleryabstractrequest.h │ ├── qgalleryabstractrequest_p.h │ ├── qgalleryabstractresponse.cpp │ ├── qgalleryabstractresponse.h │ ├── qgalleryabstractresponse_p.h │ ├── qgalleryfilter.cpp │ ├── qgalleryfilter.h │ ├── qgalleryitemrequest.cpp │ ├── qgalleryitemrequest.h │ ├── qgallerynullresultset_p.h │ ├── qgalleryproperty.h │ ├── qgalleryproperty.qdoc │ ├── qgalleryquerymodel.cpp │ ├── qgalleryquerymodel.h │ ├── qgalleryqueryrequest.cpp │ ├── qgalleryqueryrequest.h │ ├── qgalleryresource.cpp │ ├── qgalleryresource.h │ ├── qgalleryresultset.cpp │ ├── qgalleryresultset.h │ ├── qgalleryresultset_p.h │ ├── qgallerytype.h │ ├── qgallerytype.qdoc │ ├── qgallerytyperequest.cpp │ ├── qgallerytyperequest.h │ ├── simulator │ │ ├── docgalleryconnection_simulator.cpp │ │ ├── docgalleryconnection_simulator.h │ │ ├── docgallerysimulatordata.cpp │ │ ├── docgallerysimulatordata.h │ │ ├── qdocumentgallery_simulator.cpp │ │ ├── qsimulatorgalleryresultset.cpp │ │ ├── qsimulatorgalleryresultset_p.h │ │ └── simulator.pri │ └── symbian │ │ ├── qdocumentgallery_symbian.cpp │ │ ├── qgallerymdsutility.cpp │ │ ├── qgallerymdsutility_p.h │ │ ├── qmdegallerycategoryresultset.cpp │ │ ├── qmdegallerycategoryresultset_p.h │ │ ├── qmdegalleryitemresultset.cpp │ │ ├── qmdegalleryitemresultset_p.h │ │ ├── qmdegalleryqueryresultset.cpp │ │ ├── qmdegalleryqueryresultset_p.h │ │ ├── qmdegalleryresultset.cpp │ │ ├── qmdegalleryresultset_p.h │ │ ├── qmdegallerytyperesultset.cpp │ │ ├── qmdegallerytyperesultset_p.h │ │ ├── qmdesession.cpp │ │ ├── qmdesession_p.h │ │ └── symbian.pri ├── global │ ├── global.pro │ ├── qlatin1constant.cpp │ ├── qlatin1constant.h │ ├── qmalgorithms.h │ ├── qmobilityglobal.h │ └── qmobilitypluginsearch.h ├── harmattaninstalls │ ├── README │ ├── api │ ├── changelog │ ├── compat │ ├── control │ ├── docs │ ├── libqtm-common-dev.install │ ├── libqtm-connectivity-dev.install │ ├── libqtm-connectivity-tests.install │ ├── libqtm-connectivity.install │ ├── libqtm-contacts-dev.install │ ├── libqtm-contacts-tests.aegis │ ├── libqtm-contacts-tests.install │ ├── libqtm-contacts.install │ ├── libqtm-doc.install │ ├── libqtm-examples.aegis │ ├── libqtm-examples.install │ ├── libqtm-feedback-dev.install │ ├── libqtm-feedback-tests.install │ ├── libqtm-feedback.install │ ├── libqtm-gallery-dev.install │ ├── libqtm-gallery-tests.install │ ├── libqtm-gallery.install │ ├── libqtm-location-dev.install │ ├── libqtm-location-tests.aegis │ ├── libqtm-location-tests.install │ ├── libqtm-location.install │ ├── libqtm-messaging-dev.install │ ├── libqtm-messaging-tests.aegis │ ├── libqtm-messaging-tests.install │ ├── libqtm-messaging.install │ ├── libqtm-multimedia-dev.install │ ├── libqtm-multimedia-tests.install │ ├── libqtm-multimedia.install │ ├── libqtm-organizer-dev.install │ ├── libqtm-organizer-tests.aegis │ ├── libqtm-organizer-tests.install │ ├── libqtm-organizer.install │ ├── libqtm-publishsubscribe-dev.install │ ├── libqtm-publishsubscribe-tests.install │ ├── libqtm-publishsubscribe.install │ ├── libqtm-sensors-dev.install │ ├── libqtm-sensors-tests.install │ ├── libqtm-sensors.install │ ├── libqtm-serviceframework-dev.install │ ├── libqtm-serviceframework-tests.install │ ├── libqtm-serviceframework.install │ ├── libqtm-systeminfo-dev.install │ ├── libqtm-systeminfo-tests.aegis │ ├── libqtm-systeminfo-tests.install │ ├── libqtm-systeminfo.install │ ├── libqtm-telephony-dev.install │ ├── libqtm-telephony.install │ ├── libqtm-versit-dev.install │ ├── libqtm-versit-tests.install │ ├── libqtm-versit.install │ ├── libqtm-versitorganizer-dev.install │ ├── libqtm-versitorganizer.install │ ├── patches │ │ ├── 0001-remove-commercial-preview-license-as-required-by-leg.patch │ │ ├── 0002-disable-qdeclarativecontact-test.patch │ │ ├── 0003-disable-qsystemscreensaver-test.patch │ │ ├── 0004-keep-binary-compatibility-with-harmattan-PR1.0.patch │ │ ├── 0005-disable-qgeocoordinate-test.patch │ │ ├── 0006-disable-qmediaplayer-test.patch │ │ ├── 0007-add-patch-for-feedback-test.patch │ │ ├── 0008-disable-qdeclarativecontact-test.patch │ │ ├── 0009-connectivity-tests-add-subdirs.patch │ │ ├── 0010-rules-makeshlibs-v.patch │ │ ├── 0011-platformconfig-geoclue-gypsy.patch │ │ ├── 0012-Fixes-QTMOBILITY-1749-adding-ContactAddress-FieldExt.patch │ │ ├── 0013-NB288049-qcontactdetail.diff │ │ ├── 0014-NB287287-qcontactmanagerengine.diff │ │ ├── 0015-NB281692-wrong-bold-tags.diff │ │ ├── 0016-NB267249-inmodule.diff │ │ └── series │ ├── rules │ └── tests │ │ ├── install_tests │ │ ├── testset.txt │ │ ├── testsuite_footer.txt │ │ └── testsuite_header.txt ├── location │ ├── clbspsycontainer_s60.cpp │ ├── clbspsycontainer_s60_p.h │ ├── clbstrackingtequestors_60.cpp │ ├── clbstrackingtequestors_60_p.h │ ├── dbuscomm_maemo.cpp │ ├── dbuscomm_maemo_p.h │ ├── dbusserver_maemo.cpp │ ├── dbusserver_maemo_p.h │ ├── gconfitem.cpp │ ├── gconfitem_p.h │ ├── landmarks │ │ ├── landmarks.pri │ │ ├── qlandmark.cpp │ │ ├── qlandmark.h │ │ ├── qlandmark_p.h │ │ ├── qlandmarkabstractrequest.cpp │ │ ├── qlandmarkabstractrequest.h │ │ ├── qlandmarkabstractrequest_p.h │ │ ├── qlandmarkattributefilter.cpp │ │ ├── qlandmarkattributefilter.h │ │ ├── qlandmarkboxfilter.cpp │ │ ├── qlandmarkboxfilter.h │ │ ├── qlandmarkboxfilter_p.h │ │ ├── qlandmarkcategory.cpp │ │ ├── qlandmarkcategory.h │ │ ├── qlandmarkcategory_p.h │ │ ├── qlandmarkcategoryfetchbyidrequest.cpp │ │ ├── qlandmarkcategoryfetchbyidrequest.h │ │ ├── qlandmarkcategoryfetchrequest.cpp │ │ ├── qlandmarkcategoryfetchrequest.h │ │ ├── qlandmarkcategoryfilter.cpp │ │ ├── qlandmarkcategoryfilter.h │ │ ├── qlandmarkcategoryfilter_p.h │ │ ├── qlandmarkcategoryid.cpp │ │ ├── qlandmarkcategoryid.h │ │ ├── qlandmarkcategoryid_p.h │ │ ├── qlandmarkcategoryidfetchrequest.cpp │ │ ├── qlandmarkcategoryidfetchrequest.h │ │ ├── qlandmarkcategoryremoverequest.cpp │ │ ├── qlandmarkcategoryremoverequest.h │ │ ├── qlandmarkcategorysaverequest.cpp │ │ ├── qlandmarkcategorysaverequest.h │ │ ├── qlandmarkexportrequest.cpp │ │ ├── qlandmarkexportrequest.h │ │ ├── qlandmarkfetchbyidrequest.cpp │ │ ├── qlandmarkfetchbyidrequest.h │ │ ├── qlandmarkfetchrequest.cpp │ │ ├── qlandmarkfetchrequest.h │ │ ├── qlandmarkfilter.cpp │ │ ├── qlandmarkfilter.h │ │ ├── qlandmarkfilter_p.h │ │ ├── qlandmarkid.cpp │ │ ├── qlandmarkid.h │ │ ├── qlandmarkid_p.h │ │ ├── qlandmarkidfetchrequest.cpp │ │ ├── qlandmarkidfetchrequest.h │ │ ├── qlandmarkidfilter.cpp │ │ ├── qlandmarkidfilter.h │ │ ├── qlandmarkidfilter_p.h │ │ ├── qlandmarkimportrequest.cpp │ │ ├── qlandmarkimportrequest.h │ │ ├── qlandmarkintersectionfilter.cpp │ │ ├── qlandmarkintersectionfilter.h │ │ ├── qlandmarkintersectionfilter_p.h │ │ ├── qlandmarkmanager.cpp │ │ ├── qlandmarkmanager.h │ │ ├── qlandmarkmanager_p.cpp │ │ ├── qlandmarkmanager_p.h │ │ ├── qlandmarkmanagerengine.cpp │ │ ├── qlandmarkmanagerengine.h │ │ ├── qlandmarkmanagerenginefactory.cpp │ │ ├── qlandmarkmanagerenginefactory.h │ │ ├── qlandmarknamefilter.cpp │ │ ├── qlandmarknamefilter.h │ │ ├── qlandmarknamefilter_p.h │ │ ├── qlandmarknamesort.cpp │ │ ├── qlandmarknamesort.h │ │ ├── qlandmarknamesort_p.h │ │ ├── qlandmarkproximityfilter.cpp │ │ ├── qlandmarkproximityfilter.h │ │ ├── qlandmarkproximityfilter_p.h │ │ ├── qlandmarkremoverequest.cpp │ │ ├── qlandmarkremoverequest.h │ │ ├── qlandmarkrequests_p.h │ │ ├── qlandmarksaverequest.cpp │ │ ├── qlandmarksaverequest.h │ │ ├── qlandmarksortorder.cpp │ │ ├── qlandmarksortorder.h │ │ ├── qlandmarksortorder_p.h │ │ ├── qlandmarkunionfilter.cpp │ │ ├── qlandmarkunionfilter.h │ │ └── qlandmarkunionfilter_p.h │ ├── liblocationwrapper.cpp │ ├── liblocationwrapper_p.h │ ├── location.pro │ ├── maps │ │ ├── maps.pri │ │ ├── qgeomaneuver.cpp │ │ ├── qgeomaneuver.h │ │ ├── qgeomaneuver_p.h │ │ ├── qgeomapcircleobject.cpp │ │ ├── qgeomapcircleobject.h │ │ ├── qgeomapcircleobject_p.h │ │ ├── qgeomapcustomobject.cpp │ │ ├── qgeomapcustomobject.h │ │ ├── qgeomapcustomobject_p.h │ │ ├── qgeomapdata.cpp │ │ ├── qgeomapdata.h │ │ ├── qgeomapdata_p.h │ │ ├── qgeomapgroupobject.cpp │ │ ├── qgeomapgroupobject.h │ │ ├── qgeomapgroupobject_p.h │ │ ├── qgeomapobject.cpp │ │ ├── qgeomapobject.h │ │ ├── qgeomapobject_p.h │ │ ├── qgeomapobjectengine_p.cpp │ │ ├── qgeomapobjectengine_p.h │ │ ├── qgeomapobjectinfo.cpp │ │ ├── qgeomapobjectinfo.h │ │ ├── qgeomapobjectinfo_p.h │ │ ├── qgeomapoverlay.cpp │ │ ├── qgeomapoverlay.h │ │ ├── qgeomapoverlay_p.h │ │ ├── qgeomappingmanager.cpp │ │ ├── qgeomappingmanager.h │ │ ├── qgeomappingmanager_p.h │ │ ├── qgeomappingmanagerengine.cpp │ │ ├── qgeomappingmanagerengine.h │ │ ├── qgeomappingmanagerengine_p.h │ │ ├── qgeomappixmapobject.cpp │ │ ├── qgeomappixmapobject.h │ │ ├── qgeomappixmapobject_p.h │ │ ├── qgeomappolygonobject.cpp │ │ ├── qgeomappolygonobject.h │ │ ├── qgeomappolygonobject_p.h │ │ ├── qgeomappolylineobject.cpp │ │ ├── qgeomappolylineobject.h │ │ ├── qgeomappolylineobject_p.h │ │ ├── qgeomaprectangleobject.cpp │ │ ├── qgeomaprectangleobject.h │ │ ├── qgeomaprectangleobject_p.h │ │ ├── qgeomaprouteobject.cpp │ │ ├── qgeomaprouteobject.h │ │ ├── qgeomaprouteobject_p.h │ │ ├── qgeomaptextobject.cpp │ │ ├── qgeomaptextobject.h │ │ ├── qgeomaptextobject_p.h │ │ ├── qgeoroute.cpp │ │ ├── qgeoroute.h │ │ ├── qgeoroute_p.h │ │ ├── qgeoroutereply.cpp │ │ ├── qgeoroutereply.h │ │ ├── qgeoroutereply_p.h │ │ ├── qgeorouterequest.cpp │ │ ├── qgeorouterequest.h │ │ ├── qgeorouterequest_p.h │ │ ├── qgeoroutesegment.cpp │ │ ├── qgeoroutesegment.h │ │ ├── qgeoroutesegment_p.h │ │ ├── qgeoroutingmanager.cpp │ │ ├── qgeoroutingmanager.h │ │ ├── qgeoroutingmanager_p.h │ │ ├── qgeoroutingmanagerengine.cpp │ │ ├── qgeoroutingmanagerengine.h │ │ ├── qgeoroutingmanagerengine_p.h │ │ ├── qgeosearchmanager.cpp │ │ ├── qgeosearchmanager.h │ │ ├── qgeosearchmanager_p.h │ │ ├── qgeosearchmanagerengine.cpp │ │ ├── qgeosearchmanagerengine.h │ │ ├── qgeosearchmanagerengine_p.h │ │ ├── qgeosearchreply.cpp │ │ ├── qgeosearchreply.h │ │ ├── qgeosearchreply_p.h │ │ ├── qgeoserviceprovider.cpp │ │ ├── qgeoserviceprovider.h │ │ ├── qgeoserviceprovider_p.h │ │ ├── qgeoserviceproviderfactory.cpp │ │ ├── qgeoserviceproviderfactory.h │ │ ├── qgraphicsgeomap.cpp │ │ ├── qgraphicsgeomap.h │ │ ├── qgraphicsgeomap_p.h │ │ └── tiled │ │ │ ├── makepoly_p.h │ │ │ ├── qgeotiledmapcircleobjectinfo_p.cpp │ │ │ ├── qgeotiledmapcircleobjectinfo_p.h │ │ │ ├── qgeotiledmapcustomobjectinfo_p.cpp │ │ │ ├── qgeotiledmapcustomobjectinfo_p.h │ │ │ ├── qgeotiledmapdata.cpp │ │ │ ├── qgeotiledmapdata.h │ │ │ ├── qgeotiledmapdata_p.h │ │ │ ├── qgeotiledmapgroupobjectinfo_p.cpp │ │ │ ├── qgeotiledmapgroupobjectinfo_p.h │ │ │ ├── qgeotiledmapobjectinfo_p.cpp │ │ │ ├── qgeotiledmapobjectinfo_p.h │ │ │ ├── qgeotiledmappingmanagerengine.cpp │ │ │ ├── qgeotiledmappingmanagerengine.h │ │ │ ├── qgeotiledmappingmanagerengine_p.h │ │ │ ├── qgeotiledmappixmapobjectinfo_p.cpp │ │ │ ├── qgeotiledmappixmapobjectinfo_p.h │ │ │ ├── qgeotiledmappolygonobjectinfo_p.cpp │ │ │ ├── qgeotiledmappolygonobjectinfo_p.h │ │ │ ├── qgeotiledmappolylineobjectinfo_p.cpp │ │ │ ├── qgeotiledmappolylineobjectinfo_p.h │ │ │ ├── qgeotiledmaprectangleobjectinfo_p.cpp │ │ │ ├── qgeotiledmaprectangleobjectinfo_p.h │ │ │ ├── qgeotiledmapreply.cpp │ │ │ ├── qgeotiledmapreply.h │ │ │ ├── qgeotiledmapreply_p.h │ │ │ ├── qgeotiledmaprequest.cpp │ │ │ ├── qgeotiledmaprequest.h │ │ │ ├── qgeotiledmaprequest_p.h │ │ │ ├── qgeotiledmaprouteobjectinfo_p.cpp │ │ │ ├── qgeotiledmaprouteobjectinfo_p.h │ │ │ ├── qgeotiledmaptextobjectinfo_p.cpp │ │ │ ├── qgeotiledmaptextobjectinfo_p.h │ │ │ └── tiled.pri │ ├── notificationcallback_s60_p.h │ ├── notificationmonitorcallback_s60_p.h │ ├── notificationsatellitecallback_s60_p.h │ ├── projwrapper_p.cpp │ ├── projwrapper_p.h │ ├── qgeoaddress.cpp │ ├── qgeoaddress.h │ ├── qgeoaddress_p.h │ ├── qgeoareamonitor.cpp │ ├── qgeoareamonitor.h │ ├── qgeoareamonitor_polling.cpp │ ├── qgeoareamonitor_polling_p.h │ ├── qgeoareamonitor_s60.cpp │ ├── qgeoareamonitor_s60_p.h │ ├── qgeoboundingarea.cpp │ ├── qgeoboundingarea.h │ ├── qgeoboundingbox.cpp │ ├── qgeoboundingbox.h │ ├── qgeoboundingbox_p.h │ ├── qgeoboundingcircle.cpp │ ├── qgeoboundingcircle.h │ ├── qgeoboundingcircle_p.h │ ├── qgeocoordinate.cpp │ ├── qgeocoordinate.h │ ├── qgeocoordinate_p.h │ ├── qgeoinfothread_wince.cpp │ ├── qgeoinfothread_wince_p.h │ ├── qgeoplace.cpp │ ├── qgeoplace.h │ ├── qgeoplace_p.h │ ├── qgeopositioninfo.cpp │ ├── qgeopositioninfo.h │ ├── qgeopositioninfosource.cpp │ ├── qgeopositioninfosource.h │ ├── qgeopositioninfosource_geocluemaster.cpp │ ├── qgeopositioninfosource_geocluemaster_p.h │ ├── qgeopositioninfosource_maemo.cpp │ ├── qgeopositioninfosource_maemo5.cpp │ ├── qgeopositioninfosource_maemo5_p.h │ ├── qgeopositioninfosource_maemo_p.h │ ├── qgeopositioninfosource_s60.cpp │ ├── qgeopositioninfosource_s60_p.h │ ├── qgeopositioninfosource_simulator.cpp │ ├── qgeopositioninfosource_simulator_p.h │ ├── qgeopositioninfosource_symbian.cpp │ ├── qgeopositioninfosource_symbian_p.h │ ├── qgeopositioninfosource_wince.cpp │ ├── qgeopositioninfosource_wince_p.h │ ├── qgeopositioninfosourcefactory.cpp │ ├── qgeopositioninfosourcefactory.h │ ├── qgeosatelliteinfo.cpp │ ├── qgeosatelliteinfo.h │ ├── qgeosatelliteinfosource.cpp │ ├── qgeosatelliteinfosource.h │ ├── qgeosatelliteinfosource_gypsy.cpp │ ├── qgeosatelliteinfosource_gypsy_p.h │ ├── qgeosatelliteinfosource_maemo.cpp │ ├── qgeosatelliteinfosource_maemo5.cpp │ ├── qgeosatelliteinfosource_maemo5_p.h │ ├── qgeosatelliteinfosource_maemo_p.h │ ├── qgeosatelliteinfosource_s60.cpp │ ├── qgeosatelliteinfosource_s60_p.h │ ├── qgeosatelliteinfosource_simulator.cpp │ ├── qgeosatelliteinfosource_simulator_p.h │ ├── qgeosatelliteinfosource_wince.cpp │ ├── qgeosatelliteinfosource_wince_p.h │ ├── qlocationconnection_simulator.cpp │ ├── qlocationconnection_simulator_p.h │ ├── qlocationdata_simulator.cpp │ ├── qlocationdata_simulator_p.h │ ├── qlocationnetworkaccessmanagerfactory.cpp │ ├── qlocationnetworkaccessmanagerfactory.h │ ├── qlocationutils.cpp │ ├── qlocationutils_p.h │ ├── qmlbackendao_s60.cpp │ ├── qmlbackendao_s60_p.h │ ├── qmlbackendmonitorao_s60.cpp │ ├── qmlbackendmonitorao_s60_p.h │ ├── qmlbackendmonitorcreatetriggerao_s60.cpp │ ├── qmlbackendmonitorcreatetriggerao_s60_p.h │ ├── qmlbackendmonitorinfo_s60.cpp │ ├── qmlbackendmonitorinfo_s60_p.h │ ├── qmlbackendtriggerchangeao_s60.cpp │ ├── qmlbackendtriggerchangeao_s60_p.h │ ├── qnmeapositioninfosource.cpp │ ├── qnmeapositioninfosource.h │ ├── qnmeapositioninfosource_p.h │ ├── symbian_lbsfacade.cpp │ ├── symbian_lbsfacade_p.h │ ├── symbian_lbsonetime.cpp │ ├── symbian_lbsonetime_p.h │ ├── symbian_lbstracker.cpp │ └── symbian_lbstracker_p.h ├── meegoinstalls │ ├── Makefile │ ├── README │ ├── qt-mobility.spec │ └── qt-mobility.yaml ├── messaging │ ├── addresshelper.cpp │ ├── addresshelper_p.h │ ├── eventloggerengine_maemo.cpp │ ├── eventloggerengine_maemo_p.h │ ├── maemo6-backend_architecture_notes_v03.odt │ ├── maemo6-backend_architecture_v04.dia │ ├── maemo6helpers.cpp │ ├── maemo6helpers_p.h │ ├── maemohelpers.cpp │ ├── maemohelpers_p.h │ ├── messaging.pro │ ├── messagingutil.cpp │ ├── messagingutil_p.h │ ├── modestengine_maemo.cpp │ ├── modestengine_maemo_p.h │ ├── qfsengine_symbian.cpp │ ├── qfsengine_symbian_p.h │ ├── qmessage.cpp │ ├── qmessage.h │ ├── qmessage_maemo.cpp │ ├── qmessage_maemo6.cpp │ ├── qmessage_p.h │ ├── qmessage_qmf.cpp │ ├── qmessage_stub.cpp │ ├── qmessage_symbian.cpp │ ├── qmessage_symbian_p.h │ ├── qmessage_win.cpp │ ├── qmessageaccount.cpp │ ├── qmessageaccount.h │ ├── qmessageaccount_maemo.cpp │ ├── qmessageaccount_maemo6.cpp │ ├── qmessageaccount_p.h │ ├── qmessageaccount_qmf.cpp │ ├── qmessageaccount_stub.cpp │ ├── qmessageaccount_symbian.cpp │ ├── qmessageaccount_win.cpp │ ├── qmessageaccountfilter.cpp │ ├── qmessageaccountfilter.h │ ├── qmessageaccountfilter_maemo.cpp │ ├── qmessageaccountfilter_maemo6.cpp │ ├── qmessageaccountfilter_p.h │ ├── qmessageaccountfilter_qmf.cpp │ ├── qmessageaccountfilter_stub.cpp │ ├── qmessageaccountfilter_symbian.cpp │ ├── qmessageaccountfilter_win.cpp │ ├── qmessageaccountid.cpp │ ├── qmessageaccountid.h │ ├── qmessageaccountid_maemo.cpp │ ├── qmessageaccountid_maemo6.cpp │ ├── qmessageaccountid_p.h │ ├── qmessageaccountid_qmf.cpp │ ├── qmessageaccountid_stub.cpp │ ├── qmessageaccountid_symbian.cpp │ ├── qmessageaccountid_win.cpp │ ├── qmessageaccountsortorder.cpp │ ├── qmessageaccountsortorder.h │ ├── qmessageaccountsortorder_maemo.cpp │ ├── qmessageaccountsortorder_maemo6.cpp │ ├── qmessageaccountsortorder_p.h │ ├── qmessageaccountsortorder_qmf.cpp │ ├── qmessageaccountsortorder_stub.cpp │ ├── qmessageaccountsortorder_symbian.cpp │ ├── qmessageaccountsortorder_win.cpp │ ├── qmessageaddress.cpp │ ├── qmessageaddress.h │ ├── qmessageaddress_p.h │ ├── qmessagecontentcontainer.cpp │ ├── qmessagecontentcontainer.h │ ├── qmessagecontentcontainer_maemo.cpp │ ├── qmessagecontentcontainer_maemo6.cpp │ ├── qmessagecontentcontainer_maemo6_p.h │ ├── qmessagecontentcontainer_maemo_p.h │ ├── qmessagecontentcontainer_p.h │ ├── qmessagecontentcontainer_qmf.cpp │ ├── qmessagecontentcontainer_stub.cpp │ ├── qmessagecontentcontainer_symbian.cpp │ ├── qmessagecontentcontainer_symbian_p.h │ ├── qmessagecontentcontainer_win.cpp │ ├── qmessagecontentcontainerid.cpp │ ├── qmessagecontentcontainerid.h │ ├── qmessagecontentcontainerid_maemo.cpp │ ├── qmessagecontentcontainerid_maemo6.cpp │ ├── qmessagecontentcontainerid_p.h │ ├── qmessagecontentcontainerid_qmf.cpp │ ├── qmessagecontentcontainerid_stub.cpp │ ├── qmessagecontentcontainerid_symbian.cpp │ ├── qmessagecontentcontainerid_win.cpp │ ├── qmessagedatacomparator.cpp │ ├── qmessagedatacomparator.h │ ├── qmessagefilter.cpp │ ├── qmessagefilter.h │ ├── qmessagefilter_maemo.cpp │ ├── qmessagefilter_maemo6.cpp │ ├── qmessagefilter_p.h │ ├── qmessagefilter_qmf.cpp │ ├── qmessagefilter_stub.cpp │ ├── qmessagefilter_symbian.cpp │ ├── qmessagefilter_win.cpp │ ├── qmessagefolder.cpp │ ├── qmessagefolder.h │ ├── qmessagefolder_maemo.cpp │ ├── qmessagefolder_maemo6.cpp │ ├── qmessagefolder_p.h │ ├── qmessagefolder_qmf.cpp │ ├── qmessagefolder_stub.cpp │ ├── qmessagefolder_symbian.cpp │ ├── qmessagefolder_win.cpp │ ├── qmessagefolderfilter.cpp │ ├── qmessagefolderfilter.h │ ├── qmessagefolderfilter_maemo.cpp │ ├── qmessagefolderfilter_maemo6.cpp │ ├── qmessagefolderfilter_p.h │ ├── qmessagefolderfilter_qmf.cpp │ ├── qmessagefolderfilter_stub.cpp │ ├── qmessagefolderfilter_symbian.cpp │ ├── qmessagefolderfilter_win.cpp │ ├── qmessagefolderid.cpp │ ├── qmessagefolderid.h │ ├── qmessagefolderid_maemo.cpp │ ├── qmessagefolderid_maemo6.cpp │ ├── qmessagefolderid_p.h │ ├── qmessagefolderid_qmf.cpp │ ├── qmessagefolderid_stub.cpp │ ├── qmessagefolderid_symbian.cpp │ ├── qmessagefolderid_win.cpp │ ├── qmessagefoldersortorder.cpp │ ├── qmessagefoldersortorder.h │ ├── qmessagefoldersortorder_maemo.cpp │ ├── qmessagefoldersortorder_maemo6.cpp │ ├── qmessagefoldersortorder_p.h │ ├── qmessagefoldersortorder_qmf.cpp │ ├── qmessagefoldersortorder_stub.cpp │ ├── qmessagefoldersortorder_symbian.cpp │ ├── qmessagefoldersortorder_win.cpp │ ├── qmessageglobal.h │ ├── qmessageid.cpp │ ├── qmessageid.h │ ├── qmessageid_maemo.cpp │ ├── qmessageid_maemo6.cpp │ ├── qmessageid_p.h │ ├── qmessageid_qmf.cpp │ ├── qmessageid_stub.cpp │ ├── qmessageid_symbian.cpp │ ├── qmessageid_win.cpp │ ├── qmessagemanager.cpp │ ├── qmessagemanager.h │ ├── qmessageservice.cpp │ ├── qmessageservice.h │ ├── qmessageservice_maemo.cpp │ ├── qmessageservice_maemo6.cpp │ ├── qmessageservice_maemo6_p.h │ ├── qmessageservice_maemo_p.h │ ├── qmessageservice_qmf.cpp │ ├── qmessageservice_stub.cpp │ ├── qmessageservice_symbian.cpp │ ├── qmessageservice_symbian_p.h │ ├── qmessageservice_win.cpp │ ├── qmessagesortorder.cpp │ ├── qmessagesortorder.h │ ├── qmessagesortorder_maemo.cpp │ ├── qmessagesortorder_maemo6.cpp │ ├── qmessagesortorder_p.h │ ├── qmessagesortorder_qmf.cpp │ ├── qmessagesortorder_stub.cpp │ ├── qmessagesortorder_symbian.cpp │ ├── qmessagesortorder_win.cpp │ ├── qmessagestore.cpp │ ├── qmessagestore_maemo.cpp │ ├── qmessagestore_maemo6.cpp │ ├── qmessagestore_p.h │ ├── qmessagestore_p_p.h │ ├── qmessagestore_qmf.cpp │ ├── qmessagestore_qmf_p.h │ ├── qmessagestore_stub.cpp │ ├── qmessagestore_symbian.cpp │ ├── qmessagestore_symbian_p.h │ ├── qmessagestore_win.cpp │ ├── qmfhelpers.cpp │ ├── qmfhelpers_maemo6.cpp │ ├── qmfhelpers_maemo6_p.h │ ├── qmfhelpers_p.h │ ├── qmfservice_maemo6.cpp │ ├── qmfservice_maemo6_p.h │ ├── qmfstore_maemo6.cpp │ ├── qmfstore_maemo6_p.h │ ├── qmtmengine_symbian.cpp │ ├── qmtmengine_symbian_p.h │ ├── smsmodel_maemo6.cpp │ ├── smsmodel_maemo6_p.h │ ├── storageengine_maemo6.cpp │ ├── storageengine_maemo6_p.h │ ├── telepathyengine_maemo.cpp │ ├── telepathyengine_maemo6.cpp │ ├── telepathyengine_maemo6_p.h │ ├── telepathyengine_maemo_p.h │ ├── telepathyhelpers_maemo6_p.h │ ├── win32wce │ │ ├── longstring.cpp │ │ ├── longstring_p.h │ │ ├── qmailaddress.cpp │ │ ├── qmailaddress.h │ │ ├── qmailcodec.cpp │ │ ├── qmailcodec.h │ │ ├── qmailfolderfwd.h │ │ ├── qmailglobal.h │ │ ├── qmailid.cpp │ │ ├── qmailid.h │ │ ├── qmailinstantiations.cpp │ │ ├── qmailipc.h │ │ ├── qmaillog.cpp │ │ ├── qmaillog.h │ │ ├── qmailmessage.cpp │ │ ├── qmailmessage.h │ │ ├── qmailmessage_p.h │ │ ├── qmailmessagefwd.cpp │ │ ├── qmailmessagefwd.h │ │ ├── qmailnamespace.cpp │ │ ├── qmailnamespace.h │ │ ├── qmailtimestamp.cpp │ │ ├── qmailtimestamp.h │ │ ├── qprivateimplementation.cpp │ │ ├── qprivateimplementation.h │ │ └── qprivateimplementationdef.h │ ├── winhelpers.cpp │ └── winhelpers_p.h ├── mobilitysimulator │ ├── mobilityconnection.cpp │ ├── mobilityconnection_p.h │ ├── mobilitysimulator.pro │ └── mobilitysimulatorglobal.h ├── multimedia │ ├── audio │ │ ├── audio.pri │ │ ├── qaudio.cpp │ │ ├── qaudio.h │ │ ├── qaudio_mac.cpp │ │ ├── qaudio_mac_p.h │ │ ├── qaudio_symbian_p.cpp │ │ ├── qaudio_symbian_p.h │ │ ├── qaudiodevicefactory.cpp │ │ ├── qaudiodevicefactory_p.h │ │ ├── qaudiodeviceinfo.cpp │ │ ├── qaudiodeviceinfo.h │ │ ├── qaudiodeviceinfo_alsa_p.cpp │ │ ├── qaudiodeviceinfo_alsa_p.h │ │ ├── qaudiodeviceinfo_mac_p.cpp │ │ ├── qaudiodeviceinfo_mac_p.h │ │ ├── qaudiodeviceinfo_symbian_p.cpp │ │ ├── qaudiodeviceinfo_symbian_p.h │ │ ├── qaudiodeviceinfo_win32_p.cpp │ │ ├── qaudiodeviceinfo_win32_p.h │ │ ├── qaudioformat.cpp │ │ ├── qaudioformat.h │ │ ├── qaudioinput.cpp │ │ ├── qaudioinput.h │ │ ├── qaudioinput_alsa_p.cpp │ │ ├── qaudioinput_alsa_p.h │ │ ├── qaudioinput_mac_p.cpp │ │ ├── qaudioinput_mac_p.h │ │ ├── qaudioinput_symbian_p.cpp │ │ ├── qaudioinput_symbian_p.h │ │ ├── qaudioinput_win32_p.cpp │ │ ├── qaudioinput_win32_p.h │ │ ├── qaudiooutput.cpp │ │ ├── qaudiooutput.h │ │ ├── qaudiooutput_alsa_p.cpp │ │ ├── qaudiooutput_alsa_p.h │ │ ├── qaudiooutput_mac_p.cpp │ │ ├── qaudiooutput_mac_p.h │ │ ├── qaudiooutput_symbian_p.cpp │ │ ├── qaudiooutput_symbian_p.h │ │ ├── qaudiooutput_win32_p.cpp │ │ ├── qaudiooutput_win32_p.h │ │ ├── qaudiopluginloader.cpp │ │ ├── qaudiopluginloader_p.h │ │ ├── qaudiosystem.cpp │ │ ├── qaudiosystem.h │ │ ├── qaudiosystemplugin.cpp │ │ └── qaudiosystemplugin.h │ ├── effects │ │ ├── effects.pri │ │ ├── qsamplecache_p.cpp │ │ ├── qsamplecache_p.h │ │ ├── qsoundeffect.cpp │ │ ├── qsoundeffect_p.h │ │ ├── qsoundeffect_pulse_p.cpp │ │ ├── qsoundeffect_pulse_p.h │ │ ├── qsoundeffect_qmedia_p.cpp │ │ ├── qsoundeffect_qmedia_p.h │ │ ├── qsoundeffect_qsound_p.cpp │ │ ├── qsoundeffect_qsound_p.h │ │ ├── qwavedecoder_p.cpp │ │ └── qwavedecoder_p.h │ ├── multimedia.pro │ ├── qaudiocapturesource.cpp │ ├── qaudiocapturesource.h │ ├── qaudioencodercontrol.cpp │ ├── qaudioencodercontrol.h │ ├── qaudioendpointselector.cpp │ ├── qaudioendpointselector.h │ ├── qaudionamespace.qdoc │ ├── qcamera.cpp │ ├── qcamera.h │ ├── qcameracapturebufferformatcontrol.cpp │ ├── qcameracapturebufferformatcontrol.h │ ├── qcameracapturedestinationcontrol.cpp │ ├── qcameracapturedestinationcontrol.h │ ├── qcameracontrol.cpp │ ├── qcameracontrol.h │ ├── qcameraexposure.cpp │ ├── qcameraexposure.h │ ├── qcameraexposurecontrol.cpp │ ├── qcameraexposurecontrol.h │ ├── qcameraflashcontrol.cpp │ ├── qcameraflashcontrol.h │ ├── qcamerafocus.cpp │ ├── qcamerafocus.h │ ├── qcamerafocuscontrol.cpp │ ├── qcamerafocuscontrol.h │ ├── qcameraimagecapture.cpp │ ├── qcameraimagecapture.h │ ├── qcameraimagecapturecontrol.cpp │ ├── qcameraimagecapturecontrol.h │ ├── qcameraimageprocessing.cpp │ ├── qcameraimageprocessing.h │ ├── qcameraimageprocessingcontrol.cpp │ ├── qcameraimageprocessingcontrol.h │ ├── qcameralockscontrol.cpp │ ├── qcameralockscontrol.h │ ├── qcameraviewfinder.cpp │ ├── qcameraviewfinder.h │ ├── qeglimagetexturesurface.cpp │ ├── qeglimagetexturesurface_p.h │ ├── qeglimagevideosurface_symbian.cpp │ ├── qeglimagevideosurface_symbian_p.h │ ├── qgraphicsvideoitem.cpp │ ├── qgraphicsvideoitem.h │ ├── qgraphicsvideoitem_maemo5.cpp │ ├── qgraphicsvideoitem_maemo6.cpp │ ├── qgraphicsvideoitem_overlay.cpp │ ├── qgraphicsvideoitem_symbian.cpp │ ├── qimageencodercontrol.cpp │ ├── qimageencodercontrol.h │ ├── qlocalmediaplaylistprovider.cpp │ ├── qlocalmediaplaylistprovider.h │ ├── qmediabindableinterface.cpp │ ├── qmediabindableinterface.h │ ├── qmediacontainercontrol.cpp │ ├── qmediacontainercontrol.h │ ├── qmediacontent.cpp │ ├── qmediacontent.h │ ├── qmediacontrol.cpp │ ├── qmediacontrol.h │ ├── qmediacontrol_p.h │ ├── qmediaencodersettings.cpp │ ├── qmediaencodersettings.h │ ├── qmediaenumdebug.h │ ├── qmediaimageviewer.cpp │ ├── qmediaimageviewer.h │ ├── qmediaimageviewerservice.cpp │ ├── qmediaimageviewerservice_p.h │ ├── qmedianetworkaccesscontrol.cpp │ ├── qmedianetworkaccesscontrol.h │ ├── qmediaobject.cpp │ ├── qmediaobject.h │ ├── qmediaobject_p.h │ ├── qmediaplayer.cpp │ ├── qmediaplayer.h │ ├── qmediaplayercontrol.cpp │ ├── qmediaplayercontrol.h │ ├── qmediaplaylist.cpp │ ├── qmediaplaylist.h │ ├── qmediaplaylist_p.h │ ├── qmediaplaylistcontrol.cpp │ ├── qmediaplaylistcontrol.h │ ├── qmediaplaylistioplugin.cpp │ ├── qmediaplaylistioplugin.h │ ├── qmediaplaylistnavigator.cpp │ ├── qmediaplaylistnavigator.h │ ├── qmediaplaylistprovider.cpp │ ├── qmediaplaylistprovider.h │ ├── qmediaplaylistprovider_p.h │ ├── qmediaplaylistsourcecontrol.cpp │ ├── qmediaplaylistsourcecontrol.h │ ├── qmediapluginloader.cpp │ ├── qmediapluginloader_p.h │ ├── qmediarecorder.cpp │ ├── qmediarecorder.h │ ├── qmediarecordercontrol.cpp │ ├── qmediarecordercontrol.h │ ├── qmediaresource.cpp │ ├── qmediaresource.h │ ├── qmediaservice.cpp │ ├── qmediaservice.h │ ├── qmediaservice_p.h │ ├── qmediaserviceprovider.cpp │ ├── qmediaserviceprovider.h │ ├── qmediaserviceproviderplugin.h │ ├── qmediastreamscontrol.cpp │ ├── qmediastreamscontrol.h │ ├── qmediatimerange.cpp │ ├── qmediatimerange.h │ ├── qmetadatareadercontrol.cpp │ ├── qmetadatareadercontrol.h │ ├── qmetadatawritercontrol.cpp │ ├── qmetadatawritercontrol.h │ ├── qpaintervideosurface.cpp │ ├── qpaintervideosurface_mac.mm │ ├── qpaintervideosurface_mac_p.h │ ├── qpaintervideosurface_p.h │ ├── qradiotuner.cpp │ ├── qradiotuner.h │ ├── qradiotunercontrol.cpp │ ├── qradiotunercontrol.h │ ├── qtmedianamespace.h │ ├── qtmedianamespace.qdoc │ ├── qvideodevicecontrol.cpp │ ├── qvideodevicecontrol.h │ ├── qvideoencodercontrol.cpp │ ├── qvideoencodercontrol.h │ ├── qvideorenderercontrol.cpp │ ├── qvideorenderercontrol.h │ ├── qvideosurfaceoutput.cpp │ ├── qvideosurfaceoutput_p.h │ ├── qvideowidget.cpp │ ├── qvideowidget.h │ ├── qvideowidget_p.h │ ├── qvideowidgetcontrol.cpp │ ├── qvideowidgetcontrol.h │ ├── qvideowindowcontrol.cpp │ ├── qvideowindowcontrol.h │ ├── qxvideosurface_maemo5.cpp │ ├── qxvideosurface_maemo5_p.h │ └── video │ │ ├── qabstractvideobuffer.cpp │ │ ├── qabstractvideobuffer.h │ │ ├── qabstractvideobuffer_p.h │ │ ├── qabstractvideosurface.cpp │ │ ├── qabstractvideosurface.h │ │ ├── qimagevideobuffer.cpp │ │ ├── qimagevideobuffer_p.h │ │ ├── qmemoryvideobuffer.cpp │ │ ├── qmemoryvideobuffer_p.h │ │ ├── qvideoframe.cpp │ │ ├── qvideoframe.h │ │ ├── qvideosurfaceformat.cpp │ │ ├── qvideosurfaceformat.h │ │ └── video.pri ├── organizer │ ├── details │ │ ├── details.pri │ │ ├── qorganizereventtime.h │ │ ├── qorganizeritemaudiblereminder.h │ │ ├── qorganizeritemcomment.h │ │ ├── qorganizeritemdescription.h │ │ ├── qorganizeritemdetails.cpp │ │ ├── qorganizeritemdetails.h │ │ ├── qorganizeritemdisplaylabel.h │ │ ├── qorganizeritememailreminder.h │ │ ├── qorganizeritemguid.h │ │ ├── qorganizeritemlocation.h │ │ ├── qorganizeritemparent.h │ │ ├── qorganizeritempriority.h │ │ ├── qorganizeritemrecurrence.h │ │ ├── qorganizeritemreminder.h │ │ ├── qorganizeritemtag.h │ │ ├── qorganizeritemtimestamp.h │ │ ├── qorganizeritemtype.h │ │ ├── qorganizeritemvisualreminder.h │ │ ├── qorganizerjournaltime.h │ │ ├── qorganizertodoprogress.h │ │ └── qorganizertodotime.h │ ├── engines │ │ ├── engines.pri │ │ ├── qorganizeriteminvalidbackend.cpp │ │ ├── qorganizeriteminvalidbackend_p.h │ │ ├── qorganizeritemmemorybackend.cpp │ │ └── qorganizeritemmemorybackend_p.h │ ├── filters │ │ ├── filters.pri │ │ ├── qorganizeritemchangelogfilter.cpp │ │ ├── qorganizeritemchangelogfilter.h │ │ ├── qorganizeritemchangelogfilter_p.h │ │ ├── qorganizeritemcollectionfilter.cpp │ │ ├── qorganizeritemcollectionfilter.h │ │ ├── qorganizeritemcollectionfilter_p.h │ │ ├── qorganizeritemdetailfilter.cpp │ │ ├── qorganizeritemdetailfilter.h │ │ ├── qorganizeritemdetailfilter_p.h │ │ ├── qorganizeritemdetailrangefilter.cpp │ │ ├── qorganizeritemdetailrangefilter.h │ │ ├── qorganizeritemdetailrangefilter_p.h │ │ ├── qorganizeritemfilters.h │ │ ├── qorganizeritemidfilter.cpp │ │ ├── qorganizeritemidfilter.h │ │ ├── qorganizeritemidfilter_p.h │ │ ├── qorganizeritemintersectionfilter.cpp │ │ ├── qorganizeritemintersectionfilter.h │ │ ├── qorganizeritemintersectionfilter_p.h │ │ ├── qorganizeriteminvalidfilter.cpp │ │ ├── qorganizeriteminvalidfilter.h │ │ ├── qorganizeritemunionfilter.cpp │ │ ├── qorganizeritemunionfilter.h │ │ └── qorganizeritemunionfilter_p.h │ ├── items │ │ ├── items.pri │ │ ├── qorganizerevent.cpp │ │ ├── qorganizerevent.h │ │ ├── qorganizereventoccurrence.cpp │ │ ├── qorganizereventoccurrence.h │ │ ├── qorganizeritems.h │ │ ├── qorganizerjournal.cpp │ │ ├── qorganizerjournal.h │ │ ├── qorganizernote.cpp │ │ ├── qorganizernote.h │ │ ├── qorganizertodo.cpp │ │ ├── qorganizertodo.h │ │ ├── qorganizertodooccurrence.cpp │ │ └── qorganizertodooccurrence.h │ ├── organizer.pro │ ├── qorganizerabstractrequest.cpp │ ├── qorganizerabstractrequest.h │ ├── qorganizerabstractrequest_p.h │ ├── qorganizercollection.cpp │ ├── qorganizercollection.h │ ├── qorganizercollection_p.h │ ├── qorganizercollectionchangeset.cpp │ ├── qorganizercollectionchangeset.h │ ├── qorganizercollectionchangeset_p.h │ ├── qorganizercollectionengineid.cpp │ ├── qorganizercollectionengineid.h │ ├── qorganizercollectionid.cpp │ ├── qorganizercollectionid.h │ ├── qorganizeritem.cpp │ ├── qorganizeritem.h │ ├── qorganizeritem_p.h │ ├── qorganizeritemchangeset.cpp │ ├── qorganizeritemchangeset.h │ ├── qorganizeritemchangeset_p.h │ ├── qorganizeritemdetail.cpp │ ├── qorganizeritemdetail.h │ ├── qorganizeritemdetail_p.h │ ├── qorganizeritemdetaildefinition.cpp │ ├── qorganizeritemdetaildefinition.h │ ├── qorganizeritemdetaildefinition_p.h │ ├── qorganizeritemdetailfielddefinition.cpp │ ├── qorganizeritemdetailfielddefinition.h │ ├── qorganizeritemdetailfielddefinition_p.h │ ├── qorganizeritemengineid.cpp │ ├── qorganizeritemengineid.h │ ├── qorganizeritemfetchhint.cpp │ ├── qorganizeritemfetchhint.h │ ├── qorganizeritemfetchhint_p.h │ ├── qorganizeritemfilter.cpp │ ├── qorganizeritemfilter.h │ ├── qorganizeritemfilter_p.h │ ├── qorganizeritemid.cpp │ ├── qorganizeritemid.h │ ├── qorganizeritemobserver.cpp │ ├── qorganizeritemobserver.h │ ├── qorganizeritemsortorder.cpp │ ├── qorganizeritemsortorder.h │ ├── qorganizeritemsortorder_p.h │ ├── qorganizermanager.cpp │ ├── qorganizermanager.h │ ├── qorganizermanager_p.cpp │ ├── qorganizermanager_p.h │ ├── qorganizermanagerengine.cpp │ ├── qorganizermanagerengine.h │ ├── qorganizermanagerenginefactory.cpp │ ├── qorganizermanagerenginefactory.h │ ├── qorganizermanagerenginev2wrapper_p.cpp │ ├── qorganizermanagerenginev2wrapper_p.h │ ├── qorganizerrecurrencerule.cpp │ ├── qorganizerrecurrencerule.h │ ├── qorganizerrecurrencerule_p.h │ ├── qtorganizer.h │ ├── qtorganizerglobal.h │ └── requests │ │ ├── qorganizercollectionfetchrequest.cpp │ │ ├── qorganizercollectionfetchrequest.h │ │ ├── qorganizercollectionremoverequest.cpp │ │ ├── qorganizercollectionremoverequest.h │ │ ├── qorganizercollectionsaverequest.cpp │ │ ├── qorganizercollectionsaverequest.h │ │ ├── qorganizeritemdetaildefinitionfetchrequest.cpp │ │ ├── qorganizeritemdetaildefinitionfetchrequest.h │ │ ├── qorganizeritemdetaildefinitionremoverequest.cpp │ │ ├── qorganizeritemdetaildefinitionremoverequest.h │ │ ├── qorganizeritemdetaildefinitionsaverequest.cpp │ │ ├── qorganizeritemdetaildefinitionsaverequest.h │ │ ├── qorganizeritemfetchbyidrequest.cpp │ │ ├── qorganizeritemfetchbyidrequest.h │ │ ├── qorganizeritemfetchforexportrequest.cpp │ │ ├── qorganizeritemfetchforexportrequest.h │ │ ├── qorganizeritemfetchrequest.cpp │ │ ├── qorganizeritemfetchrequest.h │ │ ├── qorganizeritemidfetchrequest.cpp │ │ ├── qorganizeritemidfetchrequest.h │ │ ├── qorganizeritemoccurrencefetchrequest.cpp │ │ ├── qorganizeritemoccurrencefetchrequest.h │ │ ├── qorganizeritemremoverequest.cpp │ │ ├── qorganizeritemremoverequest.h │ │ ├── qorganizeritemrequests.h │ │ ├── qorganizeritemrequests_p.h │ │ ├── qorganizeritemsaverequest.cpp │ │ ├── qorganizeritemsaverequest.h │ │ └── requests.pri ├── publishsubscribe │ ├── contextkitlayer.cpp │ ├── contextkitlayer_p.h │ ├── dlmalloc.c │ ├── gconfitem.cpp │ ├── gconfitem_p.h │ ├── gconflayer_linux.cpp │ ├── gconflayer_linux_p.h │ ├── pathmapper_proxy_symbian.cpp │ ├── pathmapper_proxy_symbian_p.h │ ├── psmapperserver_symbian │ │ ├── clientservercommon.h │ │ ├── pathmapper_symbian.cpp │ │ ├── pathmapper_symbian_p.h │ │ ├── pspathmapperserver.cpp │ │ ├── pspathmapperserver.pan │ │ ├── pspathmapperserver.pro │ │ ├── pspathmapperserver_p.h │ │ ├── pspathmapperservermain.cpp │ │ ├── pspathmappersession.cpp │ │ ├── pspathmappersession_p.h │ │ ├── qcrmlparser.cpp │ │ └── qcrmlparser_p.h │ ├── publishsubscribe.pro │ ├── qmallocpool.cpp │ ├── qmallocpool_p.h │ ├── qpacketprotocol.cpp │ ├── qpacketprotocol_p.h │ ├── qsystemreadwritelock_p.h │ ├── qsystemreadwritelock_unix.cpp │ ├── qsystemreadwritelock_win.cpp │ ├── qvaluespace.cpp │ ├── qvaluespace.h │ ├── qvaluespace_p.h │ ├── qvaluespacemanager.cpp │ ├── qvaluespacemanager_p.h │ ├── qvaluespacepublisher.cpp │ ├── qvaluespacepublisher.h │ ├── qvaluespacesubscriber.cpp │ ├── qvaluespacesubscriber.h │ ├── registrylayer_win.cpp │ ├── settingslayer_symbian.cpp │ ├── settingslayer_symbian_p.h │ ├── sharedmemorylayer.cpp │ └── xqsettingsmanager_symbian │ │ ├── ccentralrepositoryhandler.cpp │ │ ├── ccentralrepositoryhandler_p.h │ │ ├── cenrepmonitor.cpp │ │ ├── cenrepmonitor_p.h │ │ ├── cpublishandsubscribehandler.cpp │ │ ├── cpublishandsubscribehandler_p.h │ │ ├── pubsubmonitor.cpp │ │ ├── pubsubmonitor_p.h │ │ ├── settingshandlerbase.cpp │ │ ├── settingshandlerbase_p.h │ │ ├── settingsmanager.pri │ │ ├── settingsmanager_global_p.h │ │ ├── xqcentralrepositorysearchcriteria.cpp │ │ ├── xqcentralrepositorysearchcriteria_p.h │ │ ├── xqcentralrepositoryutils.cpp │ │ ├── xqcentralrepositoryutils.h │ │ ├── xqcentralrepositoryutils_p.cpp │ │ ├── xqcentralrepositoryutils_p.h │ │ ├── xqpublishandsubscribesecuritypolicy.cpp │ │ ├── xqpublishandsubscribesecuritypolicy_p.h │ │ ├── xqpublishandsubscribeutils.cpp │ │ ├── xqpublishandsubscribeutils.h │ │ ├── xqpublishandsubscribeutils_p.cpp │ │ ├── xqpublishandsubscribeutils_p.h │ │ ├── xqsettingskey.cpp │ │ ├── xqsettingskey_p.h │ │ ├── xqsettingsmanager.cpp │ │ ├── xqsettingsmanager.h │ │ ├── xqsettingsmanager_p.cpp │ │ └── xqsettingsmanager_p.h ├── s60installs │ ├── backup_registration.xml │ ├── bwins │ │ ├── QtBeareru.def │ │ ├── QtConnectivityu.def │ │ ├── QtContactsu.def │ │ ├── QtFeedbacku.def │ │ ├── QtGalleryu.def │ │ ├── QtLocationu.def │ │ ├── QtMessagingu.def │ │ ├── QtMultimediaKitu.def │ │ ├── QtOrganizeru.def │ │ ├── QtPublishSubscribeu.def │ │ ├── QtSensorsu.def │ │ ├── QtServiceFrameworku.def │ │ ├── QtSystemInfou.def │ │ ├── QtVersitOrganizeru.def │ │ └── QtVersitu.def │ ├── deviceconfiguration │ │ ├── .gitignore │ │ ├── QtBearer{000a0000}.dll │ │ ├── bld.inf │ │ ├── mobilityconfig.prf │ │ ├── qtmobility.confml │ │ ├── qtmobility.iby │ │ ├── qtmobility.sisx │ │ ├── qtmobility_copy.implml │ │ ├── qtmobility_stub.pkg │ │ ├── qtmobility_stub.sis │ │ ├── qtmobilityconfig.xml │ │ ├── qtmobilitycontactssrv.iby │ │ ├── qtmobilityexampleapps.pkg │ │ ├── qtmobilityexamples.iby │ │ ├── qtmobilityheaders.flm │ │ ├── qtmobilitytests.iby │ │ ├── symbian3_config.pri │ │ └── symbian3_qtmobility.pkg │ ├── eabi │ │ ├── QtBeareru.def │ │ ├── QtConnectivityu.def │ │ ├── QtContactsu.def │ │ ├── QtFeedbacku.def │ │ ├── QtGalleryu.def │ │ ├── QtLocationu.def │ │ ├── QtMessagingu.def │ │ ├── QtMultimediaKitu.def │ │ ├── QtOrganizeru.def │ │ ├── QtPublishSubscribeu.def │ │ ├── QtSensorsu.def │ │ ├── QtServiceFrameworku.def │ │ ├── QtSystemInfou.def │ │ ├── QtVersitOrganizeru.def │ │ ├── QtVersitu.def │ │ └── qsfwdatabasemanagerserveru.def │ └── s60installs.pro ├── sensors │ ├── gestures │ │ ├── qsensorgesture.cpp │ │ ├── qsensorgesture.h │ │ ├── qsensorgesture_p.h │ │ ├── qsensorgesturemanager.cpp │ │ ├── qsensorgesturemanager.h │ │ ├── qsensorgesturemanagerprivate.cpp │ │ ├── qsensorgesturemanagerprivate_p.h │ │ ├── qsensorgestureplugininterface.cpp │ │ ├── qsensorgestureplugininterface.h │ │ ├── qsensorgesturerecognizer.cpp │ │ ├── qsensorgesturerecognizer.h │ │ ├── simulatorgesturescommon.cpp │ │ └── simulatorgesturescommon_p.h │ ├── make_sensor.pl │ ├── qaccelerometer.cpp │ ├── qaccelerometer.h │ ├── qaccelerometer_p.h │ ├── qaltimeter.cpp │ ├── qaltimeter.h │ ├── qaltimeter_p.h │ ├── qambientlightsensor.cpp │ ├── qambientlightsensor.h │ ├── qambientlightsensor_p.h │ ├── qambienttemperaturesensor.cpp │ ├── qambienttemperaturesensor.h │ ├── qambienttemperaturesensor_p.h │ ├── qcompass.cpp │ ├── qcompass.h │ ├── qcompass_p.h │ ├── qgyroscope.cpp │ ├── qgyroscope.h │ ├── qgyroscope_p.h │ ├── qholstersensor.cpp │ ├── qholstersensor.h │ ├── qholstersensor_p.h │ ├── qirproximitysensor.cpp │ ├── qirproximitysensor.h │ ├── qirproximitysensor_p.h │ ├── qlightsensor.cpp │ ├── qlightsensor.h │ ├── qlightsensor_p.h │ ├── qmagnetometer.cpp │ ├── qmagnetometer.h │ ├── qmagnetometer_p.h │ ├── qorientablesensorbase.cpp │ ├── qorientablesensorbase.h │ ├── qorientationsensor.cpp │ ├── qorientationsensor.h │ ├── qorientationsensor_p.h │ ├── qpressuresensor.cpp │ ├── qpressuresensor.h │ ├── qpressuresensor_p.h │ ├── qproximitysensor.cpp │ ├── qproximitysensor.h │ ├── qproximitysensor_p.h │ ├── qrotationsensor.cpp │ ├── qrotationsensor.h │ ├── qrotationsensor_p.h │ ├── qsensor.cpp │ ├── qsensor.h │ ├── qsensor_p.h │ ├── qsensorbackend.cpp │ ├── qsensorbackend.h │ ├── qsensormanager.cpp │ ├── qsensormanager.h │ ├── qsensorplugin.cpp │ ├── qsensorplugin.h │ ├── qsensorpluginloader.cpp │ ├── qsensorpluginloader_p.h │ ├── qtapsensor.cpp │ ├── qtapsensor.h │ ├── qtapsensor_p.h │ ├── sensorlog_p.h │ └── sensors.pro ├── serviceframework │ ├── databasemanager.cpp │ ├── databasemanager_p.h │ ├── databasemanager_symbian.cpp │ ├── databasemanager_symbian_p.h │ ├── databasemanagerserver_symbian │ │ ├── clientservercommon.h │ │ ├── databasemanagerserver.cpp │ │ ├── databasemanagerserver.pan │ │ ├── databasemanagerserver.pro │ │ ├── databasemanagerserver_p.h │ │ ├── databasemanagerservermain.cpp │ │ ├── databasemanagersession.cpp │ │ ├── databasemanagersession_p.h │ │ ├── databasemanagersignalhandler.cpp │ │ └── databasemanagersignalhandler_p.h │ ├── dberror.cpp │ ├── dberror_p.h │ ├── ipc │ │ ├── instancemanager.cpp │ │ ├── instancemanager_p.h │ │ ├── ipc.pri │ │ ├── ipcendpoint.cpp │ │ ├── ipcendpoint_p.h │ │ ├── metaobjectbuilder.pri │ │ ├── metaobjectbuilder │ │ │ ├── qmetaobjectbuilder.cpp │ │ │ └── qmetaobjectbuilder_p.h │ │ ├── metaobjectbuilder47 │ │ │ ├── qmetaobjectbuilder.cpp │ │ │ └── qmetaobjectbuilder_p.h │ │ ├── objectendpoint.cpp │ │ ├── objectendpoint_dbus.cpp │ │ ├── objectendpoint_dbus_p.h │ │ ├── objectendpoint_p.h │ │ ├── proxyobject.cpp │ │ ├── proxyobject_p.h │ │ ├── qremoteserviceregister_dbus_p.cpp │ │ ├── qremoteserviceregister_dbus_p.h │ │ ├── qremoteserviceregister_ls_p.cpp │ │ ├── qremoteserviceregister_ls_p.h │ │ ├── qremoteserviceregister_p.cpp │ │ ├── qremoteserviceregister_p.h │ │ ├── qremoteserviceregister_s60.cpp │ │ ├── qremoteserviceregister_s60_p.h │ │ ├── qremoteserviceregisterentry_p.h │ │ ├── qservicemetaobject_dbus.cpp │ │ ├── qservicemetaobject_dbus_p.h │ │ ├── qservicepackage.cpp │ │ ├── qservicepackage_p.h │ │ ├── qsignalintercepter.cpp │ │ ├── qsignalintercepter_p.h │ │ ├── qslotinvoker.cpp │ │ └── qslotinvoker_p.h │ ├── qabstractsecuritysession.cpp │ ├── qabstractsecuritysession.h │ ├── qremoteserviceregister.cpp │ ├── qremoteserviceregister.h │ ├── qservice.h │ ├── qservice.qdoc │ ├── qservicecontext.cpp │ ├── qservicecontext.h │ ├── qservicefilter.cpp │ ├── qservicefilter.h │ ├── qserviceinterfacedescriptor.cpp │ ├── qserviceinterfacedescriptor.h │ ├── qserviceinterfacedescriptor_p.h │ ├── qservicemanager.cpp │ ├── qservicemanager.h │ ├── qserviceplugininterface.cpp │ ├── qserviceplugininterface.h │ ├── servicedatabase.cpp │ ├── servicedatabase_p.h │ ├── serviceframework.pro │ ├── servicemetadata.cpp │ └── servicemetadata_p.h ├── src.pro ├── systeminfo │ ├── linux │ │ ├── gconfitem.cpp │ │ ├── gconfitem_p.h │ │ ├── qconnmanservice_linux.cpp │ │ ├── qconnmanservice_linux_p.h │ │ ├── qdevicekitservice_linux.cpp │ │ ├── qdevicekitservice_linux_p.h │ │ ├── qhalservice_linux.cpp │ │ ├── qhalservice_linux_p.h │ │ ├── qnetworkmanagerservice_linux.cpp │ │ ├── qnetworkmanagerservice_linux_p.h │ │ ├── qnmdbushelper.cpp │ │ ├── qnmdbushelper_p.h │ │ ├── qofonoservice_linux.cpp │ │ ├── qofonoservice_linux_p.h │ │ ├── qsysteminfo_dbus_p.h │ │ ├── qsysteminfo_linux.cpp │ │ ├── qsysteminfo_linux_common.cpp │ │ ├── qsysteminfo_linux_common_p.h │ │ ├── qsysteminfo_linux_p.h │ │ ├── qsysteminfodbushelper.cpp │ │ ├── qsysteminfodbushelper_p.h │ │ ├── qudevservice_linux.cpp │ │ └── qudevservice_linux_p.h │ ├── qsystemalignedtimer.cpp │ ├── qsystemalignedtimer.h │ ├── qsystemalignedtimer_meego.cpp │ ├── qsystemalignedtimer_meego_p.h │ ├── qsystemalignedtimer_stub.cpp │ ├── qsystemalignedtimer_stub_p.h │ ├── qsystemalignedtimer_symbian.cpp │ ├── qsystemalignedtimer_symbian_p.h │ ├── qsystembatteryinfo.cpp │ ├── qsystembatteryinfo.h │ ├── qsystemdeviceinfo.cpp │ ├── qsystemdeviceinfo.h │ ├── qsystemdisplayinfo.cpp │ ├── qsystemdisplayinfo.h │ ├── qsystemgeneralinfo.cpp │ ├── qsystemgeneralinfo.h │ ├── qsysteminfo.h │ ├── qsysteminfo_mac.mm │ ├── qsysteminfo_mac_p.h │ ├── qsysteminfo_maemo.cpp │ ├── qsysteminfo_maemo_p.h │ ├── qsysteminfo_s60.cpp │ ├── qsysteminfo_s60_p.h │ ├── qsysteminfo_simulator.cpp │ ├── qsysteminfo_simulator_p.h │ ├── qsysteminfo_win.cpp │ ├── qsysteminfo_win_p.h │ ├── qsysteminfocommon_p.h │ ├── qsysteminfodata_simulator.cpp │ ├── qsysteminfodata_simulator_p.h │ ├── qsystemnetworkinfo.cpp │ ├── qsystemnetworkinfo.h │ ├── qsystemscreensaver.cpp │ ├── qsystemscreensaver.h │ ├── qsystemstorageinfo.cpp │ ├── qsystemstorageinfo.h │ ├── symbian │ │ ├── HeartBeatTimer_s60.cpp │ │ ├── HeartBeatTimer_s60.h │ │ ├── batterystatus_s60.cpp │ │ ├── batterystatus_s60.h │ │ ├── chargingstatus_s60.cpp │ │ ├── chargingstatus_s60.h │ │ ├── lockandflipstatus_s60.cpp │ │ ├── lockandflipstatus_s60.h │ │ ├── networkinfo_s60.cpp │ │ ├── networkinfo_s60.h │ │ ├── networkoperatornamelistener_s60.cpp │ │ ├── networkoperatornamelistener_s60.h │ │ ├── pubandsubkey_s60.cpp │ │ ├── pubandsubkey_s60.h │ │ ├── storagedisknotifier_s60.cpp │ │ ├── storagedisknotifier_s60.h │ │ ├── storagestatus_s60.cpp │ │ ├── storagestatus_s60.h │ │ ├── telephonyinfo_s60.cpp │ │ ├── telephonyinfo_s60.h │ │ ├── thermalstatus_s60.cpp │ │ ├── thermalstatus_s60.h │ │ ├── trace.h │ │ ├── tsrc │ │ │ ├── qsystemdeviceinfo.pro │ │ │ ├── qsysteminfotestcommon.h │ │ │ ├── threadtests │ │ │ │ ├── threadtests.pro │ │ │ │ ├── tst_CreateDifferentInfosInDifferentThreads │ │ │ │ │ ├── tst_CreateDifferentInfosInDifferentThreads.cpp │ │ │ │ │ └── tst_CreateDifferentInfosInDifferentThreads.pro │ │ │ │ ├── tst_CreateInfoOutsideMainThread │ │ │ │ │ ├── tst_CreateInfoOutsideMainThread.cpp │ │ │ │ │ └── tst_CreateInfoOutsideMainThread.pro │ │ │ │ ├── tst_CreateSameInfosInDifferentThreads │ │ │ │ │ ├── tst_CreateSameInfosInDifferentThreads.cpp │ │ │ │ │ └── tst_CreateSameInfosInDifferentThreads.pro │ │ │ │ ├── tst_MoveInfosToDifferentThreads │ │ │ │ │ ├── tst_MoveInfosToDifferentThreads.cpp │ │ │ │ │ └── tst_MoveInfosToDifferentThreads.pro │ │ │ │ └── tst_RecreateInfosInDifferentThreads │ │ │ │ │ ├── tst_RecreateInfosInDifferentThreads.cpp │ │ │ │ │ └── tst_RecreateInfosInDifferentThreads.pro │ │ │ ├── tst_qsystemdeviceinfo.cpp │ │ │ └── tst_qsysteminfo_s60_p │ │ │ │ ├── tst_qsysteminfo_s60_p.cpp │ │ │ │ └── tst_qsysteminfo_s60_p.pro │ │ ├── wlaninfo_s60.cpp │ │ ├── wlaninfo_s60.cpp_ │ │ ├── wlaninfo_s60.h │ │ └── wlaninfo_s60.h_ │ ├── systeminfo.pro │ └── windows │ │ ├── qwmihelper_win.cpp │ │ └── qwmihelper_win_p.h ├── versit │ ├── qvcard21writer.cpp │ ├── qvcard21writer_p.h │ ├── qvcard30writer.cpp │ ├── qvcard30writer_p.h │ ├── qvcardrestorehandler_p.cpp │ ├── qvcardrestorehandler_p.h │ ├── qversitcontactexporter.cpp │ ├── qversitcontactexporter.h │ ├── qversitcontactexporter_p.cpp │ ├── qversitcontactexporter_p.h │ ├── qversitcontacthandler.cpp │ ├── qversitcontacthandler.h │ ├── qversitcontactimporter.cpp │ ├── qversitcontactimporter.h │ ├── qversitcontactimporter_p.cpp │ ├── qversitcontactimporter_p.h │ ├── qversitcontactpluginloader_p.cpp │ ├── qversitcontactpluginloader_p.h │ ├── qversitcontactsdefs_p.h │ ├── qversitdefs_p.h │ ├── qversitdocument.cpp │ ├── qversitdocument.h │ ├── qversitdocument_p.cpp │ ├── qversitdocument_p.h │ ├── qversitdocumentwriter_p.cpp │ ├── qversitdocumentwriter_p.h │ ├── qversitproperty.cpp │ ├── qversitproperty.h │ ├── qversitproperty_p.h │ ├── qversitreader.cpp │ ├── qversitreader.h │ ├── qversitreader_p.cpp │ ├── qversitreader_p.h │ ├── qversitresourcehandler.cpp │ ├── qversitresourcehandler.h │ ├── qversitwriter.cpp │ ├── qversitwriter.h │ ├── qversitwriter_p.cpp │ ├── qversitwriter_p.h │ ├── versit.pro │ ├── versitutils.cpp │ └── versitutils_p.h └── versitorganizer │ ├── qversitorganizerdefs_p.h │ ├── qversitorganizerexporter.cpp │ ├── qversitorganizerexporter.h │ ├── qversitorganizerexporter_p.cpp │ ├── qversitorganizerexporter_p.h │ ├── qversitorganizerhandler.cpp │ ├── qversitorganizerhandler.h │ ├── qversitorganizerimporter.cpp │ ├── qversitorganizerimporter.h │ ├── qversitorganizerimporter_p.cpp │ ├── qversitorganizerimporter_p.h │ ├── qversitorganizerpluginloader_p.cpp │ ├── qversitorganizerpluginloader_p.h │ ├── qversittimezonehandler.h │ ├── timezones_p.cpp │ ├── timezones_p.h │ └── versitorganizer.pro ├── staticconfig.pri ├── sysdef_1_5_1.dtd ├── tests ├── auto │ ├── auto.pro │ ├── bearer.pro │ ├── connectivity.pro │ ├── contacts.pro │ ├── contacts_plugins.pri │ ├── databasemanager │ │ ├── databasemanager.pro │ │ ├── testdata │ │ │ ├── ServiceAcme.xml │ │ │ ├── ServiceAutobot.xml │ │ │ ├── ServiceCyberdyne.xml │ │ │ ├── ServiceDecepticon.xml │ │ │ ├── ServiceDharma_Flame.xml │ │ │ ├── ServiceDharma_Hydra.xml │ │ │ ├── ServiceDharma_Orchid.xml │ │ │ ├── ServiceDharma_Pearl.xml │ │ │ ├── ServiceDharma_Swan.xml │ │ │ ├── ServiceLuthorCorp.xml │ │ │ ├── ServiceOmni.xml │ │ │ ├── ServicePrimatech.xml │ │ │ ├── ServicePrimatech2error.xml │ │ │ ├── ServiceSkynet.xml │ │ │ ├── ServiceTest.xml │ │ │ ├── ServiceTest1.xml │ │ │ ├── ServiceTest2.xml │ │ │ ├── ServiceTest3.xml │ │ │ ├── ServiceWayneEnt.xml │ │ │ ├── ServiceYamagato.xml │ │ │ ├── ServiceYamagatoError.xml │ │ │ ├── Test1.xml │ │ │ ├── Test10.xml │ │ │ ├── Test2.xml │ │ │ ├── Test3.xml │ │ │ ├── Test4.xml │ │ │ ├── Test5.xml │ │ │ ├── Test6.xml │ │ │ ├── Test7.xml │ │ │ ├── Test8.xml │ │ │ └── Test9.xml │ │ ├── tst_databasemanager.cpp │ │ └── tst_databasemanager_symbian.cpp │ ├── feedback.pro │ ├── gallery.pro │ ├── geoservicesgeomap │ │ ├── geoservicesgeomap.pro │ │ └── tst_geoservicesgeomapplugin.cpp │ ├── geoservicesgeomapplugin │ │ ├── geoservicesgeomapplugin.pro │ │ ├── qgeomappingmanagerengine_test.h │ │ ├── qgeoserviceproviderplugin_test.cpp │ │ └── qgeoserviceproviderplugin_test.h │ ├── geoservicesgeotiledmap │ │ ├── geoservicesgeotiledmap.pro │ │ └── tst_geoservicesgeotiledmapplugin.cpp │ ├── geoservicesgeotiledmapplugin │ │ ├── geoservicesgeotiledmapplugin.pro │ │ ├── geoservicestestmaptiles.qrc │ │ ├── png8.png │ │ ├── qgeomappingmanagerengine_test.h │ │ ├── qgeoserviceproviderplugin_test.cpp │ │ └── qgeoserviceproviderplugin_test.h │ ├── headers │ │ ├── headers.pro │ │ ├── headersclean.cpp │ │ └── tst_headers.cpp │ ├── host.pro │ ├── icheck │ │ ├── icheck.pro │ │ ├── testdata │ │ │ ├── EnumFlagsFct.h │ │ │ ├── IEnumFlagsFct.h │ │ │ ├── IInvokableFct.h │ │ │ ├── IMultiClassFct.h │ │ │ ├── IPropertyFct.h │ │ │ ├── ISignalFct.h │ │ │ ├── InvokableBase.h │ │ │ ├── InvokableFct.h │ │ │ ├── MultiClassFct.h │ │ │ ├── PropertyBase.h │ │ │ ├── PropertyFct.h │ │ │ ├── SignalBase.h │ │ │ ├── SignalFct.h │ │ │ └── Test.xml │ │ └── tst_icheck.cpp │ ├── landmarks_plugins.pri │ ├── location.pro │ ├── maemo6 │ │ ├── maemo6.pro │ │ ├── qsystemdeviceinfo_maemo │ │ │ ├── qsystemdeviceinfo_maemo.pro │ │ │ └── tst_qsystemdeviceinfo_maemo.cpp │ │ ├── qsystemnetworkinfo_maemo │ │ │ ├── qsystemnetworkinfo_maemo.pro │ │ │ └── tst_qsystemnetworkinfo_maemo.cpp │ │ └── qsystemscreensaver_maemo │ │ │ ├── qsystemscreensaver_maemo.pro │ │ │ └── tst_qsystemscreensaver_maemo.cpp │ ├── maketestselftest │ │ ├── checktest │ │ │ ├── checktest.pro │ │ │ └── main.cpp │ │ ├── features │ │ │ └── dump_subdirs.prf │ │ ├── maketestselftest.pro │ │ ├── test │ │ │ └── test.pro │ │ └── tst_maketestselftest.cpp │ ├── messaging.pro │ ├── multimedia.pro │ ├── nfcdata │ │ ├── Qt Labs Website Tag Type1.nfc │ │ └── Qt Website Tag Type1.nfc │ ├── organizer.pro │ ├── pixelindex │ │ ├── pixelindex.pro │ │ ├── pixelindexengine.cpp │ │ ├── pixelindexengine.h │ │ └── plugin.cpp │ ├── positionplugin │ │ ├── plugin.cpp │ │ └── positionplugin.pro │ ├── positionplugintest │ │ ├── positionplugintest.pro │ │ └── tst_positionplugin.cpp │ ├── publishsubscribe.pro │ ├── qabstractsecuritysession │ │ ├── qabstractsecuritysession.pro │ │ └── tst_qabstractsecuritysession.cpp │ ├── qabstractvideobuffer │ │ ├── qabstractvideobuffer.pro │ │ └── tst_qabstractvideobuffer.cpp │ ├── qabstractvideosurface │ │ ├── qabstractvideosurface.pro │ │ └── tst_qabstractvideosurface.cpp │ ├── qaudiocapturesource │ │ ├── qaudiocapturesource.pro │ │ └── tst_qaudiocapturesource.cpp │ ├── qaudiodeviceinfo │ │ ├── qaudiodeviceinfo.pro │ │ └── tst_qaudiodeviceinfo.cpp │ ├── qaudioformat │ │ ├── qaudioformat.pro │ │ └── tst_qaudioformat.cpp │ ├── qaudioinput │ │ ├── qaudioinput.pro │ │ ├── tst_qaudioinput.cpp │ │ ├── wavheader.cpp │ │ └── wavheader.h │ ├── qaudiooutput │ │ ├── qaudiooutput.pro │ │ ├── tst_qaudiooutput.cpp │ │ ├── wavheader.cpp │ │ └── wavheader.h │ ├── qbearertestcommon.h │ ├── qbluetoothaddress │ │ ├── qbluetoothaddress.pro │ │ └── tst_qbluetoothaddress.cpp │ ├── qbluetoothdevicediscoveryagent │ │ ├── qbluetoothdevicediscoveryagent.pro │ │ └── tst_qbluetoothdevicediscoveryagent.cpp │ ├── qbluetoothdeviceinfo │ │ ├── qbluetoothdeviceinfo.pro │ │ └── tst_qbluetoothdeviceinfo.cpp │ ├── qbluetoothlocaldevice │ │ ├── qbluetoothlocaldevice.pro │ │ └── tst_qbluetoothlocaldevice.cpp │ ├── qbluetoothservicediscoveryagent │ │ ├── qbluetoothservicediscoveryagent.pro │ │ └── tst_qbluetoothservicediscoveryagent.cpp │ ├── qbluetoothserviceinfo │ │ ├── qbluetoothserviceinfo.pro │ │ └── tst_qbluetoothserviceinfo.cpp │ ├── qbluetoothsocket │ │ ├── README.txt │ │ ├── qbluetoothsocket.pro │ │ └── tst_qbluetoothsocket.cpp │ ├── qbluetoothtransfermanager │ │ ├── qbluetoothtransfermanager.pro │ │ └── tst_qbluetoothtransfermanager.cpp │ ├── qbluetoothtransferrequest │ │ ├── qbluetoothtransferrequest.pro │ │ └── tst_qbluetoothtransferrequest.cpp │ ├── qbluetoothuuid │ │ ├── qbluetoothuuid.pro │ │ └── tst_qbluetoothuuid.cpp │ ├── qcamera │ │ ├── qcamera.pro │ │ └── tst_qcamera.cpp │ ├── qcamerabackend │ │ ├── qcamerabackend.pro │ │ └── tst_qcamerabackend.cpp │ ├── qcameraimagecapture │ │ ├── qcameraimagecapture.pro │ │ └── tst_qcameraimagecapture.cpp │ ├── qcameraviewfinder │ │ ├── qcameraviewfinder.pro │ │ └── tst_qcameraviewfinder.cpp │ ├── qconnectivitytestcommon.h │ ├── qcontact │ │ ├── qcontact.pro │ │ └── tst_qcontact.cpp │ ├── qcontactactions │ │ ├── multiaction │ │ │ ├── multiaction.cpp │ │ │ ├── multiaction.pro │ │ │ ├── multiaction_p.h │ │ │ └── xmldata │ │ │ │ └── multiactionservice.xml │ │ ├── qcontactactions.pro │ │ ├── sendemailaction │ │ │ ├── sendemailaction.cpp │ │ │ ├── sendemailaction.pro │ │ │ ├── sendemailaction_p.h │ │ │ └── xmldata │ │ │ │ └── sendemailactionservice.xml │ │ └── unittest │ │ │ ├── tst_qcontactactions.cpp │ │ │ └── unittest.pro │ ├── qcontactasync │ │ ├── maliciousplugin │ │ │ ├── maliciousplugin.cpp │ │ │ ├── maliciousplugin.pro │ │ │ └── maliciousplugin_p.h │ │ ├── qcontactasync.pro │ │ └── unittest │ │ │ ├── tst_qcontactasync.cpp │ │ │ └── unittest.pro │ ├── qcontactdetail │ │ ├── qcontactdetail.pro │ │ └── tst_qcontactdetail.cpp │ ├── qcontactdetaildefinition │ │ ├── qcontactdetaildefinition.pro │ │ └── tst_qcontactdetaildefinition.cpp │ ├── qcontactdetails │ │ ├── qcontactdetails.pro │ │ └── tst_qcontactdetails.cpp │ ├── qcontactfilter │ │ ├── qcontactfilter.pro │ │ └── tst_qcontactfilter.cpp │ ├── qcontactmanager │ │ ├── qcontactmanager.pro │ │ └── tst_qcontactmanager.cpp │ ├── qcontactmanagerdataholder.h │ ├── qcontactmanagerdetails │ │ ├── qcontactmanagerdetails.pro │ │ └── tst_qcontactmanagerdetails.cpp │ ├── qcontactmanagerfiltering │ │ ├── qcontactmanagerfiltering.pro │ │ ├── testactions │ │ │ ├── booleanaction │ │ │ │ ├── booleanaction.pro │ │ │ │ ├── booleanaction_p.h │ │ │ │ └── xmldata │ │ │ │ │ └── booleanactionservice.xml │ │ │ ├── dateaction │ │ │ │ ├── dateaction.pro │ │ │ │ ├── dateaction_p.h │ │ │ │ └── xmldata │ │ │ │ │ └── dateactionservice.xml │ │ │ ├── integeraction │ │ │ │ ├── integeraction.pro │ │ │ │ ├── integeraction_p.h │ │ │ │ └── xmldata │ │ │ │ │ └── integeractionservice.xml │ │ │ ├── numberaction │ │ │ │ ├── numberaction.pro │ │ │ │ ├── numberaction_p.h │ │ │ │ └── xml │ │ │ │ │ └── numberactionservice.xml │ │ │ ├── phonenumberaction │ │ │ │ ├── phonenumberaction.pro │ │ │ │ ├── phonenumberaction_p.h │ │ │ │ └── xmldata │ │ │ │ │ └── phonenumberactionservice.xml │ │ │ └── testactions.pro │ │ └── unittest │ │ │ ├── tst_qcontactmanagerfiltering.cpp │ │ │ └── unittest.pro │ ├── qcontactmanagerplugins │ │ ├── dummyotherplugin │ │ │ ├── dummyotherplugin.cpp │ │ │ └── dummyotherplugin.pro │ │ ├── dummyplugin │ │ │ ├── dummyplugin.cpp │ │ │ ├── dummyplugin.h │ │ │ └── dummyplugin.pro │ │ ├── dummyplugincopy │ │ │ └── dummyplugincopy.pro │ │ ├── dummypluginempty │ │ │ └── dummypluginempty.pro │ │ ├── dummyplugininvalid │ │ │ └── dummyplugininvalid.pro │ │ ├── dummypluginmemory │ │ │ └── dummypluginmemory.pro │ │ ├── qcontactmanagerplugins.pro │ │ └── unittest │ │ │ ├── tst_qcontactmanagerplugins.cpp │ │ │ └── unittest.pro │ ├── qcontactmemusage │ │ ├── qcontactmemusage.pro │ │ └── tst_qcontactmemusage.cpp │ ├── qcontactrelationship │ │ ├── qcontactrelationship.pro │ │ └── tst_qcontactrelationship.cpp │ ├── qcrmlparser │ │ ├── qcrmlparser.pro │ │ ├── testdata │ │ │ ├── error1.qcrml │ │ │ ├── error2.qcrml │ │ │ ├── error3.qcrml │ │ │ ├── error4.qcrml │ │ │ ├── error5.qcrml │ │ │ ├── test1.qcrml │ │ │ ├── test2.confml │ │ │ ├── test2.qcrml │ │ │ ├── test3.confml │ │ │ ├── test3.qcrml │ │ │ ├── test4.qcrml │ │ │ ├── test5.qcrml │ │ │ ├── test6.qcrml │ │ │ ├── test7.qcrml │ │ │ └── test8.qcrml │ │ └── tst_qcrmlparser.cpp │ ├── qdeclarativeaudio │ │ ├── qdeclarativeaudio.pro │ │ └── tst_qdeclarativeaudio.cpp │ ├── qdeclarativebatteryinfo │ │ ├── qdeclarativebatteryinfo.pro │ │ └── tst_qdeclarativebatteryinfo.cpp │ ├── qdeclarativecontact │ │ ├── qdeclarativecontact.pro │ │ └── tst_qdeclarativecontact.cpp │ ├── qdeclarativedeviceinfo │ │ ├── qdeclarativedeviceinfo.pro │ │ └── tst_qdeclarativedeviceinfo.cpp │ ├── qdeclarativedisplayinfo │ │ ├── qdeclarativedisplayinfo.pro │ │ └── tst_qdeclarativedisplayinfo.cpp │ ├── qdeclarativedocumentgalleryitem │ │ ├── qdeclarativedocumentgalleryitem.pro │ │ └── tst_qdeclarativedocumentgalleryitem.cpp │ ├── qdeclarativedocumentgallerymodel │ │ ├── qdeclarativedocumentgallerymodel.pro │ │ └── tst_qdeclarativedocumentgallerymodel.cpp │ ├── qdeclarativedocumentgallerytype │ │ ├── qdeclarativedocumentgallerytype.pro │ │ └── tst_qdeclarativedocumentgallerytype.cpp │ ├── qdeclarativefeedback │ │ ├── data │ │ │ ├── actuator.qml │ │ │ ├── fileeffect.qml │ │ │ ├── hapticseffect.qml │ │ │ ├── themeeffect.qml │ │ │ ├── themeeffect2.qml │ │ │ └── themeeffect3.qml │ │ ├── qdeclarativefeedback.pro │ │ └── tst_qdeclarativefeedback.cpp │ ├── qdeclarativelandmark │ │ ├── qdeclarativelandmark.pro │ │ └── tst_qdeclarativelandmark.cpp │ ├── qdeclarativemap │ │ ├── qdeclarativemap.pro │ │ └── tst_qdeclarativemap.cpp │ ├── qdeclarativenetworkinfo │ │ ├── qdeclarativenetworkinfo.pro │ │ └── tst_qdeclarativenetworkinfo.cpp │ ├── qdeclarativeorganizer │ │ ├── qdeclarativeorganizer.pro │ │ └── tst_qdeclarativeorganizer.cpp │ ├── qdeclarativeposition │ │ ├── data │ │ │ ├── nmealog.txt │ │ │ └── nmealog2.txt │ │ ├── locationdata.qrc │ │ ├── qdeclarativeposition.pro │ │ └── tst_qdeclarativeposition.cpp │ ├── qdeclarativescreensaver │ │ ├── qdeclarativescreensaver.pro │ │ └── tst_qdeclarativescreensaver.cpp │ ├── qdeclarativestorageinfo │ │ ├── qdeclarativestorageinfo.pro │ │ └── tst_qdeclarativestorageinfo.cpp │ ├── qdeclarativesysteminfo │ │ ├── qdeclarativesysteminfo.pro │ │ └── tst_qdeclarativesysteminfo.cpp │ ├── qdeclarativevideo │ │ ├── qdeclarativevideo.pro │ │ └── tst_qdeclarativevideo.cpp │ ├── qdocumentgallery │ │ ├── qdocumentgallery.pro │ │ └── tst_qdocumentgallery.cpp │ ├── qfeedbackactuator │ │ ├── qfeedbackactuator.pro │ │ └── tst_qfeedbackactuator.cpp │ ├── qfeedbackhapticseffect │ │ ├── qfeedbackhapticseffect.pro │ │ └── tst_qfeedbackhapticseffect.cpp │ ├── qfeedbackmmk │ │ ├── qfeedbackmmk.pro │ │ ├── test.wav │ │ └── tst_qfeedbackmmk.cpp │ ├── qfeedbacknoplugins │ │ ├── qfeedbacknoplugins.pro │ │ └── tst_qfeedbacknoplugins.cpp │ ├── qfeedbackplugin │ │ ├── qfeedbackplugin.pro │ │ ├── testplugin │ │ │ ├── qfeedbacktestplugin.cpp │ │ │ ├── qfeedbacktestplugin.h │ │ │ └── testplugin.pro │ │ ├── testplugin2 │ │ │ ├── qfeedbacktestplugin.cpp │ │ │ ├── qfeedbacktestplugin.h │ │ │ └── testplugin2.pro │ │ ├── testplugin3 │ │ │ ├── qfeedbacktestplugin.cpp │ │ │ ├── qfeedbacktestplugin.h │ │ │ └── testplugin3.pro │ │ └── unittest │ │ │ ├── tst_qfeedbackplugin.cpp │ │ │ └── unittest.pro │ ├── qgalleryabstractrequest │ │ ├── qgalleryabstractrequest.pro │ │ └── tst_qgalleryabstractrequest.cpp │ ├── qgalleryabstractresponse │ │ ├── qgalleryabstractresponse.pro │ │ └── tst_qgalleryabstractresponse.cpp │ ├── qgalleryfilter │ │ ├── qgalleryfilter.pro │ │ └── tst_qgalleryfilter.cpp │ ├── qgalleryitemrequest │ │ ├── qgalleryitemrequest.pro │ │ └── tst_qgalleryitemrequest.cpp │ ├── qgalleryquerymodel │ │ ├── qgalleryquerymodel.pro │ │ └── tst_qgalleryquerymodel.cpp │ ├── qgalleryqueryrequest │ │ ├── qgalleryqueryrequest.pro │ │ └── tst_qgalleryqueryrequest.cpp │ ├── qgalleryresource │ │ ├── qgalleryresource.pro │ │ └── tst_qgalleryresource.cpp │ ├── qgallerytrackerresultset_maemo5 │ │ ├── qgallerytrackerresultset_maemo5.pro │ │ └── tst_qgallerytrackerresultset.cpp │ ├── qgallerytrackerresultset_maemo6 │ │ ├── qgallerytrackerresultset_maemo6.pro │ │ └── tst_qgallerytrackerresultset.cpp │ ├── qgallerytrackerschema_maemo5 │ │ ├── qgallerytrackerschema_maemo5.pro │ │ └── tst_qgallerytrackerschema.cpp │ ├── qgallerytrackerschema_maemo6 │ │ ├── qgallerytrackerschema_maemo6.pro │ │ └── tst_qgallerytrackerschema.cpp │ ├── qgallerytyperequest │ │ ├── qgallerytyperequest.pro │ │ └── tst_qgallerytyperequest.cpp │ ├── qgeoaddress │ │ ├── qgeoaddress.pro │ │ ├── tst_qgeoaddress.cpp │ │ └── tst_qgeoaddress.h │ ├── qgeoareamonitor │ │ ├── qgeoareamonitor.pro │ │ └── tst_qgeoareamonitor.cpp │ ├── qgeoboundingbox │ │ ├── qgeoboundingbox.pro │ │ └── tst_qgeoboundingbox.cpp │ ├── qgeoboundingcircle │ │ ├── qgeoboundingcircle.pro │ │ └── tst_qgeoboundingcircle.cpp │ ├── qgeocoordinate │ │ ├── qgeocoordinate.pro │ │ ├── qlocationtestutils.cpp │ │ ├── qlocationtestutils_p.h │ │ └── tst_qgeocoordinate.cpp │ ├── qgeoinfosources_wince │ │ ├── qgeoinfosources_wince.pro │ │ └── tst_qgeoinfosources_wince.cpp │ ├── qgeomaneuver │ │ ├── qgeomaneuver.pro │ │ ├── tst_qgeomaneuver.cpp │ │ └── tst_qgeomaneuver.h │ ├── qgeomapcircleobject │ │ ├── qgeomapcircleobject.pro │ │ └── tst_qgeomapcircleobject.cpp │ ├── qgeomapgroupobject │ │ ├── poimarker.png │ │ ├── qgeomapgroupobject.pro │ │ ├── resources.qrc │ │ └── tst_qgeomapgroupobject.cpp │ ├── qgeomapobject │ │ ├── qgeomapobject.pro │ │ └── tst_qgeomapobject.cpp │ ├── qgeomapobjectinfo │ │ ├── qgeomappingmanagerengineinherit.h │ │ ├── tst_qgeomapdata.cpp │ │ ├── tst_qgeomapdata.h │ │ ├── tst_qgeomapobjectinfo.cpp │ │ ├── tst_qgeomapobjectinfo.pro │ │ ├── tst_qgeomapobjectinfoinherit.cpp │ │ ├── tst_qgeomapobjectinfoinherit.h │ │ └── tst_qgeomappingmanagerengineinherit.cpp │ ├── qgeomapobjectplugin │ │ ├── qgeomapobjectplugin.pro │ │ ├── qgeomappingmanagerengine_test.h │ │ ├── qgeoserviceproviderplugin_test.cpp │ │ ├── qgeoserviceproviderplugin_test.h │ │ ├── testhelper.cpp │ │ └── testhelper.h │ ├── qgeomappixmapobject │ │ ├── qgeomappixmapobject.pro │ │ └── tst_qgeomappixmapobject.cpp │ ├── qgeomappolygonobject │ │ ├── qgeomappolygonobject.pro │ │ └── tst_qgeomappolygonobject.cpp │ ├── qgeomappolylineobject │ │ ├── qgeomappolylineobject.pro │ │ └── tst_qgeomappolylineobject.cpp │ ├── qgeomaprectangleobject │ │ ├── qgeomaprectangleobject.pro │ │ └── tst_qgeomaprectangleobject.cpp │ ├── qgeomaprouteobject │ │ ├── qgeomaprouteobject.pro │ │ └── tst_qgeomaprouteobject.cpp │ ├── qgeomaptextobject │ │ ├── qgeomaptextobject.pro │ │ └── tst_qgeomaptextobject.cpp │ ├── qgeoplace │ │ ├── qgeoplace.pro │ │ ├── tst_qgeoplace.cpp │ │ └── tst_qgeoplace.h │ ├── qgeopositioninfo │ │ ├── qgeopositioninfo.pro │ │ └── tst_qgeopositioninfo.cpp │ ├── qgeopositioninfosource │ │ ├── data │ │ │ └── gcmock_basic_vel_pos.journal │ │ ├── geoclue_mock_data.qrc │ │ ├── geocluemock.cpp │ │ ├── geocluemock.h │ │ ├── qgeopositioninfosource.pro │ │ ├── testqgeopositioninfosource.cpp │ │ ├── testqgeopositioninfosource_p.h │ │ └── tst_qgeopositioninfosource.cpp │ ├── qgeopositioninfosource_mock │ │ └── qgeopositioninfosource_mock.pro │ ├── qgeoroute │ │ ├── qgeoroute.pro │ │ ├── tst_qgeoroute.cpp │ │ └── tst_qgeoroute.h │ ├── qgeoroutereply │ │ ├── qgeoroutereply.pro │ │ ├── tst_qgeoroutereply.cpp │ │ └── tst_qgeoroutereply.h │ ├── qgeorouterequest │ │ ├── qgeorouterequest.pro │ │ ├── tst_qgeorouterequest.cpp │ │ └── tst_qgeorouterequest.h │ ├── qgeoroutesegment │ │ ├── qgeoroutesegment.pro │ │ ├── tst_qgeoroutesegment.cpp │ │ └── tst_qgeoroutesegment.h │ ├── qgeoroutingmanager │ │ ├── qgeoroutingmanager.pro │ │ ├── tst_qgeoroutingmanager.cpp │ │ └── tst_qgeoroutingmanager.h │ ├── qgeoroutingmanagerplugins │ │ ├── qgeoroutingmanagerengine_test.h │ │ ├── qgeoroutingmanagerplugins.pro │ │ ├── qgeoserviceproviderplugin_test.cpp │ │ └── qgeoserviceproviderplugin_test.h │ ├── qgeosatelliteinfo │ │ ├── qgeosatelliteinfo.pro │ │ └── tst_qgeosatelliteinfo.cpp │ ├── qgeosatelliteinfosource │ │ ├── gypsymock │ │ │ ├── data │ │ │ │ └── gypsymock_basic_sat.journal │ │ │ ├── gypsy_mock_data.qrc │ │ │ ├── gypsymock.cpp │ │ │ └── gypsymock.h │ │ ├── qgeosatelliteinfosource.pro │ │ ├── test │ │ │ ├── test.pro │ │ │ └── tst_qgeosatelliteinfosource.cpp │ │ ├── testqgeosatelliteinfosource.cpp │ │ └── testqgeosatelliteinfosource_p.h │ ├── qgeosatelliteinfosource_mock │ │ └── qgeosatelliteinfosource_mock.pro │ ├── qgeosearchmanager │ │ ├── qgeosearchmanager.pro │ │ ├── tst_qgeosearchmanager.cpp │ │ └── tst_qgeosearchmanager.h │ ├── qgeosearchmanagerplugins │ │ ├── qgeosearchmanagerengine_test.h │ │ ├── qgeosearchmanagerplugins.pro │ │ ├── qgeoserviceproviderplugin_test.cpp │ │ └── qgeoserviceproviderplugin_test.h │ ├── qgeosearchreply │ │ ├── qgeosearchreply.pro │ │ ├── tst_qgeosearchreply.cpp │ │ └── tst_qgeosearchreply.h │ ├── qgeoserviceprovider │ │ ├── qgeoserviceprovider.pro │ │ └── tst_qgeoserviceprovider.cpp │ ├── qgeoserviceproviderplugins │ │ ├── dynamicplugin1 │ │ │ ├── dynamicplugin1.pro │ │ │ ├── qgeoserviceproviderplugin_test.cpp │ │ │ └── qgeoserviceproviderplugin_test.h │ │ ├── qgeoserviceproviderplugins.pro │ │ ├── staticplugin1 │ │ │ ├── qgeoserviceproviderplugin_test.cpp │ │ │ ├── qgeoserviceproviderplugin_test.h │ │ │ └── staticplugin1.pro │ │ └── staticplugin2 │ │ │ ├── qgeoserviceproviderplugin_test.cpp │ │ │ ├── qgeoserviceproviderplugin_test.h │ │ │ └── staticplugin2.pro │ ├── qgeotiledmapdata │ │ ├── qgeotiledmapdata.pro │ │ └── tst_qgeotiledmapdata.cpp │ ├── qgeotiledmappingmanagerengine │ │ ├── qgeotiledmappingmanagerengine.pro │ │ └── tst_qgeotiledmappingmanagerengine.cpp │ ├── qgraphicsvideoitem │ │ ├── qgraphicsvideoitem.pro │ │ └── tst_qgraphicsvideoitem.cpp │ ├── qgraphicsvideoitem_symbian │ │ ├── qgraphicsvideoitem_symbian.pro │ │ └── tst_qgraphicsvideoitem_symbian.cpp │ ├── ql2capserver │ │ ├── ql2capserver.pro │ │ └── tst_ql2capserver.cpp │ ├── qlandmark │ │ ├── qlandmark.pro │ │ └── tst_qlandmark.cpp │ ├── qlandmarkcategory │ │ ├── qlandmarkcategory.pro │ │ └── tst_qlandmarkcategory.cpp │ ├── qlandmarkfilehandler_gpx │ │ ├── data.qrc │ │ ├── data │ │ │ ├── convert-all-in-prefixed.xml │ │ │ ├── convert-all-in.xml │ │ │ ├── convert-all-out-prefixed.xml │ │ │ ├── convert-all-out.xml │ │ │ ├── convert-empty.xml │ │ │ ├── convert-routes.xml │ │ │ ├── convert-tracks-in.xml │ │ │ ├── convert-tracks-out.xml │ │ │ ├── convert-waypoints.xml │ │ │ ├── errors │ │ │ │ ├── gpx │ │ │ │ │ ├── invalidfirst.xml │ │ │ │ │ ├── invalidlast.xml │ │ │ │ │ ├── invalidmid.xml │ │ │ │ │ ├── nocreator.xml │ │ │ │ │ ├── noroot.xml │ │ │ │ │ ├── noversion.xml │ │ │ │ │ ├── tworoots.xml │ │ │ │ │ ├── wrongorder.xml │ │ │ │ │ ├── wrongroot.xml │ │ │ │ │ └── wrongversion.xml │ │ │ │ ├── rte │ │ │ │ │ ├── invalidfirst.xml │ │ │ │ │ ├── invalidlast.xml │ │ │ │ │ ├── invalidmid.xml │ │ │ │ │ └── wrongorder.xml │ │ │ │ ├── trk │ │ │ │ │ ├── invalidfirst.xml │ │ │ │ │ ├── invalidlast.xml │ │ │ │ │ ├── invalidmid.xml │ │ │ │ │ └── wrongorder.xml │ │ │ │ ├── trkseg │ │ │ │ │ ├── invalidfirst.xml │ │ │ │ │ ├── invalidlast.xml │ │ │ │ │ ├── invalidmid.xml │ │ │ │ │ └── wrongorder.xml │ │ │ │ └── wpt │ │ │ │ │ ├── invalidfirst.xml │ │ │ │ │ ├── invalidlast.xml │ │ │ │ │ ├── invalidmid.xml │ │ │ │ │ ├── nolat.xml │ │ │ │ │ ├── nolon.xml │ │ │ │ │ ├── nondoubleele.xml │ │ │ │ │ ├── nondoublelat.xml │ │ │ │ │ ├── nondoublelon.xml │ │ │ │ │ ├── outofrangelat.xml │ │ │ │ │ ├── outofrangelon.xml │ │ │ │ │ └── wrongorder.xml │ │ │ ├── invalid.xml │ │ │ └── valid.xml │ │ ├── qlandmarkfilehandler_gpx.pro │ │ └── tst_qlandmarkfilehandler_gpx.cpp │ ├── qlandmarkfilehandler_lmx │ │ ├── data.qrc │ │ ├── data │ │ │ ├── category-id-empty.xml │ │ │ ├── category-id-unknown.xml │ │ │ ├── convert-collection-in.xml │ │ │ ├── convert-collection-out.xml │ │ │ ├── convert-single-in.xml │ │ │ ├── convert-single-out.xml │ │ │ ├── convert-single-prefixed-in.xml │ │ │ ├── convert-single-prefixed-out.xml │ │ │ └── errors │ │ │ │ ├── address │ │ │ │ ├── duplicate.xml │ │ │ │ ├── invalidfirst.xml │ │ │ │ ├── invalidlast.xml │ │ │ │ └── invalidmid.xml │ │ │ │ ├── category │ │ │ │ ├── invalidfirst.xml │ │ │ │ ├── invalidlast.xml │ │ │ │ ├── invalidmid.xml │ │ │ │ ├── noname.xml │ │ │ │ ├── nonintid.xml │ │ │ │ └── wrongorder.xml │ │ │ │ ├── collection │ │ │ │ ├── invalidfirst.xml │ │ │ │ ├── invalidlast.xml │ │ │ │ ├── invalidmid.xml │ │ │ │ ├── nolandmarks.xml │ │ │ │ └── wrongorder.xml │ │ │ │ ├── coord │ │ │ │ ├── invalidfirst.xml │ │ │ │ ├── invalidlast.xml │ │ │ │ ├── invalidmid.xml │ │ │ │ ├── nolat.xml │ │ │ │ ├── nolon.xml │ │ │ │ ├── nondoublealt.xml │ │ │ │ ├── nondoublelat.xml │ │ │ │ ├── nondoublelon.xml │ │ │ │ ├── outofrangelat.xml │ │ │ │ ├── outofrangelon.xml │ │ │ │ └── wrongorder.xml │ │ │ │ ├── landmark │ │ │ │ ├── invalidfirst.xml │ │ │ │ ├── invalidlast.xml │ │ │ │ ├── invalidmid.xml │ │ │ │ ├── negativeradius.xml │ │ │ │ ├── nondoubleradius.xml │ │ │ │ └── wrongorder.xml │ │ │ │ ├── link │ │ │ │ ├── invalidfirst.xml │ │ │ │ ├── invalidlast.xml │ │ │ │ ├── invalidmid.xml │ │ │ │ ├── nourl.xml │ │ │ │ └── wrongorder.xml │ │ │ │ └── lmx │ │ │ │ ├── noroot.xml │ │ │ │ ├── twochildren.xml │ │ │ │ ├── tworoots.xml │ │ │ │ ├── wrongchoice.xml │ │ │ │ └── wrongroot.xml │ │ ├── qlandmarkfilehandler_lmx.pro │ │ └── tst_qlandmarkfilehandler_lmx.cpp │ ├── qlandmarkmanager │ │ ├── data.qrc │ │ ├── data │ │ │ ├── AUS-PublicToilet-AustralianCapitalTerritory.gpx │ │ │ ├── AUS-PublicToilet-AustralianCapitalTerritory.lmx │ │ │ ├── AUS-PublicToilet-NewSouthWales.gpx │ │ │ ├── AUS-PublicToilet-NewSouthWales.lmx │ │ │ ├── README.txt │ │ │ ├── convert-collection-in.xml │ │ │ ├── file.omg │ │ │ ├── garbage.xml │ │ │ ├── malformed.kml │ │ │ ├── malformed.kmz │ │ │ ├── moreplaces.lmx │ │ │ ├── places.gpx │ │ │ ├── test.gpx │ │ │ ├── test.kml │ │ │ └── test.kmz │ │ ├── qlandmarkmanager.pro │ │ └── tst_qlandmarkmanager.cpp │ ├── qlandmarkmanagerdataholder.h │ ├── qlandmarkmanagerengine │ │ ├── qlandmarkmanagerengine.pro │ │ └── tst_qlandmarkmanagerengine.cpp │ ├── qlandmarkmanagerplugins │ │ ├── dummydynamiccopyplugin │ │ │ └── dummydynamiccopyplugin.pro │ │ ├── dummydynamicplugin │ │ │ ├── dummydynamicplugin.h │ │ │ └── dummydynamicplugin.pro │ │ ├── dummystaticplugin │ │ │ ├── dummystaticplugin.h │ │ │ └── dummystaticplugin.pro │ │ ├── nonlandmarkdynamicplugin │ │ │ ├── nonlandmarkdynamicplugin.h │ │ │ └── nonlandmarkdynamicplugin.pro │ │ ├── qlandmarkmanagerplugins.pro │ │ └── unittest │ │ │ ├── tst_qlandmarkmanagerplugins.cpp │ │ │ └── unittest.pro │ ├── qlatin1constant │ │ ├── qlatin1constant.pro │ │ └── tst_qlatin1constant.cpp │ ├── qlocationutils │ │ ├── qlocationutils.pro │ │ └── tst_qlocationutils.cpp │ ├── qmalgorithms │ │ ├── qmalgorithms.pro │ │ └── tst_qmalgorithms.cpp │ ├── qmallocpool │ │ ├── qmallocpool.pro │ │ └── tst_qmallocpool.cpp │ ├── qmediabindableinterface │ │ ├── qmediabindableinterface.pro │ │ └── tst_qmediabindableinterface.cpp │ ├── qmediacontainercontrol │ │ ├── qmediacontainercontrol.pro │ │ └── tst_qmediacontainercontrol.cpp │ ├── qmediacontent │ │ ├── qmediacontent.pro │ │ └── tst_qmediacontent.cpp │ ├── qmediaimageviewer │ │ ├── images.qrc │ │ ├── images │ │ │ ├── coverart.png │ │ │ ├── image.jpg │ │ │ ├── image.png │ │ │ ├── invalid.png │ │ │ └── poster.png │ │ ├── qmediaimageviewer.pro │ │ └── tst_qmediaimageviewer.cpp │ ├── qmediaobject │ │ ├── main.cpp │ │ ├── qmediaobject.pro │ │ ├── tst_qmediaobject.cpp │ │ ├── tst_qmediaobject.h │ │ ├── tst_qmediaobject_mmf.cpp │ │ ├── tst_qmediaobject_mmf.h │ │ ├── tst_qmediaobject_xa.cpp │ │ └── tst_qmediaobject_xa.h │ ├── qmediaplayer │ │ ├── main.cpp │ │ ├── qmediaplayer.pro │ │ ├── tst_qmediaplayer.cpp │ │ ├── tst_qmediaplayer.h │ │ ├── tst_qmediaplayer_s60.cpp │ │ ├── tst_qmediaplayer_s60.h │ │ ├── tst_qmediaplayer_xa.cpp │ │ └── tst_qmediaplayer_xa.h │ ├── qmediaplayerbackend │ │ ├── qmediaplayerbackend.pro │ │ ├── testdata │ │ │ └── test.wav │ │ └── tst_qmediaplayerbackend.cpp │ ├── qmediaplaylist │ │ ├── qmediaplaylist.pro │ │ ├── testdata │ │ │ ├── test.m3u │ │ │ ├── testfile │ │ │ └── testfile2#suffix │ │ └── tst_qmediaplaylist.cpp │ ├── qmediaplaylistnavigator │ │ ├── qmediaplaylistnavigator.pro │ │ └── tst_qmediaplaylistnavigator.cpp │ ├── qmediapluginloader │ │ ├── qmediapluginloader.pro │ │ └── tst_qmediapluginloader.cpp │ ├── qmediarecorder │ │ ├── main.cpp │ │ ├── qmediarecorder.pro │ │ ├── s60common.h │ │ ├── tst_qmediarecorder.cpp │ │ ├── tst_qmediarecorder.h │ │ ├── tst_qmediarecorder_mmf.cpp │ │ ├── tst_qmediarecorder_mmf.h │ │ ├── tst_qmediarecorder_xa.cpp │ │ └── tst_qmediarecorder_xa.h │ ├── qmediaresource │ │ ├── qmediaresource.pro │ │ └── tst_qmediaresource.cpp │ ├── qmediaservice │ │ ├── qmediaservice.pro │ │ └── tst_qmediaservice.cpp │ ├── qmediaserviceprovider │ │ ├── qmediaserviceprovider.pro │ │ └── tst_qmediaserviceprovider.cpp │ ├── qmediastreamscontrol │ │ ├── qmediastreamscontrol.pro │ │ └── tst_qmediastreamscontrol.cpp │ ├── qmediatimerange │ │ ├── qmediatimerange.pro │ │ └── tst_qmediatimerange.cpp │ ├── qmessage │ │ ├── qmessage.pro │ │ ├── testdata │ │ │ ├── .gitattributes │ │ │ ├── 1.txt │ │ │ ├── 2.txt │ │ │ ├── 3.txt │ │ │ ├── datafile │ │ │ ├── pointless.sh │ │ │ └── qtlogo.png │ │ └── tst_qmessage.cpp │ ├── qmessageserver │ │ ├── account.txt │ │ ├── qmessageserver.pro │ │ ├── testdata │ │ │ ├── 1.txt │ │ │ └── qtlogo.png │ │ └── tst_qmessageserver.cpp │ ├── qmessageservice │ │ ├── qmessageservice.pro │ │ ├── testdata │ │ │ ├── .gitattributes │ │ │ └── 1.txt │ │ └── tst_qmessageservice.cpp │ ├── qmessagestore │ │ ├── qmessagestore.pro │ │ ├── testdata │ │ │ ├── .gitattributes │ │ │ ├── 1.txt │ │ │ └── qtlogo.png │ │ └── tst_qmessagestore.cpp │ ├── qmessagestorefiltercache │ │ ├── qmessagestorefiltercache.pro │ │ └── tst_qmessagestorefiltercache.cpp │ ├── qmessagestorekeys │ │ ├── qmessagestorekeys.pro │ │ ├── testdata │ │ │ ├── .gitattributes │ │ │ └── 1.txt │ │ └── tst_qmessagestorekeys.cpp │ ├── qmetadatareadercontrol │ │ ├── qmetadatareadercontrol.pro │ │ └── tst_qmetadatareadercontrol.cpp │ ├── qmetadatawritercontrol │ │ ├── qmetadatawritercontrol.pro │ │ └── tst_qmetadatawritercontrol.cpp │ ├── qmetaobjectbuilder │ │ ├── qmetaobjectbuilder.pro │ │ ├── tst_qmetaobjectbuilder.cpp │ │ └── tst_qmetaobjectbuilder_47.cpp │ ├── qmultimedia_common │ │ ├── mock.pri │ │ ├── mockaudioencodercontrol.h │ │ ├── mockaudioendpointselector.h │ │ ├── mockcamera.pri │ │ ├── mockcameracapturebuffercontrol.h │ │ ├── mockcameracapturedestinationcontrol.h │ │ ├── mockcameracontrol.h │ │ ├── mockcameraexposurecontrol.h │ │ ├── mockcameraflashcontrol.h │ │ ├── mockcamerafocuscontrol.h │ │ ├── mockcameraimagecapturecontrol.h │ │ ├── mockcameraimageprocessingcontrol.h │ │ ├── mockcameralockscontrol.h │ │ ├── mockcameraservice.h │ │ ├── mockcontainer.pri │ │ ├── mockimageencodercontrol.h │ │ ├── mockmediacontainercontrol.h │ │ ├── mockmedianetworkaccesscontrol.h │ │ ├── mockmediaobject.h │ │ ├── mockmediaplayercontrol.h │ │ ├── mockmediaplayerservice.h │ │ ├── mockmediaplaylistcontrol.h │ │ ├── mockmediaplaylistsourcecontrol.h │ │ ├── mockmediarecordercontrol.h │ │ ├── mockmediarecorderservice.h │ │ ├── mockmediaservice.h │ │ ├── mockmediaserviceprovider.h │ │ ├── mockmediastreamscontrol.h │ │ ├── mockmetadatareadercontrol.h │ │ ├── mockmetadatawritercontrol.h │ │ ├── mockplayer.pri │ │ ├── mockplaylist.pri │ │ ├── mockplaylistservice.h │ │ ├── mockradio.pri │ │ ├── mockradiotunercontrol.h │ │ ├── mockreadonlyplaylistprovider.h │ │ ├── mockrecorder.pri │ │ ├── mockvideo.pri │ │ ├── mockvideoencodercontrol.h │ │ ├── mockvideorenderercontrol.h │ │ ├── mockvideosurface.h │ │ └── mockvideowindowcontrol.h │ ├── qndefmessage │ │ ├── qndefmessage.pro │ │ └── tst_qndefmessage.cpp │ ├── qndefrecord │ │ ├── qndefrecord.pro │ │ └── tst_qndefrecord.cpp │ ├── qnearfieldmanager │ │ ├── qnearfieldmanager.pro │ │ └── tst_qnearfieldmanager.cpp │ ├── qnearfieldtagtype1 │ │ ├── qnearfieldtagtype1.pro │ │ └── tst_qnearfieldtagtype1.cpp │ ├── qnearfieldtagtype2 │ │ ├── Dynamic Empty Tag.nfc │ │ ├── Empty Tag.nfc │ │ ├── qnearfieldtagtype2.pro │ │ └── tst_qnearfieldtagtype2.cpp │ ├── qnetworkconfigmanager │ │ ├── qnetworkconfigmanager.pro │ │ └── tst_qnetworkconfigmanager.cpp │ ├── qnetworkconfiguration │ │ ├── qnetworkconfiguration.pro │ │ └── tst_qnetworkconfiguration.cpp │ ├── qnetworksession │ │ ├── lackey │ │ │ ├── lackey.pro │ │ │ └── main.cpp │ │ ├── qnetworksession.pro │ │ └── tst_qnetworksession │ │ │ ├── tst_qnetworksession.cpp │ │ │ └── tst_qnetworksession.pro │ ├── qnmeapositioninfosource │ │ ├── dummynmeapositioninfosource.pro │ │ ├── qnmeapositioninfosource.pro │ │ ├── qnmeapositioninfosource_realtime.pro │ │ ├── qnmeapositioninfosource_realtime_generic.pro │ │ ├── qnmeapositioninfosource_simulation.pro │ │ ├── qnmeapositioninfosource_simulation_generic.pro │ │ ├── qnmeapositioninfosourceproxyfactory.cpp │ │ ├── qnmeapositioninfosourceproxyfactory.h │ │ ├── tst_dummynmeapositioninfosource.cpp │ │ ├── tst_qnmeapositioninfosource.cpp │ │ ├── tst_qnmeapositioninfosource.h │ │ ├── tst_qnmeapositioninfosource_realtime.cpp │ │ ├── tst_qnmeapositioninfosource_realtime_generic.cpp │ │ ├── tst_qnmeapositioninfosource_simulation.cpp │ │ └── tst_qnmeapositioninfosource_simulation_generic.cpp │ ├── qorganizercollection │ │ ├── qorganizercollection.pro │ │ └── tst_qorganizercollection.cpp │ ├── qorganizeritem │ │ ├── qorganizeritem.pro │ │ └── tst_qorganizeritem.cpp │ ├── qorganizeritemasync │ │ ├── qorganizeritemasync.pro │ │ └── unittest │ │ │ ├── tst_qorganizeritemasync.cpp │ │ │ └── unittest.pro │ ├── qorganizeritemdetail │ │ ├── qorganizeritemdetail.pro │ │ └── tst_qorganizeritemdetail.cpp │ ├── qorganizeritemdetaildefinition │ │ ├── qorganizeritemdetaildefinition.pro │ │ └── tst_qorganizeritemdetaildefinition.cpp │ ├── qorganizeritemdetails │ │ ├── qorganizeritemdetails.pro │ │ └── tst_qorganizeritemdetails.cpp │ ├── qorganizeritemfilter │ │ ├── qorganizeritemfilter.pro │ │ └── tst_qorganizeritemfilter.cpp │ ├── qorganizermanager │ │ ├── qorganizermanager.pro │ │ └── tst_qorganizermanager.cpp │ ├── qorganizermanagerdataholder.h │ ├── qorganizermanagerdetails │ │ ├── qorganizermanagerdetails.pro │ │ └── tst_qorganizermanagerdetails.cpp │ ├── qpacket │ │ ├── qpacket.pro │ │ └── tst_qpacket.cpp │ ├── qpacketprotocol │ │ ├── qpacketprotocol.pro │ │ └── tst_qpacketprotocol.cpp │ ├── qpaintervideosurface │ │ ├── qpaintervideosurface.pro │ │ └── tst_qpaintervideosurface.cpp │ ├── qradiotuner │ │ ├── main.cpp │ │ ├── qradiotuner.pro │ │ ├── tst_qradiotuner.cpp │ │ ├── tst_qradiotuner.h │ │ ├── tst_qradiotuner_s60.cpp │ │ ├── tst_qradiotuner_s60.h │ │ ├── tst_qradiotuner_xa.cpp │ │ └── tst_qradiotuner_xa.h │ ├── qremoteserviceregister │ │ ├── qremoteserviceregister.pro │ │ ├── service.h │ │ ├── testdata │ │ │ └── rsrexampleservice.xml │ │ └── tst_qremoteserviceregister.cpp │ ├── qrfcommserver │ │ ├── README.txt │ │ ├── qrfcommserver.pro │ │ ├── rfcommclient │ │ │ ├── main.cpp │ │ │ ├── rfcommclient.cpp │ │ │ ├── rfcommclient.h │ │ │ └── rfcommclient.pro │ │ └── tst_qrfcommserver.cpp │ ├── qsensor │ │ ├── main.cpp │ │ ├── qsensor.pro │ │ ├── test_backends.cpp │ │ ├── test_backends.h │ │ ├── test_sensor.cpp │ │ ├── test_sensor.h │ │ ├── test_sensor2.cpp │ │ ├── test_sensor2.h │ │ ├── test_sensor2_p.h │ │ ├── test_sensor2impl.cpp │ │ ├── test_sensor2impl.h │ │ ├── test_sensor_p.h │ │ ├── test_sensorimpl.cpp │ │ ├── test_sensorimpl.h │ │ ├── test_sensorplugin.cpp │ │ └── tst_qsensor.cpp │ ├── qsensorgestureplugins │ │ ├── qsensorgestureplugins.pro │ │ └── tst_qsensorgesturepluginstest.cpp │ ├── qsensorgestures │ │ ├── plugins │ │ │ ├── test │ │ │ │ ├── qtest2recognizer.cpp │ │ │ │ ├── qtest2recognizer.h │ │ │ │ ├── qtestrecognizer.cpp │ │ │ │ ├── qtestrecognizer.h │ │ │ │ ├── qtestsensorgestureplugin.cpp │ │ │ │ └── qtestsensorgestureplugin_p.h │ │ │ └── test1 │ │ │ │ ├── qtest2recognizerdup.cpp │ │ │ │ ├── qtest2recognizerdup.h │ │ │ │ ├── qtestrecognizerdup.cpp │ │ │ │ ├── qtestrecognizerdup.h │ │ │ │ ├── qtestsensorgestureplugindup.cpp │ │ │ │ ├── qtestsensorgestureplugindup.h │ │ │ │ └── test1.pro │ │ ├── qsensorgestures.pro │ │ └── tst_qsensorgesturetest.cpp │ ├── qsensorgestures_gestures │ │ ├── dataset2_mock_data │ │ │ ├── sensordata_cover.dat │ │ │ ├── sensordata_doubletap.dat │ │ │ ├── sensordata_hover.dat │ │ │ ├── sensordata_nothover2.dat │ │ │ ├── sensordata_pickup.dat │ │ │ ├── sensordata_shake2.dat │ │ │ ├── sensordata_slam.dat │ │ │ ├── sensordata_turnover.dat │ │ │ ├── sensordata_twist.dat │ │ │ └── sensordata_whip.dat │ │ ├── mock_data │ │ │ ├── sensordata_cover.dat │ │ │ ├── sensordata_doubletap.dat │ │ │ ├── sensordata_hover.dat │ │ │ ├── sensordata_nothover.dat │ │ │ ├── sensordata_notwhip.dat │ │ │ ├── sensordata_pickup.dat │ │ │ ├── sensordata_shake2.dat │ │ │ ├── sensordata_shakeDown.dat │ │ │ ├── sensordata_shakeLeft.dat │ │ │ ├── sensordata_shakeRight.dat │ │ │ ├── sensordata_shakeUp.dat │ │ │ ├── sensordata_slam.dat │ │ │ ├── sensordata_tiltedtwist.dat │ │ │ ├── sensordata_turnover.dat │ │ │ ├── sensordata_twist.dat │ │ │ ├── sensordata_twistLeft.dat │ │ │ ├── sensordata_twistRight.dat │ │ │ ├── sensordata_whip.dat │ │ │ └── sensprdata_shakeRight.dat │ │ ├── mockbackends.h │ │ ├── mockcommon.cpp │ │ ├── mockcommon.h │ │ ├── qsensorgestures_gestures.pro │ │ └── tst_sensorgestures_gestures.cpp │ ├── qservicecontext │ │ ├── qservicecontext.pro │ │ └── tst_qservicecontext.cpp │ ├── qservicedeletion │ │ ├── qservicedeletion.pro │ │ ├── testdeletion.xml │ │ └── tst_qservicedeletion.cpp │ ├── qservicefilter │ │ ├── qservicefilter.pro │ │ └── tst_qservicefilter.cpp │ ├── qserviceinterfacedescriptor │ │ ├── qserviceinterfacedescriptor.pro │ │ └── tst_qserviceinterfacedescriptor.cpp │ ├── qservicemanager │ │ ├── qservicemanager.pro │ │ └── tst_qservicemanager.cpp │ ├── qservicemanager_ipc │ │ ├── client │ │ │ ├── client.pro │ │ │ └── tst_qservicemanager_ipc.cpp │ │ ├── qservicemanager_ipc.pro │ │ └── service │ │ │ ├── main.cpp │ │ │ ├── service.pro │ │ │ └── testdata │ │ │ └── ipcexampleservice.xml │ ├── qsfwtestutil.cpp │ ├── qsfwtestutil.h │ ├── qsoundeffect │ │ ├── qsoundeffect.pro │ │ ├── test.wav │ │ └── tst_qsoundeffect.cpp │ ├── qsystemalignedtimer │ │ ├── qsystemalignedtimer.pro │ │ └── tst_qsystemalignedtimer.cpp │ ├── qsystembatteryinfo │ │ ├── qsystembatteryinfo.pro │ │ └── tst_qsystembatteryinfo.cpp │ ├── qsystemdeviceinfo │ │ ├── qsystemdeviceinfo.pro │ │ └── tst_qsystemdeviceinfo.cpp │ ├── qsystemdisplayinfo │ │ ├── qsystemdisplayinfo.pro │ │ └── tst_qsystemdisplayinfo.cpp │ ├── qsysteminfo │ │ ├── qsysteminfo.pro │ │ └── tst_qsysteminfo.cpp │ ├── qsysteminfotestcommon.h │ ├── qsystemnetworkinfo │ │ ├── qsystemnetworkinfo.pro │ │ └── tst_qsystemnetworkinfo.cpp │ ├── qsystemreadwritelock │ │ ├── qsystemreadwritelock.pro │ │ ├── test │ │ │ └── test.pro │ │ └── tst_qsystemreadwritelock.cpp │ ├── qsystemreadwritelock_oop │ │ ├── common.h │ │ ├── lackey │ │ │ ├── lackey │ │ │ ├── lackey.pro │ │ │ └── main.cpp │ │ ├── qsystemreadwritelock_oop.pro │ │ ├── test │ │ │ └── test.pro │ │ └── tst_qsystemreadwritelock_oop.cpp │ ├── qsystemscreensaver │ │ ├── qsystemscreensaver.pro │ │ └── tst_qsystemscreensaver.cpp │ ├── qsystemstorageinfo │ │ ├── qsystemstorageinfo.pro │ │ └── tst_qsystemstorageinfo.cpp │ ├── qvaluespace │ │ ├── qvaluespace.pro │ │ └── tst_qvaluespace.cpp │ ├── qvaluespacepublisher │ │ ├── qvaluespacepublisher.context │ │ ├── qvaluespacepublisher.pro │ │ ├── qvaluespacepublisher.qcrml │ │ └── tst_qvaluespacepublisher.cpp │ ├── qvaluespacesubscriber │ │ ├── lackey │ │ │ ├── lackey.pro │ │ │ └── main.cpp │ │ ├── qvaluespacesubscriber.pro │ │ ├── tst_qvaluespacesubscriber │ │ │ ├── qvaluespacesubscriber.context │ │ │ ├── qvaluespacesubscriber.qcrml │ │ │ ├── tst_qvaluespacesubscriber.cpp │ │ │ └── tst_qvaluespacesubscriber.pro │ │ ├── tst_qvaluespacesubscriber_oop │ │ │ ├── tst_qvaluespacesubscriber_oop.cpp │ │ │ └── tst_qvaluespacesubscriber_oop.pro │ │ ├── tst_qvaluespacesubscribershared.cpp │ │ └── tst_qvaluespacesubscribershared.h │ ├── qvcard21writer │ │ ├── qvcard21writer.pro │ │ ├── tst_qvcard21writer.cpp │ │ └── tst_qvcard21writer.h │ ├── qvcard30writer │ │ ├── qvcard30writer.pro │ │ ├── tst_qvcard30writer.cpp │ │ └── tst_qvcard30writer.h │ ├── qversit │ │ ├── qversit.pro │ │ ├── testdata_ics │ │ │ ├── .gitattributes │ │ │ ├── 2010-FIFA-WorldCup.ics │ │ │ ├── 2010-India-Holidays.ics │ │ │ ├── 2010-US-Holidays.ics │ │ │ ├── Asiacup2010.ics │ │ │ ├── FinlandHolidays.ics │ │ │ ├── IndiaHolidays.ics │ │ │ ├── india2010.ics │ │ │ └── worldt2009.ics │ │ ├── testdata_vcf │ │ │ ├── .gitattributes │ │ │ ├── AAB4-MultipleAll.vcf │ │ │ ├── AAB4-MultipleAscii.vcf │ │ │ ├── AAB4-SingleCompany.vcf │ │ │ ├── AAB4-SingleExtensive.vcf │ │ │ ├── AAB4-SingleNonAscii.vcf │ │ │ ├── AAB4-SingleNonAsciiWithPhoto.vcf │ │ │ ├── AAB5-SingleNonAscii.vcf │ │ │ ├── Entourage11-basic.vcf │ │ │ ├── Entourage11-image.vcf │ │ │ ├── Entourage11-nonascii.vcf │ │ │ ├── Entourage12-basic.vcf │ │ │ ├── Entourage12-kevin.vcf │ │ │ ├── Entourage12-nonascii.vcf │ │ │ ├── badwrap.vcf │ │ │ ├── gmail.vcf │ │ │ └── test1.vcf │ │ ├── tst_qversit.cpp │ │ └── tst_qversit.h │ ├── qversitcontactexporter │ │ ├── qversitcontactexporter.pro │ │ ├── tst_qversitcontactexporter.cpp │ │ └── tst_qversitcontactexporter.h │ ├── qversitcontactimporter │ │ ├── qversitcontactimporter.pro │ │ ├── tst_qversitcontactimporter.cpp │ │ └── tst_qversitcontactimporter.h │ ├── qversitcontactplugins │ │ ├── plugin1 │ │ │ ├── plugin1.cpp │ │ │ ├── plugin1.h │ │ │ └── plugin1.pro │ │ ├── plugin2 │ │ │ ├── plugin2.cpp │ │ │ ├── plugin2.h │ │ │ └── plugin2.pro │ │ ├── plugin3 │ │ │ ├── plugin3.cpp │ │ │ ├── plugin3.h │ │ │ └── plugin3.pro │ │ ├── plugin4 │ │ │ ├── plugin4.cpp │ │ │ ├── plugin4.h │ │ │ └── plugin4.pro │ │ ├── plugin5 │ │ │ ├── plugin5.cpp │ │ │ ├── plugin5.h │ │ │ └── plugin5.pro │ │ ├── qversitcontactplugins.pro │ │ └── unittest │ │ │ ├── tst_qversitcontactplugins.cpp │ │ │ └── unittest.pro │ ├── qversitdocument │ │ ├── qversitdocument.pro │ │ ├── tst_qversitdocument.cpp │ │ └── tst_qversitdocument.h │ ├── qversitorganizerexporter │ │ ├── qversitorganizerexporter.pro │ │ ├── tst_qversitorganizerexporter.cpp │ │ └── tst_qversitorganizerexporter.h │ ├── qversitorganizerimporter │ │ ├── qversitorganizerimporter.pro │ │ ├── tst_qversitorganizerimporter.cpp │ │ └── tst_qversitorganizerimporter.h │ ├── qversitproperty │ │ ├── qversitproperty.pro │ │ ├── tst_qversitproperty.cpp │ │ └── tst_qversitproperty.h │ ├── qversitreader │ │ ├── qversitreader.pro │ │ ├── tst_qversitreader.cpp │ │ └── tst_qversitreader.h │ ├── qversitwriter │ │ ├── qversitwriter.pro │ │ ├── tst_qversitwriter.cpp │ │ └── tst_qversitwriter.h │ ├── qvideodevicecontrol │ │ ├── qvideodevicecontrol.pro │ │ └── tst_qvideodevicecontrol.cpp │ ├── qvideoencodercontrol │ │ ├── qvideoencodercontrol.pro │ │ └── tst_qvideoencodercontrol.cpp │ ├── qvideoframe │ │ ├── qvideoframe.pro │ │ └── tst_qvideoframe.cpp │ ├── qvideosurfaceformat │ │ ├── qvideosurfaceformat.pro │ │ └── tst_qvideosurfaceformat.cpp │ ├── qvideowidget │ │ ├── qvideowidget.pro │ │ └── tst_qvideowidget.cpp │ ├── sensors.pro │ ├── servicedatabase │ │ ├── servicedatabase.pro │ │ ├── testdata │ │ │ ├── ServiceAcme.xml │ │ │ ├── ServiceAutobot.xml │ │ │ ├── ServiceCyberdyne.xml │ │ │ ├── ServiceDecepticon.xml │ │ │ ├── ServiceDharma_Flame.xml │ │ │ ├── ServiceDharma_Hydra.xml │ │ │ ├── ServiceDharma_Orchid.xml │ │ │ ├── ServiceDharma_Pearl.xml │ │ │ ├── ServiceDharma_Swan.xml │ │ │ ├── ServiceLuthorCorp.xml │ │ │ ├── ServiceOmni.xml │ │ │ ├── ServicePrimatech.xml │ │ │ ├── ServicePrimatech2error.xml │ │ │ ├── ServiceSkynet.xml │ │ │ ├── ServiceWayneEnt.xml │ │ │ ├── ServiceYamagato.xml │ │ │ └── ServiceYamagatoError.xml │ │ └── tst_servicedatabase.cpp │ ├── serviceframework.pro │ ├── servicemetadata │ │ ├── servicemetadata.pro │ │ ├── testdata │ │ │ ├── DuplicatedServiceTag.xml │ │ │ ├── ServiceTest.xml │ │ │ ├── ServiceTestIPC.xml │ │ │ ├── ServiceTestOld.xml │ │ │ ├── Test1.xml │ │ │ ├── Test10.xml │ │ │ ├── Test11.xml │ │ │ ├── Test12.xml │ │ │ ├── Test13.xml │ │ │ ├── Test14.xml │ │ │ ├── Test15.xml │ │ │ ├── Test16.xml │ │ │ ├── Test17.xml │ │ │ ├── Test18.xml │ │ │ ├── Test19.xml │ │ │ ├── Test2.xml │ │ │ ├── Test20.xml │ │ │ ├── Test21.xml │ │ │ ├── Test22.xml │ │ │ ├── Test23.xml │ │ │ ├── Test24.xml │ │ │ ├── Test25.xml │ │ │ ├── Test26.xml │ │ │ ├── Test27.xml │ │ │ ├── Test28.xml │ │ │ ├── Test29.xml │ │ │ ├── Test3.xml │ │ │ ├── Test30.xml │ │ │ ├── Test31.xml │ │ │ ├── Test32.xml │ │ │ ├── Test33.xml │ │ │ ├── Test34.xml │ │ │ ├── Test35.xml │ │ │ ├── Test36.xml │ │ │ ├── Test37.xml │ │ │ ├── Test38.xml │ │ │ ├── Test4.xml │ │ │ ├── Test5.xml │ │ │ ├── Test6.xml │ │ │ ├── Test7.xml │ │ │ ├── Test8.xml │ │ │ ├── Test9.xml │ │ │ ├── WrongOrder.xml │ │ │ ├── emptyFilePath.xml │ │ │ ├── emptyInterfaceName.xml │ │ │ ├── emptyServiceName.xml │ │ │ ├── emptyVersion.xml │ │ │ ├── latestVersion.xml │ │ │ ├── latestVersion2.xml │ │ │ ├── latestVersion3.xml │ │ │ └── latestVersion4.xml │ │ └── tst_servicemetadata.cpp │ ├── support │ │ ├── support.h │ │ ├── support.pri │ │ ├── support_maemo5.cpp │ │ ├── support_maemo6.cpp │ │ ├── support_qmf.cpp │ │ ├── support_stub.cpp │ │ ├── support_symbian.cpp │ │ └── support_win.cpp │ ├── systeminfo.pro │ ├── versit.pro │ └── versit_plugins.pri ├── benchmarks │ ├── bearer │ │ ├── bearer.pro │ │ └── tst_bm_bearer.cpp │ ├── benchmarks.pro │ ├── contacts │ │ ├── contacts.pro │ │ └── tst_bm_contacts.cpp │ ├── contactsoverhead │ │ ├── contactsoverhead.pro │ │ └── tst_bm_contactsoverhead.cpp │ ├── location │ │ ├── location.pro │ │ └── tst_bm_location.cpp │ ├── messaging │ │ ├── messaging.pro │ │ └── tst_messaging.cpp │ ├── organizer │ │ ├── organizer.pro │ │ └── tst_bm_organizer.cpp │ ├── qmalgorithms │ │ ├── qmalgorithms.pro │ │ └── tst_bm_algorithms.cpp │ ├── qsysteminfo │ │ ├── qsysteminfo.pro │ │ └── tst_qsysteminfo.cpp │ ├── sampleserviceplugin │ │ ├── sampleserviceplugin.cpp │ │ ├── sampleserviceplugin.h │ │ ├── sampleserviceplugin.pro │ │ └── xml │ │ │ └── bm_sampleservice.xml │ ├── serviceframework │ │ ├── serviceframework.pro │ │ └── tst_serviceframework.cpp │ └── versit │ │ ├── testdata_vcf │ │ ├── .gitattributes │ │ ├── bigline.vcf │ │ └── smallpicture.vcf │ │ ├── tst_versit.cpp │ │ └── versit.pro ├── manual │ ├── bearerex │ │ ├── bearerex.cpp │ │ ├── bearerex.h │ │ ├── bearerex.pro │ │ ├── bearerex.ui │ │ ├── bearerex_maemo.ui │ │ ├── datatransferer.cpp │ │ ├── datatransferer.h │ │ ├── detailedinfodialog.ui │ │ ├── main.cpp │ │ ├── sessiondialog.ui │ │ ├── sessiondialog_maemo.ui │ │ ├── xqlistwidget.cpp │ │ └── xqlistwidget.h │ ├── contacts-tester │ │ ├── README │ │ ├── contacts-tester.pro │ │ ├── main.cpp │ │ ├── mainwindow.cpp │ │ └── mainwindow.h │ ├── declarative-location │ │ ├── README │ │ ├── algorithmic │ │ │ ├── landmarks.db │ │ │ ├── qmlmapsandnav.pro │ │ │ ├── tst_map.qml │ │ │ ├── tst_map_mouse.qml │ │ │ ├── tst_map_objectview.qml │ │ │ └── tst_qmlmapsandnav.cpp │ │ ├── manual │ │ │ ├── content │ │ │ │ └── Cell.qml │ │ │ ├── declarative-landmark.qml │ │ │ ├── declarative-location.qml │ │ │ ├── declarative-location.qmlproject │ │ │ ├── landmarkmapcommon │ │ │ │ ├── ScrollBar.qml │ │ │ │ ├── Slider.qml │ │ │ │ └── qmldir │ │ │ ├── landmarkmapmobile │ │ │ │ ├── Button.qml │ │ │ │ ├── Floater.qml │ │ │ │ ├── ListDelegate.qml │ │ │ │ ├── StatusBar.qml │ │ │ │ ├── TitleBar.qml │ │ │ │ ├── ToolBar.qml │ │ │ │ └── images │ │ │ │ │ ├── gloss.png │ │ │ │ │ ├── landmarkstar.png │ │ │ │ │ ├── lineedit.png │ │ │ │ │ ├── lineedit.sci │ │ │ │ │ ├── moon.png │ │ │ │ │ ├── quit.png │ │ │ │ │ ├── star.png │ │ │ │ │ ├── stripes.png │ │ │ │ │ ├── sun.png │ │ │ │ │ ├── titlebar.png │ │ │ │ │ ├── titlebar.sci │ │ │ │ │ ├── toolbutton.png │ │ │ │ │ └── toolbutton.sci │ │ │ ├── nmealog.txt │ │ │ ├── testapp.cpp │ │ │ ├── testapp.pro │ │ │ └── testpolymapobjects.qml │ │ └── visual │ │ │ ├── landmarks.db │ │ │ ├── qmlvisual.pro │ │ │ ├── shared-qml │ │ │ ├── ToolBar.qml │ │ │ ├── image1.png │ │ │ └── image2.png │ │ │ ├── test-map-image │ │ │ ├── data │ │ │ │ ├── map-image-test.0.png │ │ │ │ ├── map-image-test.1.png │ │ │ │ ├── map-image-test.2.png │ │ │ │ ├── map-image-test.3.png │ │ │ │ ├── map-image-test.4.png │ │ │ │ ├── map-image-test.5.png │ │ │ │ ├── map-image-test.6.png │ │ │ │ ├── map-image-test.7.png │ │ │ │ └── map-image-test.qml │ │ │ └── map-image-test.qml │ │ │ ├── test-map-mouse │ │ │ ├── data │ │ │ │ ├── mouse-accurate-click-test.0.png │ │ │ │ ├── mouse-accurate-click-test.1.png │ │ │ │ ├── mouse-accurate-click-test.10.png │ │ │ │ ├── mouse-accurate-click-test.11.png │ │ │ │ ├── mouse-accurate-click-test.12.png │ │ │ │ ├── mouse-accurate-click-test.2.png │ │ │ │ ├── mouse-accurate-click-test.3.png │ │ │ │ ├── mouse-accurate-click-test.4.png │ │ │ │ ├── mouse-accurate-click-test.5.png │ │ │ │ ├── mouse-accurate-click-test.6.png │ │ │ │ ├── mouse-accurate-click-test.7.png │ │ │ │ ├── mouse-accurate-click-test.8.png │ │ │ │ ├── mouse-accurate-click-test.9.png │ │ │ │ ├── mouse-accurate-click-test.qml │ │ │ │ ├── mouse-click-test.0.png │ │ │ │ ├── mouse-click-test.1.png │ │ │ │ ├── mouse-click-test.10.png │ │ │ │ ├── mouse-click-test.11.png │ │ │ │ ├── mouse-click-test.12.png │ │ │ │ ├── mouse-click-test.13.png │ │ │ │ ├── mouse-click-test.14.png │ │ │ │ ├── mouse-click-test.2.png │ │ │ │ ├── mouse-click-test.3.png │ │ │ │ ├── mouse-click-test.4.png │ │ │ │ ├── mouse-click-test.5.png │ │ │ │ ├── mouse-click-test.6.png │ │ │ │ ├── mouse-click-test.7.png │ │ │ │ ├── mouse-click-test.8.png │ │ │ │ ├── mouse-click-test.9.png │ │ │ │ └── mouse-click-test.qml │ │ │ ├── mouse-accurate-click-test.qml │ │ │ └── mouse-click-test.qml │ │ │ ├── test-map-objectview │ │ │ ├── data │ │ │ │ ├── tst-map-objectview-advanced-ordering.0.png │ │ │ │ ├── tst-map-objectview-advanced-ordering.1.png │ │ │ │ ├── tst-map-objectview-advanced-ordering.2.png │ │ │ │ ├── tst-map-objectview-advanced-ordering.3.png │ │ │ │ ├── tst-map-objectview-advanced-ordering.4.png │ │ │ │ ├── tst-map-objectview-advanced-ordering.5.png │ │ │ │ ├── tst-map-objectview-advanced-ordering.qml │ │ │ │ ├── tst-map-objectview-basic-ordering.0.png │ │ │ │ ├── tst-map-objectview-basic-ordering.1.png │ │ │ │ ├── tst-map-objectview-basic-ordering.2.png │ │ │ │ ├── tst-map-objectview-basic-ordering.3.png │ │ │ │ ├── tst-map-objectview-basic-ordering.4.png │ │ │ │ ├── tst-map-objectview-basic-ordering.5.png │ │ │ │ ├── tst-map-objectview-basic-ordering.6.png │ │ │ │ ├── tst-map-objectview-basic-ordering.7.png │ │ │ │ ├── tst-map-objectview-basic-ordering.8.png │ │ │ │ ├── tst-map-objectview-basic-ordering.9.png │ │ │ │ ├── tst-map-objectview-basic-ordering.qml │ │ │ │ ├── tst-map-objectview-mouse.0.png │ │ │ │ ├── tst-map-objectview-mouse.1.png │ │ │ │ ├── tst-map-objectview-mouse.2.png │ │ │ │ ├── tst-map-objectview-mouse.3.png │ │ │ │ ├── tst-map-objectview-mouse.4.png │ │ │ │ ├── tst-map-objectview-mouse.5.png │ │ │ │ ├── tst-map-objectview-mouse.6.png │ │ │ │ ├── tst-map-objectview-mouse.7.png │ │ │ │ ├── tst-map-objectview-mouse.8.png │ │ │ │ ├── tst-map-objectview-mouse.9.png │ │ │ │ ├── tst-map-objectview-mouse.qml │ │ │ │ ├── tst-map-objectview.0.png │ │ │ │ ├── tst-map-objectview.1.png │ │ │ │ ├── tst-map-objectview.2.png │ │ │ │ ├── tst-map-objectview.3.png │ │ │ │ ├── tst-map-objectview.4.png │ │ │ │ ├── tst-map-objectview.5.png │ │ │ │ ├── tst-map-objectview.6.png │ │ │ │ ├── tst-map-objectview.7.png │ │ │ │ └── tst-map-objectview.qml │ │ │ ├── tst-map-objectview-advanced-ordering.qml │ │ │ ├── tst-map-objectview-basic-ordering.qml │ │ │ ├── tst-map-objectview-mouse.qml │ │ │ └── tst-map-objectview.qml │ │ │ ├── test-map-polygon │ │ │ ├── data │ │ │ │ ├── polygon-add-remove-objects.0.png │ │ │ │ ├── polygon-add-remove-objects.1.png │ │ │ │ ├── polygon-add-remove-objects.10.png │ │ │ │ ├── polygon-add-remove-objects.2.png │ │ │ │ ├── polygon-add-remove-objects.3.png │ │ │ │ ├── polygon-add-remove-objects.4.png │ │ │ │ ├── polygon-add-remove-objects.5.png │ │ │ │ ├── polygon-add-remove-objects.6.png │ │ │ │ ├── polygon-add-remove-objects.7.png │ │ │ │ ├── polygon-add-remove-objects.8.png │ │ │ │ ├── polygon-add-remove-objects.9.png │ │ │ │ ├── polygon-add-remove-objects.qml │ │ │ │ ├── polygon-pan-map.0.png │ │ │ │ ├── polygon-pan-map.1.png │ │ │ │ ├── polygon-pan-map.2.png │ │ │ │ ├── polygon-pan-map.3.png │ │ │ │ ├── polygon-pan-map.4.png │ │ │ │ ├── polygon-pan-map.5.png │ │ │ │ ├── polygon-pan-map.6.png │ │ │ │ ├── polygon-pan-map.7.png │ │ │ │ └── polygon-pan-map.qml │ │ │ ├── polygon-add-remove-objects.qml │ │ │ └── polygon-pan-map.qml │ │ │ ├── test-map-polyline │ │ │ ├── data │ │ │ │ ├── polyline-add-remove-objects.0.png │ │ │ │ ├── polyline-add-remove-objects.1.png │ │ │ │ ├── polyline-add-remove-objects.10.png │ │ │ │ ├── polyline-add-remove-objects.2.png │ │ │ │ ├── polyline-add-remove-objects.3.png │ │ │ │ ├── polyline-add-remove-objects.4.png │ │ │ │ ├── polyline-add-remove-objects.5.png │ │ │ │ ├── polyline-add-remove-objects.6.png │ │ │ │ ├── polyline-add-remove-objects.7.png │ │ │ │ ├── polyline-add-remove-objects.8.png │ │ │ │ ├── polyline-add-remove-objects.9.png │ │ │ │ ├── polyline-add-remove-objects.qml │ │ │ │ ├── polyline-pan-map.0.png │ │ │ │ ├── polyline-pan-map.1.png │ │ │ │ ├── polyline-pan-map.2.png │ │ │ │ ├── polyline-pan-map.3.png │ │ │ │ ├── polyline-pan-map.4.png │ │ │ │ ├── polyline-pan-map.5.png │ │ │ │ ├── polyline-pan-map.6.png │ │ │ │ ├── polyline-pan-map.7.png │ │ │ │ └── polyline-pan-map.qml │ │ │ ├── polyline-add-remove-objects.qml │ │ │ └── polyline-pan-map.qml │ │ │ └── tst_qmlvisual.cpp │ ├── location-testing-tools │ │ ├── geoservicedemo │ │ │ ├── directionstab.cpp │ │ │ ├── directionstab.h │ │ │ ├── geocodingtab.cpp │ │ │ ├── geocodingtab.h │ │ │ ├── geopresenter.h │ │ │ ├── geoservicedemo.pro │ │ │ ├── geoservicedemo.qrc │ │ │ ├── icons │ │ │ │ ├── endmarker.png │ │ │ │ ├── pathmarker.png │ │ │ │ └── startmarker.png │ │ │ ├── main.cpp │ │ │ ├── placepresenter.cpp │ │ │ ├── placepresenter.h │ │ │ ├── revgeocodingtab.cpp │ │ │ ├── revgeocodingtab.h │ │ │ ├── routepresenter.cpp │ │ │ ├── routepresenter.h │ │ │ ├── routetab.cpp │ │ │ ├── routetab.h │ │ │ ├── servicestab.cpp │ │ │ ├── servicestab.h │ │ │ ├── tabbedwindow.cpp │ │ │ └── tabbedwindow.h │ │ ├── location-testing-tools.pro │ │ ├── mapbox │ │ │ ├── boxgraphicsscene.cpp │ │ │ ├── boxgraphicsscene.h │ │ │ ├── main.cpp │ │ │ ├── mainwindow.cpp │ │ │ ├── mainwindow.h │ │ │ ├── mapbox.cpp │ │ │ ├── mapbox.h │ │ │ ├── mapbox.pro │ │ │ ├── performance.cpp │ │ │ ├── performance.h │ │ │ ├── statswidget.cpp │ │ │ └── statswidget.h │ │ └── mapviewer │ │ │ ├── geomap.cpp │ │ │ ├── geomap.h │ │ │ ├── main.cpp │ │ │ ├── mainwindow.cpp │ │ │ ├── mainwindow.h │ │ │ ├── mapbox.cpp │ │ │ ├── mapbox.h │ │ │ ├── mapbox_menuhandlers.cpp │ │ │ └── mapviewer.pro │ ├── manual.pro │ ├── messagingex │ │ ├── accountdialog.ui │ │ ├── main.cpp │ │ ├── messagingex.cpp │ │ ├── messagingex.h │ │ ├── messagingex.pro │ │ ├── messagingex.ui │ │ ├── mmsreceiveddialog.ui │ │ └── smsreceiveddialog.ui │ ├── nfcsymbianbackend │ │ ├── common │ │ │ ├── qautomsgbox.cpp │ │ │ ├── qautomsgbox.h │ │ │ ├── qdummyslot.cpp │ │ │ ├── qdummyslot.h │ │ │ ├── qnfctagtestcommon.h │ │ │ ├── qnfctagutil.cpp │ │ │ ├── qnfctagutil.h │ │ │ ├── qnfctestcommon.h │ │ │ └── qnfctestutil.h │ │ ├── nfcsymbianbackend.pro │ │ ├── nfctestserviceprovider │ │ │ ├── main.cpp │ │ │ ├── makesis.bat │ │ │ ├── nfctestserviceprovider.cpp │ │ │ ├── nfctestserviceprovider.h │ │ │ ├── nfctestserviceprovider.pro │ │ │ ├── nfctestserviceprovider.ui │ │ │ └── nfctestserviceprovider.xml │ │ ├── nfctestserviceprovider2 │ │ │ ├── main.cpp │ │ │ ├── makesis.bat │ │ │ ├── nfctestserviceprovider2.cpp │ │ │ ├── nfctestserviceprovider2.h │ │ │ ├── nfctestserviceprovider2.pro │ │ │ ├── nfctestserviceprovider2.ui │ │ │ └── nfctestserviceprovider2.xml │ │ ├── qcontenthandler │ │ │ ├── makesis.bat │ │ │ ├── qcontenthandler.pro │ │ │ └── tst_qcontenthandler.cpp │ │ ├── qllcpserver │ │ │ ├── qllcpserver.pro │ │ │ └── tst_qllcpserver.cpp │ │ ├── qllcpsocketlocal │ │ │ ├── qllcpsocketlocal.pro │ │ │ └── tst_qllcpsocketlocal.cpp │ │ ├── qllcpsocketremote │ │ │ ├── qllcpsocketremote.pro │ │ │ └── tst_qllcpsocketremote.cpp │ │ ├── qllcpsockettype2 │ │ │ ├── qllcpsockettype2.pro │ │ │ └── tst_qllcpsockettype2.cpp │ │ ├── qnearfieldmanager │ │ │ ├── qnearfieldmanager.pro │ │ │ └── tst_qnearfieldmanager.cpp │ │ ├── qnearfieldtagtype1 │ │ │ ├── qnearfieldtagtype1.pro │ │ │ └── tst_qnearfieldtagtype1.cpp │ │ ├── qnearfieldtagtype2 │ │ │ ├── qnearfieldtagtype2.pro │ │ │ └── tst_qnearfieldtagtype2.cpp │ │ ├── qnearfieldtagtype3 │ │ │ ├── qnearfieldtagtype3.pro │ │ │ └── tst_qnearfieldtagtype3.cpp │ │ └── qnearfieldtagtype4 │ │ │ ├── qnearfieldtagtype4.pro │ │ │ └── tst_qnearfieldtagtype4.cpp │ ├── publishsubscribe_cenrep_mt │ │ ├── e056f50b.cre │ │ ├── e056f50b.txt │ │ ├── moduletest_configurability.cpp │ │ ├── moduletest_configurability.h │ │ ├── moduletest_configurability.qcrml │ │ ├── publishsubscribe_cenrep_mt.pro │ │ └── sis │ │ │ └── readme.txt │ ├── publishsubscribeex │ │ ├── main.cpp │ │ ├── profile.qcrml │ │ ├── publishsubscribeex.pro │ │ ├── publishsubscribemainwindow.cpp │ │ ├── publishsubscribemainwindow.h │ │ ├── publishsubscribemainwindow.ui │ │ └── resources.qcrml │ ├── qllcpserver │ │ ├── qllcpserver.pro │ │ └── tst_qllcpserver.cpp │ ├── qllcpsocket │ │ ├── qllcpsocket.pro │ │ └── tst_qllcpsocket.cpp │ ├── sfwtestclient │ │ ├── main.cpp │ │ ├── sfwtestclient.cpp │ │ ├── sfwtestclient.h │ │ ├── sfwtestclient.pro │ │ └── sfwtestclient.ui │ ├── sfwtestservice │ │ ├── main.cpp │ │ ├── sfwtestservice.cpp │ │ ├── sfwtestservice.h │ │ ├── sfwtestservice.pro │ │ └── sfwtestservice.xml │ └── sysinfo-tester │ │ ├── main.cpp │ │ └── sysinfo-tester.pro ├── publishsubscribe_cenrep_mt │ ├── moduletest_configurability_cr.qcrml │ ├── moduletest_configurability_ps.qcrml │ ├── sis │ │ ├── moduletest_configurability.pkg │ │ └── mt_configurability_cenrep.pkg │ ├── testthread.cpp │ └── testthread.h ├── qmlauto │ ├── README │ ├── organizer │ │ ├── organizer.pro │ │ ├── testcases │ │ │ ├── addEvent.qml │ │ │ ├── tst_detailfilter.qml │ │ │ ├── tst_organizeritems.qml │ │ │ └── tst_organizermodel.qml │ │ └── tst_qmlorganizer.cpp │ ├── qmlauto.pri │ └── qmlauto.pro ├── systemtests │ ├── sys_bearer │ │ ├── sys_bearer.pro │ │ ├── sys_bearer.qtt │ │ └── testdata │ │ │ └── testtext │ │ │ ├── original_wiki │ │ │ ├── symbian │ │ │ ├── added_interfaces │ │ │ ├── change_status │ │ │ ├── enumeration │ │ │ ├── interface_priority │ │ │ ├── removed_interfaces │ │ │ └── symbian │ │ │ ├── unix │ │ │ ├── added_interfaces │ │ │ ├── change_status │ │ │ ├── enumeration │ │ │ ├── linux_mac │ │ │ └── removed_interfaces │ │ │ ├── wince │ │ │ ├── added_interfaces │ │ │ ├── change_status │ │ │ ├── enumeration │ │ │ ├── removed_interfaces │ │ │ └── wince │ │ │ └── windows │ │ │ ├── added_interfaces │ │ │ ├── change_status │ │ │ ├── enumeration │ │ │ ├── removed_interfaces │ │ │ └── windows │ ├── sys_connectivity │ │ ├── sys_NFC │ │ │ └── sys_NFC.qtt │ │ └── sys_bluetooth │ │ │ ├── sys_bluetooth.pro │ │ │ └── sys_bluetooth.qtt │ ├── sys_contacts │ │ ├── sys_contacts.pro │ │ ├── sys_contacts.qtt │ │ └── testdata │ │ │ ├── avatar1.png │ │ │ ├── avatar2.png │ │ │ └── avatar3.png │ ├── sys_crsysteminfo │ │ ├── sys_crsysteminfo.pro │ │ └── sys_crsysteminfo.qtt │ ├── sys_declarative-music-browser │ │ ├── sys_declarative-music-browser.pro │ │ └── sys_declarative-music-browser.qtt │ ├── sys_declarative-sfw-dialer │ │ ├── sys_declarative-sfw-dialer.pro │ │ └── sys_declarative-sfw-dialer.qtt │ ├── sys_docgallery │ │ ├── sys_docgallery.pro │ │ └── sys_docgallery.qtt │ ├── sys_feedback │ │ ├── sys_feedback.pro │ │ └── sys_feedback.qtt │ ├── sys_location │ │ ├── sys_location.pro │ │ └── sys_location.qtt │ ├── sys_messaging │ │ ├── sys_messaging.pro │ │ └── sys_messaging.qtt │ ├── sys_multimedia │ │ ├── sys_multimedia.pro │ │ └── sys_multimedia.qtt │ ├── sys_oopserviceframework │ │ ├── sys_oopserviceframework.pro │ │ └── sys_oopserviceframework.qtt │ ├── sys_organizer │ │ ├── sys_organizer.pro │ │ └── sys_organizer.qtt │ ├── sys_publish_and_subscribe │ │ ├── sys_publish_and_subscribe.pro │ │ └── sys_publish_and_subscribe.qtt │ ├── sys_qmlcontacts │ │ ├── sys_qmlcontacts.pro │ │ └── sys_qmlcontacts.qtt │ ├── sys_sensors │ │ ├── sys_sensors.pro │ │ └── sys_sensors.qtt │ ├── sys_systeminfo │ │ ├── sys_systeminfo.pro │ │ └── sys_systeminfo.qtt │ ├── sys_tactilefeedback │ │ ├── sys_tactilefeedback.pro │ │ └── sys_tactilefeedback.qtt │ ├── sys_telephony │ │ ├── sys_telephony.pro │ │ └── sys_telephony.qtt │ ├── sys_versit │ │ ├── sys_versit.pro │ │ ├── sys_versit.qtt │ │ └── testdata │ │ │ └── testimport1.vcf │ ├── sys_versitorganizer │ │ ├── sys_versitorganizer.pro │ │ ├── sys_versitorganizer.qtt │ │ └── testdata │ │ │ └── exampleEvents.ics │ └── systemtests.pro ├── tests.pro └── tools │ ├── btclient │ ├── btclient.c │ ├── btclient.h │ └── btclient.pro │ ├── nfctestserver │ ├── main.cpp │ ├── nfctestserver.pro │ ├── servercontroller.cpp │ ├── servercontroller.h │ ├── servicenames.h │ ├── socketcontroller.cpp │ └── socketcontroller.h │ ├── sampleserviceplugin │ ├── sampleserviceplugin.cpp │ ├── sampleserviceplugin.h │ ├── sampleserviceplugin.pro │ └── xml │ │ └── sampleservice.xml │ ├── sampleserviceplugin2 │ ├── sampleserviceplugin2.cpp │ ├── sampleserviceplugin2.h │ ├── sampleserviceplugin2.pro │ └── xml │ │ └── sampleservice2.xml │ ├── testservice2 │ ├── testservice.h │ ├── testservice.pro.backup │ ├── testservice2.pro │ ├── testserviceinterface.h │ ├── testserviceplugin.cpp │ ├── testserviceplugin.h │ └── xml │ │ └── testserviceplugin.xml │ └── tools.pro ├── tools ├── icheck │ ├── icheck.pro │ ├── ichecklib.cpp │ ├── ichecklib.h │ ├── ichecklib_global.h │ ├── main.cpp │ ├── parsemanager.cpp │ ├── parsemanager.h │ └── parser │ │ ├── ichecklib.pri │ │ └── src │ │ ├── libs │ │ ├── cplusplus │ │ │ ├── CheckUndefinedSymbols.cpp │ │ │ ├── CheckUndefinedSymbols.h │ │ │ ├── CppBindings.cpp │ │ │ ├── CppBindings.h │ │ │ ├── CppDocument.cpp │ │ │ ├── CppDocument.h │ │ │ ├── FastPreprocessor.cpp │ │ │ ├── FastPreprocessor.h │ │ │ ├── GenTemplateInstance.cpp │ │ │ ├── GenTemplateInstance.h │ │ │ ├── LookupContext.cpp │ │ │ ├── LookupContext.h │ │ │ ├── Macro.cpp │ │ │ ├── Macro.h │ │ │ ├── NamePrettyPrinter.cpp │ │ │ ├── NamePrettyPrinter.h │ │ │ ├── Overview.cpp │ │ │ ├── Overview.h │ │ │ ├── PreprocessorClient.cpp │ │ │ ├── PreprocessorClient.h │ │ │ ├── PreprocessorEnvironment.cpp │ │ │ ├── PreprocessorEnvironment.h │ │ │ ├── ResolveExpression.cpp │ │ │ ├── ResolveExpression.h │ │ │ ├── TypePrettyPrinter.cpp │ │ │ ├── TypePrettyPrinter.h │ │ │ ├── pp-cctype.h │ │ │ ├── pp-engine.cpp │ │ │ ├── pp-engine.h │ │ │ ├── pp-macro-expander.cpp │ │ │ ├── pp-macro-expander.h │ │ │ ├── pp-scanner.cpp │ │ │ ├── pp-scanner.h │ │ │ └── pp.h │ │ └── utils │ │ │ └── qtcassert.h │ │ ├── plugins │ │ ├── coreplugin │ │ │ └── core_global.h │ │ └── cpptools │ │ │ ├── cppmodelmanager.cpp │ │ │ ├── cppmodelmanager.h │ │ │ ├── cppmodelmanagerinterface.h │ │ │ └── cpptools_global.h │ │ └── shared │ │ └── cplusplus │ │ ├── AST.cpp │ │ ├── AST.h │ │ ├── ASTClone.cpp │ │ ├── ASTMatch0.cpp │ │ ├── ASTMatcher.cpp │ │ ├── ASTMatcher.h │ │ ├── ASTVisit.cpp │ │ ├── ASTVisitor.cpp │ │ ├── ASTVisitor.h │ │ ├── ASTfwd.h │ │ ├── Array.cpp │ │ ├── Array.h │ │ ├── CPlusPlusForwardDeclarations.h │ │ ├── CheckDeclaration.cpp │ │ ├── CheckDeclaration.h │ │ ├── CheckDeclarator.cpp │ │ ├── CheckDeclarator.h │ │ ├── CheckExpression.cpp │ │ ├── CheckExpression.h │ │ ├── CheckName.cpp │ │ ├── CheckName.h │ │ ├── CheckSpecifier.cpp │ │ ├── CheckSpecifier.h │ │ ├── CheckStatement.cpp │ │ ├── CheckStatement.h │ │ ├── CoreTypes.cpp │ │ ├── CoreTypes.h │ │ ├── CppControl.cpp │ │ ├── CppControl.h │ │ ├── DiagnosticClient.cpp │ │ ├── DiagnosticClient.h │ │ ├── FullySpecifiedType.cpp │ │ ├── FullySpecifiedType.h │ │ ├── Keywords.cpp │ │ ├── Lexer.cpp │ │ ├── Lexer.h │ │ ├── LiteralTable.cpp │ │ ├── LiteralTable.h │ │ ├── Literals.cpp │ │ ├── Literals.h │ │ ├── MemoryPool.cpp │ │ ├── MemoryPool.h │ │ ├── Name.cpp │ │ ├── Name.h │ │ ├── NameVisitor.cpp │ │ ├── NameVisitor.h │ │ ├── Names.cpp │ │ ├── Names.h │ │ ├── ObjectiveCAtKeywords.cpp │ │ ├── ObjectiveCTypeQualifiers.cpp │ │ ├── ObjectiveCTypeQualifiers.h │ │ ├── Parser.cpp │ │ ├── Parser.h │ │ ├── Scope.cpp │ │ ├── Scope.h │ │ ├── Semantic.cpp │ │ ├── Semantic.h │ │ ├── SemanticCheck.cpp │ │ ├── SemanticCheck.h │ │ ├── Symbol.cpp │ │ ├── Symbol.h │ │ ├── SymbolVisitor.cpp │ │ ├── SymbolVisitor.h │ │ ├── Symbols.cpp │ │ ├── Symbols.h │ │ ├── Token.cpp │ │ ├── Token.h │ │ ├── TranslationUnit.cpp │ │ ├── TranslationUnit.h │ │ ├── Type.cpp │ │ ├── Type.h │ │ ├── TypeMatcher.cpp │ │ ├── TypeMatcher.h │ │ ├── TypeVisitor.cpp │ │ └── TypeVisitor.h ├── ndefhandlergen │ ├── main.cpp │ ├── ndefhandlergen.pro │ ├── templates.qrc │ └── templates │ │ ├── harmattan │ │ ├── harmattan.conf │ │ ├── harmattan.postinst │ │ ├── harmattan.prerm │ │ └── harmattan.service │ │ └── symbian │ │ └── symbian.xml ├── qcrmlgen │ ├── main.cpp │ ├── qcrmlgen.cpp │ ├── qcrmlgen.h │ └── qcrmlgen.pro ├── servicedbgen │ ├── README │ ├── servicedbgen.cpp │ └── servicedbgen.pro ├── servicefw │ ├── servicefw.cpp │ └── servicefw.pro ├── servicexmlgen │ ├── errorcollector.cpp │ ├── errorcollector.h │ ├── interfacestabwidget.cpp │ ├── interfacestabwidget.h │ ├── interfacewidget.cpp │ ├── interfacewidget.h │ ├── mandatorylineedit.cpp │ ├── mandatorylineedit.h │ ├── servicewidget.cpp │ ├── servicewidget.h │ ├── servicexmlgen.cpp │ ├── servicexmlgen.h │ └── servicexmlgen.pro ├── tools.pro └── vsexplorer │ ├── DESCRIPTION │ ├── vsexplorer.cpp │ └── vsexplorer.pro └── translations ├── check-ts.pl ├── check-ts.xq ├── qtmobility_ar.ts ├── qtmobility_cs.ts ├── qtmobility_da.ts ├── qtmobility_de.ts ├── qtmobility_es.ts ├── qtmobility_fr.ts ├── qtmobility_he.ts ├── qtmobility_hu.ts ├── qtmobility_ja.ts ├── qtmobility_ko.ts ├── qtmobility_pl.ts ├── qtmobility_pt.ts ├── qtmobility_ru.ts ├── qtmobility_sk.ts ├── qtmobility_sl.ts ├── qtmobility_sv.ts ├── qtmobility_uk.ts ├── qtmobility_zh_CN.ts ├── qtmobility_zh_TW.ts └── translations.pro /.commit-template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/.commit-template -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | configure.bat -crlf 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/.gitignore -------------------------------------------------------------------------------- /INSTALL.symbian: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/INSTALL.symbian -------------------------------------------------------------------------------- /INSTALL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/INSTALL.txt -------------------------------------------------------------------------------- /LGPL_EXCEPTION.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/LGPL_EXCEPTION.txt -------------------------------------------------------------------------------- /LICENSE.LGPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/LICENSE.LGPL -------------------------------------------------------------------------------- /LICENSE.PREVIEW.COMMERCIAL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/LICENSE.PREVIEW.COMMERCIAL -------------------------------------------------------------------------------- /bin/.gitignore: -------------------------------------------------------------------------------- 1 | !servicedbgen* 2 | -------------------------------------------------------------------------------- /bin/compilercheck.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/bin/compilercheck.pl -------------------------------------------------------------------------------- /bin/pathhelper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/bin/pathhelper -------------------------------------------------------------------------------- /bin/rununittests.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/bin/rununittests.bat -------------------------------------------------------------------------------- /bin/rununittests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/bin/rununittests.sh -------------------------------------------------------------------------------- /bin/servicedbgen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/bin/servicedbgen.exe -------------------------------------------------------------------------------- /bin/syncheaders: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/bin/syncheaders -------------------------------------------------------------------------------- /common.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/common.pri -------------------------------------------------------------------------------- /config.tests/FmTxClient/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/FmTxClient/main.cpp -------------------------------------------------------------------------------- /config.tests/blkid/blkid.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/blkid/blkid.pro -------------------------------------------------------------------------------- /config.tests/blkid/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/blkid/main.cpp -------------------------------------------------------------------------------- /config.tests/bluez/bluez.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/bluez/bluez.pro -------------------------------------------------------------------------------- /config.tests/bluez/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/bluez/main.cpp -------------------------------------------------------------------------------- /config.tests/directshow/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/directshow/main.cpp -------------------------------------------------------------------------------- /config.tests/evr/evr.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/evr/evr.pro -------------------------------------------------------------------------------- /config.tests/evr/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/evr/main.cpp -------------------------------------------------------------------------------- /config.tests/gypsy/gypsy.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/gypsy/gypsy.pro -------------------------------------------------------------------------------- /config.tests/gypsy/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/gypsy/main.cpp -------------------------------------------------------------------------------- /config.tests/hb_symbian/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/hb_symbian/main.cpp -------------------------------------------------------------------------------- /config.tests/immersion/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/immersion/main.cpp -------------------------------------------------------------------------------- /config.tests/iphb/iphb.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/iphb/iphb.pro -------------------------------------------------------------------------------- /config.tests/iphb/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/iphb/main.cpp -------------------------------------------------------------------------------- /config.tests/lbt/lbt.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/lbt/lbt.pro -------------------------------------------------------------------------------- /config.tests/lbt/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/lbt/main.cpp -------------------------------------------------------------------------------- /config.tests/maemo-icd/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/maemo-icd/main.cpp -------------------------------------------------------------------------------- /config.tests/make/make.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/make/make.pro -------------------------------------------------------------------------------- /config.tests/mds/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/mds/main.cpp -------------------------------------------------------------------------------- /config.tests/mds/mds.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/mds/mds.pro -------------------------------------------------------------------------------- /config.tests/mds_25/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/mds_25/main.cpp -------------------------------------------------------------------------------- /config.tests/mds_25/mds_25.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/mds_25/mds_25.pro -------------------------------------------------------------------------------- /config.tests/nfc_symbian/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/nfc_symbian/main.cpp -------------------------------------------------------------------------------- /config.tests/occ/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/occ/main.cpp -------------------------------------------------------------------------------- /config.tests/occ/occ.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/occ/occ.pro -------------------------------------------------------------------------------- /config.tests/proj/proj.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/proj/proj.cpp -------------------------------------------------------------------------------- /config.tests/proj/proj.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/proj/proj.pro -------------------------------------------------------------------------------- /config.tests/qmf/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/qmf/main.cpp -------------------------------------------------------------------------------- /config.tests/qmf/qmf.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/qmf/qmf.pro -------------------------------------------------------------------------------- /config.tests/sensord/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/sensord/main.cpp -------------------------------------------------------------------------------- /config.tests/sensord/sensord.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/sensord/sensord.pro -------------------------------------------------------------------------------- /config.tests/snap/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/snap/main.cpp -------------------------------------------------------------------------------- /config.tests/snap/snap.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/snap/snap.pro -------------------------------------------------------------------------------- /config.tests/tools/which.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/tools/which.test -------------------------------------------------------------------------------- /config.tests/udev/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/udev/main.cpp -------------------------------------------------------------------------------- /config.tests/udev/udev.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/udev/udev.pro -------------------------------------------------------------------------------- /config.tests/wmf/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/wmf/main.cpp -------------------------------------------------------------------------------- /config.tests/wmf/wmf.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/wmf/wmf.pro -------------------------------------------------------------------------------- /config.tests/wmp/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/wmp/main.cpp -------------------------------------------------------------------------------- /config.tests/wmp/wmp.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/wmp/wmp.pro -------------------------------------------------------------------------------- /config.tests/wmsdk/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/wmsdk/main.cpp -------------------------------------------------------------------------------- /config.tests/wmsdk/wmsdk.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/config.tests/wmsdk/wmsdk.pro -------------------------------------------------------------------------------- /configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/configure -------------------------------------------------------------------------------- /configure.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/configure.bat -------------------------------------------------------------------------------- /demos/bttennis/board.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/bttennis/board.cpp -------------------------------------------------------------------------------- /demos/bttennis/board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/bttennis/board.h -------------------------------------------------------------------------------- /demos/bttennis/bttennis.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/bttennis/bttennis.pro -------------------------------------------------------------------------------- /demos/bttennis/connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/bttennis/connect.png -------------------------------------------------------------------------------- /demos/bttennis/controller.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/bttennis/controller.cpp -------------------------------------------------------------------------------- /demos/bttennis/controller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/bttennis/controller.h -------------------------------------------------------------------------------- /demos/bttennis/handover.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/bttennis/handover.cpp -------------------------------------------------------------------------------- /demos/bttennis/handover.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/bttennis/handover.h -------------------------------------------------------------------------------- /demos/bttennis/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/bttennis/main.cpp -------------------------------------------------------------------------------- /demos/bttennis/tennis.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/bttennis/tennis.cpp -------------------------------------------------------------------------------- /demos/bttennis/tennis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/bttennis/tennis.h -------------------------------------------------------------------------------- /demos/bttennis/tennis.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/bttennis/tennis.qrc -------------------------------------------------------------------------------- /demos/bttennis/tennis.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/bttennis/tennis.ui -------------------------------------------------------------------------------- /demos/bttennis/tennisclient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/bttennis/tennisclient.cpp -------------------------------------------------------------------------------- /demos/bttennis/tennisclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/bttennis/tennisclient.h -------------------------------------------------------------------------------- /demos/bttennis/tennisserver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/bttennis/tennisserver.cpp -------------------------------------------------------------------------------- /demos/bttennis/tennisserver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/bttennis/tennisserver.h -------------------------------------------------------------------------------- /demos/bttennis/tennisview.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/bttennis/tennisview.cpp -------------------------------------------------------------------------------- /demos/bttennis/tennisview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/bttennis/tennisview.h -------------------------------------------------------------------------------- /demos/demos.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/demos.pri -------------------------------------------------------------------------------- /demos/demos.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/demos.pro -------------------------------------------------------------------------------- /demos/lightmaps/lightmaps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/lightmaps/lightmaps.cpp -------------------------------------------------------------------------------- /demos/lightmaps/lightmaps.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/lightmaps/lightmaps.pro -------------------------------------------------------------------------------- /demos/lightmaps/nmealog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/lightmaps/nmealog.txt -------------------------------------------------------------------------------- /demos/lightmaps/satellitedialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/lightmaps/satellitedialog.h -------------------------------------------------------------------------------- /demos/player/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/player/main.cpp -------------------------------------------------------------------------------- /demos/player/player.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/player/player.cpp -------------------------------------------------------------------------------- /demos/player/player.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/player/player.h -------------------------------------------------------------------------------- /demos/player/player.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/player/player.pro -------------------------------------------------------------------------------- /demos/player/playercontrols.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/player/playercontrols.cpp -------------------------------------------------------------------------------- /demos/player/playercontrols.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/player/playercontrols.h -------------------------------------------------------------------------------- /demos/player/playlistmodel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/player/playlistmodel.cpp -------------------------------------------------------------------------------- /demos/player/playlistmodel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/player/playlistmodel.h -------------------------------------------------------------------------------- /demos/player/videowidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/player/videowidget.cpp -------------------------------------------------------------------------------- /demos/player/videowidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/player/videowidget.h -------------------------------------------------------------------------------- /demos/qmlcontacts/contacts-90.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/qmlcontacts/contacts-90.qml -------------------------------------------------------------------------------- /demos/qmlcontacts/contacts.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/qmlcontacts/contacts.qml -------------------------------------------------------------------------------- /demos/qmlcontacts/contents/.gitattributes: -------------------------------------------------------------------------------- 1 | *.vcf -crlf 2 | 3 | -------------------------------------------------------------------------------- /demos/qmlcontacts/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/qmlcontacts/main.cpp -------------------------------------------------------------------------------- /demos/qmlcontacts/qmlcontacts.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/qmlcontacts/qmlcontacts.pro -------------------------------------------------------------------------------- /demos/qmlcontacts/qmlcontacts.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/qmlcontacts/qmlcontacts.qrc -------------------------------------------------------------------------------- /demos/qmltennis/Bumper.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/qmltennis/Bumper.qml -------------------------------------------------------------------------------- /demos/qmltennis/ConnectButton.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/qmltennis/ConnectButton.qml -------------------------------------------------------------------------------- /demos/qmltennis/Handover.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/qmltennis/Handover.qml -------------------------------------------------------------------------------- /demos/qmltennis/Paddle.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/qmltennis/Paddle.qml -------------------------------------------------------------------------------- /demos/qmltennis/Score.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/qmltennis/Score.qml -------------------------------------------------------------------------------- /demos/qmltennis/connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/qmltennis/connect.png -------------------------------------------------------------------------------- /demos/qmltennis/controller.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/qmltennis/controller.cpp -------------------------------------------------------------------------------- /demos/qmltennis/controller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/qmltennis/controller.h -------------------------------------------------------------------------------- /demos/qmltennis/qmltennis.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/qmltennis/qmltennis.cpp -------------------------------------------------------------------------------- /demos/qmltennis/qmltennis.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/qmltennis/qmltennis.pro -------------------------------------------------------------------------------- /demos/qmltennis/sensor.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/qmltennis/sensor.qml -------------------------------------------------------------------------------- /demos/qmltennis/tennis.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/qmltennis/tennis.qml -------------------------------------------------------------------------------- /demos/qmltennis/tennis.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/qmltennis/tennis.qrc -------------------------------------------------------------------------------- /demos/serviceactions/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/serviceactions/main.cpp -------------------------------------------------------------------------------- /demos/serviceactions/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/serviceactions/mainwindow.h -------------------------------------------------------------------------------- /demos/video/qmlvideo/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/video/qmlvideo/main.cpp -------------------------------------------------------------------------------- /demos/video/qmlvideo/qmlvideo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/video/qmlvideo/qmlvideo.png -------------------------------------------------------------------------------- /demos/video/qmlvideo/qmlvideo.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/video/qmlvideo/qmlvideo.pro -------------------------------------------------------------------------------- /demos/video/qmlvideo/qmlvideo.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/video/qmlvideo/qmlvideo.qrc -------------------------------------------------------------------------------- /demos/video/qmlvideo/qmlvideo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/video/qmlvideo/qmlvideo.svg -------------------------------------------------------------------------------- /demos/video/qmlvideo/trace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/video/qmlvideo/trace.h -------------------------------------------------------------------------------- /demos/video/qmlvideofx/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/video/qmlvideofx/main.cpp -------------------------------------------------------------------------------- /demos/video/qmlvideofx/trace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/video/qmlvideofx/trace.h -------------------------------------------------------------------------------- /demos/video/video.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/video/video.pro -------------------------------------------------------------------------------- /demos/weatherinfo/nmealog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/weatherinfo/nmealog.txt -------------------------------------------------------------------------------- /demos/weatherinfo/weatherinfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/weatherinfo/weatherinfo.cpp -------------------------------------------------------------------------------- /demos/weatherinfo/weatherinfo.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/weatherinfo/weatherinfo.pro -------------------------------------------------------------------------------- /demos/weatherinfo/weatherinfo.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/demos/weatherinfo/weatherinfo.qrc -------------------------------------------------------------------------------- /dist/changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/dist/changes -------------------------------------------------------------------------------- /dist/changes-1.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/dist/changes-1.0.0 -------------------------------------------------------------------------------- /dist/changes-1.0.0-beta1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/dist/changes-1.0.0-beta1 -------------------------------------------------------------------------------- /dist/changes-1.0.0-tp2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/dist/changes-1.0.0-tp2 -------------------------------------------------------------------------------- /dist/changes-1.0.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/dist/changes-1.0.1 -------------------------------------------------------------------------------- /dist/changes-1.0.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/dist/changes-1.0.2 -------------------------------------------------------------------------------- /dist/changes-1.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/dist/changes-1.1.0 -------------------------------------------------------------------------------- /dist/changes-1.1.0-tp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/changes-1.1.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/dist/changes-1.1.1 -------------------------------------------------------------------------------- /dist/changes-1.1.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/dist/changes-1.1.2 -------------------------------------------------------------------------------- /dist/changes-1.1.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/dist/changes-1.1.3 -------------------------------------------------------------------------------- /dist/changes-1.2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/dist/changes-1.2.0 -------------------------------------------------------------------------------- /dist/changes-1.2.0-beta1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/dist/changes-1.2.0-beta1 -------------------------------------------------------------------------------- /dist/changes-1.2.0-tp1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/dist/changes-1.2.0-tp1 -------------------------------------------------------------------------------- /doc/building.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/building.txt -------------------------------------------------------------------------------- /doc/config/compat.qdocconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/compat.qdocconf -------------------------------------------------------------------------------- /doc/config/images/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/images/arrow_down.png -------------------------------------------------------------------------------- /doc/config/images/bg_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/images/bg_l.png -------------------------------------------------------------------------------- /doc/config/images/bg_l_blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/images/bg_l_blank.png -------------------------------------------------------------------------------- /doc/config/images/bg_ll_blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/images/bg_ll_blank.png -------------------------------------------------------------------------------- /doc/config/images/bg_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/images/bg_r.png -------------------------------------------------------------------------------- /doc/config/images/bg_ul_blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/images/bg_ul_blank.png -------------------------------------------------------------------------------- /doc/config/images/box_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/images/box_bg.png -------------------------------------------------------------------------------- /doc/config/images/breadcrumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/images/breadcrumb.png -------------------------------------------------------------------------------- /doc/config/images/bullet_dn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/images/bullet_dn.png -------------------------------------------------------------------------------- /doc/config/images/bullet_gt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/images/bullet_gt.png -------------------------------------------------------------------------------- /doc/config/images/bullet_sq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/images/bullet_sq.png -------------------------------------------------------------------------------- /doc/config/images/bullet_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/images/bullet_up.png -------------------------------------------------------------------------------- /doc/config/images/header_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/images/header_bg.png -------------------------------------------------------------------------------- /doc/config/images/horBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/images/horBar.png -------------------------------------------------------------------------------- /doc/config/images/page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/images/page.png -------------------------------------------------------------------------------- /doc/config/images/page_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/images/page_bg.png -------------------------------------------------------------------------------- /doc/config/images/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/images/qt-logo.png -------------------------------------------------------------------------------- /doc/config/images/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/images/spinner.gif -------------------------------------------------------------------------------- /doc/config/macros.qdocconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/macros.qdocconf -------------------------------------------------------------------------------- /doc/config/qt-cpp-ignore.qdocconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/qt-cpp-ignore.qdocconf -------------------------------------------------------------------------------- /doc/config/qt-defines.qdocconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/qt-defines.qdocconf -------------------------------------------------------------------------------- /doc/config/qtmobility.qdocconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/qtmobility.qdocconf -------------------------------------------------------------------------------- /doc/config/scripts/functions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/scripts/functions.js -------------------------------------------------------------------------------- /doc/config/scripts/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/scripts/jquery.js -------------------------------------------------------------------------------- /doc/config/scripts/narrow.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/scripts/narrow.js -------------------------------------------------------------------------------- /doc/config/scripts/superfish.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/scripts/superfish.js -------------------------------------------------------------------------------- /doc/config/style/narrow.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/style/narrow.css -------------------------------------------------------------------------------- /doc/config/style/offline.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/style/offline.css -------------------------------------------------------------------------------- /doc/config/style/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/style/style.css -------------------------------------------------------------------------------- /doc/config/style/style_ie6.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/style/style_ie6.css -------------------------------------------------------------------------------- /doc/config/style/style_ie7.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/style/style_ie7.css -------------------------------------------------------------------------------- /doc/config/style/style_ie8.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/config/style/superfish.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/config/style/superfish.css -------------------------------------------------------------------------------- /doc/doc.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/doc.pri -------------------------------------------------------------------------------- /doc/doc.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/doc.pro -------------------------------------------------------------------------------- /doc/src/bearermanagement.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/bearermanagement.qdoc -------------------------------------------------------------------------------- /doc/src/blackberry.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/blackberry.qdoc -------------------------------------------------------------------------------- /doc/src/camera.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/camera.qdoc -------------------------------------------------------------------------------- /doc/src/classes.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/classes.qdoc -------------------------------------------------------------------------------- /doc/src/classic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/classic.css -------------------------------------------------------------------------------- /doc/src/connectivity.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/connectivity.qdoc -------------------------------------------------------------------------------- /doc/src/contacts.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/contacts.qdoc -------------------------------------------------------------------------------- /doc/src/contactsactions.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/contactsactions.qdoc -------------------------------------------------------------------------------- /doc/src/contactsasync.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/contactsasync.qdoc -------------------------------------------------------------------------------- /doc/src/contactsengines.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/contactsengines.qdoc -------------------------------------------------------------------------------- /doc/src/contactsschema.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/contactsschema.qdoc -------------------------------------------------------------------------------- /doc/src/contactssync.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/contactssync.qdoc -------------------------------------------------------------------------------- /doc/src/contactsusage.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/contactsusage.qdoc -------------------------------------------------------------------------------- /doc/src/examples.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/examples.qdoc -------------------------------------------------------------------------------- /doc/src/examples/bearercloud.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/examples/bearercloud.qdoc -------------------------------------------------------------------------------- /doc/src/examples/btchat.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/examples/btchat.qdoc -------------------------------------------------------------------------------- /doc/src/examples/btscanner.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/examples/btscanner.qdoc -------------------------------------------------------------------------------- /doc/src/examples/bttennis.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/examples/bttennis.qdoc -------------------------------------------------------------------------------- /doc/src/examples/camera.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/examples/camera.qdoc -------------------------------------------------------------------------------- /doc/src/examples/flickrdemo.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/examples/flickrdemo.qdoc -------------------------------------------------------------------------------- /doc/src/examples/keepintouch.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/examples/keepintouch.qdoc -------------------------------------------------------------------------------- /doc/src/examples/lightmaps.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/examples/lightmaps.qdoc -------------------------------------------------------------------------------- /doc/src/examples/ndefeditor.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/examples/ndefeditor.qdoc -------------------------------------------------------------------------------- /doc/src/examples/player.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/examples/player.qdoc -------------------------------------------------------------------------------- /doc/src/examples/poster.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/examples/poster.qdoc -------------------------------------------------------------------------------- /doc/src/examples/qml-scanner.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/examples/qml-scanner.qdoc -------------------------------------------------------------------------------- /doc/src/examples/qml-tennis.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/examples/qml-tennis.qdoc -------------------------------------------------------------------------------- /doc/src/examples/qmlvideo.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/examples/qmlvideo.qdoc -------------------------------------------------------------------------------- /doc/src/examples/qmlvideofx.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/examples/qmlvideofx.qdoc -------------------------------------------------------------------------------- /doc/src/examples/quickstart.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/examples/quickstart.qdoc -------------------------------------------------------------------------------- /doc/src/examples/sensors.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/examples/sensors.qdoc -------------------------------------------------------------------------------- /doc/src/examples/sfw-notes.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/examples/sfw-notes.qdoc -------------------------------------------------------------------------------- /doc/src/examples/sfwecho.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/examples/sfwecho.qdoc -------------------------------------------------------------------------------- /doc/src/examples/slideshow.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/examples/slideshow.qdoc -------------------------------------------------------------------------------- /doc/src/examples/sysinfo.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/examples/sysinfo.qdoc -------------------------------------------------------------------------------- /doc/src/examples/todo.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/examples/todo.qdoc -------------------------------------------------------------------------------- /doc/src/examples/weatherinfo.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/examples/weatherinfo.qdoc -------------------------------------------------------------------------------- /doc/src/feedback.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/feedback.qdoc -------------------------------------------------------------------------------- /doc/src/future.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/future.qdoc -------------------------------------------------------------------------------- /doc/src/gallery.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/gallery.qdoc -------------------------------------------------------------------------------- /doc/src/images/annotatedurl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/annotatedurl.png -------------------------------------------------------------------------------- /doc/src/images/audiodevices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/audiodevices.png -------------------------------------------------------------------------------- /doc/src/images/btchat-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/btchat-example.png -------------------------------------------------------------------------------- /doc/src/images/camera-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/camera-example.png -------------------------------------------------------------------------------- /doc/src/images/codeless.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/codeless.png -------------------------------------------------------------------------------- /doc/src/images/cubehouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/cubehouse.png -------------------------------------------------------------------------------- /doc/src/images/flickr-demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/flickr-demo.png -------------------------------------------------------------------------------- /doc/src/images/landmarkmap1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/landmarkmap1.png -------------------------------------------------------------------------------- /doc/src/images/lightmaps-oslo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/lightmaps-oslo.png -------------------------------------------------------------------------------- /doc/src/images/ndefeditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/ndefeditor.png -------------------------------------------------------------------------------- /doc/src/images/qml-camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/qml-camera.png -------------------------------------------------------------------------------- /doc/src/images/qml-flickr-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/qml-flickr-1.png -------------------------------------------------------------------------------- /doc/src/images/qmlcamera-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/qmlcamera-menu.png -------------------------------------------------------------------------------- /doc/src/images/qmlvideo-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/qmlvideo-menu.png -------------------------------------------------------------------------------- /doc/src/images/qtlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/qtlogo.png -------------------------------------------------------------------------------- /doc/src/images/roaming-states.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/roaming-states.png -------------------------------------------------------------------------------- /doc/src/images/sensors-sides.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/sensors-sides.jpg -------------------------------------------------------------------------------- /doc/src/images/sensors-sides2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/sensors-sides2.jpg -------------------------------------------------------------------------------- /doc/src/images/sensors-static.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/sensors-static.png -------------------------------------------------------------------------------- /doc/src/images/servicebrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/servicebrowser.png -------------------------------------------------------------------------------- /doc/src/images/servicexmlgen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/servicexmlgen.png -------------------------------------------------------------------------------- /doc/src/images/slideshow-img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/slideshow-img1.png -------------------------------------------------------------------------------- /doc/src/images/spb-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/spb-screen.png -------------------------------------------------------------------------------- /doc/src/images/sysinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/sysinfo.png -------------------------------------------------------------------------------- /doc/src/images/todoeditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/todoeditor.png -------------------------------------------------------------------------------- /doc/src/images/todoexample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/images/todoexample.png -------------------------------------------------------------------------------- /doc/src/index.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/index.qdoc -------------------------------------------------------------------------------- /doc/src/installation.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/installation.qdoc -------------------------------------------------------------------------------- /doc/src/legal/3rdparty.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/legal/3rdparty.qdoc -------------------------------------------------------------------------------- /doc/src/legal/editions.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/legal/editions.qdoc -------------------------------------------------------------------------------- /doc/src/legal/gpl.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/legal/gpl.qdoc -------------------------------------------------------------------------------- /doc/src/legal/trademarks.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/legal/trademarks.qdoc -------------------------------------------------------------------------------- /doc/src/location.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/location.qdoc -------------------------------------------------------------------------------- /doc/src/messaging.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/messaging.qdoc -------------------------------------------------------------------------------- /doc/src/modules.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/modules.qdoc -------------------------------------------------------------------------------- /doc/src/multimedia.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/multimedia.qdoc -------------------------------------------------------------------------------- /doc/src/multimediabackend.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/multimediabackend.qdoc -------------------------------------------------------------------------------- /doc/src/organizer.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/organizer.qdoc -------------------------------------------------------------------------------- /doc/src/organizeradvanced.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/organizeradvanced.qdoc -------------------------------------------------------------------------------- /doc/src/organizerasync.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/organizerasync.qdoc -------------------------------------------------------------------------------- /doc/src/organizerengines.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/organizerengines.qdoc -------------------------------------------------------------------------------- /doc/src/organizerschema.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/organizerschema.qdoc -------------------------------------------------------------------------------- /doc/src/organizersync.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/organizersync.qdoc -------------------------------------------------------------------------------- /doc/src/plugins/qml-contacts.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/plugins/qml-contacts.qdoc -------------------------------------------------------------------------------- /doc/src/plugins/qml-feedback.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/plugins/qml-feedback.qdoc -------------------------------------------------------------------------------- /doc/src/plugins/qml-gallery.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/plugins/qml-gallery.qdoc -------------------------------------------------------------------------------- /doc/src/plugins/qml-location.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/plugins/qml-location.qdoc -------------------------------------------------------------------------------- /doc/src/plugins/qml-sensors.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/plugins/qml-sensors.qdoc -------------------------------------------------------------------------------- /doc/src/preview.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/preview.qdoc -------------------------------------------------------------------------------- /doc/src/publ-subs.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/publ-subs.qdoc -------------------------------------------------------------------------------- /doc/src/qlandmarks.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/qlandmarks.qdoc -------------------------------------------------------------------------------- /doc/src/qml-plugins.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/qml-plugins.qdoc -------------------------------------------------------------------------------- /doc/src/qt.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/qt.index -------------------------------------------------------------------------------- /doc/src/sensors-dynamic.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/sensors-dynamic.dia -------------------------------------------------------------------------------- /doc/src/sensors-overview.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/sensors-overview.dia -------------------------------------------------------------------------------- /doc/src/sensors-static.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/sensors-static.dia -------------------------------------------------------------------------------- /doc/src/sensors.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/sensors.qdoc -------------------------------------------------------------------------------- /doc/src/sf.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/sf.qdoc -------------------------------------------------------------------------------- /doc/src/sfw_s60.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/sfw_s60.qdoc -------------------------------------------------------------------------------- /doc/src/si.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/si.qdoc -------------------------------------------------------------------------------- /doc/src/snippets/sensors/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/snippets/sensors/main.cpp -------------------------------------------------------------------------------- /doc/src/snippets/snippets.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/snippets/snippets.pro -------------------------------------------------------------------------------- /doc/src/tutorials.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/tutorials.qdoc -------------------------------------------------------------------------------- /doc/src/tutorials/mapsdemo.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/tutorials/mapsdemo.qdoc -------------------------------------------------------------------------------- /doc/src/vcardsupport.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/vcardsupport.qdoc -------------------------------------------------------------------------------- /doc/src/versit.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/versit.qdoc -------------------------------------------------------------------------------- /doc/src/versitplugins.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/doc/src/versitplugins.qdoc -------------------------------------------------------------------------------- /examples/annotatedurl/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/annotatedurl/main.cpp -------------------------------------------------------------------------------- /examples/audiodevices/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/audiodevices/main.cpp -------------------------------------------------------------------------------- /examples/audioinput/audioinput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/audioinput/audioinput.h -------------------------------------------------------------------------------- /examples/audioinput/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/audioinput/main.cpp -------------------------------------------------------------------------------- /examples/audiooutput/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/audiooutput/main.cpp -------------------------------------------------------------------------------- /examples/audiorecorder/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/audiorecorder/main.cpp -------------------------------------------------------------------------------- /examples/battery-charge/battery-charge.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = subdirs 2 | SUBDIRS = battery-publisher 3 | -------------------------------------------------------------------------------- /examples/bearercloud/cloud.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/bearercloud/cloud.cpp -------------------------------------------------------------------------------- /examples/bearercloud/cloud.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/bearercloud/cloud.h -------------------------------------------------------------------------------- /examples/bearercloud/icons.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/bearercloud/icons.qrc -------------------------------------------------------------------------------- /examples/bearercloud/lan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/bearercloud/lan.svg -------------------------------------------------------------------------------- /examples/bearercloud/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/bearercloud/main.cpp -------------------------------------------------------------------------------- /examples/bearercloud/unknown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/bearercloud/unknown.svg -------------------------------------------------------------------------------- /examples/bearercloud/wlan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/bearercloud/wlan.svg -------------------------------------------------------------------------------- /examples/bearermonitor/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/bearermonitor/main.cpp -------------------------------------------------------------------------------- /examples/btchat/btchat.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/btchat/btchat.pro -------------------------------------------------------------------------------- /examples/btchat/chat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/btchat/chat.cpp -------------------------------------------------------------------------------- /examples/btchat/chat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/btchat/chat.h -------------------------------------------------------------------------------- /examples/btchat/chat.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/btchat/chat.ui -------------------------------------------------------------------------------- /examples/btchat/chatclient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/btchat/chatclient.cpp -------------------------------------------------------------------------------- /examples/btchat/chatclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/btchat/chatclient.h -------------------------------------------------------------------------------- /examples/btchat/chatserver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/btchat/chatserver.cpp -------------------------------------------------------------------------------- /examples/btchat/chatserver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/btchat/chatserver.h -------------------------------------------------------------------------------- /examples/btchat/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/btchat/main.cpp -------------------------------------------------------------------------------- /examples/btchat/remoteselector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/btchat/remoteselector.h -------------------------------------------------------------------------------- /examples/btchat/remoteselector.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/btchat/remoteselector.ui -------------------------------------------------------------------------------- /examples/btfiletransfer/busy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/btfiletransfer/busy.gif -------------------------------------------------------------------------------- /examples/btfiletransfer/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/btfiletransfer/main.cpp -------------------------------------------------------------------------------- /examples/btscanner/btscanner.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/btscanner/btscanner.pro -------------------------------------------------------------------------------- /examples/btscanner/device.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/btscanner/device.cpp -------------------------------------------------------------------------------- /examples/btscanner/device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/btscanner/device.h -------------------------------------------------------------------------------- /examples/btscanner/device.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/btscanner/device.ui -------------------------------------------------------------------------------- /examples/btscanner/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/btscanner/main.cpp -------------------------------------------------------------------------------- /examples/btscanner/service.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/btscanner/service.cpp -------------------------------------------------------------------------------- /examples/btscanner/service.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/btscanner/service.h -------------------------------------------------------------------------------- /examples/btscanner/service.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/btscanner/service.ui -------------------------------------------------------------------------------- /examples/camera/camera.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/camera/camera.cpp -------------------------------------------------------------------------------- /examples/camera/camera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/camera/camera.h -------------------------------------------------------------------------------- /examples/camera/camera.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/camera/camera.pro -------------------------------------------------------------------------------- /examples/camera/camera.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/camera/camera.ui -------------------------------------------------------------------------------- /examples/camera/imagesettings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/camera/imagesettings.cpp -------------------------------------------------------------------------------- /examples/camera/imagesettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/camera/imagesettings.h -------------------------------------------------------------------------------- /examples/camera/imagesettings.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/camera/imagesettings.ui -------------------------------------------------------------------------------- /examples/camera/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/camera/main.cpp -------------------------------------------------------------------------------- /examples/camera/videosettings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/camera/videosettings.cpp -------------------------------------------------------------------------------- /examples/camera/videosettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/camera/videosettings.h -------------------------------------------------------------------------------- /examples/camera/videosettings.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/camera/videosettings.ui -------------------------------------------------------------------------------- /examples/connectivity/connectivity.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = subdirs 2 | 3 | SUBDIRS += annotatedurl ndefeditor 4 | 5 | -------------------------------------------------------------------------------- /examples/declarative-connectivity/declarative-connectivity.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = subdirs 2 | SUBDIRS += scanner poster 3 | -------------------------------------------------------------------------------- /examples/examples.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/examples.pro -------------------------------------------------------------------------------- /examples/flickrdemo/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/flickrdemo/README.txt -------------------------------------------------------------------------------- /examples/flickrdemo/flickrdemo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/flickrdemo/flickrdemo.h -------------------------------------------------------------------------------- /examples/flickrdemo/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/flickrdemo/main.cpp -------------------------------------------------------------------------------- /examples/flickrdemo/nmealog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/flickrdemo/nmealog.txt -------------------------------------------------------------------------------- /examples/hapticsplayer/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/hapticsplayer/main.cpp -------------------------------------------------------------------------------- /examples/hapticsquare/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/hapticsquare/main.cpp -------------------------------------------------------------------------------- /examples/keepintouch/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/keepintouch/main.cpp -------------------------------------------------------------------------------- /examples/landmarkbrowser/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/landmarkbrowser/main.cpp -------------------------------------------------------------------------------- /examples/mapsdemo/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/mapsdemo/main.cpp -------------------------------------------------------------------------------- /examples/mapsdemo/mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/mapsdemo/mainwindow.cpp -------------------------------------------------------------------------------- /examples/mapsdemo/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/mapsdemo/mainwindow.h -------------------------------------------------------------------------------- /examples/mapsdemo/mapsdemo.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/mapsdemo/mapsdemo.pro -------------------------------------------------------------------------------- /examples/mapsdemo/mapsdemo.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/mapsdemo/mapsdemo.qrc -------------------------------------------------------------------------------- /examples/mapsdemo/mapswidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/mapsdemo/mapswidget.cpp -------------------------------------------------------------------------------- /examples/mapsdemo/mapswidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/mapsdemo/mapswidget.h -------------------------------------------------------------------------------- /examples/mapsdemo/marker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/mapsdemo/marker.cpp -------------------------------------------------------------------------------- /examples/mapsdemo/marker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/mapsdemo/marker.h -------------------------------------------------------------------------------- /examples/mapsdemo/markerdialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/mapsdemo/markerdialog.h -------------------------------------------------------------------------------- /examples/mapsdemo/navigator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/mapsdemo/navigator.cpp -------------------------------------------------------------------------------- /examples/mapsdemo/navigator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/mapsdemo/navigator.h -------------------------------------------------------------------------------- /examples/mapsdemo/searchdialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/mapsdemo/searchdialog.h -------------------------------------------------------------------------------- /examples/mediabrowser/albumview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/mediabrowser/albumview.h -------------------------------------------------------------------------------- /examples/mediabrowser/browser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/mediabrowser/browser.cpp -------------------------------------------------------------------------------- /examples/mediabrowser/browser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/mediabrowser/browser.h -------------------------------------------------------------------------------- /examples/mediabrowser/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/mediabrowser/main.cpp -------------------------------------------------------------------------------- /examples/mediabrowser/photoview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/mediabrowser/photoview.h -------------------------------------------------------------------------------- /examples/mediabrowser/songview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/mediabrowser/songview.h -------------------------------------------------------------------------------- /examples/mobility_examples.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/mobility_examples.pri -------------------------------------------------------------------------------- /examples/ndefeditor/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/ndefeditor/main.cpp -------------------------------------------------------------------------------- /examples/ndefeditor/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/ndefeditor/mainwindow.h -------------------------------------------------------------------------------- /examples/ndefeditor/mainwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/ndefeditor/mainwindow.ui -------------------------------------------------------------------------------- /examples/ndefeditor/textrecord.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/ndefeditor/textrecord.ui -------------------------------------------------------------------------------- /examples/qmlorganizer/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/qmlorganizer/main.cpp -------------------------------------------------------------------------------- /examples/querymessages/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/querymessages/main.cpp -------------------------------------------------------------------------------- /examples/quickstart/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/quickstart/main.cpp -------------------------------------------------------------------------------- /examples/radio/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/radio/main.cpp -------------------------------------------------------------------------------- /examples/radio/radio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/radio/radio.cpp -------------------------------------------------------------------------------- /examples/radio/radio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/radio/radio.h -------------------------------------------------------------------------------- /examples/radio/radio.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/radio/radio.pro -------------------------------------------------------------------------------- /examples/samplephonebook/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/samplephonebook/main.cpp -------------------------------------------------------------------------------- /examples/sensors/accel/accel.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/sensors/accel/accel.pro -------------------------------------------------------------------------------- /examples/sensors/accel/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/sensors/accel/main.cpp -------------------------------------------------------------------------------- /examples/sensors/arrowkeys/arrowkeys.pro: -------------------------------------------------------------------------------- 1 | include(../sensors.pri) 2 | SOURCES=main.cpp 3 | TARGET=arrowkeys 4 | -------------------------------------------------------------------------------- /examples/sensors/cubehouse/cube.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/sensors/cubehouse/cube.h -------------------------------------------------------------------------------- /examples/sensors/cubehouse/view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/sensors/cubehouse/view.h -------------------------------------------------------------------------------- /examples/sensors/grueapp/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/sensors/grueapp/main.cpp -------------------------------------------------------------------------------- /examples/sensors/grueplugin/version.pri: -------------------------------------------------------------------------------- 1 | VERSION = 0.1.1 2 | -------------------------------------------------------------------------------- /examples/sensors/metadata/metadata.pro: -------------------------------------------------------------------------------- 1 | include(../sensors.pri) 2 | SOURCES=main.cpp 3 | TARGET=metadata 4 | -------------------------------------------------------------------------------- /examples/sensors/metadata2/metadata2.pro: -------------------------------------------------------------------------------- 1 | include(../sensors.pri) 2 | SOURCES=main.cpp 3 | TARGET=metadata2 4 | -------------------------------------------------------------------------------- /examples/sensors/sensors.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/sensors/sensors.pri -------------------------------------------------------------------------------- /examples/sensors/sensors.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/sensors/sensors.pro -------------------------------------------------------------------------------- /examples/sensors/shakeit/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/sensors/shakeit/icon.png -------------------------------------------------------------------------------- /examples/sensors/shakeit/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/sensors/shakeit/main.cpp -------------------------------------------------------------------------------- /examples/sensors/show_als/show_als.pro: -------------------------------------------------------------------------------- 1 | include(../sensors.pri) 2 | SOURCES = main.cpp 3 | TARGET = show_als 4 | -------------------------------------------------------------------------------- /examples/sensors/show_compass/show_compass.pro: -------------------------------------------------------------------------------- 1 | include(../sensors.pri) 2 | SOURCES = main.cpp 3 | TARGET = show_compass 4 | -------------------------------------------------------------------------------- /examples/sensors/show_light/show_light.pro: -------------------------------------------------------------------------------- 1 | include(../sensors.pri) 2 | SOURCES = main.cpp 3 | TARGET = show_light 4 | -------------------------------------------------------------------------------- /examples/sensors/show_tap/show_tap.pro: -------------------------------------------------------------------------------- 1 | include(../sensors.pri) 2 | SOURCES = main.cpp 3 | TARGET = show_tap 4 | -------------------------------------------------------------------------------- /examples/servicebrowser/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/servicebrowser/main.cpp -------------------------------------------------------------------------------- /examples/sfw-notes/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/sfw-notes/main.cpp -------------------------------------------------------------------------------- /examples/sfw-notes/sfw-notes.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/sfw-notes/sfw-notes.pro -------------------------------------------------------------------------------- /examples/sfw-notes/sfwnotes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/sfw-notes/sfwnotes.cpp -------------------------------------------------------------------------------- /examples/sfw-notes/sfwnotes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/sfw-notes/sfwnotes.h -------------------------------------------------------------------------------- /examples/sfw-notes/sfwnotes.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/sfw-notes/sfwnotes.qrc -------------------------------------------------------------------------------- /examples/sfw-notes/sfwnotes.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/sfw-notes/sfwnotes.ui -------------------------------------------------------------------------------- /examples/sfwecho/sfwecho.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/sfwecho/sfwecho.pro -------------------------------------------------------------------------------- /examples/slideshow/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/slideshow/main.cpp -------------------------------------------------------------------------------- /examples/slideshow/slideshow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/slideshow/slideshow.cpp -------------------------------------------------------------------------------- /examples/slideshow/slideshow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/slideshow/slideshow.h -------------------------------------------------------------------------------- /examples/slideshow/slideshow.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/slideshow/slideshow.pro -------------------------------------------------------------------------------- /examples/sysinfo/dialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/sysinfo/dialog.cpp -------------------------------------------------------------------------------- /examples/sysinfo/dialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/sysinfo/dialog.h -------------------------------------------------------------------------------- /examples/sysinfo/dialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/sysinfo/dialog.ui -------------------------------------------------------------------------------- /examples/sysinfo/dialog_s60.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/sysinfo/dialog_s60.ui -------------------------------------------------------------------------------- /examples/sysinfo/examples.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/sysinfo/examples.qrc -------------------------------------------------------------------------------- /examples/sysinfo/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/sysinfo/main.cpp -------------------------------------------------------------------------------- /examples/sysinfo/sysinfo.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/sysinfo/sysinfo.pro -------------------------------------------------------------------------------- /examples/todo/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/todo/main.cpp -------------------------------------------------------------------------------- /examples/todo/todo.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/todo/todo.pro -------------------------------------------------------------------------------- /examples/todo/todoeditor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/todo/todoeditor.cpp -------------------------------------------------------------------------------- /examples/todo/todoeditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/todo/todoeditor.h -------------------------------------------------------------------------------- /examples/todo/window.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/todo/window.cpp -------------------------------------------------------------------------------- /examples/todo/window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/todo/window.h -------------------------------------------------------------------------------- /examples/videowidget/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/videowidget/main.cpp -------------------------------------------------------------------------------- /examples/writemessage/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/examples/writemessage/main.cpp -------------------------------------------------------------------------------- /features/basic_examples_setup.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/features/basic_examples_setup.pri -------------------------------------------------------------------------------- /features/config.pri.s60-31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/features/config.pri.s60-31 -------------------------------------------------------------------------------- /features/config.pri.s60-32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/features/config.pri.s60-32 -------------------------------------------------------------------------------- /features/config.pri.s60-50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/features/config.pri.s60-50 -------------------------------------------------------------------------------- /features/config.pri.s60-51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/features/config.pri.s60-51 -------------------------------------------------------------------------------- /features/config.pri.symbian3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/features/config.pri.symbian3 -------------------------------------------------------------------------------- /features/deploy.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/features/deploy.pri -------------------------------------------------------------------------------- /features/maemo_tests.prf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/features/maemo_tests.prf -------------------------------------------------------------------------------- /features/mkservicedb/bld.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/features/mkservicedb/bld.inf -------------------------------------------------------------------------------- /features/mobility.prf.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/features/mobility.prf.template -------------------------------------------------------------------------------- /features/platformconfig/meego.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/features/platformconfig/meego.pri -------------------------------------------------------------------------------- /features/qtservice.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/features/qtservice.meta -------------------------------------------------------------------------------- /features/qtservice.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/features/qtservice.mk -------------------------------------------------------------------------------- /features/qtservice.prf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/features/qtservice.prf -------------------------------------------------------------------------------- /features/strict_flags.prf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/features/strict_flags.prf -------------------------------------------------------------------------------- /features/utils.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/features/utils.pri -------------------------------------------------------------------------------- /header.BSD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/header.BSD -------------------------------------------------------------------------------- /header.FDL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/header.FDL -------------------------------------------------------------------------------- /header.LGPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/header.LGPL -------------------------------------------------------------------------------- /layers.sysdef.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/layers.sysdef.xml -------------------------------------------------------------------------------- /package_definition.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/package_definition.xml -------------------------------------------------------------------------------- /package_map.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plugins/contacts/contacts.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/plugins/contacts/contacts.pro -------------------------------------------------------------------------------- /plugins/contacts/symbian/contactsmodel/tsrc/integration/testimpexvcard/testdata/pbapexport/vcardempty.vcf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugins/contacts/symbian/plugin/internal/doxygen/generate_doxygen.bat: -------------------------------------------------------------------------------- 1 | doxygen doxyfile -------------------------------------------------------------------------------- /plugins/declarative/connectivity/qmldir: -------------------------------------------------------------------------------- 1 | plugin declarative_connectivity 2 | -------------------------------------------------------------------------------- /plugins/declarative/contacts/qmldir: -------------------------------------------------------------------------------- 1 | plugin declarative_contacts 2 | -------------------------------------------------------------------------------- /plugins/declarative/feedback/qmldir: -------------------------------------------------------------------------------- 1 | plugin declarative_feedback 2 | -------------------------------------------------------------------------------- /plugins/declarative/gallery/qmldir: -------------------------------------------------------------------------------- 1 | plugin declarative_gallery 2 | 3 | -------------------------------------------------------------------------------- /plugins/declarative/location/qmldir: -------------------------------------------------------------------------------- 1 | plugin declarative_location 2 | -------------------------------------------------------------------------------- /plugins/declarative/messaging/qmldir: -------------------------------------------------------------------------------- 1 | plugin declarative_messaging 2 | -------------------------------------------------------------------------------- /plugins/declarative/multimedia/qmldir: -------------------------------------------------------------------------------- 1 | plugin declarative_multimedia 2 | -------------------------------------------------------------------------------- /plugins/declarative/organizer/qmldir: -------------------------------------------------------------------------------- 1 | plugin declarative_organizer 2 | -------------------------------------------------------------------------------- /plugins/declarative/publishsubscribe/qmldir: -------------------------------------------------------------------------------- 1 | plugin declarative_publishsubscribe 2 | -------------------------------------------------------------------------------- /plugins/declarative/sensors/qmldir: -------------------------------------------------------------------------------- 1 | plugin declarative_sensors 2 | -------------------------------------------------------------------------------- /plugins/declarative/serviceframework/qmldir: -------------------------------------------------------------------------------- 1 | plugin declarative_serviceframework 2 | -------------------------------------------------------------------------------- /plugins/declarative/systeminfo/qmldir: -------------------------------------------------------------------------------- 1 | plugin declarative_systeminfo 2 | -------------------------------------------------------------------------------- /plugins/feedback/feedback.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/plugins/feedback/feedback.pro -------------------------------------------------------------------------------- /plugins/feedback/mmk/mmk.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/plugins/feedback/mmk/mmk.pro -------------------------------------------------------------------------------- /plugins/multimedia/m3u/m3u.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/plugins/multimedia/m3u/m3u.pro -------------------------------------------------------------------------------- /plugins/multimedia/qt7/qt7.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/plugins/multimedia/qt7/qt7.pro -------------------------------------------------------------------------------- /plugins/multimedia/v4l/v4l.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/plugins/multimedia/v4l/v4l.pro -------------------------------------------------------------------------------- /plugins/multimedia/wmf/wmf.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/plugins/multimedia/wmf/wmf.pro -------------------------------------------------------------------------------- /plugins/multimedia/wmp/wmp.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/plugins/multimedia/wmp/wmp.pro -------------------------------------------------------------------------------- /plugins/plugins.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/plugins/plugins.pro -------------------------------------------------------------------------------- /plugins/sensors/dummy/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/plugins/sensors/dummy/main.cpp -------------------------------------------------------------------------------- /plugins/sensors/meego/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/plugins/sensors/meego/main.cpp -------------------------------------------------------------------------------- /plugins/sensors/n900/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/plugins/sensors/n900/main.cpp -------------------------------------------------------------------------------- /plugins/sensors/n900/n900.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/plugins/sensors/n900/n900.pri -------------------------------------------------------------------------------- /plugins/sensors/n900/n900.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/plugins/sensors/n900/n900.pro -------------------------------------------------------------------------------- /plugins/sensors/sensors.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/plugins/sensors/sensors.pro -------------------------------------------------------------------------------- /plugins/sensors/util/util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/plugins/sensors/util/util.cpp -------------------------------------------------------------------------------- /plugins/sensors/util/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/plugins/sensors/util/util.h -------------------------------------------------------------------------------- /plugins/versit/versit.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/plugins/versit/versit.pro -------------------------------------------------------------------------------- /qtmobility.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/qtmobility.pro -------------------------------------------------------------------------------- /src/3rdparty/proj.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj.pri -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_aea.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_aea.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_aeqd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_aeqd.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_airy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_airy.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_aitoff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_aitoff.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_august.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_august.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_bacon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_bacon.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_bipc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_bipc.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_boggs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_boggs.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_bonne.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_bonne.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_cass.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_cass.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_cc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_cc.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_cea.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_cea.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_chamb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_chamb.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_collg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_collg.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_crast.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_crast.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_denoy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_denoy.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_eck1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_eck1.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_eck2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_eck2.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_eck3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_eck3.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_eck4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_eck4.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_eck5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_eck5.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_eqc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_eqc.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_eqdc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_eqdc.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_fahey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_fahey.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_fouc_s.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_fouc_s.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_gall.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_gall.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_geos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_geos.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_gins8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_gins8.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_gn_sinu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_gn_sinu.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_gnom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_gnom.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_goode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_goode.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_gstmerc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_gstmerc.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_hammer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_hammer.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_hatano.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_hatano.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_imw_p.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_imw_p.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_krovak.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_krovak.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_labrd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_labrd.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_laea.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_laea.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_lagrng.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_lagrng.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_larr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_larr.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_lask.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_lask.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_lcc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_lcc.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_lcca.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_lcca.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_loxim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_loxim.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_lsat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_lsat.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_mbt_fps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_mbt_fps.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_mbtfpp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_mbtfpp.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_mbtfpq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_mbtfpq.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_merc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_merc.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_mill.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_mill.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_moll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_moll.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_nell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_nell.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_nell_h.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_nell_h.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_nocol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_nocol.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_nsper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_nsper.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_nzmg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_nzmg.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_ob_tran.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_ob_tran.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_ocea.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_ocea.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_oea.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_oea.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_omerc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_omerc.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_ortho.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_ortho.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_poly.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_poly.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_putp2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_putp2.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_putp3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_putp3.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_putp4p.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_putp4p.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_putp5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_putp5.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_putp6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_putp6.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_robin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_robin.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_rpoly.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_rpoly.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_sconics.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_sconics.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_somerc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_somerc.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_stere.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_stere.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_sterea.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_sterea.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_sts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_sts.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_tcc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_tcc.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_tcea.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_tcea.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_tmerc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_tmerc.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_tpeqd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_tpeqd.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_urm5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_urm5.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_urmfps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_urmfps.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_vandg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_vandg.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_vandg2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_vandg2.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_vandg4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_vandg4.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_wag2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_wag2.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_wag3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_wag3.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_wag7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_wag7.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_wink1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_wink1.c -------------------------------------------------------------------------------- /src/3rdparty/proj/PJ_wink2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/PJ_wink2.c -------------------------------------------------------------------------------- /src/3rdparty/proj/aasincos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/aasincos.c -------------------------------------------------------------------------------- /src/3rdparty/proj/adjlon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/adjlon.c -------------------------------------------------------------------------------- /src/3rdparty/proj/bch2bps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/bch2bps.c -------------------------------------------------------------------------------- /src/3rdparty/proj/bchgen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/bchgen.c -------------------------------------------------------------------------------- /src/3rdparty/proj/biveval.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/biveval.c -------------------------------------------------------------------------------- /src/3rdparty/proj/cs2cs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/cs2cs.c -------------------------------------------------------------------------------- /src/3rdparty/proj/data.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/data.qrc -------------------------------------------------------------------------------- /src/3rdparty/proj/dmstor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/dmstor.c -------------------------------------------------------------------------------- /src/3rdparty/proj/emess.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/emess.c -------------------------------------------------------------------------------- /src/3rdparty/proj/emess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/emess.h -------------------------------------------------------------------------------- /src/3rdparty/proj/gen_cheb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/gen_cheb.c -------------------------------------------------------------------------------- /src/3rdparty/proj/geocent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/geocent.c -------------------------------------------------------------------------------- /src/3rdparty/proj/geocent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/geocent.h -------------------------------------------------------------------------------- /src/3rdparty/proj/geod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/geod.c -------------------------------------------------------------------------------- /src/3rdparty/proj/geod_for.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/geod_for.c -------------------------------------------------------------------------------- /src/3rdparty/proj/geod_inv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/geod_inv.c -------------------------------------------------------------------------------- /src/3rdparty/proj/geod_set.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/geod_set.c -------------------------------------------------------------------------------- /src/3rdparty/proj/geodesic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/geodesic.h -------------------------------------------------------------------------------- /src/3rdparty/proj/mk_cheby.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/mk_cheby.c -------------------------------------------------------------------------------- /src/3rdparty/proj/nad2bin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/nad2bin.c -------------------------------------------------------------------------------- /src/3rdparty/proj/nad2nad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/nad2nad.c -------------------------------------------------------------------------------- /src/3rdparty/proj/nad_cvt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/nad_cvt.c -------------------------------------------------------------------------------- /src/3rdparty/proj/nad_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/nad_init.c -------------------------------------------------------------------------------- /src/3rdparty/proj/nad_intr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/nad_intr.c -------------------------------------------------------------------------------- /src/3rdparty/proj/nad_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/nad_list.h -------------------------------------------------------------------------------- /src/3rdparty/proj/p_series.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/p_series.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_auth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_auth.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_datums.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_datums.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_deriv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_deriv.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_ell_set.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_ell_set.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_ellps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_ellps.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_errno.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_errno.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_factors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_factors.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_fwd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_fwd.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_gauss.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_gauss.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_geocent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_geocent.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_init.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_inv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_inv.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_latlong.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_latlong.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_list.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_malloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_malloc.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_mlfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_mlfn.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_msfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_msfn.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_mutex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_mutex.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_param.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_param.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_phi2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_phi2.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_pr_list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_pr_list.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_qsfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_qsfn.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_release.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_release.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_tsfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_tsfn.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_units.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_units.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_utils.c -------------------------------------------------------------------------------- /src/3rdparty/proj/pj_zpoly1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/pj_zpoly1.c -------------------------------------------------------------------------------- /src/3rdparty/proj/proj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/proj.c -------------------------------------------------------------------------------- /src/3rdparty/proj/proj.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/proj.def -------------------------------------------------------------------------------- /src/3rdparty/proj/proj_mdist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/proj_mdist.c -------------------------------------------------------------------------------- /src/3rdparty/proj/proj_rouss.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/proj_rouss.c -------------------------------------------------------------------------------- /src/3rdparty/proj/rtodms.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/rtodms.c -------------------------------------------------------------------------------- /src/3rdparty/proj/vector1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/3rdparty/proj/vector1.c -------------------------------------------------------------------------------- /src/bearer/bearer.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/bearer/bearer.pri -------------------------------------------------------------------------------- /src/bearer/bearer.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/bearer/bearer.pro -------------------------------------------------------------------------------- /src/bearer/qnetworksession.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/bearer/qnetworksession.cpp -------------------------------------------------------------------------------- /src/bearer/qnetworksession.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/bearer/qnetworksession.h -------------------------------------------------------------------------------- /src/bearer/qnetworksession_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/bearer/qnetworksession_p.h -------------------------------------------------------------------------------- /src/connectivity/connectivity.pri: -------------------------------------------------------------------------------- 1 | 2 | PRIVATE_HEADERS += \ 3 | qprivatelinearbuffer_p.h 4 | 5 | -------------------------------------------------------------------------------- /src/connectivity/nfc/nfc.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/connectivity/nfc/nfc.pri -------------------------------------------------------------------------------- /src/connectivity/nfc/qtlv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/connectivity/nfc/qtlv.cpp -------------------------------------------------------------------------------- /src/connectivity/nfc/qtlv_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/connectivity/nfc/qtlv_p.h -------------------------------------------------------------------------------- /src/contacts/contacts.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/contacts/contacts.pro -------------------------------------------------------------------------------- /src/contacts/engines/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/contacts/engines/README -------------------------------------------------------------------------------- /src/contacts/qcontact.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/contacts/qcontact.cpp -------------------------------------------------------------------------------- /src/contacts/qcontact.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/contacts/qcontact.h -------------------------------------------------------------------------------- /src/contacts/qcontact_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/contacts/qcontact_p.h -------------------------------------------------------------------------------- /src/contacts/qcontactaction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/contacts/qcontactaction.h -------------------------------------------------------------------------------- /src/contacts/qcontactdetail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/contacts/qcontactdetail.h -------------------------------------------------------------------------------- /src/contacts/qcontactfilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/contacts/qcontactfilter.h -------------------------------------------------------------------------------- /src/contacts/qcontactid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/contacts/qcontactid.cpp -------------------------------------------------------------------------------- /src/contacts/qcontactid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/contacts/qcontactid.h -------------------------------------------------------------------------------- /src/contacts/qcontactid_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/contacts/qcontactid_p.h -------------------------------------------------------------------------------- /src/contacts/qcontactmanager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/contacts/qcontactmanager.h -------------------------------------------------------------------------------- /src/contacts/qtcontacts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/contacts/qtcontacts.h -------------------------------------------------------------------------------- /src/feedback/feedback.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/feedback/feedback.pro -------------------------------------------------------------------------------- /src/feedback/qfeedbackeffect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/feedback/qfeedbackeffect.h -------------------------------------------------------------------------------- /src/gallery/gallery.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/gallery/gallery.pro -------------------------------------------------------------------------------- /src/gallery/maemo5/maemo5.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/gallery/maemo5/maemo5.pri -------------------------------------------------------------------------------- /src/gallery/maemo6/maemo6.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/gallery/maemo6/maemo6.pri -------------------------------------------------------------------------------- /src/gallery/qabstractgallery.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/gallery/qabstractgallery.h -------------------------------------------------------------------------------- /src/gallery/qdocumentgallery.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/gallery/qdocumentgallery.h -------------------------------------------------------------------------------- /src/gallery/qgalleryfilter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/gallery/qgalleryfilter.cpp -------------------------------------------------------------------------------- /src/gallery/qgalleryfilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/gallery/qgalleryfilter.h -------------------------------------------------------------------------------- /src/gallery/qgalleryproperty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/gallery/qgalleryproperty.h -------------------------------------------------------------------------------- /src/gallery/qgalleryresource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/gallery/qgalleryresource.h -------------------------------------------------------------------------------- /src/gallery/qgallerytype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/gallery/qgallerytype.h -------------------------------------------------------------------------------- /src/gallery/qgallerytype.qdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/gallery/qgallerytype.qdoc -------------------------------------------------------------------------------- /src/global/global.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/global/global.pro -------------------------------------------------------------------------------- /src/global/qlatin1constant.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/global/qlatin1constant.cpp -------------------------------------------------------------------------------- /src/global/qlatin1constant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/global/qlatin1constant.h -------------------------------------------------------------------------------- /src/global/qmalgorithms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/global/qmalgorithms.h -------------------------------------------------------------------------------- /src/global/qmobilityglobal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/global/qmobilityglobal.h -------------------------------------------------------------------------------- /src/harmattaninstalls/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/harmattaninstalls/README -------------------------------------------------------------------------------- /src/harmattaninstalls/api: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/harmattaninstalls/api -------------------------------------------------------------------------------- /src/harmattaninstalls/compat: -------------------------------------------------------------------------------- 1 | 5 2 | -------------------------------------------------------------------------------- /src/harmattaninstalls/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/harmattaninstalls/control -------------------------------------------------------------------------------- /src/harmattaninstalls/docs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/harmattaninstalls/docs -------------------------------------------------------------------------------- /src/harmattaninstalls/rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/harmattaninstalls/rules -------------------------------------------------------------------------------- /src/harmattaninstalls/tests/testsuite_footer.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /src/location/gconfitem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/location/gconfitem.cpp -------------------------------------------------------------------------------- /src/location/gconfitem_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/location/gconfitem_p.h -------------------------------------------------------------------------------- /src/location/location.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/location/location.pro -------------------------------------------------------------------------------- /src/location/maps/maps.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/location/maps/maps.pri -------------------------------------------------------------------------------- /src/location/maps/qgeoroute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/location/maps/qgeoroute.h -------------------------------------------------------------------------------- /src/location/projwrapper_p.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/location/projwrapper_p.cpp -------------------------------------------------------------------------------- /src/location/projwrapper_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/location/projwrapper_p.h -------------------------------------------------------------------------------- /src/location/qgeoaddress.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/location/qgeoaddress.cpp -------------------------------------------------------------------------------- /src/location/qgeoaddress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/location/qgeoaddress.h -------------------------------------------------------------------------------- /src/location/qgeoaddress_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/location/qgeoaddress_p.h -------------------------------------------------------------------------------- /src/location/qgeoareamonitor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/location/qgeoareamonitor.h -------------------------------------------------------------------------------- /src/location/qgeoboundingbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/location/qgeoboundingbox.h -------------------------------------------------------------------------------- /src/location/qgeocoordinate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/location/qgeocoordinate.h -------------------------------------------------------------------------------- /src/location/qgeoplace.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/location/qgeoplace.cpp -------------------------------------------------------------------------------- /src/location/qgeoplace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/location/qgeoplace.h -------------------------------------------------------------------------------- /src/location/qgeoplace_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/location/qgeoplace_p.h -------------------------------------------------------------------------------- /src/meegoinstalls/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/meegoinstalls/Makefile -------------------------------------------------------------------------------- /src/meegoinstalls/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/meegoinstalls/README -------------------------------------------------------------------------------- /src/messaging/maemohelpers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/messaging/maemohelpers.cpp -------------------------------------------------------------------------------- /src/messaging/maemohelpers_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/messaging/maemohelpers_p.h -------------------------------------------------------------------------------- /src/messaging/messaging.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/messaging/messaging.pro -------------------------------------------------------------------------------- /src/messaging/qmessage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/messaging/qmessage.cpp -------------------------------------------------------------------------------- /src/messaging/qmessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/messaging/qmessage.h -------------------------------------------------------------------------------- /src/messaging/qmessage_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/messaging/qmessage_p.h -------------------------------------------------------------------------------- /src/messaging/qmessage_qmf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/messaging/qmessage_qmf.cpp -------------------------------------------------------------------------------- /src/messaging/qmessage_win.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/messaging/qmessage_win.cpp -------------------------------------------------------------------------------- /src/messaging/qmessagefilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/messaging/qmessagefilter.h -------------------------------------------------------------------------------- /src/messaging/qmessagefolder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/messaging/qmessagefolder.h -------------------------------------------------------------------------------- /src/messaging/qmessageglobal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/messaging/qmessageglobal.h -------------------------------------------------------------------------------- /src/messaging/qmessageid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/messaging/qmessageid.cpp -------------------------------------------------------------------------------- /src/messaging/qmessageid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/messaging/qmessageid.h -------------------------------------------------------------------------------- /src/messaging/qmessageid_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/messaging/qmessageid_p.h -------------------------------------------------------------------------------- /src/messaging/qmfhelpers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/messaging/qmfhelpers.cpp -------------------------------------------------------------------------------- /src/messaging/qmfhelpers_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/messaging/qmfhelpers_p.h -------------------------------------------------------------------------------- /src/messaging/winhelpers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/messaging/winhelpers.cpp -------------------------------------------------------------------------------- /src/messaging/winhelpers_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/messaging/winhelpers_p.h -------------------------------------------------------------------------------- /src/multimedia/audio/audio.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/multimedia/audio/audio.pri -------------------------------------------------------------------------------- /src/multimedia/audio/qaudio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/multimedia/audio/qaudio.h -------------------------------------------------------------------------------- /src/multimedia/multimedia.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/multimedia/multimedia.pro -------------------------------------------------------------------------------- /src/multimedia/qcamera.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/multimedia/qcamera.cpp -------------------------------------------------------------------------------- /src/multimedia/qcamera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/multimedia/qcamera.h -------------------------------------------------------------------------------- /src/multimedia/qcamerafocus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/multimedia/qcamerafocus.h -------------------------------------------------------------------------------- /src/multimedia/qmediacontent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/multimedia/qmediacontent.h -------------------------------------------------------------------------------- /src/multimedia/qmediacontrol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/multimedia/qmediacontrol.h -------------------------------------------------------------------------------- /src/multimedia/qmediaobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/multimedia/qmediaobject.h -------------------------------------------------------------------------------- /src/multimedia/qmediaplayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/multimedia/qmediaplayer.h -------------------------------------------------------------------------------- /src/multimedia/qmediaservice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/multimedia/qmediaservice.h -------------------------------------------------------------------------------- /src/multimedia/qradiotuner.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/multimedia/qradiotuner.cpp -------------------------------------------------------------------------------- /src/multimedia/qradiotuner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/multimedia/qradiotuner.h -------------------------------------------------------------------------------- /src/multimedia/qvideowidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/multimedia/qvideowidget.h -------------------------------------------------------------------------------- /src/multimedia/video/video.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/multimedia/video/video.pri -------------------------------------------------------------------------------- /src/organizer/items/items.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/organizer/items/items.pri -------------------------------------------------------------------------------- /src/organizer/organizer.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/organizer/organizer.pro -------------------------------------------------------------------------------- /src/organizer/qorganizeritem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/organizer/qorganizeritem.h -------------------------------------------------------------------------------- /src/organizer/qtorganizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/organizer/qtorganizer.h -------------------------------------------------------------------------------- /src/s60installs/deviceconfiguration/qtmobility.sisx: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /src/sensors/make_sensor.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/make_sensor.pl -------------------------------------------------------------------------------- /src/sensors/qaccelerometer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qaccelerometer.cpp -------------------------------------------------------------------------------- /src/sensors/qaccelerometer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qaccelerometer.h -------------------------------------------------------------------------------- /src/sensors/qaccelerometer_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qaccelerometer_p.h -------------------------------------------------------------------------------- /src/sensors/qaltimeter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qaltimeter.cpp -------------------------------------------------------------------------------- /src/sensors/qaltimeter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qaltimeter.h -------------------------------------------------------------------------------- /src/sensors/qaltimeter_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qaltimeter_p.h -------------------------------------------------------------------------------- /src/sensors/qcompass.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qcompass.cpp -------------------------------------------------------------------------------- /src/sensors/qcompass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qcompass.h -------------------------------------------------------------------------------- /src/sensors/qcompass_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qcompass_p.h -------------------------------------------------------------------------------- /src/sensors/qgyroscope.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qgyroscope.cpp -------------------------------------------------------------------------------- /src/sensors/qgyroscope.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qgyroscope.h -------------------------------------------------------------------------------- /src/sensors/qgyroscope_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qgyroscope_p.h -------------------------------------------------------------------------------- /src/sensors/qholstersensor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qholstersensor.cpp -------------------------------------------------------------------------------- /src/sensors/qholstersensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qholstersensor.h -------------------------------------------------------------------------------- /src/sensors/qholstersensor_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qholstersensor_p.h -------------------------------------------------------------------------------- /src/sensors/qlightsensor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qlightsensor.cpp -------------------------------------------------------------------------------- /src/sensors/qlightsensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qlightsensor.h -------------------------------------------------------------------------------- /src/sensors/qlightsensor_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qlightsensor_p.h -------------------------------------------------------------------------------- /src/sensors/qmagnetometer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qmagnetometer.cpp -------------------------------------------------------------------------------- /src/sensors/qmagnetometer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qmagnetometer.h -------------------------------------------------------------------------------- /src/sensors/qmagnetometer_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qmagnetometer_p.h -------------------------------------------------------------------------------- /src/sensors/qpressuresensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qpressuresensor.h -------------------------------------------------------------------------------- /src/sensors/qproximitysensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qproximitysensor.h -------------------------------------------------------------------------------- /src/sensors/qrotationsensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qrotationsensor.h -------------------------------------------------------------------------------- /src/sensors/qsensor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qsensor.cpp -------------------------------------------------------------------------------- /src/sensors/qsensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qsensor.h -------------------------------------------------------------------------------- /src/sensors/qsensor_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qsensor_p.h -------------------------------------------------------------------------------- /src/sensors/qsensorbackend.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qsensorbackend.cpp -------------------------------------------------------------------------------- /src/sensors/qsensorbackend.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qsensorbackend.h -------------------------------------------------------------------------------- /src/sensors/qsensormanager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qsensormanager.cpp -------------------------------------------------------------------------------- /src/sensors/qsensormanager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qsensormanager.h -------------------------------------------------------------------------------- /src/sensors/qsensorplugin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qsensorplugin.cpp -------------------------------------------------------------------------------- /src/sensors/qsensorplugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qsensorplugin.h -------------------------------------------------------------------------------- /src/sensors/qtapsensor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qtapsensor.cpp -------------------------------------------------------------------------------- /src/sensors/qtapsensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qtapsensor.h -------------------------------------------------------------------------------- /src/sensors/qtapsensor_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/qtapsensor_p.h -------------------------------------------------------------------------------- /src/sensors/sensorlog_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/sensorlog_p.h -------------------------------------------------------------------------------- /src/sensors/sensors.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/sensors/sensors.pro -------------------------------------------------------------------------------- /src/src.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/src.pro -------------------------------------------------------------------------------- /src/systeminfo/qsysteminfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/systeminfo/qsysteminfo.h -------------------------------------------------------------------------------- /src/systeminfo/symbian/trace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/systeminfo/symbian/trace.h -------------------------------------------------------------------------------- /src/systeminfo/systeminfo.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/systeminfo/systeminfo.pro -------------------------------------------------------------------------------- /src/versit/qvcard21writer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/versit/qvcard21writer.cpp -------------------------------------------------------------------------------- /src/versit/qvcard21writer_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/versit/qvcard21writer_p.h -------------------------------------------------------------------------------- /src/versit/qvcard30writer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/versit/qvcard30writer.cpp -------------------------------------------------------------------------------- /src/versit/qvcard30writer_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/versit/qvcard30writer_p.h -------------------------------------------------------------------------------- /src/versit/qversitdefs_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/versit/qversitdefs_p.h -------------------------------------------------------------------------------- /src/versit/qversitdocument.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/versit/qversitdocument.cpp -------------------------------------------------------------------------------- /src/versit/qversitdocument.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/versit/qversitdocument.h -------------------------------------------------------------------------------- /src/versit/qversitdocument_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/versit/qversitdocument_p.h -------------------------------------------------------------------------------- /src/versit/qversitproperty.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/versit/qversitproperty.cpp -------------------------------------------------------------------------------- /src/versit/qversitproperty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/versit/qversitproperty.h -------------------------------------------------------------------------------- /src/versit/qversitproperty_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/versit/qversitproperty_p.h -------------------------------------------------------------------------------- /src/versit/qversitreader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/versit/qversitreader.cpp -------------------------------------------------------------------------------- /src/versit/qversitreader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/versit/qversitreader.h -------------------------------------------------------------------------------- /src/versit/qversitreader_p.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/versit/qversitreader_p.cpp -------------------------------------------------------------------------------- /src/versit/qversitreader_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/versit/qversitreader_p.h -------------------------------------------------------------------------------- /src/versit/qversitwriter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/versit/qversitwriter.cpp -------------------------------------------------------------------------------- /src/versit/qversitwriter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/versit/qversitwriter.h -------------------------------------------------------------------------------- /src/versit/qversitwriter_p.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/versit/qversitwriter_p.cpp -------------------------------------------------------------------------------- /src/versit/qversitwriter_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/versit/qversitwriter_p.h -------------------------------------------------------------------------------- /src/versit/versit.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/versit/versit.pro -------------------------------------------------------------------------------- /src/versit/versitutils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/versit/versitutils.cpp -------------------------------------------------------------------------------- /src/versit/versitutils_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/src/versit/versitutils_p.h -------------------------------------------------------------------------------- /staticconfig.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/staticconfig.pri -------------------------------------------------------------------------------- /sysdef_1_5_1.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/sysdef_1_5_1.dtd -------------------------------------------------------------------------------- /tests/auto/auto.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/auto.pro -------------------------------------------------------------------------------- /tests/auto/bearer.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/bearer.pro -------------------------------------------------------------------------------- /tests/auto/connectivity.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/connectivity.pro -------------------------------------------------------------------------------- /tests/auto/contacts.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/contacts.pro -------------------------------------------------------------------------------- /tests/auto/databasemanager/testdata/Test1.xml: -------------------------------------------------------------------------------- 1 | "Simple text" 2 | 3 | -------------------------------------------------------------------------------- /tests/auto/feedback.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/feedback.pro -------------------------------------------------------------------------------- /tests/auto/gallery.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/gallery.pro -------------------------------------------------------------------------------- /tests/auto/headers/headers.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/headers/headers.pro -------------------------------------------------------------------------------- /tests/auto/host.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/host.pro -------------------------------------------------------------------------------- /tests/auto/icheck/icheck.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/icheck/icheck.pro -------------------------------------------------------------------------------- /tests/auto/location.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/location.pro -------------------------------------------------------------------------------- /tests/auto/maemo6/maemo6.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/maemo6/maemo6.pro -------------------------------------------------------------------------------- /tests/auto/messaging.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/messaging.pro -------------------------------------------------------------------------------- /tests/auto/multimedia.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/multimedia.pro -------------------------------------------------------------------------------- /tests/auto/organizer.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/organizer.pro -------------------------------------------------------------------------------- /tests/auto/qbearertestcommon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/qbearertestcommon.h -------------------------------------------------------------------------------- /tests/auto/qcamera/qcamera.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/qcamera/qcamera.pro -------------------------------------------------------------------------------- /tests/auto/qlandmarkfilehandler_gpx/data/errors/gpx/noroot.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /tests/auto/qlandmarkfilehandler_lmx/data/errors/lmx/noroot.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /tests/auto/qmediaimageviewer/images/invalid.png: -------------------------------------------------------------------------------- 1 | This is not really a PNG file. 2 | 3 | -------------------------------------------------------------------------------- /tests/auto/qmediaplaylist/testdata/testfile: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/auto/qmediaplaylist/testdata/testfile2#suffix: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/auto/qmessage/testdata/.gitattributes: -------------------------------------------------------------------------------- 1 | *.txt -crlf 2 | -------------------------------------------------------------------------------- /tests/auto/qmessage/testdata/datafile: -------------------------------------------------------------------------------- 1 | abcdefghijklmnopqrstuvwxyz -------------------------------------------------------------------------------- /tests/auto/qmessage/testdata/pointless.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # This script does nothing 3 | exit 0 4 | -------------------------------------------------------------------------------- /tests/auto/qmessageservice/testdata/.gitattributes: -------------------------------------------------------------------------------- 1 | *.txt -crlf 2 | -------------------------------------------------------------------------------- /tests/auto/qmessagestore/testdata/.gitattributes: -------------------------------------------------------------------------------- 1 | *.txt -crlf 2 | -------------------------------------------------------------------------------- /tests/auto/qmessagestorekeys/testdata/.gitattributes: -------------------------------------------------------------------------------- 1 | *.txt -crlf 2 | -------------------------------------------------------------------------------- /tests/auto/qnetworksession/qnetworksession.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = subdirs 2 | SUBDIRS = lackey tst_qnetworksession 3 | -------------------------------------------------------------------------------- /tests/auto/qpacket/qpacket.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/qpacket/qpacket.pro -------------------------------------------------------------------------------- /tests/auto/qsensor/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/qsensor/main.cpp -------------------------------------------------------------------------------- /tests/auto/qsensor/qsensor.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/qsensor/qsensor.pro -------------------------------------------------------------------------------- /tests/auto/qsfwtestutil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/qsfwtestutil.cpp -------------------------------------------------------------------------------- /tests/auto/qsfwtestutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/qsfwtestutil.h -------------------------------------------------------------------------------- /tests/auto/qsystemreadwritelock/qsystemreadwritelock.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = subdirs 2 | SUBDIRS = test 3 | -------------------------------------------------------------------------------- /tests/auto/qsystemreadwritelock_oop/qsystemreadwritelock_oop.pro: -------------------------------------------------------------------------------- 1 | TEMPLATE = subdirs 2 | SUBDIRS = test lackey 3 | -------------------------------------------------------------------------------- /tests/auto/qversit/qversit.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/qversit/qversit.pro -------------------------------------------------------------------------------- /tests/auto/qversit/testdata_ics/.gitattributes: -------------------------------------------------------------------------------- 1 | *.ics -crlf 2 | 3 | -------------------------------------------------------------------------------- /tests/auto/qversit/testdata_vcf/.gitattributes: -------------------------------------------------------------------------------- 1 | *.vcf -crlf 2 | 3 | -------------------------------------------------------------------------------- /tests/auto/sensors.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/sensors.pro -------------------------------------------------------------------------------- /tests/auto/servicemetadata/testdata/Test1.xml: -------------------------------------------------------------------------------- 1 | "Simple text" 2 | 3 | -------------------------------------------------------------------------------- /tests/auto/support/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/support/support.h -------------------------------------------------------------------------------- /tests/auto/support/support.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/support/support.pri -------------------------------------------------------------------------------- /tests/auto/systeminfo.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/systeminfo.pro -------------------------------------------------------------------------------- /tests/auto/versit.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/versit.pro -------------------------------------------------------------------------------- /tests/auto/versit_plugins.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/auto/versit_plugins.pri -------------------------------------------------------------------------------- /tests/benchmarks/versit/testdata_vcf/.gitattributes: -------------------------------------------------------------------------------- 1 | *.vcf -crlf 2 | 3 | -------------------------------------------------------------------------------- /tests/manual/bearerex/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/manual/bearerex/main.cpp -------------------------------------------------------------------------------- /tests/manual/manual.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/manual/manual.pro -------------------------------------------------------------------------------- /tests/qmlauto/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/qmlauto/README -------------------------------------------------------------------------------- /tests/qmlauto/qmlauto.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/qmlauto/qmlauto.pri -------------------------------------------------------------------------------- /tests/qmlauto/qmlauto.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/qmlauto/qmlauto.pro -------------------------------------------------------------------------------- /tests/tools/tools.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tests/tools/tools.pro -------------------------------------------------------------------------------- /tools/icheck/icheck.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tools/icheck/icheck.pro -------------------------------------------------------------------------------- /tools/icheck/ichecklib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tools/icheck/ichecklib.cpp -------------------------------------------------------------------------------- /tools/icheck/ichecklib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tools/icheck/ichecklib.h -------------------------------------------------------------------------------- /tools/icheck/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tools/icheck/main.cpp -------------------------------------------------------------------------------- /tools/icheck/parsemanager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tools/icheck/parsemanager.cpp -------------------------------------------------------------------------------- /tools/icheck/parsemanager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tools/icheck/parsemanager.h -------------------------------------------------------------------------------- /tools/ndefhandlergen/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tools/ndefhandlergen/main.cpp -------------------------------------------------------------------------------- /tools/qcrmlgen/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tools/qcrmlgen/main.cpp -------------------------------------------------------------------------------- /tools/qcrmlgen/qcrmlgen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tools/qcrmlgen/qcrmlgen.cpp -------------------------------------------------------------------------------- /tools/qcrmlgen/qcrmlgen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tools/qcrmlgen/qcrmlgen.h -------------------------------------------------------------------------------- /tools/qcrmlgen/qcrmlgen.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tools/qcrmlgen/qcrmlgen.pro -------------------------------------------------------------------------------- /tools/servicedbgen/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tools/servicedbgen/README -------------------------------------------------------------------------------- /tools/servicefw/servicefw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tools/servicefw/servicefw.cpp -------------------------------------------------------------------------------- /tools/servicefw/servicefw.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tools/servicefw/servicefw.pro -------------------------------------------------------------------------------- /tools/tools.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tools/tools.pro -------------------------------------------------------------------------------- /tools/vsexplorer/DESCRIPTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/tools/vsexplorer/DESCRIPTION -------------------------------------------------------------------------------- /translations/check-ts.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/translations/check-ts.pl -------------------------------------------------------------------------------- /translations/check-ts.xq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/translations/check-ts.xq -------------------------------------------------------------------------------- /translations/qtmobility_ar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/translations/qtmobility_ar.ts -------------------------------------------------------------------------------- /translations/qtmobility_cs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/translations/qtmobility_cs.ts -------------------------------------------------------------------------------- /translations/qtmobility_da.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/translations/qtmobility_da.ts -------------------------------------------------------------------------------- /translations/qtmobility_de.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/translations/qtmobility_de.ts -------------------------------------------------------------------------------- /translations/qtmobility_es.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/translations/qtmobility_es.ts -------------------------------------------------------------------------------- /translations/qtmobility_fr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/translations/qtmobility_fr.ts -------------------------------------------------------------------------------- /translations/qtmobility_he.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/translations/qtmobility_he.ts -------------------------------------------------------------------------------- /translations/qtmobility_hu.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/translations/qtmobility_hu.ts -------------------------------------------------------------------------------- /translations/qtmobility_ja.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/translations/qtmobility_ja.ts -------------------------------------------------------------------------------- /translations/qtmobility_ko.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/translations/qtmobility_ko.ts -------------------------------------------------------------------------------- /translations/qtmobility_pl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/translations/qtmobility_pl.ts -------------------------------------------------------------------------------- /translations/qtmobility_pt.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/translations/qtmobility_pt.ts -------------------------------------------------------------------------------- /translations/qtmobility_ru.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/translations/qtmobility_ru.ts -------------------------------------------------------------------------------- /translations/qtmobility_sk.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/translations/qtmobility_sk.ts -------------------------------------------------------------------------------- /translations/qtmobility_sl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/translations/qtmobility_sl.ts -------------------------------------------------------------------------------- /translations/qtmobility_sv.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/translations/qtmobility_sv.ts -------------------------------------------------------------------------------- /translations/qtmobility_uk.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/translations/qtmobility_uk.ts -------------------------------------------------------------------------------- /translations/translations.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qtproject/qt-mobility/HEAD/translations/translations.pro --------------------------------------------------------------------------------