harmattan/cameraplus
12 years agoUse the defined constant from qtcamconfig.h
Mohammed Sameer [Sun, 26 Aug 2012 08:51:36 +0000 (11:51 +0300)]
Use the defined constant from qtcamconfig.h

12 years agoUse the generic renderer if we fail to create our required renderer.
Mohammed Sameer [Sun, 26 Aug 2012 08:46:59 +0000 (11:46 +0300)]
Use the generic renderer if we fail to create our required renderer.

12 years agoDon't try to manipulate the viewfinder renderer if we fail to create it.
Mohammed Sameer [Sun, 26 Aug 2012 08:46:33 +0000 (11:46 +0300)]
Don't try to manipulate the viewfinder renderer if we fail to create it.

12 years agoAdded a signal idleStateChanged() to QtCamDevice
Mohammed Sameer [Sun, 26 Aug 2012 08:46:05 +0000 (11:46 +0300)]
Added a signal idleStateChanged() to QtCamDevice

12 years agoInitial implementation
Mohammed Sameer [Sun, 26 Aug 2012 06:49:17 +0000 (09:49 +0300)]
Initial implementation

12 years agoInitial implementation of the indicators array
Mohammed Sameer [Thu, 6 Sep 2012 16:08:49 +0000 (19:08 +0300)]
Initial implementation of the indicators array

12 years agoscene modes can change flash value. save it for now until we know what to do
Mohammed Sameer [Thu, 6 Sep 2012 16:04:18 +0000 (19:04 +0300)]
scene modes can change flash value. save it for now until we know what to do

12 years agoUse data.js for setting icons and names.
Mohammed Sameer [Thu, 6 Sep 2012 14:42:15 +0000 (17:42 +0300)]
Use data.js for setting icons and names.

12 years agoAdded normal icons
Mohammed Sameer [Thu, 6 Sep 2012 14:42:00 +0000 (17:42 +0300)]
Added normal icons

12 years agoMove all the data for color filter and white balance to its separate js file
Mohammed Sameer [Thu, 6 Sep 2012 13:02:46 +0000 (16:02 +0300)]
Move all the data for color filter and white balance to its separate js file

12 years agoMore work on image settings page. Now color filter and white balance are fine
Mohammed Sameer [Thu, 6 Sep 2012 11:29:29 +0000 (14:29 +0300)]
More work on image settings page. Now color filter and white balance are fine

12 years agoAdd WhiteBalance control
Mohammed Sameer [Thu, 6 Sep 2012 11:29:10 +0000 (14:29 +0300)]
Add WhiteBalance control

12 years agoA button with an icon and a label below
Mohammed Sameer [Thu, 6 Sep 2012 00:25:03 +0000 (03:25 +0300)]
A button with an icon and a label below

12 years agoAdding ListItem. A UI control that mimics MListItem and ListDelegate.qml
Mohammed Sameer [Wed, 5 Sep 2012 22:57:17 +0000 (01:57 +0300)]
Adding ListItem. A UI control that mimics MListItem and ListDelegate.qml

12 years agoAdd an instance of ColorTone
Mohammed Sameer [Wed, 5 Sep 2012 22:45:01 +0000 (01:45 +0300)]
Add an instance of ColorTone

12 years agoFixes for CheckButton API.
Mohammed Sameer [Wed, 5 Sep 2012 15:23:39 +0000 (18:23 +0300)]
Fixes for CheckButton API.
Move Scene declaration to main.qml instead of having 2 separate instances

12 years agoRequest theme icons instead of hardcoding paths
Mohammed Sameer [Tue, 4 Sep 2012 21:46:38 +0000 (00:46 +0300)]
Request theme icons instead of hardcoding paths

12 years agoReset zoom value when camera mode is changed
Mohammed Sameer [Tue, 4 Sep 2012 21:27:12 +0000 (00:27 +0300)]
Reset zoom value when camera mode is changed

12 years agoSeems we don't need to unset portraitBackground and landscapeBackground to show our...
Mohammed Sameer [Tue, 4 Sep 2012 10:05:13 +0000 (13:05 +0300)]
Seems we don't need to unset portraitBackground and landscapeBackground to show our viewfinder

12 years agoCleanup and now listen to the settings mode property
Mohammed Sameer [Tue, 4 Sep 2012 10:04:32 +0000 (13:04 +0300)]
Cleanup and now listen to the settings mode property

12 years agoNow we set the camera mode when the settings mode changes
Mohammed Sameer [Tue, 4 Sep 2012 10:03:37 +0000 (13:03 +0300)]
Now we set the camera mode when the settings mode changes

12 years agoDon't set the camera mode when the settings change. ModeController will take care...
Mohammed Sameer [Tue, 4 Sep 2012 10:02:51 +0000 (13:02 +0300)]
Don't set the camera mode when the settings change. ModeController will take care of all that

12 years agoWe manually set the the camera mode upon startup to avoid binding the value.
Mohammed Sameer [Tue, 4 Sep 2012 10:00:01 +0000 (13:00 +0300)]
We manually set the the camera mode upon startup to avoid binding the value.

12 years agoCreate an instance of Settings and set the camera page according to the mode property
Mohammed Sameer [Tue, 4 Sep 2012 09:59:29 +0000 (12:59 +0300)]
Create an instance of Settings and set the camera page according to the mode property

12 years agoImage mode indicators should be visible only when the capture button is visible like...
Mohammed Sameer [Mon, 3 Sep 2012 15:38:34 +0000 (18:38 +0300)]
Image mode indicators should be visible only when the capture button is visible like all other controls

