One cannot set mode and deviceId. Use camera::reset() instead.
[harmattan/cameraplus] / qml / main.qml
2012-12-07 Mohammed SameerOne cannot set mode and deviceId. Use camera::reset...
2012-10-20 Mohammed SameerReworked CameraResources to be synchronous.
2012-10-13 Mohammed SameerMove all flash icons to data.js
2012-10-09 Mohammed SameerRecord video in a hidden directory then copy it to...
2012-10-07 Mohammed SameerAdded mount protector component.
2012-10-07 Mohammed SameerRelease resources on error
2012-10-07 Mohammed SameerUse replacePage() for the initial page setting to preve...
2012-10-07 Mohammed Sameerlow space handling:
2012-10-06 Mohammed SameerBattery low handling:
2012-10-06 Mohammed SameerAdded a note about PositionSource not resetting the...
2012-09-27 Mohammed SameerAdded an option to disable (mute) camera sound
2012-09-26 Mohammed SameerAdded a sounds component that implements the Notificati...
2012-09-22 Mohammed SameerAdded indicators for video and image resolutions
2012-09-22 Mohammed SameerImplemented video resolution setting
2012-09-22 Mohammed SameerDon't return false if we try to set video resolution...
2012-09-22 Mohammed SameerSet the proper resolution when we startup, change aspec...
2012-09-22 Mohammed SameerSettings for aspect ration and resolution can now read...
2012-09-22 Mohammed SameerSilence g++/moc warnings
2012-09-20 Mohammed SameerAdded copyright headers and COPYING file.
2012-09-17 Mohammed SameerJust pass the filename to pageStack.push()
2012-09-17 Mohammed Sameerwork around an issue with the connection dialog for now
2012-09-16 Mohammed SameerISO settings are now functional
2012-09-16 Mohammed SameerSet the metadata to the images and videos.
2012-09-14 Mohammed SameerUse Qt.application.active instead of platformWindow...
2012-09-14 Mohammed SameerAdded an error() signal to declarative Camera and show...
2012-09-13 Mohammed SameerAdded resource policy support (Still needs more testing...
2012-09-12 Mohammed SameerQuery device maker and model from QtMobility DeviceInfo
2012-09-11 Mohammed SameerAdded a monitor for MyDocs availability
2012-09-11 Mohammed SameerInhibit display dimming while video recording
2012-09-11 Mohammed SameerAdded TODOs
2012-09-09 Mohammed SameerShow an error if we fail to start the camera pipeline
2012-09-09 Mohammed SameerAdded a class to generate filenames for images and...
2012-09-09 Mohammed SameerStop the pipeline if the camera becomes idle and our...
2012-09-09 Mohammed SameerAdded a bunch of TODO stuff
2012-09-09 Mohammed SameerStart the camera only when our window is active and...
2012-09-06 Mohammed SameerAdded a new property (ready) to the capabilities so...
2012-09-06 Mohammed SameerAdd WhiteBalance control
2012-09-05 Mohammed SameerAdd an instance of ColorTone
2012-09-05 Mohammed SameerFixes for CheckButton API.
2012-09-04 Mohammed SameerSeems we don't need to unset portraitBackground and...
2012-09-04 Mohammed SameerWe manually set the the camera mode upon startup to...
2012-09-04 Mohammed SameerCreate an instance of Settings and set the camera page...
2012-09-01 Mohammed SameerRemoved the camera selection button
2012-09-01 Mohammed SameerInitial import