Don't reuse file names
[harmattan/cameraplus] / lib / qtcamdevice.cpp
2013-08-02 Mohammed SameerMultiple fixes:
2013-08-02 Mohammed SameerUnset camerabin viewfinder-sink property when we unset...
2013-07-28 Mohammed SameerIf wrapperVideoSource is null then connect to videoSour...
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 SameerFixed a crash if we fail to create viewfinderFilters.
2012-12-23 Mohammed SameerReworked QtCamAnalysisBin
2012-12-22 Mohammed SameerReworked how video and wrapper sources are being created
2012-12-22 Mohammed SameerAdded QtCamPropertySetter
2012-12-22 Mohammed SameerSet viewfinder-filters
2012-12-22 Mohammed SameerInfrastructure for filters.
2012-12-19 Mohammed SameerAdded QtCamAutoFocus::setRegionOfInterest()
2012-12-13 Mohammed SameerDon't ignore errors while stopping the pipeline.
2012-12-08 Mohammed SameerStop viewfinder after the pipeline reaches idle state.
2012-12-08 Mohammed SameerStop viewfinder if there is an error
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-07 Mohammed SameerCode cleanup
2012-09-27 Mohammed Sameerunref camerabin when we get destroyed
2012-09-23 Mohammed SameerAdded classes for Notifications (Sound playback use...
2012-09-22 Mohammed SameerSilence g++/moc warnings
2012-09-20 Mohammed SameerAdded copyright headers and COPYING file.
2012-09-13 Mohammed SameerAdded resource policy support (Still needs more testing...
2012-09-08 Mohammed Sameerremoved a completed item
2012-09-08 Mohammed SameerWait for the state change to playing to complete before...
2012-09-06 Mohammed SameerEmit canCaptureChanged on the active mode when ready...
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