First attempt at removing QtQuick 1.1 hardcoding from qml files.
authorMohammed Sameer <msameer@foolab.org>
Mon, 22 Jul 2013 17:35:11 +0000 (20:35 +0300)
committerMohammed Sameer <msameer@foolab.org>
Mon, 22 Jul 2013 17:35:11 +0000 (20:35 +0300)
commitbb079e0dff5557e811af63194a86a5d6548b4cfd
tree0dafc66ab487e899614d69d104b7295f4a34f910
parentfdbf987a397c9950909a21b159ef62717b4aa3e6
First attempt at removing QtQuick 1.1 hardcoding from qml files.

We replace QtQuick import with a macro which will get replaced during runtime
with the correct version via a custom QFileSystemEngine subclass
46 files changed:
qml/CameraOverlay.qml
qml/CameraSettings.qml
qml/CameraToolBar.qml
qml/CameraView.qml
qml/CaptureButton.qml
qml/CheckButton.qml
qml/FlashButton.qml
qml/FocusReticle.qml
qml/ImageColorFilterButton.qml
qml/ImageEvCompButton.qml
qml/ImageIsoButton.qml
qml/ImageOverlay.qml
qml/ImageResolutionSettings.qml
qml/ImageSceneButton.qml
qml/ImageSettings.qml
qml/ImageWhiteBalanceButton.qml
qml/Indicator.qml
qml/ModeButton.qml
qml/ModeController.qml
qml/PipelineManager.qml
qml/PostCaptureItem.qml
qml/PostCaptureView.qml
qml/PreviewImage.qml
qml/RecordingDurationLabel.qml
qml/SectionHeader.qml
qml/SettingsView.qml
qml/Standby.qml
qml/TextSwitch.qml
qml/VideoColorFilterButton.qml
qml/VideoEvCompButton.qml
qml/VideoMuteButton.qml
qml/VideoOverlay.qml
qml/VideoPlayerPage.qml
qml/VideoResolutionSettings.qml
qml/VideoSceneButton.qml
qml/VideoSettings.qml
qml/VideoTorchButton.qml
qml/VideoWhiteBalanceButton.qml
qml/ZoomCaptureButton.qml
qml/ZoomCaptureCancel.qml
qml/ZoomSlider.qml
qml/main.qml
src/main.cpp
src/qmlfileengine.cpp [new file with mode: 0644]
src/qmlfileengine.h [new file with mode: 0644]
src/src.pro