equal
deleted
inserted
replaced
1057 editor_resource_id = r_cam_setting_listbox; |
1057 editor_resource_id = r_cam_setting_listbox; |
1058 softkey_resource = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT; |
1058 softkey_resource = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT; |
1059 extension = r_setting_page_extension; |
1059 extension = r_setting_page_extension; |
1060 } |
1060 } |
1061 |
1061 |
|
1062 //---------------------------------------------------- |
|
1063 // |
|
1064 // r_cam_settings_location_settings_page |
|
1065 // |
|
1066 // |
|
1067 //---------------------------------------------------- |
|
1068 // |
|
1069 RESOURCE AVKON_SETTING_PAGE r_cam_settings_location_settings_page |
|
1070 { |
|
1071 // the type and editor resource are included so that the |
|
1072 // settings page can be constructed without crashing but are not used |
|
1073 // The custom quality control is used instead |
|
1074 type = EAknCtPopupSettingList; |
|
1075 editor_resource_id = r_cam_setting_listbox; |
|
1076 softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK; |
|
1077 extension = r_setting_page_extension; |
|
1078 } |
1062 |
1079 |
1063 // VIDEO SETTINGS RESOURCES |
1080 // VIDEO SETTINGS RESOURCES |
1064 |
1081 |
1065 //---------------------------------------------------- |
1082 //---------------------------------------------------- |
1066 // |
1083 // |
1153 { |
1170 { |
1154 identifier = ECamSettingItemRecLocation; |
1171 identifier = ECamSettingItemRecLocation; |
1155 // The quality page resource is used to prevent crashing in the construction phase |
1172 // The quality page resource is used to prevent crashing in the construction phase |
1156 // The type and editor resource are included but are not used |
1173 // The type and editor resource are included but are not used |
1157 // The custom quality control is used instead |
1174 // The custom quality control is used instead |
1158 setting_page_resource = r_cam_settings_quality_settings_page; |
1175 setting_page_resource = r_cam_settings_location_settings_page; |
1159 associated_resource = r_cam_photo_location_texts; |
1176 associated_resource = r_cam_photo_location_texts; |
1160 name = qtn_lcam_sett_attr_rec_location; |
1177 name = qtn_lcam_sett_attr_rec_location; |
1161 }, |
1178 }, |
1162 AVKON_SETTING_ITEM |
1179 AVKON_SETTING_ITEM |
1163 { |
1180 { |
1516 { |
1533 { |
1517 identifier = ECamSettingItemRecLocation; |
1534 identifier = ECamSettingItemRecLocation; |
1518 // The quality page resource is used to prevent crashing in the construction phase |
1535 // The quality page resource is used to prevent crashing in the construction phase |
1519 // The type and editor resource are included but are not used |
1536 // The type and editor resource are included but are not used |
1520 // The custom quality control is used instead |
1537 // The custom quality control is used instead |
1521 setting_page_resource = r_cam_settings_quality_settings_page; |
1538 setting_page_resource = r_cam_settings_location_settings_page; |
1522 associated_resource = r_cam_photo_location_texts; |
1539 associated_resource = r_cam_photo_location_texts; |
1523 name = qtn_lcam_sett_attr_rec_location; |
1540 name = qtn_lcam_sett_attr_rec_location; |
1524 }, |
1541 }, |
1525 |
1542 |
1526 AVKON_SETTING_ITEM |
1543 AVKON_SETTING_ITEM |
2692 { |
2709 { |
2693 CAM_LOCATION_SELECT_SUMMARY |
2710 CAM_LOCATION_SELECT_SUMMARY |
2694 { |
2711 { |
2695 setting_value_id = ECamLocationOff; |
2712 setting_value_id = ECamLocationOff; |
2696 summary_icon = -1; |
2713 summary_icon = -1; |
2697 summary_description_text = qtn_lcam_descr_location_off; |
2714 summary_description_text = qtn_lcam_descr_location_on; |
2698 }, |
2715 }, |
2699 CAM_LOCATION_SELECT_SUMMARY |
2716 CAM_LOCATION_SELECT_SUMMARY |
2700 { |
2717 { |
2701 setting_value_id = ECamLocationOn; |
2718 setting_value_id = ECamLocationOn; |
2702 summary_icon = -1; |
2719 summary_icon = -1; |