comparison src/ui/bmi/mmiDialogs.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 598489a0ce3c
comparison
equal deleted inserted replaced
91:c3d28a37caad 92:c0052fe355d3
39 Description: 27.22.4.13.3 SET UP CALL (display of icons) fails. 39 Description: 27.22.4.13.3 SET UP CALL (display of icons) fails.
40 Solution: added the new structure T_SAT_IconData and defined its variable at the structures T_dialog_info 40 Solution: added the new structure T_SAT_IconData and defined its variable at the structures T_dialog_info
41 and T_DISPLAY_DATA. 41 and T_DISPLAY_DATA.
42 42
43 Feb 24, 2005 REF: CRR MMI-SPR-29102 xnkulkar 43 Feb 24, 2005 REF: CRR MMI-SPR-29102 xnkulkar
44 Description: The phone resets when user presses the ''End All' key while the SMSs are being deleted. 44 Description: The phone resets when user presses the ''End All' key while the SMSs are being deleted.
45 Solution: As the user has already confirmed that all SMS messages are to be deleted, ''End All' key 45 Solution: As the user has already confirmed that all SMS messages are to be deleted, ''End All' key
46 press is ignored till the delete operation is over. 46 press is ignored till the delete operation is over.
47 xrashmic 08 Feb, 2005 MMI-SPR-27853 47 xrashmic 08 Feb, 2005 MMI-SPR-27853
48 Moved the T_dialog_info structure from MmiDialogs.c to MmiDialogs.h 48 Moved the T_dialog_info structure from MmiDialogs.c to MmiDialogs.h
49 49
50 50
51 xrashmic 08 Feb, 2005 MMI-SPR-27853 51 xrashmic 08 Feb, 2005 MMI-SPR-27853
52 Moved the T_dialog_info structure from MmiDialogs.c to MmiDialogs.h 52 Moved the T_dialog_info structure from MmiDialogs.c to MmiDialogs.h
53 53
54 Jun 04,2004 CRR:13601 xpradipg - SASKEN 54 Jun 04,2004 CRR:13601 xpradipg - SASKEN
55 Description: CFO interrogation display : Timer to long 55 Description: CFO interrogation display : Timer to long
56 Fix: Timer is enabled for the information dialog. It times out after 5 seconds from the last key 56 Fix: Timer is enabled for the information dialog. It times out after 5 seconds from the last key
57 press. 57 press.
58 25/10/00 Original Condat(UK) BMI version. 58 25/10/00 Original Condat(UK) BMI version.
100 #define FRAMEY1 14 100 #define FRAMEY1 14
101 #define FRAMEX2 92 101 #define FRAMEX2 92
102 #define FRAMEY2 52 102 #define FRAMEY2 52
103 103
104 #define DLG_BORDER_VERTICAL_0 0x0000 //leave no border 104 #define DLG_BORDER_VERTICAL_0 0x0000 //leave no border
105 #define DLG_BORDER_VERTICAL_1 0x0001 //leave 25% of bitmap to the left/right unused 105 #define DLG_BORDER_VERTICAL_1 0x0001 //leave 25% of bitmap to the left/right unused
106 #define DLG_BORDER_VERTICAL_2 0x0002 106 #define DLG_BORDER_VERTICAL_2 0x0002
107 #define DLG_BORDER_VERTICAL_3 0x0003 107 #define DLG_BORDER_VERTICAL_3 0x0003
108 #define DLG_BORDER_VERTICAL 0x0003 108 #define DLG_BORDER_VERTICAL 0x0003
109 109
110 110
198 T_BITMAP *bgdBitmap; //Bitmap for background image 198 T_BITMAP *bgdBitmap; //Bitmap for background image
199 MfwRect *dlgPos; //Position of dialog 199 MfwRect *dlgPos; //Position of dialog
200 MfwIcnAttr* icon_array; 200 MfwIcnAttr* icon_array;
201 int current_icon; 201 int current_icon;
202 UBYTE number_of_frames; 202 UBYTE number_of_frames;
203 UBYTE current_frame; 203 UBYTE current_frame;
204 T_MFW_HND animation_timer; 204 T_MFW_HND animation_timer;
205 int anim_time; 205 int anim_time;
206 //x0035544 Feb 07, 2006 DR:OMAPS00061467 206 //x0035544 Feb 07, 2006 DR:OMAPS00061467
207 #ifdef FF_MMI_SAT_ICON 207 #ifdef FF_MMI_SAT_ICON
208 T_SAT_IconData IconData; //Sat icon information 208 T_SAT_IconData IconData; //Sat icon information
209 #endif 209 #endif
210 } T_DISPLAY_DATA; 210 } T_DISPLAY_DATA;
211 211
212 //xrashmic 08 Feb, 2005 MMI-SPR-27853 212 //xrashmic 08 Feb, 2005 MMI-SPR-27853
213 //Moved the sturcture from mmidialog.c to mmidialogs.h, need this structure to update the 213 //Moved the sturcture from mmidialog.c to mmidialogs.h, need this structure to update the
214 // dialog screen with the send progress information 214 // dialog screen with the send progress information
215 typedef struct 215 typedef struct
216 { 216 {
217 T_MMI_CONTROL mmi_control; 217 T_MMI_CONTROL mmi_control;
218 T_MFW_HND parent_win; 218 T_MFW_HND parent_win;
219 T_MFW_HND info_win; 219 T_MFW_HND info_win;
220 T_MFW_HND info_tim; 220 T_MFW_HND info_tim;
221 T_MFW_HND info_kbd; 221 T_MFW_HND info_kbd;
222 T_MFW_HND info_kbd_long; 222 T_MFW_HND info_kbd_long;
223 T_MFW_HND icon; 223 T_MFW_HND icon;
224 /* 224 /*
225 * animation fields 225 * animation fields
226 */ 226 */
227 UBYTE number_of_frames; 227 UBYTE number_of_frames;
228 UBYTE current_frame; 228 UBYTE current_frame;
229 T_MFW_HND anim_time; 229 T_MFW_HND anim_time;
230 MfwIcnAttr *icon_array; 230 MfwIcnAttr *icon_array;
231 MfwIcnAttr *current_icon; 231 MfwIcnAttr *current_icon;
232 T_MFW_HND animation_timer; 232 T_MFW_HND animation_timer;
233 233
234 /* 234 /*
235 * internal data 235 * internal data
236 */ 236 */
237 char *TextString; 237 char *TextString;