harmattan/cameraplus
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
2013-07-26 Mohammed SameerCall cam.roi.resetRegionOfInterest only if cam.roi...
2013-07-26 Mohammed SameerReplace @IMPORT_QT_QUICK@ with "import QtQuick 2.0"
2013-07-26 Mohammed SameerReturn NULL if we cannot create any elements
2013-07-26 Mohammed SameerPartial implementation of QmlFileEngine::fileName()
2013-07-26 Mohammed SameerInitialize quill only if we are building for harmattan
2013-07-26 Mohammed SameerImplement a dummy SoundVolumeControl for nemo
2013-07-25 Mohammed SameerAssume nemo if we are not building for harmattan
2013-07-25 Mohammed SameerRemove harmattan specific bits from Sounds
2013-07-25 Mohammed SameerMove quillitem.* to src/harmattan and register it only...
2013-07-25 Mohammed SameerKill DeclarativeQtCameraNotifications
2013-07-25 Mohammed SameerAdd missing QRectF include
2013-07-25 Mohammed SameerUse QString::toLatin1() instead of QString::toAscii()
2013-07-22 Mohammed SameerUnify harmattan detection and move harmattan specific...
2013-07-22 Mohammed SameerMove QuillItem to harmattan specific components.
2013-07-22 Mohammed SameerPut error label and play button in a column to prevent...
2013-07-22 Mohammed SameerKill com.nokia.meego importing in the ui.
2013-07-22 Mohammed SameerIndented
2013-07-22 Mohammed SameerKeep orientation sensor active when we are in post...
2013-07-22 Mohammed SameerDrop unneeded CameraOverlay.qml
2013-07-22 Mohammed SameerIndent and drop unneeded com.nokia.meego import
2013-07-22 Mohammed SameerFirst attempt at removing QtQuick 1.1 hardcoding from...
2013-07-22 Mohammed SameerUse a Loader element to load and unload PostCaptureModel
2013-07-21 Mohammed SameerDon't connect to GraphUpdated more than once.
2013-07-21 Mohammed SameerStop video playback when we lose policy resources
2013-07-21 Mohammed Sameerlock the UI when user starts to drag the reticle.
2013-07-21 Mohammed SameerReset touch focus back if the user starts dragging...
2013-07-18 Mohammed SameerAdded error reporting
2013-07-18 Mohammed Sameerenable fence sync objects because they are needed by...
2013-07-17 Mohammed SameerInitial implementation of our own VideoPlayer declarati...
2013-07-17 Mohammed SameerDrop unused signal cameraConfigChanged()
2013-07-16 Mohammed SameerAdded CameraConfig to QtCamera declarative module
2013-07-16 Mohammed SameerSorted alphabetically
2013-07-16 Mohammed SameerGet rid of CameraPage.qml
2013-07-16 Mohammed SameerIndented
2013-07-16 Mohammed SameerFixes and indentation for VideoTorchButton.qml
2013-07-16 Mohammed SameerFixes and indentation for VideoEvCompButton.qml
2013-07-16 Mohammed SameerFixes and indentation for ImageEvCompButton.qml
2013-07-16 Mohammed SameerSilence some warnings and errors about cam object being...
2013-07-15 Mohammed SameerBring back standby view
2013-07-15 Mohammed Sameerhide back button in toolbar. Not needed or used
2013-07-15 Mohammed SameerAdded "hideBack" property to hide back button
2013-07-15 Mohammed SameerSet resources to None when we start playing
2013-07-15 Mohammed SameerWe will pretend that we have the same camera resources...
2013-07-15 Mohammed SameerDon't try to reacquire resources if we already have...
2013-07-15 Mohammed SameerInitial ui reimplementation. Still in its early phase.
2013-07-12 Mohammed SameerResize viewfinder when our geometry changes but don...
2013-07-12 Mohammed SameerAdd contextsubscriber-1.0 to PKGCONFIG
2013-06-24 Mohammed SameerReplace maemo-meegotouch interfaces with DBus calls.
next