Set media.name to '*'.
[harmattan/cameraplus] / lib / qtcammode.cpp
2013-09-15 Mohammed SameerAdded enablePreview() and disablePreview() to QtCamMode
2013-02-24 Mohammed SameerUpdated copyright year
2013-01-06 Mohammed SameerNo need for those TODOs anymore
2013-01-06 Mohammed SameerReworked synchronous video recording stop
2012-12-24 Mohammed SameerReworked DoneHandler to avoid race conditions
2012-10-09 Mohammed SameerRecord video in a hidden directory then copy it to...
2012-10-07 Mohammed SameerCode cleanup
2012-09-20 Mohammed SameerAdded copyright headers and COPYING file.
2012-09-09 Mohammed SameerIf pipeline has an error then we cannot capture
2012-09-09 Mohammed SameerAdded a method to obtain the QtCamDevice from the mode
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 a new property (nightMode) to QtCamMode to use...
2012-09-06 Mohammed SameerMoved setCaps() to QtCamModePrivate
2012-09-06 Mohammed SameerReset capabilities after we change the mode
2012-09-06 Mohammed SameercanCapture and ative are properties now
2012-09-06 Mohammed SameerCheck resolution.height() also instead of checking...
2012-09-06 Mohammed SameerInitial implementation