Source /tmp/session_bus_address.user before invoking dbus-send in postinst script
[harmattan/cameraplus] / lib /
2012-09-14 Mohammed SameerEmit canCaptureChanged() for the active mode when we...
2012-09-13 Mohammed SameerAdded resource policy support (Still needs more testing...
2012-09-09 Mohammed SameerIf pipeline has an error then we cannot capture
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 SameerAdded a bunch of TODO stuff
2012-09-09 Mohammed SameerQtCamVideoMode::canCapture() should call the base class...
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 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-06 Mohammed SameerAdding TODO items
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