comparison src/ui/bmi/mmiSettings.h @ 122:88229017434c

mmiSettings.h: bogotab fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 10 Nov 2020 05:59:07 +0000
parents c0052fe355d3
children
comparison
equal deleted inserted replaced
121:c106cb01dfa4 122:88229017434c
1 #ifndef _DEF_MMI_SETTINGS_H_ 1 #ifndef _DEF_MMI_SETTINGS_H_
2 #define _DEF_MMI_SETTINGS_H_ 2 #define _DEF_MMI_SETTINGS_H_
3 3
4 /******************************************************************************* 4 /*******************************************************************************
5 5
6 CONDAT (UK) 6 CONDAT (UK)
7 7
8 ******************************************************************************** 8 ********************************************************************************
9 9
10 This software product is the property of Condat (UK) Ltd and may not be 10 This software product is the property of Condat (UK) Ltd and may not be
11 disclosed to any third party without the express permission of the owner. 11 disclosed to any third party without the express permission of the owner.
12 12
13 ******************************************************************************** 13 ********************************************************************************
14 14
15 $Project name: Basic MMI 15 $Project name: Basic MMI
16 $Project code: BMI (6349) 16 $Project code: BMI (6349)
17 $Module: Settings 17 $Module: Settings
18 $File: MmiSettings.h 18 $File: MmiSettings.h
19 19
20 Jul 28, 2004 REF: CRR 20899 xkundadu 20 Jul 28, 2004 REF: CRR 20899 xkundadu
21 Description: No identification for user whether 'Any-key-Answer' is On/Off 21 Description: No identification for user whether 'Any-key-Answer' is On/Off
22 Solution: Added the function settingsFocusCurSelAnyKeyAns 22 Solution: Added the function settingsFocusCurSelAnyKeyAns
23 prototype. 23 prototype.
24 24
25 $Revision: 1.0 25 $Revision: 1.0
26 26
27 $Author: Condat(UK) 27 $Author: Condat(UK)
28 $Date: 25/10/00 28 $Date: 25/10/00
29 29
30 ******************************************************************************** 30 ********************************************************************************
31 31
32 Description: 32 Description:
33 33
34 34
35 ******************************************************************************** 35 ********************************************************************************
36 Oct 30, 2006 ER:OMAPS00091029 x0039928(sumanth) 36 Oct 30, 2006 ER:OMAPS00091029 x0039928(sumanth)
37 Bootup time measurement 37 Bootup time measurement
38 38
39 May 04, 2005 REF: CRR 30285 x0021334 39 May 04, 2005 REF: CRR 30285 x0021334
40 Description: SMS Status Request in idle and dedicated mode (using Menu) setting does not work 40 Description: SMS Status Request in idle and dedicated mode (using Menu) setting does not work
41 Solution: status of sms status request is read and focus is set accrodingly. 41 Solution: status of sms status request is read and focus is set accrodingly.
42 42
43 March 2, 2005 REF: CRR 11536 x0018858 43 March 2, 2005 REF: CRR 11536 x0018858
44 Description: Reply path not supported while sending a reply. 44 Description: Reply path not supported while sending a reply.
45 Solution: Added menu option for the reply path. 45 Solution: Added menu option for the reply path.
46 46
47 Jul 22,2004 CRR:20896 xrashmic - SASKEN 47 Jul 22,2004 CRR:20896 xrashmic - SASKEN
48 Description: The current time format is not highlighted 48 Description: The current time format is not highlighted
49 Fix: Instead of providing the submenu directly we call a function 49 Fix: Instead of providing the submenu directly we call a function
50 where we set the menu and also higlight the previously selected menu item 50 where we set the menu and also higlight the previously selected menu item
51 51
52 Jul 29, 2004 REF = CRR 20898 xkundadu 52 Jul 29, 2004 REF = CRR 20898 xkundadu
53 Description: No identification for user whether 'Auto-Answer' is On/Off 53 Description: No identification for user whether 'Auto-Answer' is On/Off
54 Solution: Added the function settingsFocusCurSelAutoAns prototype. 54 Solution: Added the function settingsFocusCurSelAutoAns prototype.
55 55
56 Issue Number : SPR#12822 on 31/03/04 by v vadiraj 56 Issue Number : SPR#12822 on 31/03/04 by v vadiraj
57 57
58 ******************************************************************************* 58 *******************************************************************************
59 59
73 void settingsFocusCurSelAnyKeyAns(void); 73 void settingsFocusCurSelAnyKeyAns(void);
74 74
75 T_MFW settingsRecReportControl(UBYTE ReportStatus); 75 T_MFW settingsRecReportControl(UBYTE ReportStatus);
76 int settingsGetStatus(int flagBit); 76 int settingsGetStatus(int flagBit);
77 77
78 int settingsSilentModeOff (void); 78 int settingsSilentModeOff (void);
79 int settingsSilentModeOn (void); 79 int settingsSilentModeOn (void);
80 int settingsKeyPadLockOn (void); 80 int settingsKeyPadLockOn (void);
81 int settingsKeyPadLockOff (void); 81 int settingsKeyPadLockOff (void);
82 int settingsAutoRedialOn (MfwMnu* m, MfwMnuItem* i); 82 int settingsAutoRedialOn (MfwMnu* m, MfwMnuItem* i);
83 int settingsAutoRedialOff (MfwMnu* m, MfwMnuItem* i); 83 int settingsAutoRedialOff (MfwMnu* m, MfwMnuItem* i);
84 int settingsAutoAnswerOn (MfwMnu* m, MfwMnuItem* i); 84 int settingsAutoAnswerOn (MfwMnu* m, MfwMnuItem* i);
85 int settingsAutoAnswerOff (MfwMnu* m, MfwMnuItem* i); 85 int settingsAutoAnswerOff (MfwMnu* m, MfwMnuItem* i);
86 int settingsAnyKeyAnswerOn (MfwMnu* m, MfwMnuItem* i); 86 int settingsAnyKeyAnswerOn (MfwMnu* m, MfwMnuItem* i);
87 int settingsAnyKeyAnswerOff (MfwMnu* m, MfwMnuItem* i); 87 int settingsAnyKeyAnswerOff (MfwMnu* m, MfwMnuItem* i);
88 int factoryReset (MfwMnu* m, MfwMnuItem* i); 88 int factoryReset (MfwMnu* m, MfwMnuItem* i);
89 int settingsVoiceMail (MfwMnu* m, MfwMnuItem* i); 89 int settingsVoiceMail (MfwMnu* m, MfwMnuItem* i);
90 int settingsScNumber (MfwMnu* m, MfwMnuItem* i); 90 int settingsScNumber (MfwMnu* m, MfwMnuItem* i);
91 int SmsValidityPeriod (MfwMnu* m, MfwMnuItem* i); 91 int SmsValidityPeriod (MfwMnu* m, MfwMnuItem* i);
92 int SmsStatusReportRequest(MfwMnu* m, MfwMnuItem* i); /* Marcus: Issue 1170: 30/09/2002 */ 92 int SmsStatusReportRequest(MfwMnu* m, MfwMnuItem* i); /* Marcus: Issue 1170: 30/09/2002 */
93 //March 2, 2005 REF: CRR 11536 x0018858 93 //March 2, 2005 REF: CRR 11536 x0018858
94 int SmsReplyPathRequest(MfwMnu* m, MfwMnuItem* i); /*Added function declaration for 94 int SmsReplyPathRequest(MfwMnu* m, MfwMnuItem* i); /*Added function declaration for
95 setting reply path*/ 95 setting reply path*/
96 void settingsInit (void); 96 void settingsInit (void);
120 120
121 /* Used to select the power management Duration */ 121 /* Used to select the power management Duration */
122 int mmi_PMDuration(MfwMnu* m, MfwMnuItem* i); 122 int mmi_PMDuration(MfwMnu* m, MfwMnuItem* i);
123 #endif 123 #endif
124 #endif 124 #endif
125 #define SET_SETTING (1) 125 #define SET_SETTING (1)
126 #define CLEAR_SETTING (0) 126 #define CLEAR_SETTING (0)
127 127
128 #endif 128 #endif
129