Added a floating toolbar to be used instead of the top left buttons.
authorMohammed Sameer <msameer@foolab.org>
Wed, 26 Dec 2012 02:54:07 +0000 (04:54 +0200)
committerMohammed Sameer <msameer@foolab.org>
Thu, 27 Dec 2012 01:26:36 +0000 (03:26 +0200)
commit896d397cb4c88deb70a34d0e757d635c3dcd4c91
tree0b74060240902ae4cc7dc851b49f70c8000c0e03
parent061b4210ca7ff68ca3fdcd66c4a8ef874661877d
Added a floating toolbar to be used instead of the top left buttons.

We also use it to change settings affecting capture (ev, wb, cf, ...)

Also offers quick access to flash and video torch

Reworked the UI to use that toolbar and moved items around
29 files changed:
qml/CameraSettings.qml
qml/CameraToolBar.js [new file with mode: 0644]
qml/CameraToolBar.qml [new file with mode: 0644]
qml/CheckButton.qml
qml/FlashButton.qml
qml/IconButton.qml [deleted file]
qml/ImageColorFilterButton.qml [new file with mode: 0644]
qml/ImageColorFilterPage.qml [deleted file]
qml/ImageEvCompButton.qml
qml/ImagePage.qml
qml/ImageSceneButton.qml
qml/ImageSettingsPage.qml
qml/ImageWhiteBalanceButton.qml [new file with mode: 0644]
qml/ImageWhiteBalancePage.qml [deleted file]
qml/Indicator.qml
qml/RecordingPage.qml
qml/Selector.qml [deleted file]
qml/VideoColorFilterButton.qml [new file with mode: 0644]
qml/VideoColorFilterPage.qml [deleted file]
qml/VideoEvCompButton.qml
qml/VideoPage.qml
qml/VideoSceneButton.qml
qml/VideoSettingsPage.qml
qml/VideoTorchButton.qml
qml/VideoWhiteBalanceButton.qml [new file with mode: 0644]
qml/VideoWhiteBalancePage.qml [deleted file]
qml/data.js
src/settings.cpp
src/settings.h