harmattan/cameraplus
2013-08-10 Mohammed SameerAdd missing capability.cpp
2013-08-09 Mohammed SameerInitial sailfish port
2013-08-09 Mohammed SameerUse 2.0 instead of 1.1 for QtQuick version
2013-08-09 Mohammed SameerPrevent flicking from viewfinder to post capture or...
2013-08-09 Mohammed SameerAdded opacity "animation" when we show/hide toolbar...
2013-08-09 Mohammed SameerAdded reset button to exposure settings
2013-08-09 Mohammed SameerAdded own camera icons instead of relying on the system...
2013-08-08 Mohammed SameerReplace icons with text for image resolution indicator
2013-08-08 Mohammed SameerAdded currentResolutionMegapixel property to ImageSettings
2013-08-07 Mohammed SameerKill post capture menu
2013-08-07 Mohammed SameerModify icon opacity instead of using different icons...
2013-08-07 Mohammed Sameerpop toolbar if we start recording and its depth is...
2013-08-07 Mohammed SameerHide indicators corresponding to toolbar-accessible...
2013-08-07 Mohammed Sameerunset source for iso indicator if it's not visible
2013-08-06 Mohammed SameerAdd back scene mode indicators
2013-08-06 Mohammed SameerMove logo away
2013-08-06 Mohammed SameerSet applicationName to cameraplus.
2013-08-05 Mohammed SameerStop autofocus if we fail to capture the image
2013-08-04 Mohammed SameerFixed BatteryInfo for Sailfish
2013-08-04 Mohammed SameerCopied needed bits blindly from harmattan
2013-08-04 Mohammed SameerRenamed src/nemo to src/sailfish
2013-08-04 Mohammed SameerAssume sailfish for now if we cannot detect harmattan
2013-08-04 Mohammed SameerAdded getter for current resolution
2013-08-04 Mohammed SameerSet night mode frame rate for front camera to -1 (...
2013-08-04 Mohammed SameerStop autofocus when image capture has ended.
2013-08-04 Mohammed SameerAdded QtCamImageMode captureStarted() and captureEnded...
2013-08-04 Mohammed SameerCleanup current mode when Camera emits prepareForDevice...
2013-08-04 Mohammed SameerQSettings doesn't like a section named "general". It...
2013-08-03 Mohammed SameerMade sure we pass the property correctly
2013-08-03 Mohammed SameerAdded preview-supported property to qtcamera.ini
2013-08-03 Mohammed SameerDon't try to get an icon if we are not visible
2013-08-03 Mohammed SameerNo more construction of icon ids by anything outside...
2013-08-03 Mohammed SameerKill data.js and move all icons and functions to Camera...
2013-08-03 Mohammed SameerReworked how we create items for toolbar.
2013-08-03 Mohammed SameerAdded more icon IDs
2013-08-03 Mohammed SameerMove imageIcon and videoIcon to CameraTheme
2013-08-03 Mohammed SameerCleaned up unused functions
2013-08-03 Mohammed SameerAdded a flash indicator
2013-08-03 Mohammed SameerCleaned up unused icon ids
2013-08-03 Mohammed SameerCorrected video recording resolution for front camera
2013-08-03 Mohammed SameerImplemented per device resolution setting and selection
2013-08-02 Mohammed SameerRenamed ImageSettings.qml and VideoSettings.qml to...
2013-08-02 Mohammed SameerSome coding style fixes
2013-08-02 Mohammed SameerMultiple fixes:
2013-08-02 Mohammed SameerUnset camerabin viewfinder-sink property when we unset...
2013-08-02 Mohammed SameerCleaned up irrelevant comment
2013-08-02 Mohammed SameerFree the iterator after iterating on bin elements.
2013-08-02 Mohammed SameerDon't hold a reference to camerabin
2013-08-02 Mohammed SameerReset pipeline manager error and try to start camera...
2013-08-02 Mohammed SameerEnable camera device switcher when camera is idle.
2013-08-02 Mohammed SameerAdded presets for secondary camera.
2013-08-02 Mohammed SameerIntroduce a base class for capabilities.
2013-08-02 Mohammed SameerCorrect the class name in the message for Aperture
2013-08-02 Mohammed SameerShow/hide UI elements for setting resolution and aspect...
2013-08-02 Mohammed SameerAdded aspectRatioCount to ImageSettings and VideoSettings
2013-08-02 Mohammed SameerAdd count property to ImageResolutionModel and VideoRes...
2013-08-02 Mohammed SameerIf we don't have resolutions then return an invalid...
2013-08-02 Mohammed SameerUse a QPointer for the m_mode member.
2013-08-02 Mohammed SameerAdded settings to change camera device.
2013-08-02 Mohammed Sameerpost capture image now follows device orientation
2013-08-02 Mohammed SameerRename orientationChanged to onOrientationChanged
2013-08-02 Mohammed SameerHide post capture toolbar immediately when we start...
2013-08-02 Mohammed SameerReworked CameraToolBar
2013-08-01 Mohammed SameerAdded TODO items to be resolved before a release
2013-08-01 Mohammed SameerRemoved unused functions after cleaning up CheckButton
2013-08-01 Mohammed SameerReworked CheckButton API
2013-07-31 Mohammed SameerVideoPlayer::paused property does not exist. Use VideoP...
2013-07-31 Mohammed SameerMove all icon ids used in .qml files into CameraTheme...
2013-07-31 Mohammed Sameerindented
2013-07-31 Mohammed SameerCheckButton and all components using it converted to...
2013-07-31 Mohammed SameerDisable postcapture ListView flicking when we are playi...
2013-07-31 Mohammed SameerConvert most iconSource usage to iconId
2013-07-31 Mohammed Sameerview->showFullScreen moved by mistake to QT5 specific...
2013-07-31 Mohammed SameerQt5: If QQuickView cannot load QML then print them...
2013-07-31 Mohammed SameerRename Campass and Orientation to CameraCompass and...
2013-07-31 Mohammed SameerMake more components harmattan specific
2013-07-31 Mohammed SameerRefactor and rename isWrapperReady to isReadyForCapture()
2013-07-31 Mohammed SameerAdd missing include
2013-07-31 Mohammed SameerCall parent class componentComplete()
2013-07-31 Mohammed SameerReworked main.qml so we have a page
2013-07-28 Mohammed SameerReworking QtCamViewfinderRenderer to avoid having to...
2013-07-28 Mohammed SameerMove PreviewImage underneath FocusReticle
2013-07-28 Mohammed SameerReplace font.capitalization with a capitalize property
2013-07-28 Mohammed SameerRemoved extra space
2013-07-28 Mohammed SameerAliasing position properties is not working. Just bind...
2013-07-28 Mohammed SameerKill QtCamViewfinderRendererGeneric
2013-07-28 Mohammed SameerAlways register DeviceInfo and GeoCode.
2013-07-28 Mohammed SameerMore fixes for Qt5
2013-07-28 Mohammed SameerIf wrapperVideoSource is null then connect to videoSour...
2013-07-27 Mohammed SameerAdded DeviceInfo and GeoCode for Qt5
2013-07-27 Mohammed SameerMake a new component CameraPositionSource to get rid...
2013-07-27 Mohammed SameerDeviceInfo and GeoCode are now harmattan specific
2013-07-27 Mohammed SameerFixed VideoPlayerPage.qml failure to set cameraConfig
2013-07-27 Mohammed SameerFix setting role names for Qt4 (Inspired by QtGrilo...
2013-07-27 Mohammed SameerBooster is enabled for all builds
2013-07-27 Mohammed SameerInitial Qt5 port
2013-07-27 Mohammed SameerPostCaptureModel doesn't need to subclass QDeclarativeP...
2013-07-27 Mohammed SameerCamera doesn't need to subclass QDeclarativeItem
2013-07-26 Mohammed SameerRemove unneeded Camera::geometryChanged()
2013-07-26 Mohammed SameerCreate a QDeclarativeItem Viewfinder subclass
next