Added own camera icons instead of relying on the system icons
[harmattan/cameraplus] / qml / main.qml
2013-07-31 Mohammed SameerReworked main.qml so we have a page
2013-07-27 Mohammed SameerMake a new component CameraPositionSource to get rid...
2013-07-27 Mohammed SameerFixed VideoPlayerPage.qml failure to set cameraConfig
2013-07-27 Mohammed SameerCamera doesn't need to subclass QDeclarativeItem
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 SameerIndented
2013-07-22 Mohammed SameerKeep orientation sensor active when we are in post...
2013-07-22 Mohammed SameerFirst attempt at removing QtQuick 1.1 hardcoding from...
2013-07-15 Mohammed SameerBring back standby view
2013-07-15 Mohammed SameerInitial ui reimplementation. Still in its early phase.
2013-06-23 Mohammed SameerPlatformSettings now gets instantiated from QML and...
2013-05-26 Mohammed SameerSwitch to ControlsActivationData::standbyVisible instea...
2013-05-12 Mohammed SameerUse Window instead of PageStackWindow
2013-03-23 Mohammed SameerAdded repeat property to DeviceKeys
2013-02-24 Mohammed SameerUpdated copyright year
2013-02-03 Mohammed SameerDisable debug by default
2013-02-03 Mohammed SameerFocusReticle now points ROI regions obtained from QtCamera
2013-02-03 Mohammed SameerDeclarative ROI can now report unnormalized ROI coordin...
2013-01-02 Mohammed SameerCleaned up commented code
2013-01-02 Mohammed SameerVolume up and down keys should now work and change...
2013-01-01 Mohammed SameerAdded a TODO file and moved the big features there
2013-01-01 Mohammed SameerImplemented own DeviceInfo
2013-01-01 Mohammed SameerAdded grid lines
2012-12-31 Mohammed SameerTODO cleanup
2012-12-31 Mohammed SameerUse Qtm namespace for QtMobility.systeminfo to resolve...
2012-12-31 Mohammed SameerReplaced QtMobility BatteryInfo
2012-12-31 Mohammed SameerReworked mode animation.
2012-12-29 Mohammed SameerCleaned unneeded TODO items
2012-12-27 Mohammed Sameerstyle fix
2012-12-27 Mohammed SameerStandby should be visible when we have no current page
2012-12-27 Mohammed SameerAdded mute/unmute video recording sound
2012-12-27 Mohammed SameerMoved standby to its own component
2012-12-27 Mohammed SameerDisable viewfinder in settings pages
2012-12-24 Mohammed SameerReworked and fixed pipeline error handling.
2012-12-24 Mohammed SameerDon't bind visibility to standby widget visibility...
2012-12-23 Mohammed Sameerambr doesn't need any UI handling. Remove it from TODOs
2012-12-20 Mohammed Sameerset window background to empty string and backgroundCol...
2012-12-20 Mohammed SameerAdded QtCamFlash::ready to indicate readiness of flash
2012-12-20 Mohammed SameerMoved FocusReticle to Camera instead of CameraPage.
2012-12-16 Mohammed SameerDon't show rounded corners
2012-12-16 Mohammed SameerFirst implementation of touch focus. Backend bits are...
2012-12-13 Mohammed SameerDon't release resources on pipeline error.
2012-12-13 Mohammed SameerReworking resource policy and pipeline handling to...
2012-12-12 Mohammed SameerDon't show an error if we lose resources and window...
2012-12-12 Mohammed SameerAdded TrackerStore to be used for creating a virtual...
2012-12-10 Mohammed SameerReworked video recording
2012-12-08 Mohammed Sameerupdate() is a signal not a slot. Use the correct macro
2012-12-08 Mohammed SameerReworked QML capabilities.
2012-12-07 Mohammed Sameerresetting Camera will cause the mode to be changed.
2012-12-07 Mohammed SameerDon't try to show a page upon startup
2012-12-07 Mohammed SameerOne cannot set mode and deviceId. Use camera::reset...