harmattan/cameraplus
2012-10-31 Mohammed SameerAdded QtCamAutoFocus
2012-10-30 Mohammed SameerAdded QtCamCaf to get the status of continuous auto...
2012-10-28 Mohammed SameerAdded Focus classes
2012-10-27 Mohammed SameerAdded updated() signal to be used to detect change...
2012-10-20 Mohammed SameerReworked CameraResources to be synchronous.
2012-10-20 Mohammed SameerAdded an optional force parameter to Camera::stop()
2012-10-20 Mohammed SameerQtCamDevice::stop() now takes a bool to force stopping
2012-10-20 Mohammed SameerIgnore camera errors while stopping the pipeline.
2012-10-13 Mohammed SameerMove all flash icons to data.js
2012-10-09 Mohammed SameerAlways emit the changed signals when we change the...
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-08 Mohammed SameerMove Quill initialization to main()
2012-10-07 Mohammed SameerQuery the minimum, maximum and default values if needed...
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 Sameerunref camerabin when we get destroyed
2012-09-27 Mohammed Sameerstop the device and delete it when we are being destroy...
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 SameerFixed for error messages
2012-09-26 Mohammed SameerUse blocking playback for video start sound
2012-09-26 Mohammed SameerAdded a sounds component that implements the Notificati...
2012-09-26 Mohammed Sameerindex is still invalid if its row equals the number...
2012-09-23 Mohammed SameerAdded classes for Notifications (Sound playback use...
2012-09-23 Mohammed SameerDon't check camera mode if cam is null
2012-09-23 Mohammed SameerReset the unneeded caps
2012-09-22 Mohammed SameerAdded indicators for video and image resolutions
2012-09-22 Mohammed SameerImplemented video resolution setting
2012-09-22 Mohammed SameerLoad all resolutions upon model creation.
2012-09-22 Mohammed Sameersort the presets correctly. high then medium then low
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 Sameerreturn true if we try to set the resolution and the...
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-22 Mohammed SameerReworked how resolution is being specified in the confi...
2012-09-21 Mohammed SameerConfiguration file for N9
2012-09-20 Mohammed SameerMoved the .gep files to the N9 data directory
2012-09-20 Mohammed SameerAdded copyright headers and COPYING file.
2012-09-20 Mohammed SameerForgot include guards
2012-09-19 Mohammed Sameerdon't apply the resolution if camera is not running
2012-09-19 Mohammed SameerChanged the default configuration file path
2012-09-17 Mohammed SameerAdding forgotten files
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 SameerReversed condition prevented saving the useGps setting
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-16 Mohammed SameerAdded Geocode class for reverse geocoding
2012-09-16 Mohammed SameerAdded declarative components for compass and orientation.
2012-09-16 Mohammed SameerAdded MetaData class for the declarative API
2012-09-14 Mohammed SameerWorkaround policy engine ignoring our request after...
2012-09-14 Mohammed SameerUse Qt.application.active instead of platformWindow...
2012-09-14 Mohammed SameerAdded QtCamMute
2012-09-14 Mohammed Sameercapture button should be visible when camera is running too
2012-09-14 Mohammed SameerEmit canCaptureChanged() for the active mode when we...
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 SameerSlightly better error
2012-09-12 Mohammed SameerExplicitely enable thumbnailing and dbus based one
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 SameerQt can call XInitThreads() if we set the AA_X11InitThre...
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 SameerIf pipeline has an error then we cannot capture
2012-09-09 Mohammed SameerAdded a class to generate filenames for images and...
2012-09-09 Mohammed SameerIf filename used for capturing is empty then retuen...
2012-09-09 Mohammed SameerAdded a method to obtain the QtCamDevice from the mode
2012-09-09 Mohammed SameerAdded methods to obtain image and video suffixes from...
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...
next