No need to set slider orientation. Default is already horizontal
[harmattan/cameraplus] / qml /
2013-09-15 Mohammed SameerNo need to set slider orientation. Default is already...
2013-09-15 Mohammed SameerReworked CameraToolIcon to not use meego bits
2013-09-15 Mohammed SameerKill CameraButtonRow and use the QtQuick Row component
2013-09-15 Mohammed SameerReworked CameraButton to get rid of meego bits
2013-09-15 Mohammed SameerPlatform independent components should have QtQuick 2.0
2013-09-15 Mohammed Sameerminor tweaks
2013-09-15 Mohammed SameerBind checked property to the corresponding setting...
2013-09-15 Mohammed SameerNo need for the when condition for binding camera zoom...
2013-09-15 Mohammed SameerReworked iso settings to use icons instead of buttons...
2013-09-15 Mohammed Sameerunload post capture and settings views when we are...
2013-09-15 Mohammed SameerGet rid of meego InfoBanner usage and move to a home...
2013-09-15 Mohammed SameerUse loaders for post capture and settings views
2013-09-15 Mohammed SameerConvert harmattan CameraLabel to use Text instead of...
2013-09-15 Mohammed SameerGet rid of harmattan PageStack and Page
2013-09-15 Mohammed SameerReworked preview animation
2013-09-15 Mohammed SameerUse Component as the type for initialPage in harmattan...
2013-09-15 Mohammed SameerDefault value for the property is null. No need to...
2013-09-15 Mohammed SameerGive aspect ratios Repeater an id (aspectRatios)
2013-09-14 Mohammed SameerAdded an option to disable preview for images and video...
2013-09-11 Mohammed SameerFix some QML TypError resulting from overlay.cam being...
2013-09-11 Mohammed SameerMake dimmer a property instead of aliasing it
2013-09-11 Mohammed SameerDon't anchor the tool bar menu button.
2013-09-11 Mohammed SameerDon't set proximity close property upon component compl...
2013-09-08 Mohammed Sameerenable asynchronous loading of indicators, capture...
2013-09-08 Mohammed SameerTry to revent accidental capture via proximity sensor.
2013-09-08 Mohammed SameerDon't disable GPS when we are obscured by location...
2013-09-08 Mohammed SameerDon't disable all interactions when standby is visible
2013-08-28 Mohammed SameerDon't set close to false when we deactivate ProximitySensor
2013-08-26 Mohammed SameerConvert TextSwitch to a platform specific component...
2013-08-25 Mohammed SameerDim share and delete icons when we have no item shown
2013-08-25 Mohammed SameerSwitch toolbar animation to opacity
2013-08-25 Mohammed SameerDisable zoom button and proximity sensor if we are...
2013-08-25 Mohammed Sameerpopulate post capture model when page is current and...
2013-08-24 Mohammed SameerFirst attempt at getting rid of tracker for post capture
2013-08-24 Mohammed SameerImplemented capturing via proximity sensor
2013-08-24 Mohammed SameerAdded an option to enable using proximity sensor to...
2013-08-21 Mohammed SameerMake capture buttons always visible even if we use...
2013-08-21 Mohammed SameerRename ZoomCaptureCancel.qml to CaptureCancel.qml
2013-08-19 Mohammed SameerMake sure we don't play camera sounds in silent profile
2013-08-19 Mohammed SameerDon't reuse file names
2013-08-18 Mohammed SameerAdded NoFaceDetection quirk
2013-08-18 Mohammed SameerAdded NoTouchFocus quirk
2013-08-18 Mohammed SameerRemove front camera night mode TODO
2013-08-17 Mohammed SameerSet the video resolution when video aspect ratio gets...
2013-08-17 Mohammed SameerDon't try to change the resolution while we are changin...
2013-08-17 Mohammed SameerresetCamera() will set needed resolution after resettin...
2013-08-17 Mohammed SameerKill redundant Connecation element for resolution settings
2013-08-17 Mohammed SameerPrevent changing any camera properties while device...
2013-08-16 Mohammed SameerRevert "Implemented per device resolution setting and...
2013-08-15 Mohammed SameerReset toolbar when device gets changed
2013-08-15 Mohammed SameerHide unusable ui parts depending on device quirks
2013-08-13 Mohammed SameerAdded ImageSettings::currentResolution and methods...
2013-08-12 Mohammed SameerHide video torch setting when front camera is active
2013-08-12 Mohammed SameerHide flash settings and indicator when front camera...
2013-08-12 Mohammed SameerDisable auto focus when front camera is active
2013-08-12 Mohammed SameerWe already reset focus reticle when we move between...
2013-08-12 Mohammed SameerSet focus to ContinuousNormal always
2013-08-10 Mohammed SameerReworked to allow separate paths for saving images...
2013-08-10 Mohammed SameerAdd missing sailfish/sailfish.qrc
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-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-05 Mohammed SameerStop autofocus if we fail to capture the image
2013-08-04 Mohammed SameerStop autofocus when image capture has ended.
2013-08-03 Mohammed SameerMade sure we pass the property correctly
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 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 SameerShow/hide UI elements for setting resolution and aspect...
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 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
next