12 years agoThese buttons are used in the settings page only so they should not autoclose
Mohammed Sameer [Mon, 3 Sep 2012 15:38:15 +0000 (18:38 +0300)]
These buttons are used in the settings page only so they should not autoclose

12 years agoAdd a title to our buttons
Mohammed Sameer [Mon, 3 Sep 2012 15:37:41 +0000 (18:37 +0300)]
Add a title to our buttons

12 years agoThese buttons are used in the settings page only so they should not autoclose
Mohammed Sameer [Mon, 3 Sep 2012 15:36:11 +0000 (18:36 +0300)]
These buttons are used in the settings page only so they should not autoclose

12 years agoAdd a property doClose.
Mohammed Sameer [Mon, 3 Sep 2012 15:34:00 +0000 (18:34 +0300)]
Add a property doClose.
It's used to prevent the button from calling close() if set to false

12 years agoInitial implementaton for the image settings page
Mohammed Sameer [Sun, 2 Sep 2012 12:22:53 +0000 (15:22 +0300)]
Initial implementaton for the image settings page

12 years agoAdjust the font size after changing the size of the button
Mohammed Sameer [Sun, 2 Sep 2012 09:22:49 +0000 (12:22 +0300)]
Adjust the font size after changing the size of the button

12 years agoButtons of VideoPage should use controlsVisible for their visibility
Mohammed Sameer [Sat, 1 Sep 2012 16:59:39 +0000 (19:59 +0300)]
Buttons of VideoPage should use controlsVisible for their visibility

12 years agoChanged the dimensions for buttons to 56x56 instead of 64x64
Mohammed Sameer [Sat, 1 Sep 2012 16:57:04 +0000 (19:57 +0300)]
Changed the dimensions for buttons to 56x56 instead of 64x64

12 years agoAdded EvCompButton to VideoPage
Mohammed Sameer [Sat, 1 Sep 2012 16:36:31 +0000 (19:36 +0300)]
Added EvCompButton to VideoPage

12 years agovideo scene button should not be visible while recording
Mohammed Sameer [Sat, 1 Sep 2012 16:33:48 +0000 (19:33 +0300)]
video scene button should not be visible while recording

12 years agoSet the opacity for the torch button to 0.5
Mohammed Sameer [Sat, 1 Sep 2012 16:33:26 +0000 (19:33 +0300)]
Set the opacity for the torch button to 0.5

12 years agoAdded VideoSceneButton
Mohammed Sameer [Sat, 1 Sep 2012 16:30:45 +0000 (19:30 +0300)]
Added VideoSceneButton

12 years agoRenamed SceneButton to ImageSceneButton
Mohammed Sameer [Sat, 1 Sep 2012 16:25:20 +0000 (19:25 +0300)]
Renamed SceneButton to ImageSceneButton

12 years agoAdded a button to enable/disable video torch
Mohammed Sameer [Sat, 1 Sep 2012 16:20:57 +0000 (19:20 +0300)]
Added a button to enable/disable video torch

12 years agoopacity for Selector button seems to have been forgotten. Readding it
Mohammed Sameer [Sat, 1 Sep 2012 16:20:31 +0000 (19:20 +0300)]
opacity for Selector button seems to have been forgotten. Readding it

12 years agoIncrease the length of the ev comp slider
Mohammed Sameer [Sat, 1 Sep 2012 16:20:12 +0000 (19:20 +0300)]
Increase the length of the ev comp slider

12 years agoRemove the debugging output
Mohammed Sameer [Sat, 1 Sep 2012 14:33:00 +0000 (17:33 +0300)]
Remove the debugging output

12 years agoAdjust the font size to fit the text
Mohammed Sameer [Sat, 1 Sep 2012 14:32:33 +0000 (17:32 +0300)]
Adjust the font size to fit the text

12 years agoRemoved the camera selection button
Mohammed Sameer [Sat, 1 Sep 2012 14:27:11 +0000 (17:27 +0300)]
Removed the camera selection button

12 years agoImplemented EvCompButton
Mohammed Sameer [Sat, 1 Sep 2012 14:13:37 +0000 (17:13 +0300)]
Implemented EvCompButton

12 years agoQML is complaining about the anchoring
Mohammed Sameer [Sat, 1 Sep 2012 14:13:17 +0000 (17:13 +0300)]
QML is complaining about the anchoring

12 years agoalias each capability value to a property so we can set the mode night property
Mohammed Sameer [Sat, 1 Sep 2012 13:48:59 +0000 (16:48 +0300)]
alias each capability value to a property so we can set the mode night property

12 years agoAnchor our buttons together instead of anchoring to the parent
Mohammed Sameer [Sat, 1 Sep 2012 13:47:06 +0000 (16:47 +0300)]
Anchor our buttons together instead of anchoring to the parent

12 years agoGive timerConstraints a default value of false. true will make the timer always disabled
Mohammed Sameer [Sat, 1 Sep 2012 13:38:34 +0000 (16:38 +0300)]
Give timerConstraints a default value of false. true will make the timer always disabled

12 years agoUse the new Selector instead of the existing mess
Mohammed Sameer [Sat, 1 Sep 2012 13:33:29 +0000 (16:33 +0300)]
Use the new Selector instead of the existing mess

12 years agoInitial import
Mohammed Sameer [Sat, 1 Sep 2012 13:22:17 +0000 (16:22 +0300)]
Initial import