harmattan/cameraplus
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...
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...
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-09 Mohammed SameerAdded a standby widget to be shown when the camera...
2012-09-09 Mohammed SameerQtCamVideoMode::canCapture() should call the base class...
2012-09-09 Mohammed SameerCommonSettings will now store and load settings
2012-09-09 Mohammed SameerMore widgets added to the image settings page and added...
2012-09-08 Mohammed SameerAdded QML components for aperture, exposure, iso, noise...
2012-09-08 Mohammed SameerAdd todos for hardcoded values
2012-09-08 Mohammed SameerAdd exposure
2012-09-08 Mohammed SameerAperture capability
2012-09-08 Mohammed SameerAdded iso capability
2012-09-08 Mohammed SameerAdded noise reduction
2012-09-08 Mohammed SameerImplemented QtCamFlickerReduction
2012-09-08 Mohammed Sameerremoved a completed item
2012-09-08 Mohammed SameerWait for the state change to playing to complete before...
2012-09-08 Mohammed SameerRemoved a stray debugging output
2012-09-08 Mohammed SameerApply the mode only if the device is running. Otherwise...
2012-09-08 Mohammed SameerDon't disconnect the signals before stopping the device...
2012-09-08 Mohammed SameerWhen night mode changes, we apply the mode settings...
2012-09-08 Mohammed SameerChanges to night mode handling:
2012-09-08 Mohammed SameersetIntValue does not set the value if it's equal to...
2012-09-07 Mohammed SameerAdded a ready property to our modes to signal the readi...
2012-09-07 Mohammed SameerEnable night mode when the camera scene mode is night...
2012-09-06 Mohammed SameerAdded data for image and video scene modes and took...
2012-09-06 Mohammed SameerAdded a new property (ready) to the capabilities so...
2012-09-06 Mohammed SameerAdding TODO items
2012-09-06 Mohammed SameerAdding the declarative imports
2012-09-06 Mohammed SameerAdded a setting for imageFlashMode
2012-09-06 Mohammed SameerCall XInitThreads() on startup
2012-09-06 Mohammed SameerAdded more properties
2012-09-06 Mohammed SameerAdding the C++ application and the Settings class
2012-09-06 Mohammed SameerImplemented color tone
2012-09-06 Mohammed SameerRenamed QtCamWb to QtCamWhiteBalance
2012-09-06 Mohammed SameerImplemented white balance mode
2012-09-06 Mohammed SameerDon't compare the old property value to the new one...
2012-09-06 Mohammed Sameerqtcamcapability_p.h seems to have been forgotten. Adding it
2012-09-06 Mohammed SameerImplemented QtCamEvComp and QtCamVideoTorch
2012-09-06 Mohammed SameerComment out resetCapabilities(). Not sure if it's needed
2012-09-06 Mohammed SameerAdded a new property (nightMode) to QtCamMode to use...
2012-09-06 Mohammed SameerAdd a new data member for the class specific private...
2012-09-06 Mohammed SameerAdded QtCamCapability (base class for capabilities...
2012-09-06 Mohammed SameerMoved setCaps() to QtCamModePrivate
2012-09-06 Mohammed SameerAdded night framerate to image and video settings
2012-09-06 Mohammed SameerDon't try to set the device property on the video sourc...
2012-09-06 Mohammed SameerReset capabilities after we change the mode
2012-09-06 Mohammed SameerAdded a function to reset all capabilities
2012-09-06 Mohammed SameerEmit canCaptureChanged on the active mode when ready...
2012-09-06 Mohammed SameerRemoved extra new line
2012-09-06 Mohammed SameerMoved wrapperIsReady to QtCamDevicePrivate and renamed...
2012-09-06 Mohammed SameerAdded stopping() signal to QtCamGStreamerMessageListener
2012-09-06 Mohammed SameerRemove imageSaved() signal as it is old code.
2012-09-06 Mohammed SameercanCapture and ative are properties now
2012-09-06 Mohammed SameerMake activate() a slot
2012-09-06 Mohammed Sameervideo mode enhancements.
2012-09-06 Mohammed Sameerindentation
2012-09-06 Mohammed SameerSet viewfinder-caps before video-capture-caps otherwise...
2012-09-06 Mohammed SameerAdded stopping() signal and emit stopping(), stopped...
2012-09-06 Mohammed SameerGet rid of main.cpp and main.h and build as a library
2012-09-06 Mohammed SameerImplemented renderer for meego textured video interface
2012-09-06 Mohammed SameerCheck resolution.height() also instead of checking...
2012-09-06 Mohammed SameerUse g_signal_handler_disconnect() to disconnect the...
2012-09-06 Mohammed SameerUse the defined constant from qtcamconfig.h
2012-09-06 Mohammed SameerUse the generic renderer if we fail to create our requi...
2012-09-06 Mohammed SameerDon't try to manipulate the viewfinder renderer if...
2012-09-06 Mohammed SameerAdded a signal idleStateChanged() to QtCamDevice
2012-09-06 Mohammed SameerInitial implementation
2012-09-06 Mohammed SameerInitial implementation of the indicators array
2012-09-06 Mohammed Sameerscene modes can change flash value. save it for now...
2012-09-06 Mohammed SameerUse data.js for setting icons and names.
2012-09-06 Mohammed SameerAdded normal icons
2012-09-06 Mohammed SameerMove all the data for color filter and white balance...
2012-09-06 Mohammed SameerMore work on image settings page. Now color filter...
2012-09-06 Mohammed SameerAdd WhiteBalance control
next