Multiple fixes:
[harmattan/cameraplus] / qml / harmattan / CameraTheme.qml
1 // -*- qml -*-
2
3 /*!
4  * This file is part of CameraPlus.
5  *
6  * Copyright (C) 2012-2013 Mohammed Sameer <msameer@foolab.org>
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
21  */
22
23 import QtQuick 1.1
24
25 QtObject {
26     property string standbyIcon: "image://theme/icon-l-camera-standby"
27
28     property string gpsIndicatorIcon: "image://theme/icon-m-camera-location"
29     property string faceDetectionIndicatorIcon: "image://theme/icon-m-camera-face-detection-screen"
30
31     property string recordingDurationIcon: "image://theme/icon-m-camera-ongoing-recording"
32     property string cameraTorchOnIconId: "icon-m-camera-torch-on"
33     property string cameraTorchOffIconId: "icon-m-camera-torch-off"
34     property string soundMuteOnIconId: "icon-m-toolbar-volume-off-white-selected"
35     property string soundMuteOffIconId: "icon-m-toolbar-volume-white-selected"
36     property string videoStopIconId: "icon-m-toolbar-mediacontrol-stop-white"
37     property string videoPauseIconId: "icon-m-toolbar-mediacontrol-pause-white"
38     property string videoPlayIconId: "icon-m-toolbar-mediacontrol-play-white"
39     property string cameraManualExposureIconId: "icon-m-camera-manual-exposure"
40     property string cameraVideoIconId: "icon-m-camera-video"
41     property string cameraImageIconId: "icon-m-viewfinder-camera"
42     property string captureButtonImageIconId: "icon-m-camera-shutter"
43     property string captureButtonVideoIconId: "icon-m-camera-video-record"
44     property string captureButtonRecordingIconId: "icon-m-camera-video-record"
45     property string cameraToolBarMenuIcon: "icon-m-toolbar-back-white"
46     property string deleteEnabledIconId: "icon-m-toolbar-delete-white"
47     property string deleteDisabledIconId: "icon-m-toolbar-delete-dimmed-white"
48     property string shareEnabledIconId: "icon-m-toolbar-share-white"
49     property string shareDisabledIconId: "icon-m-toolbar-share-dimmed-white"
50     property string favoriteDisabledIconId: "icon-m-toolbar-favorite-mark-dimmed-white"
51     property string favoriteMarkIconId: "icon-m-toolbar-favorite-mark-white"
52     property string favoriteUnmarkIconId: "icon-m-toolbar-favorite-unmark-white"
53     property string menuIconId: "icon-m-toolbar-view-menu-white"
54
55 /*
56
57     property string 
58     property string 
59     property string 
60     property string 
61     property string 
62     property string 
63     property string 
64     property string 
65     property string 
66     property string 
67     property string 
68     property string 
69     property string 
70     property string 
71     property string 
72     property string 
73 */
74 }