FreeCalypso > hg > fc-tourmaline
comparison src/ui/bmi/mmiSettings.h @ 92:c0052fe355d3
src/ui/bmi/*.[ch]: rm trailing white space
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 08 Nov 2020 06:39:16 +0000 |
parents | 67bfe9f274f6 |
children | 88229017434c |
comparison
equal
deleted
inserted
replaced
91:c3d28a37caad | 92:c0052fe355d3 |
---|---|
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 |
60 Required Include Files | 60 Required Include Files |
61 | 61 |
62 *******************************************************************************/ | 62 *******************************************************************************/ |
63 | 63 |
64 | 64 |
65 /* PROTOTYPES */ | 65 /* PROTOTYPES */ |
66 | 66 |
67 | 67 |
68 // Jul 29, 2004 REF = CRR 20898 xkundadu | 68 // Jul 29, 2004 REF = CRR 20898 xkundadu |
69 // Added the function settingsFocusCurSelAutoAns() prototype. | 69 // Added the function settingsFocusCurSelAutoAns() prototype. |
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); |
97 void settingsExit (void); | 97 void settingsExit (void); |
98 /* GW Added as external to initialise FFS data when FFS file does not exist*/ | 98 /* GW Added as external to initialise FFS data when FFS file does not exist*/ |
99 void setUserSettings2Default (void); | 99 void setUserSettings2Default (void); |
105 // change by Sasken (VVADIRAJ) on March 31th 2004 | 105 // change by Sasken (VVADIRAJ) on March 31th 2004 |
106 // Issue Number : MMI-SPR-12822 | 106 // Issue Number : MMI-SPR-12822 |
107 void settingsFocusNwIconCurSel(void); | 107 void settingsFocusNwIconCurSel(void); |
108 | 108 |
109 //Jul 22,2004 CRR:20896 xrashmic - SASKEN | 109 //Jul 22,2004 CRR:20896 xrashmic - SASKEN |
110 void settingsFocusTimeFormatCurSel(void); | 110 void settingsFocusTimeFormatCurSel(void); |
111 | 111 |
112 // May 04, 2005 REF: CRR 30285 x0021334 | 112 // May 04, 2005 REF: CRR 30285 x0021334 |
113 void settingsSmsStatusReportCurSel(void); | 113 void settingsSmsStatusReportCurSel(void); |
114 int menuBootTimeMsmt(MfwMnu* m, MfwMnuItem* i); /*OMAPS00091029 x0039928(sumanth)*/ | 114 int menuBootTimeMsmt(MfwMnu* m, MfwMnuItem* i); /*OMAPS00091029 x0039928(sumanth)*/ |
115 #ifdef NEPTUNE_BOARD | 115 #ifdef NEPTUNE_BOARD |