Added enablePreview() and disablePreview() to QtCamMode
[harmattan/cameraplus] / lib / qtcamvideomode.cpp
2013-09-15 Mohammed SameerAdded enablePreview() and disablePreview() to QtCamMode
2013-08-04 Mohammed SameerAdded getter for current resolution
2013-02-24 Mohammed SameerUpdated copyright year
2013-01-06 Mohammed SameerRace condition when QtCamVideo::stop() gets called...
2013-01-06 Mohammed SameerReworked synchronous video recording stop
2013-01-05 Mohammed SameerAdded sync parameter to QtCamVideo::stopRecording()
2012-12-23 Mohammed SameerDisable viewfinder filters in video mode and enable...
2012-10-09 Mohammed SameerRecord video in a hidden directory then copy it to...
2012-10-07 Mohammed SameerCode cleanup
2012-09-23 Mohammed SameerAdded classes for Notifications (Sound playback use...
2012-09-23 Mohammed SameerReset the unneeded caps
2012-09-22 Mohammed SameerDon't return false if we try to set video resolution...
2012-09-22 Mohammed SameerReworked how resolution is being specified in the confi...
2012-09-20 Mohammed SameerAdded copyright headers and COPYING file.
2012-09-19 Mohammed Sameerdon't apply the resolution if camera is not running
2012-09-09 Mohammed SameerIf filename used for capturing is empty then retuen...
2012-09-09 Mohammed SameerQtCamVideoMode::canCapture() should call the base class...
2012-09-08 Mohammed SameerChanges to night mode handling:
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 SameerMoved setCaps() to QtCamModePrivate
2012-09-06 Mohammed Sameervideo mode enhancements.
2012-09-06 Mohammed SameerSet viewfinder-caps before video-capture-caps otherwise...
2012-09-06 Mohammed SameerInitial implementation