minor tweaks
[harmattan/cameraplus] / qml / ImageOverlay.qml
2013-09-11 Mohammed SameerFix some QML TypError resulting from overlay.cam being...
2013-09-08 Mohammed SameerTry to revent accidental capture via proximity sensor.
2013-09-08 Mohammed SameerDon't disable GPS when we are obscured by location...
2013-08-24 Mohammed SameerImplemented capturing via proximity sensor
2013-08-21 Mohammed SameerMake capture buttons always visible even if we use...
2013-08-21 Mohammed SameerRename ZoomCaptureCancel.qml to CaptureCancel.qml
2013-08-15 Mohammed SameerReset toolbar when device gets changed
2013-08-15 Mohammed SameerHide unusable ui parts depending on device quirks
2013-08-13 Mohammed SameerAdded ImageSettings::currentResolution and methods...
2013-08-12 Mohammed SameerHide flash settings and indicator when front camera...
2013-08-12 Mohammed SameerDisable auto focus when front camera is active
2013-08-10 Mohammed SameerReworked to allow separate paths for saving images...
2013-08-09 Mohammed SameerAdded own camera icons instead of relying on the system...
2013-08-08 Mohammed SameerReplace icons with text for image resolution indicator
2013-08-07 Mohammed SameerHide indicators corresponding to toolbar-accessible...
2013-08-07 Mohammed Sameerunset source for iso indicator if it's not visible
2013-08-06 Mohammed SameerAdd back scene mode indicators
2013-08-05 Mohammed SameerStop autofocus if we fail to capture the image
2013-08-04 Mohammed SameerStop autofocus when image capture has ended.
2013-08-03 Mohammed SameerDon't try to get an icon if we are not visible
2013-08-03 Mohammed SameerNo more construction of icon ids by anything outside...
2013-08-03 Mohammed SameerKill data.js and move all icons and functions to Camera...
2013-08-03 Mohammed SameerMove imageIcon and videoIcon to CameraTheme
2013-08-03 Mohammed SameerAdded a flash indicator
2013-08-03 Mohammed SameerImplemented per device resolution setting and selection
2013-08-02 Mohammed SameerReworked CameraToolBar
2013-07-31 Mohammed SameerMove all icon ids used in .qml files into CameraTheme...
2013-07-31 Mohammed SameerConvert most iconSource usage to iconId
2013-07-26 Mohammed SameerReplace @IMPORT_QT_QUICK@ with "import QtQuick 2.0"
2013-07-22 Mohammed SameerKill com.nokia.meego importing in the ui.
2013-07-22 Mohammed SameerFirst attempt at removing QtQuick 1.1 hardcoding from...
2013-07-15 Mohammed SameerInitial ui reimplementation. Still in its early phase.