Platform independent components should have QtQuick 2.0
[harmattan/cameraplus] / qml / main.qml
2013-07-31 Mohammed SameerReworked main.qml so we have a page
2013-07-27 Mohammed SameerMake a new component CameraPositionSource to get rid...
2013-07-27 Mohammed SameerFixed VideoPlayerPage.qml failure to set cameraConfig
2013-07-27 Mohammed SameerCamera doesn't need to subclass QDeclarativeItem
2013-07-26 Mohammed SameerReplace @IMPORT_QT_QUICK@ with "import QtQuick 2.0"
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 SameerFirst attempt at removing QtQuick 1.1 hardcoding from...
2013-07-15 Mohammed SameerBring back standby view
2013-07-15 Mohammed SameerInitial ui reimplementation. Still in its early phase.
2013-06-23 Mohammed SameerPlatformSettings now gets instantiated from QML and...
2013-05-26 Mohammed SameerSwitch to ControlsActivationData::standbyVisible instea...
2013-05-12 Mohammed SameerUse Window instead of PageStackWindow
2013-03-23 Mohammed SameerAdded repeat property to DeviceKeys
2013-02-24 Mohammed SameerUpdated copyright year
2013-02-03 Mohammed SameerDisable debug by default
2013-02-03 Mohammed SameerFocusReticle now points ROI regions obtained from QtCamera
2013-02-03 Mohammed SameerDeclarative ROI can now report unnormalized ROI coordin...
2013-01-02 Mohammed SameerCleaned up commented code
2013-01-02 Mohammed SameerVolume up and down keys should now work and change...
2013-01-01 Mohammed SameerAdded a TODO file and moved the big features there
2013-01-01 Mohammed SameerImplemented own DeviceInfo
2013-01-01 Mohammed SameerAdded grid lines
2012-12-31 Mohammed SameerTODO cleanup
2012-12-31 Mohammed SameerUse Qtm namespace for QtMobility.systeminfo to resolve...
2012-12-31 Mohammed SameerReplaced QtMobility BatteryInfo
2012-12-31 Mohammed SameerReworked mode animation.
2012-12-29 Mohammed SameerCleaned unneeded TODO items
2012-12-27 Mohammed Sameerstyle fix
2012-12-27 Mohammed SameerStandby should be visible when we have no current page
2012-12-27 Mohammed SameerAdded mute/unmute video recording sound
2012-12-27 Mohammed SameerMoved standby to its own component
2012-12-27 Mohammed SameerDisable viewfinder in settings pages
2012-12-24 Mohammed SameerReworked and fixed pipeline error handling.
2012-12-24 Mohammed SameerDon't bind visibility to standby widget visibility...
2012-12-23 Mohammed Sameerambr doesn't need any UI handling. Remove it from TODOs
2012-12-20 Mohammed Sameerset window background to empty string and backgroundCol...
2012-12-20 Mohammed SameerAdded QtCamFlash::ready to indicate readiness of flash
2012-12-20 Mohammed SameerMoved FocusReticle to Camera instead of CameraPage.
2012-12-16 Mohammed SameerDon't show rounded corners
2012-12-16 Mohammed SameerFirst implementation of touch focus. Backend bits are...
2012-12-13 Mohammed SameerDon't release resources on pipeline error.
2012-12-13 Mohammed SameerReworking resource policy and pipeline handling to...
2012-12-12 Mohammed SameerDon't show an error if we lose resources and window...
2012-12-12 Mohammed SameerAdded TrackerStore to be used for creating a virtual...
2012-12-10 Mohammed SameerReworked video recording
2012-12-08 Mohammed Sameerupdate() is a signal not a slot. Use the correct macro
2012-12-08 Mohammed SameerReworked QML capabilities.
2012-12-07 Mohammed Sameerresetting Camera will cause the mode to be changed.
2012-12-07 Mohammed SameerDon't try to show a page upon startup
2012-12-07 Mohammed SameerOne cannot set mode and deviceId. Use camera::reset...
2012-10-20 Mohammed SameerReworked CameraResources to be synchronous.
2012-10-13 Mohammed SameerMove all flash icons to data.js
2012-10-09 Mohammed SameerRecord video in a hidden directory then copy it to...
2012-10-07 Mohammed SameerAdded mount protector component.
2012-10-07 Mohammed SameerRelease resources on error
2012-10-07 Mohammed SameerUse replacePage() for the initial page setting to preve...
2012-10-07 Mohammed Sameerlow space handling:
2012-10-06 Mohammed SameerBattery low handling:
2012-10-06 Mohammed SameerAdded a note about PositionSource not resetting the...
2012-09-27 Mohammed SameerAdded an option to disable (mute) camera sound
2012-09-26 Mohammed SameerAdded a sounds component that implements the Notificati...
2012-09-22 Mohammed SameerAdded indicators for video and image resolutions
2012-09-22 Mohammed SameerImplemented video resolution setting
2012-09-22 Mohammed SameerDon't return false if we try to set video resolution...
2012-09-22 Mohammed SameerSet the proper resolution when we startup, change aspec...
2012-09-22 Mohammed SameerSettings for aspect ration and resolution can now read...
2012-09-22 Mohammed SameerSilence g++/moc warnings
2012-09-20 Mohammed SameerAdded copyright headers and COPYING file.
2012-09-17 Mohammed SameerJust pass the filename to pageStack.push()
2012-09-17 Mohammed Sameerwork around an issue with the connection dialog for now
2012-09-16 Mohammed SameerISO settings are now functional
2012-09-16 Mohammed SameerSet the metadata to the images and videos.
2012-09-14 Mohammed SameerUse Qt.application.active instead of platformWindow...
2012-09-14 Mohammed SameerAdded an error() signal to declarative Camera and show...
2012-09-13 Mohammed SameerAdded resource policy support (Still needs more testing...
2012-09-12 Mohammed SameerQuery device maker and model from QtMobility DeviceInfo
2012-09-11 Mohammed SameerAdded a monitor for MyDocs availability
2012-09-11 Mohammed SameerInhibit display dimming while video recording
2012-09-11 Mohammed SameerAdded TODOs
2012-09-09 Mohammed SameerShow an error if we fail to start the camera pipeline
2012-09-09 Mohammed SameerAdded a class to generate filenames for images and...
2012-09-09 Mohammed SameerStop the pipeline if the camera becomes idle and our...
2012-09-09 Mohammed SameerAdded a bunch of TODO stuff
2012-09-09 Mohammed SameerStart the camera only when our window is active and...
2012-09-06 Mohammed SameerAdded a new property (ready) to the capabilities so...
2012-09-06 Mohammed SameerAdd WhiteBalance control
2012-09-05 Mohammed SameerAdd an instance of ColorTone
2012-09-05 Mohammed SameerFixes for CheckButton API.
2012-09-04 Mohammed SameerSeems we don't need to unset portraitBackground and...
2012-09-04 Mohammed SameerWe manually set the the camera mode upon startup to...
2012-09-04 Mohammed SameerCreate an instance of Settings and set the camera page...
2012-09-01 Mohammed SameerRemoved the camera selection button
2012-09-01 Mohammed SameerInitial import