Add missing capability.cpp
[harmattan/cameraplus] / qml /
2012-12-16 Mohammed SameerDon't show rounded corners
2012-12-16 Mohammed SameerFirst implementation of touch focus. Backend bits are...
2012-12-14 Mohammed SameerHide focus reticle if we cannot focus while a particula...
2012-12-14 Mohammed Sameerblink reticle during focusing and show colors to indica...
2012-12-14 Mohammed Sameeronly do auto focus if caf has not succedded
2012-12-14 Mohammed SameerAdded auto focus starting and stopping.
2012-12-14 Mohammed SameerAdded a custom Button (CaptureButton) to expose more...
2012-12-14 Mohammed SameerHandling failure to acquire recording resources now...
2012-12-14 Mohammed SameerMoved all image capture logic to its own function
2012-12-14 Mohammed SameerDon't turn reticle into red if CAF fails.
2012-12-14 Mohammed SameerAdded a focus reticle. It indicates CAF status only...
2012-12-13 Mohammed SameerCleaned up debugging output
2012-12-13 Mohammed SameerDon't release resources on pipeline error.
2012-12-13 Mohammed SameerAdded a label below the camera icon in standby page...
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 Sameerstop camera and show error if resources get hijacked...
2012-12-12 Mohammed SameerAdded TrackerStore to be used for creating a virtual...
2012-12-12 Mohammed SameerAdded TODO about camera freezing when closed while...
2012-12-12 Mohammed SameerFixes for recording duration:
2012-12-12 Mohammed SameerReplace the topmost rectangle with a ToolBar and show...
2012-12-11 Mohammed SameerPostCapturePage can now play video
2012-12-11 Mohammed SameerReworked
2012-12-11 Mohammed Sameerhandle the case when page doesn't need pipeline
2012-12-10 Mohammed SameerReworked video recording
2012-12-09 Mohammed SameerDon't show standby widget if the page is not active.
2012-12-09 Mohammed SameerCall handlePipeline() when we acquire resources.
2012-12-09 Mohammed SameerReworking PostCapture
2012-12-08 Mohammed Sameerset pathItem to 1 and modify the path line accordingly
2012-12-08 Mohammed SameerMove PostCapture delegate to its own component
2012-12-08 Mohammed SameerDon't show the error unless page is Active
2012-12-08 Mohammed Sameerupdate() is a signal not a slot. Use the correct macro
2012-12-08 Mohammed SameerVideoTorch and VideoMute are now properties of Camera
2012-12-08 Mohammed SameerReworked QML capabilities.
2012-12-07 Mohammed SameerCode cleanup
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...
2012-10-20 Mohammed SameerReworked CameraResources to be synchronous.
2012-10-13 Mohammed SameerMove all flash icons to data.js
2012-10-09 Mohammed SameerUse Data.ismIcon() for ImageSceneButton
2012-10-09 Mohammed SameerRecord video in a hidden directory then copy it to...
2012-10-09 Mohammed SameerDropped TODO by mistake during cleanup
2012-10-07 Mohammed SameerCode cleanup
2012-10-07 Mohammed SameerAdded mount protector component.
2012-10-07 Mohammed SameerRelease resources on error
2012-10-07 Mohammed SameerRecording time indicator should take into account video...
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 SameerStop recording after 1 hour
2012-09-27 Mohammed SameerAdd recording indicator and time
2012-09-27 Mohammed SameerAdjust the font size for the headers in the settings...
2012-09-27 Mohammed Sameerlock ImagePage orientation to Landscape for now
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-23 Mohammed SameerDon't check camera mode if cam is null
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 SameerDon't try to change the resolution or aspect ratio...
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 SameerAdded indicators and settings page for video.
2012-09-17 Mohammed SameerWe cannot use the Indicators component so let's copy...
2012-09-17 Mohammed SameerMark all the unimplemented image settings as TODO items.
2012-09-17 Mohammed SameerAdded dummy indicator for the resolution and cleaned...
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-17 Mohammed SameerMore work on indicators
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 Sameercapture button should be visible when camera is running too
2012-09-14 Mohammed SameerAdded an error() signal to declarative Camera and show...
2012-09-14 Mohammed SameerAdded a dummy details widget
2012-09-13 Mohammed SameerReworked the tracker sparql query
2012-09-13 Mohammed SameerAdded resource policy support (Still needs more testing...
2012-09-12 Mohammed SameerQuillItem itself is always visible. It will be blank...
2012-09-12 Mohammed SameerAdd an error property to QuillItem and show a label...
2012-09-12 Mohammed SameerQuery device maker and model from QtMobility DeviceInfo
2012-09-12 Mohammed SameerTry to get the creation date of the media so we can...
2012-09-12 Mohammed SameerRework postcapture using PathView
2012-09-11 Mohammed SameerTweaked the mode switch animation and now it works...
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-11 Mohammed SameerPass the mime type to QuillItem and request images...
2012-09-10 Mohammed SameerVery basic, rough and extremely limited post capture...
2012-09-09 Mohammed SameerShow an error if we fail to capture an image or to...
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 SameerShow the preview only when standby widget is not visibl...
2012-09-09 Mohammed SameerShow the capture button if the standby widget is not...
2012-09-09 Mohammed SameerStop video recording when we become non-active
2012-09-09 Mohammed SameerStop the pipeline if the camera becomes idle and our...
2012-09-09 Mohammed SameerShow the standby widget when the window is not active...
next