camerauis/cameraapp/generic/data/nhdcamsettings.rss
branchRCL_3
changeset 12 8c55c525d5d7
parent 7 dbec5787fa68
child 16 d486e5e3cc9a
equal deleted inserted replaced
11:792dfc98fb3b 12:8c55c525d5d7
   359 RESOURCE TBUF r_cam_scene_description_night_portrait
   359 RESOURCE TBUF r_cam_scene_description_night_portrait
   360     {
   360     {
   361     buf = qtn_lcam_scene_nightport_ex;
   361     buf = qtn_lcam_scene_nightport_ex;
   362     }
   362     }
   363 
   363 
       
   364 //-----------------------------------------------------------------------------
       
   365 //
       
   366 //    r_qtn_lcam_tt_image_editor
       
   367 //    Tooltip for "Image editor" button in postcapture view.
       
   368 //    Uses string defined in cam.loc
       
   369 //
       
   370 //-----------------------------------------------------------------------------
       
   371 //	
       
   372 RESOURCE TBUF r_qtn_lcam_tt_image_editor
       
   373 	{
       
   374 	buf = qtn_lcam_tt_image_editor;
       
   375 	}
       
   376 
       
   377 //-----------------------------------------------------------------------------
       
   378 //
       
   379 //    r_qtn_lcam_tt_video_editor
       
   380 //    Tooltip for "Video editor" button in postcapture view.
       
   381 //    Uses string defined in cam.loc
       
   382 //
       
   383 //-----------------------------------------------------------------------------
       
   384 //
       
   385 RESOURCE TBUF r_qtn_lcam_tt_video_editor
       
   386 	{
       
   387 	buf = qtn_lcam_tt_video_editor;
       
   388 	}
       
   389 	
   364 /**************************************
   390 /**************************************
   365 *         Other structures            *
   391 *         Other structures            *
   366 **************************************/
   392 **************************************/
   367 
   393 
   368 //----------------------------------------------------
   394 //----------------------------------------------------
  1000 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_cam_ext_qgn_indi_cam4_tb_mark
  1026 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_cam_ext_qgn_indi_cam4_tb_mark
  1001     {
  1027     {
  1002     bmbSkinIdMajor = EAknsMajorGeneric;
  1028     bmbSkinIdMajor = EAknsMajorGeneric;
  1003     bmbSkinIdMinor = EAknsMinorGenericQgnIndiCam4TbMark;
  1029     bmbSkinIdMinor = EAknsMinorGenericQgnIndiCam4TbMark;
  1004     }
  1030     }
       
  1031 	
       
  1032 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_cam_ext_qgn_indi_cam4_tb_edit
       
  1033     {
       
  1034     bmbSkinIdMajor = EAknsMajorGeneric;
       
  1035     bmbSkinIdMinor = EAknsMinorGenericQgnIndiMgTbEdit; //We are reusing the media gallery skinid 
       
  1036     }
       
  1037 
  1005 
  1038 
  1006 //----------------------------------------------------
  1039 //----------------------------------------------------
  1007 //   
  1040 //   
  1008 //    r_cam_still_precapture_toolbar_portrait
  1041 //    r_cam_still_precapture_toolbar_portrait
  1009 //    Toolbar for still pre-capture view for secondary
  1042 //    Toolbar for still pre-capture view for secondary
  1613         };
  1646         };
  1614     }
  1647     }
  1615 
  1648 
  1616 //----------------------------------------------------
  1649 //----------------------------------------------------
  1617 //   
  1650 //   
  1618 //    r_cam_still_postcapture_toolbar
  1651 //    r_cam_postcapture_common_toolbar
  1619 //    Toolbar and toolbar extension for still post-capture view
  1652 //    Toolbar for post-capture views( Primary/Secondary Still/Video views)
  1620 //
  1653 //
  1621 //----------------------------------------------------
  1654 //----------------------------------------------------
  1622 //
  1655 //
  1623 RESOURCE AVKON_TOOLBAR r_cam_still_postcapture_toolbar
  1656 
       
  1657 RESOURCE AVKON_TOOLBAR r_cam_postcapture_common_toolbar
  1624     {
  1658     {
  1625     lines = 3;
  1659     lines = 3;
  1626     flags = KAknToolbarFixed | KAknToolbarTransparent | KAknToolbarNoBackground;
  1660     flags = KAknToolbarFixed | KAknToolbarTransparent | KAknToolbarNoBackground;
  1627     items =
  1661     items =
  1628         {
  1662         {
  1640                         bmpfile = CAMERAAPP_BITMAP_FILE;
  1674                         bmpfile = CAMERAAPP_BITMAP_FILE;
  1641                         bmpid = EMbmCameraappQgn_indi_cam4_tb_send;
  1675                         bmpid = EMbmCameraappQgn_indi_cam4_tb_send;
  1642                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_send_mask;
  1676                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_send_mask;
  1643                         helptxt = qtn_lcam_tt_send;
  1677                         helptxt = qtn_lcam_tt_send;
  1644                         extension = r_cam_ext_qgn_indi_cam4_send;
  1678                         extension = r_cam_ext_qgn_indi_cam4_send;
       
  1679                         }
       
  1680                     };
       
  1681                 };
       
  1682             },
       
  1683 			TBAR_CTRL
       
  1684             {
       
  1685             type = EAknCtButton;
       
  1686             id = ECamCmdEdit;
       
  1687             control = AVKON_BUTTON
       
  1688                 {
       
  1689                 flags = KAknButtonNoFrame;
       
  1690                 states =
       
  1691                     {
       
  1692                     AVKON_BUTTON_STATE
       
  1693                         {
       
  1694                         bmpfile = CAMERAAPP_BITMAP_FILE;
       
  1695                         bmpid = EMbmCameraappQgn_indi_mg_tb_edit;
       
  1696                         bmpmask = EMbmCameraappQgn_indi_mg_tb_edit_mask;
       
  1697                         helptxt = ""; // Tooltip is set at run-time
       
  1698                         extension = r_cam_ext_qgn_indi_cam4_tb_edit;
  1645                         }
  1699                         }
  1646                     };
  1700                     };
  1647                 };
  1701                 };
  1648             },
  1702             },
  1649             TBAR_CTRL
  1703             TBAR_CTRL
  1664                             extension = r_cam_ext_qgn_indi_cam4_tb_goto_photos;
  1718                             extension = r_cam_ext_qgn_indi_cam4_tb_goto_photos;
  1665                             }
  1719                             }
  1666                         };
  1720                         };
  1667                     };
  1721                     };
  1668                 },
  1722                 },
       
  1723 		TBAR_CTRL
       
  1724             {
       
  1725             type = EAknCtButton;
       
  1726             id = ECamCmdOneClickUpload;
       
  1727             control = AVKON_BUTTON
       
  1728                 {
       
  1729                 flags = KAknButtonNoFrame;
       
  1730                 states =
       
  1731                     {
       
  1732                     AVKON_BUTTON_STATE
       
  1733                         {
       
  1734                         bmpfile = CAMERAAPP_BITMAP_FILE;
       
  1735                         bmpid = EMbmCameraappQgn_indi_cam4_tb_oneclick_active;
       
  1736                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_oneclick_active_mask;
       
  1737                         helptxt = ""; // Tooltip is set at run-time
       
  1738                         // extension = r_cam_ext_qgn_indi_cam4_tb_upload;
       
  1739                         }
       
  1740                     };
       
  1741                 };
       
  1742             },		
  1669         TBAR_CTRL
  1743         TBAR_CTRL
  1670             {
  1744             {
  1671             type = EAknCtButton;
  1745             type = EAknCtButton;
  1672             id = ECamCmdDelete;
  1746             id = ECamCmdDelete;
  1673             control = AVKON_BUTTON
  1747             control = AVKON_BUTTON
  1686                     };
  1760                     };
  1687                 };
  1761                 };
  1688             }
  1762             }
  1689         };
  1763         };
  1690     }
  1764     }
  1691 
  1765 	
  1692 //----------------------------------------------------
  1766 //----------------------------------------------------
  1693 //
  1767 //   
  1694 //    r_cam_still_postcapture_toolbar_upload
  1768 //    r_cam_still_postcapture_toolbar
  1695 //    Toolbar and toolbar extension for still post-capture view
  1769 //    Toolbar and toolbar extension for still post-capture view
  1696 //    with one-click upload support
  1770 //
  1697 //----------------------------------------------------
  1771 //----------------------------------------------------
  1698 //
  1772 //
  1699 RESOURCE AVKON_TOOLBAR r_cam_still_postcapture_toolbar_upload
  1773 RESOURCE AVKON_TOOLBAR r_cam_still_postcapture_toolbar
  1700     {
  1774     {
  1701     lines = 3;
  1775     lines = 3;
  1702     flags = KAknToolbarFixed | KAknToolbarTransparent | KAknToolbarNoBackground;
  1776     flags = KAknToolbarFixed | KAknToolbarTransparent | KAknToolbarNoBackground;
  1703     items =
  1777     items =
  1704         {
  1778         {
  1720                         extension = r_cam_ext_qgn_indi_cam4_send;
  1794                         extension = r_cam_ext_qgn_indi_cam4_send;
  1721                         }
  1795                         }
  1722                     };
  1796                     };
  1723                 };
  1797                 };
  1724             },
  1798             },
  1725         TBAR_CTRL
  1799             TBAR_CTRL
  1726             {
  1800                 {
  1727             type = EAknCtButton;
  1801                 type = EAknCtButton;
  1728             id = ECamCmdOneClickUpload;
  1802                 id = ECamCmdPhotos;
  1729             control = AVKON_BUTTON
  1803                 control = AVKON_BUTTON
  1730                 {
  1804                     {
  1731                 flags = KAknButtonNoFrame;
  1805                     flags = KAknButtonNoFrame;
  1732                 states =
  1806                     states =
  1733                     {
  1807                         {
  1734                     AVKON_BUTTON_STATE
  1808                         AVKON_BUTTON_STATE
  1735                         {
  1809                             {
  1736                         bmpfile = CAMERAAPP_BITMAP_FILE;
  1810                             bmpfile = CAMERAAPP_BITMAP_FILE;
  1737                         bmpid = EMbmCameraappQgn_indi_cam4_tb_upload;
  1811                             bmpid = EMbmCameraappQgn_indi_cam4_tb_goto_gallery; 
  1738                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_upload_mask;
  1812                             bmpmask = EMbmCameraappQgn_indi_cam4_tb_goto_gallery_mask;
  1739                         helptxt = ""; // Tooltip is set at run-time
  1813                             helptxt = qtn_lcam_tt_go_to_photos;
  1740                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  1814                             extension = r_cam_ext_qgn_indi_cam4_tb_goto_photos;
  1741                         }
  1815                             }
  1742                     };
  1816                         };
  1743                 };
  1817                     };
  1744             },
  1818                 },
  1745         TBAR_CTRL
  1819         TBAR_CTRL
  1746             {
  1820             {
  1747             type = EAknCtButton;
  1821             type = EAknCtButton;
  1748             id = ECamCmdDelete;
  1822             id = ECamCmdDelete;
  1749             control = AVKON_BUTTON
  1823             control = AVKON_BUTTON
  1765         };
  1839         };
  1766     }
  1840     }
  1767 
  1841 
  1768 //----------------------------------------------------
  1842 //----------------------------------------------------
  1769 //
  1843 //
       
  1844 //    r_cam_still_postcapture_toolbar_upload
       
  1845 //    Toolbar and toolbar extension for still post-capture view
       
  1846 //    with one-click upload support
       
  1847 //----------------------------------------------------
       
  1848 //
       
  1849 RESOURCE AVKON_TOOLBAR r_cam_still_postcapture_toolbar_upload
       
  1850     {
       
  1851     lines = 3;
       
  1852     flags = KAknToolbarFixed | KAknToolbarTransparent | KAknToolbarNoBackground;
       
  1853     items =
       
  1854         {
       
  1855         TBAR_CTRL
       
  1856             {
       
  1857             type = EAknCtButton;
       
  1858             id = ECamCmdSend;
       
  1859             control = AVKON_BUTTON
       
  1860                 {
       
  1861                 flags = KAknButtonNoFrame;
       
  1862                 states =
       
  1863                     {
       
  1864                     AVKON_BUTTON_STATE
       
  1865                         {
       
  1866                         bmpfile = CAMERAAPP_BITMAP_FILE;
       
  1867                         bmpid = EMbmCameraappQgn_indi_cam4_tb_send;
       
  1868                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_send_mask;
       
  1869                         helptxt = qtn_lcam_tt_send;
       
  1870                         extension = r_cam_ext_qgn_indi_cam4_send;
       
  1871                         }
       
  1872                     };
       
  1873                 };
       
  1874             },
       
  1875         TBAR_CTRL
       
  1876             {
       
  1877             type = EAknCtButton;
       
  1878             id = ECamCmdOneClickUpload;
       
  1879             control = AVKON_BUTTON
       
  1880                 {
       
  1881                 flags = KAknButtonNoFrame;
       
  1882                 states =
       
  1883                     {
       
  1884                     AVKON_BUTTON_STATE
       
  1885                         {
       
  1886                         bmpfile = CAMERAAPP_BITMAP_FILE;
       
  1887                         bmpid = EMbmCameraappQgn_indi_cam4_tb_oneclick_active;
       
  1888                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_oneclick_active_mask;
       
  1889                         helptxt = ""; // Tooltip is set at run-time
       
  1890                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
       
  1891                         }
       
  1892                     };
       
  1893                 };
       
  1894             },
       
  1895         TBAR_CTRL
       
  1896             {
       
  1897             type = EAknCtButton;
       
  1898             id = ECamCmdDelete;
       
  1899             control = AVKON_BUTTON
       
  1900                 {
       
  1901                 flags = KAknButtonNoFrame;
       
  1902                 states =
       
  1903                     {
       
  1904                     AVKON_BUTTON_STATE
       
  1905                         {
       
  1906                         bmpfile = CAMERAAPP_BITMAP_FILE;
       
  1907                         bmpid = EMbmCameraappQgn_indi_cam4_tb_delete;
       
  1908                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_delete_mask;
       
  1909                         helptxt = qtn_lcam_tt_delete;
       
  1910                         extension = r_cam_ext_qgn_indi_cam4_delete;
       
  1911                         }
       
  1912                     };
       
  1913                 };
       
  1914             }
       
  1915         };
       
  1916     }
       
  1917 
       
  1918 //----------------------------------------------------
       
  1919 //
  1770 //    r_cam_still_postcapture_toolbar_portrait
  1920 //    r_cam_still_postcapture_toolbar_portrait
  1771 //    Toolbar and toolbar extension for still post-capture 
  1921 //    Toolbar and toolbar extension for still post-capture 
  1772 //    portrait view
  1922 //    portrait view
  1773 //----------------------------------------------------
  1923 //----------------------------------------------------
  1774 //
  1924 //
  1956                 states =
  2106                 states =
  1957                     {
  2107                     {
  1958                     AVKON_BUTTON_STATE
  2108                     AVKON_BUTTON_STATE
  1959                         {
  2109                         {
  1960                         bmpfile = CAMERAAPP_BITMAP_FILE;
  2110                         bmpfile = CAMERAAPP_BITMAP_FILE;
  1961                         bmpid = EMbmCameraappQgn_indi_cam4_tb_upload;
  2111                         bmpid = EMbmCameraappQgn_indi_cam4_tb_oneclick_active;
  1962                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_upload_mask;
  2112                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_oneclick_active_mask;
  1963                         helptxt = ""; // Tooltip is set at run-time
  2113                         helptxt = ""; // Tooltip is set at run-time
  1964                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  2114                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  1965                         }
  2115                         }
  1966                     };
  2116                     };
  1967                 };
  2117                 };
  2031                 states =
  2181                 states =
  2032                     {
  2182                     {
  2033                     AVKON_BUTTON_STATE
  2183                     AVKON_BUTTON_STATE
  2034                         {
  2184                         {
  2035                         bmpfile = CAMERAAPP_BITMAP_FILE;
  2185                         bmpfile = CAMERAAPP_BITMAP_FILE;
  2036                         bmpid = EMbmCameraappQgn_indi_cam4_tb_upload;
  2186                         bmpid = EMbmCameraappQgn_indi_cam4_tb_oneclick_active;
  2037                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_upload_mask;
  2187                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_oneclick_active_mask;
  2038                         helptxt = ""; // Tooltip is set at run-time
  2188                         helptxt = ""; // Tooltip is set at run-time
  2039                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  2189                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  2040                         }
  2190                         }
  2041                     };
  2191                     };
  2042                 };
  2192                 };
  2519                 states =
  2669                 states =
  2520                     {
  2670                     {
  2521                     AVKON_BUTTON_STATE
  2671                     AVKON_BUTTON_STATE
  2522                         {
  2672                         {
  2523                         bmpfile = CAMERAAPP_BITMAP_FILE;
  2673                         bmpfile = CAMERAAPP_BITMAP_FILE;
  2524                         bmpid = EMbmCameraappQgn_indi_cam4_tb_upload;
  2674                         bmpid = EMbmCameraappQgn_indi_cam4_tb_oneclick_active;
  2525                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_upload_mask;
  2675                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_oneclick_active_mask;
  2526                         helptxt = ""; // Tooltip is set at run-time
  2676                         helptxt = ""; // Tooltip is set at run-time
  2527                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  2677                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  2528                         }
  2678                         }
  2529                     };
  2679                     };
  2530                 };
  2680                 };
  2742                 states =
  2892                 states =
  2743                     {
  2893                     {
  2744                     AVKON_BUTTON_STATE
  2894                     AVKON_BUTTON_STATE
  2745                         {
  2895                         {
  2746                         bmpfile = CAMERAAPP_BITMAP_FILE;
  2896                         bmpfile = CAMERAAPP_BITMAP_FILE;
  2747                         bmpid = EMbmCameraappQgn_indi_cam4_tb_upload;
  2897                         bmpid = EMbmCameraappQgn_indi_cam4_tb_oneclick_active;
  2748                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_upload_mask;
  2898                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_oneclick_active_mask;
  2749                         helptxt = ""; // Tooltip is set at run-time
  2899                         helptxt = ""; // Tooltip is set at run-time
  2750                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  2900                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  2751                         }
  2901                         }
  2752                     };
  2902                     };
  2753                 };
  2903                 };
  2817                 states =
  2967                 states =
  2818                     {
  2968                     {
  2819                     AVKON_BUTTON_STATE
  2969                     AVKON_BUTTON_STATE
  2820                         {
  2970                         {
  2821                         bmpfile = CAMERAAPP_BITMAP_FILE;
  2971                         bmpfile = CAMERAAPP_BITMAP_FILE;
  2822                         bmpid = EMbmCameraappQgn_indi_cam4_tb_upload;
  2972                         bmpid = EMbmCameraappQgn_indi_cam4_tb_oneclick_active;
  2823                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_upload_mask;
  2973                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_oneclick_active_mask;
  2824                         helptxt = ""; // Tooltip is set at run-time
  2974                         helptxt = ""; // Tooltip is set at run-time
  2825                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  2975                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  2826                         }
  2976                         }
  2827                     };
  2977                     };
  2828                 };
  2978                 };
  2983                 states =
  3133                 states =
  2984                     {
  3134                     {
  2985                     AVKON_BUTTON_STATE
  3135                     AVKON_BUTTON_STATE
  2986                         {
  3136                         {
  2987                         bmpfile = CAMERAAPP_BITMAP_FILE;
  3137                         bmpfile = CAMERAAPP_BITMAP_FILE;
  2988                         bmpid = EMbmCameraappQgn_indi_cam4_tb_upload;
  3138                         bmpid = EMbmCameraappQgn_indi_cam4_tb_oneclick_active;
  2989                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_upload_mask;
  3139                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_oneclick_active_mask;
  2990                         helptxt = ""; // Tooltip is set at run-time
  3140                         helptxt = ""; // Tooltip is set at run-time
  2991                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  3141                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  2992                         }
  3142                         }
  2993                     };
  3143                     };
  2994                 };
  3144                 };
  3103             {
  3253             {
  3104             id                  = KAiwCmdUpload;
  3254             id                  = KAiwCmdUpload;
  3105             serviceCmd          = KAiwCmdUpload;
  3255             serviceCmd          = KAiwCmdUpload;
  3106             serviceClass        = KAiwClassBase;
  3256             serviceClass        = KAiwClassBase;
  3107             contentType         = "image/*";
  3257             contentType         = "image/*";
  3108             defaultProvider = 0x2000BB53; //KShareAppUidVal;
  3258             defaultProvider 	= 0x2002CC1F; //KShareAppUidVal;
  3109             maxProviders        = 1;
  3259             maxProviders        = 1;
       
  3260             }
       
  3261         };
       
  3262     }
       
  3263 // -----------------------------------------------------------------------------
       
  3264 //
       
  3265 // r_cam_aiw_view_interest
       
  3266 // AIW interest structure for view (Share settings view)
       
  3267 //
       
  3268 // -----------------------------------------------------------------------------
       
  3269 RESOURCE AIW_INTEREST r_cam_aiw_view_interest
       
  3270     {
       
  3271     items=
       
  3272         {
       
  3273         AIW_CRITERIA_ITEM // SHARE_AIW
       
  3274             {
       
  3275             id = KAiwCmdView;
       
  3276             serviceCmd = KAiwCmdView;
       
  3277             contentType = "*";
       
  3278             serviceClass = KAiwClassMenu;
       
  3279             }
       
  3280         };
       
  3281     }
       
  3282 
       
  3283 // -----------------------------------------------------------------------------
       
  3284 //
       
  3285 // r_cam_aiw_edit_interest
       
  3286 // AIW interest structure for edit
       
  3287 //
       
  3288 // -----------------------------------------------------------------------------
       
  3289 RESOURCE AIW_INTEREST r_cam_aiw_edit_interest
       
  3290     {
       
  3291     items=
       
  3292         {
       
  3293         AIW_CRITERIA_ITEM
       
  3294             {
       
  3295             id = KAiwCmdEdit;
       
  3296             serviceCmd = KAiwCmdEdit;
       
  3297             contentType = "*";
       
  3298             serviceClass = KAiwClassMenu;
  3110             }
  3299             }
  3111         };
  3300         };
  3112     }
  3301     }
  3113 //----------------------------------------------------
  3302 //----------------------------------------------------
  3114 //   
  3303 //