silence dbus-send output
[harmattan/cameraplus] / lib / qtcamdevice_p.h
2013-08-02 Mohammed SameerUnset camerabin viewfinder-sink property when we unset...
2013-07-31 Mohammed SameerRefactor and rename isWrapperReady to isReadyForCapture()
2013-07-25 Mohammed SameerUse QString::toLatin1() instead of QString::toAscii()
2013-02-24 Mohammed SameerUpdated copyright year
2013-01-08 Mohammed Sameerset device property if we don't use a wrapper too
2013-01-07 Mohammed SameerSet device property when we create source.
2013-01-07 Mohammed SameerInitialize viewfinderFilters to null
2013-01-07 Mohammed SameerInitialize sink before trying to fill it via g_object_get()
2012-12-23 Mohammed SameerReworked QtCamAnalysisBin
2012-12-22 Mohammed SameerReworked how video and wrapper sources are being created
2012-12-22 Mohammed SameerRemove QtCamDevicePrivate::resetCapabilities(). We...
2012-12-22 Mohammed SameerAdded QtCamPropertySetter
2012-12-22 Mohammed SameerSet viewfinder-filters
2012-12-13 Mohammed SameerDon't ignore errors while stopping the pipeline.
2012-10-20 Mohammed SameerIgnore camera errors while stopping the pipeline.
2012-09-23 Mohammed SameerAdded classes for Notifications (Sound playback use...
2012-09-20 Mohammed SameerAdded copyright headers and COPYING file.
2012-09-14 Mohammed SameerEmit canCaptureChanged() for the active mode when we...
2012-09-08 Mohammed SameerChanges to night mode handling:
2012-09-06 Mohammed SameerComment out resetCapabilities(). Not sure if it's needed
2012-09-06 Mohammed SameerAdded QtCamCapability (base class for capabilities...
2012-09-06 Mohammed SameerDon't try to set the device property on the video sourc...
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 SameerMoved wrapperIsReady to QtCamDevicePrivate and renamed...
2012-09-06 Mohammed SameerAdded stopping() signal and emit stopping(), stopped...
2012-09-06 Mohammed SameerAdded a signal idleStateChanged() to QtCamDevice
2012-09-06 Mohammed SameerInitial implementation