photosgallery/viewframework/plugins/gridviewplugin/data/glxgridviewdata.rss
changeset 0 4e91876724a2
child 1 9ba538e329bd
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:    Resource definitions for Grid View plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 //	RESOURCE IDENTIFIER
       
    22 NAME	MPXC
       
    23 
       
    24 //	INCLUDES
       
    25 
       
    26 #include "glxcommandhandlers.hrh"
       
    27 #include "glxcontainercommonresources.rh"
       
    28 #include <eikon.rsg>
       
    29 #include <avkon.rsg>
       
    30 #include <avkon.rh>
       
    31 #include <avkon.loc>
       
    32 #include <avkon.mbg>
       
    33 #include <glxicons.mbg>
       
    34 #include <eikon.rh>
       
    35 #include <AiwCommon.hrh>
       
    36 #include <drmcommon.loc>
       
    37 #include <photos.loc>
       
    38 
       
    39 //	RESOURCE DEFINITIONS 
       
    40 
       
    41 RESOURCE RSS_SIGNATURE { }
       
    42 
       
    43 RESOURCE TBUF { buf="GLTV"; }
       
    44 
       
    45 // -----------------------------------------------------------------------------------
       
    46 // Resource Definitions
       
    47 // -----------------------------------------------------------------------------------
       
    48 
       
    49 // Downloads Grid View
       
    50 RESOURCE AVKON_VIEW r_grid_view
       
    51 	{
       
    52 	menubar = r_grid_menubar;
       
    53 	cba = r_grid_softkeys;  
       
    54 	toolbar = r_glx_grid_view_toolbar;
       
    55 	}
       
    56 
       
    57 // Captured Grid View
       
    58 RESOURCE AVKON_VIEW r_glx_captured_grid_view
       
    59     {
       
    60     menubar = r_grid_menubar;
       
    61     cba = r_grid_softkeys;
       
    62     toolbar = r_glx_grid_view_toolbar;
       
    63     }
       
    64 
       
    65 // Months Grid View
       
    66 RESOURCE AVKON_VIEW r_glx_months_grid_view
       
    67     {
       
    68     menubar = r_grid_menubar;
       
    69     cba = r_grid_softkeys;
       
    70     toolbar = r_glx_grid_view_toolbar;
       
    71     }
       
    72 
       
    73 // Albums Grid View
       
    74 RESOURCE AVKON_VIEW r_glx_album_grid_view
       
    75     {
       
    76     menubar = r_glx_album_grid_menubar;
       
    77     cba = r_grid_softkeys;
       
    78     toolbar = r_glx_grid_view_toolbar;
       
    79     }
       
    80 
       
    81 // Tag Grid View
       
    82 RESOURCE AVKON_VIEW r_taggrid_view
       
    83     {
       
    84     menubar = r_taggrid_menubar;
       
    85     cba = r_grid_softkeys;
       
    86     toolbar = r_glx_grid_view_toolbar;
       
    87     }
       
    88 
       
    89 
       
    90 // ------------------------------------------------------------------------------------
       
    91 // Menu Bar Resources 
       
    92 // ------------------------------------------------------------------------------------
       
    93 
       
    94 // Basic Grid Views
       
    95 RESOURCE MENU_BAR r_grid_menubar
       
    96 	{
       
    97 	titles=
       
    98 		{
       
    99 		MENU_TITLE { menu_pane=r_glx_grid_menu; txt=""; }
       
   100 		};
       
   101 	}
       
   102 
       
   103 // Albums Grid View
       
   104 RESOURCE MENU_BAR r_glx_album_grid_menubar
       
   105     {
       
   106     titles=
       
   107         {
       
   108         MENU_TITLE { menu_pane=r_glx_album_grid_menu; txt=""; }
       
   109         };
       
   110     }
       
   111 
       
   112 // Tags Grid View
       
   113 RESOURCE MENU_BAR r_taggrid_menubar
       
   114     {
       
   115     titles=
       
   116         {
       
   117         MENU_TITLE { menu_pane=r_taggrid_menu; txt=""; }
       
   118         };
       
   119     }   
       
   120 
       
   121 
       
   122 // ------------------------------------------------------------------------------------
       
   123 // Menu Contents for Grid views
       
   124 // ------------------------------------------------------------------------------------
       
   125 
       
   126 // Basic grid views
       
   127 RESOURCE MENU_PANE r_glx_grid_menu
       
   128     {
       
   129         items=
       
   130                 {
       
   131                   MENU_ITEM { command = EAknCmdOpen;
       
   132                               txt = qtn_msk_open; },
       
   133                   MENU_ITEM { command = EGlxCmdPlay;
       
   134                               txt = qtn_lgal_options_play; },
       
   135                   MENU_ITEM { command = EGlxCmdSend;
       
   136                               txt = qtn_options_send_via; 
       
   137                               flags = EEikMenuItemSpecific; },   
       
   138                   MENU_ITEM { command = EGlxCmdAiwShareOnOvi; 
       
   139                            /* txt comes from ShareOnline 4.3 */ 
       
   140                            flags = EEikMenuItemSpecific;},        
       
   141                   MENU_ITEM { command = EGlxCmdDelete;
       
   142                               txt = qtn_lgal_options_delete; 
       
   143                               flags = EEikMenuItemSpecific; }, 
       
   144                    MENU_ITEM { command = EGlxCmdSlideshowPlay;
       
   145                               txt = qtn_lgal_options_slideshow;
       
   146                               flags = EEikMenuItemSpecific;},
       
   147                   MENU_ITEM { command = EGlxCmdSlideshow;
       
   148                               txt = qtn_lgal_options_slideshow;
       
   149                               cascade = r_grid_shw_menu; },
       
   150                   MENU_ITEM { command = EGlxCmdAiwEdit; 
       
   151                               txt = qtn_lgal_options_edit; 
       
   152                               cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE;
       
   153                               flags = EEikMenuItemSpecificListQuery;}, 
       
   154                   MENU_ITEM { command = EGlxCmdDetails;
       
   155                               txt = qtn_lgal_options_details; },    
       
   156                   MENU_ITEM { command = EGlxCmdMarkingSubmenu;
       
   157                               txt = qtn_options_list;
       
   158                               cascade = r_viu_editlist_menu; },                        
       
   159                   MENU_ITEM { command = EGlxCmdAddToAlbum;
       
   160                               txt = qtn_lgal_options_add_to_album; 
       
   161                               flags = EEikMenuItemSpecific; },
       
   162                   MENU_ITEM { command = EGlxCmdAddTag;
       
   163                               txt = qtn_lgal_options_properties_add_tag;
       
   164                               flags = EEikMenuItemSpecific; }, 
       
   165                   MENU_ITEM { command = EGlxCmdAiwAssign;
       
   166                               txt = qtn_lgal_options_use_items; 
       
   167                               cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },                      
       
   168                   MENU_ITEM { command = EGlxCmdAiwShowMap;
       
   169                               txt = qtn_lgal_option_show_on_map;
       
   170                               cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },                                           
       
   171                   MENU_ITEM { command = EGlxCmdDrmMoreInfoOnline;
       
   172                               txt=qtn_drm_options_more_info; },                   
       
   173                   MENU_ITEM { command = EGlxCmdAiwPrint; 
       
   174                               txt = qtn_lgal_options_print_menu; 
       
   175                               cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },                            
       
   176                   MENU_ITEM { command = EGlxHomeNetworkSubmenu; 
       
   177                                txt = qtn_lgal_options_home_network; 
       
   178                                cascade = r_home_network_menu; },
       
   179                   MENU_ITEM { command = EAknCmdHelp; 
       
   180                               txt = qtn_options_help; },
       
   181                   MENU_ITEM { command = EAknCmdExit; 
       
   182                               txt = qtn_options_exit; }
       
   183                 };
       
   184     }
       
   185 
       
   186 // Albums Grid
       
   187 RESOURCE MENU_PANE r_glx_album_grid_menu
       
   188     {
       
   189         items= 
       
   190             {                             
       
   191                   MENU_ITEM { command = EAknCmdOpen;
       
   192                               txt = qtn_msk_open; },
       
   193                   MENU_ITEM { command = EGlxCmdPlay;
       
   194                               txt = qtn_lgal_options_play; },
       
   195                   MENU_ITEM { command = EGlxCmdSend;
       
   196                               txt = qtn_options_send_via; 
       
   197                               flags = EEikMenuItemSpecific; },  
       
   198                   MENU_ITEM { command = EGlxCmdAiwShareOnOvi; 
       
   199                            /* txt comes from ShareOnline 4.3 */ 
       
   200                                flags = EEikMenuItemSpecific;},  
       
   201                   MENU_ITEM { command = EGlxCmdRemoveFrom;
       
   202                               txt = qtn_lgal_options_remove_from_album; 
       
   203                               flags = EEikMenuItemSpecific; },
       
   204                   MENU_ITEM { command = EGlxCmdDelete;
       
   205                               txt = qtn_lgal_options_delete; 
       
   206                               flags = EEikMenuItemSpecific; }, 
       
   207                   MENU_ITEM { command = EGlxCmdSlideshowPlay;
       
   208                               txt = qtn_lgal_options_slideshow;
       
   209                               flags = EEikMenuItemSpecific;},
       
   210                   MENU_ITEM { command = EGlxCmdSlideshow;
       
   211                               txt = qtn_lgal_options_slideshow;
       
   212                               cascade = r_grid_shw_menu; },
       
   213                   MENU_ITEM { command = EGlxCmdAiwEdit; 
       
   214                               txt = qtn_lgal_options_edit; 
       
   215                               cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE;
       
   216                               flags = EEikMenuItemSpecificListQuery;}, 
       
   217                   MENU_ITEM { command = EGlxCmdDetails;
       
   218                               txt = qtn_lgal_options_details; },    
       
   219                   MENU_ITEM { command = EGlxCmdMarkingSubmenu;
       
   220                               txt = qtn_options_list;
       
   221                               cascade = r_viu_editlist_menu; },                        
       
   222                   MENU_ITEM { command = EGlxCmdAddToAlbum;
       
   223                               txt = qtn_lgal_options_add_to_album; 
       
   224                               flags = EEikMenuItemSpecific; },                  
       
   225                   MENU_ITEM { command = EGlxCmdAddTag;
       
   226                               txt = qtn_lgal_options_properties_add_tag; }, 
       
   227                   MENU_ITEM { command = EGlxCmdAiwAssign;
       
   228                               txt = qtn_lgal_options_use_items; 
       
   229                               cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },                     
       
   230                   MENU_ITEM { command = EGlxCmdAiwShowMap;
       
   231                               txt = qtn_lgal_option_show_on_map;
       
   232                               cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },                                           
       
   233                   MENU_ITEM { command = EGlxCmdDrmMoreInfoOnline;
       
   234                               txt=qtn_drm_options_more_info; },
       
   235                   MENU_ITEM { command = EGlxCmdAiwPrint; 
       
   236                               txt = qtn_lgal_options_print_menu; 
       
   237                               cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },                            
       
   238                   MENU_ITEM { command = EGlxHomeNetworkSubmenu; 
       
   239                                txt = qtn_lgal_options_home_network; 
       
   240                                cascade = r_home_network_menu; },
       
   241                   MENU_ITEM { command = EAknCmdHelp; 
       
   242                               txt = qtn_options_help; },
       
   243                   MENU_ITEM { command = EAknCmdExit; 
       
   244                               txt = qtn_options_exit; }
       
   245                 };
       
   246         }
       
   247 
       
   248 // Tags Grid
       
   249 RESOURCE MENU_PANE r_taggrid_menu
       
   250    {
       
   251    items=
       
   252          {
       
   253         MENU_ITEM { command = EAknCmdOpen;
       
   254                     txt = qtn_msk_open; },
       
   255         MENU_ITEM { command = EGlxCmdPlay;
       
   256                     txt = qtn_lgal_options_play; },
       
   257         MENU_ITEM { command = EGlxCmdSend;
       
   258                     txt = qtn_options_send_via; 
       
   259                     flags = EEikMenuItemSpecific; },  
       
   260         MENU_ITEM { command = EGlxCmdAiwShareOnOvi; 
       
   261                  /* txt comes from ShareOnline 4.3 */ 
       
   262                  flags = EEikMenuItemSpecific;},  
       
   263         MENU_ITEM { command=EGlxCmdRemoveFrom; 
       
   264                     txt = qtn_lgal_options_remove_from_tag; 
       
   265                     flags = EEikMenuItemSpecific; }, 
       
   266         MENU_ITEM { command = EGlxCmdDelete;
       
   267                     txt = qtn_lgal_options_delete; 
       
   268                     flags = EEikMenuItemSpecific; }, 
       
   269         MENU_ITEM { command = EGlxCmdSlideshowPlay;
       
   270                     txt = qtn_lgal_options_slideshow;
       
   271                     flags = EEikMenuItemSpecific;}, 
       
   272         MENU_ITEM { command = EGlxCmdAiwEdit; 
       
   273                     txt = qtn_lgal_options_edit; 
       
   274                     cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; 
       
   275                     flags = EEikMenuItemSpecific;},
       
   276         MENU_ITEM { command = EGlxCmdDetails;
       
   277                     txt = qtn_lgal_options_details; },    
       
   278         MENU_ITEM { command = EGlxCmdMarkingSubmenu;
       
   279                     txt = qtn_options_list;
       
   280                     cascade = r_viu_editlist_menu; },                        
       
   281         MENU_ITEM { command = EGlxCmdAddToAlbum;
       
   282                     txt = qtn_lgal_options_add_to_album; },
       
   283         MENU_ITEM { command = EGlxCmdAddTag;
       
   284                     txt = qtn_lgal_options_properties_add_tag; 
       
   285                     flags = EEikMenuItemSpecific; }, 
       
   286         MENU_ITEM { command = EGlxCmdAiwAssign;
       
   287                     txt = qtn_lgal_options_use_items; 
       
   288                     cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },            
       
   289         MENU_ITEM { command = EGlxCmdAiwShowMap;
       
   290                     txt = qtn_lgal_option_show_on_map;
       
   291                     cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },                                           
       
   292         MENU_ITEM { command = EGlxCmdDrmMoreInfoOnline;
       
   293                     txt=qtn_drm_options_more_info; },
       
   294         MENU_ITEM { command = EGlxCmdAiwPrint;
       
   295                     txt = qtn_lgal_options_print_menu; 
       
   296                     cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },                            
       
   297         MENU_ITEM { command = EGlxHomeNetworkSubmenu; 
       
   298                      txt = qtn_lgal_options_home_network; 
       
   299                      cascade = r_home_network_menu; },
       
   300          MENU_ITEM { command = EAknCmdHelp; 
       
   301                      txt = qtn_options_help; },
       
   302          MENU_ITEM { command = EAknCmdExit; 
       
   303                      txt = qtn_options_exit; }                     
       
   304          };
       
   305     }
       
   306 
       
   307 
       
   308 
       
   309 
       
   310 // ------------------------------------------------------------------------------------
       
   311 // Submenu contents
       
   312 // ------------------------------------------------------------------------------------
       
   313 
       
   314 // Slideshow submenu
       
   315 RESOURCE MENU_PANE r_grid_shw_menu
       
   316     {
       
   317     items=
       
   318         {
       
   319         MENU_ITEM { command=EGlxCmdSlideshowPlay; txt=qtn_lgal_options_slideshow_play; },
       
   320         MENU_ITEM { command=EGlxCmdSlideshowSettings; txt=qtn_lgal_options_slideshow_settings_general; }        
       
   321         };
       
   322     }
       
   323 
       
   324 
       
   325 // EditList sub menu for Marking
       
   326 RESOURCE MENU_PANE r_viu_editlist_menu
       
   327     {
       
   328     items =
       
   329         {
       
   330         /*MENU_ITEM
       
   331             {
       
   332             command = EAknCmdMark;
       
   333             txt = qtn_options_list_mark_one;
       
   334             },*/
       
   335         MENU_ITEM
       
   336             {
       
   337             command = EAknMarkAll;
       
   338             txt = qtn_options_list_mark_all;
       
   339             },
       
   340         /*MENU_ITEM
       
   341             {
       
   342             command = EAknCmdUnmark;
       
   343             txt = qtn_options_list_unmark_one;
       
   344             },*/
       
   345         MENU_ITEM
       
   346             {
       
   347             command = EAknUnmarkAll;
       
   348             txt = qtn_options_list_unmark_all;
       
   349             }                       
       
   350         };
       
   351     }
       
   352 
       
   353 // Rotate Sub menu
       
   354 //RESOURCE MENU_PANE r_rotate_sub_menu
       
   355 //    {
       
   356 //    items = 
       
   357 //        {
       
   358 //         MENU_ITEM
       
   359 //            {
       
   360 //             command = EGlxCmdRotateLeft;
       
   361 //             txt = qtn_lgal_options_rotate_left;
       
   362 //            },
       
   363 //         MENU_ITEM
       
   364 //            {
       
   365 //             command = EGlxCmdRotateRight;
       
   366 //             txt = qtn_lgal_options_rotate_right;
       
   367 //            }
       
   368 //        };
       
   369 //    }
       
   370 
       
   371 // Home Network sub menu
       
   372 RESOURCE MENU_PANE r_home_network_menu
       
   373     {
       
   374     items=
       
   375         {
       
   376         MENU_ITEM { command=EGlxShowViaUpnpSubmenuVersion; txt=qtn_lgal_options_sub_show_ext; },
       
   377         MENU_ITEM { command=EGlxStopShowingSubmenuVersion; txt=qtn_lgal_options_sub_stop_show; },
       
   378         MENU_ITEM { command=EGlxCopyToHomeNetwork; txt=qtn_lgal_options_copy_to_home_net; }
       
   379         };
       
   380     }
       
   381 
       
   382 
       
   383 // ------------------------------------------------------------------------------------
       
   384 // Other Menubars
       
   385 // ------------------------------------------------------------------------------------
       
   386 
       
   387 RESOURCE MENU_BAR r_grid_ok_menubar
       
   388 	{
       
   389 	titles=
       
   390 		{
       
   391 		MENU_TITLE { menu_pane=r_grid_ok_menu; txt=""; }
       
   392 		};
       
   393 	}
       
   394 	
       
   395 RESOURCE MENU_BAR r_grid_ok_menubar_album_gridview
       
   396 	{
       
   397 	titles=
       
   398 		{
       
   399 		MENU_TITLE { menu_pane=r_grid_ok_menu_album_gridview; txt=""; }
       
   400 		};
       
   401 	}
       
   402 
       
   403 RESOURCE MENU_BAR r_grid_ok_menubar_tag_gridview
       
   404     {
       
   405     titles=
       
   406         {
       
   407         MENU_TITLE { menu_pane=r_grid_ok_menu_tag_gridview; txt=""; }
       
   408         };
       
   409     }
       
   410 
       
   411 RESOURCE MENU_PANE r_grid_ok_menu
       
   412   {
       
   413         items=
       
   414                 {
       
   415                 MENU_ITEM { command = EGlxCmdDelete; 
       
   416                             txt = qtn_lgal_options_delete; },
       
   417                 MENU_ITEM { command = EAknUnmarkAll;
       
   418                             txt = qtn_options_list_unmark_all; },
       
   419                 MENU_ITEM { command = EGlxCmdAddToAlbum; 
       
   420                             txt = qtn_lgal_options_add_to_album; },
       
   421                 MENU_ITEM { command = EGlxCmdAddTag;
       
   422                             txt = qtn_lgal_options_properties_add_tag; }
       
   423                 };
       
   424   }
       
   425 
       
   426 RESOURCE MENU_PANE r_grid_ok_menu_album_gridview
       
   427   {
       
   428         items=
       
   429                 {
       
   430                 MENU_ITEM { command = EGlxCmdDelete; 
       
   431                             txt = qtn_lgal_options_delete; },
       
   432                 MENU_ITEM { command = EAknUnmarkAll;
       
   433                             txt = qtn_options_list_unmark_all; },
       
   434                 MENU_ITEM { command = EGlxCmdAddToAlbum; 
       
   435                             txt = qtn_lgal_options_add_to_album; },
       
   436                 MENU_ITEM { command = EGlxCmdAddTag;
       
   437                             txt = qtn_lgal_options_properties_add_tag; }, 
       
   438                 MENU_ITEM { command = EGlxCmdRemoveFrom; 
       
   439                             txt = qtn_lgal_options_remove_from_album; }
       
   440                 };
       
   441   }
       
   442 
       
   443 RESOURCE MENU_PANE r_grid_ok_menu_tag_gridview
       
   444   {
       
   445         items=
       
   446                 {
       
   447                 MENU_ITEM { command = EGlxCmdDelete; 
       
   448                             txt = qtn_lgal_options_delete; },
       
   449                 MENU_ITEM { command = EAknUnmarkAll;
       
   450                             txt = qtn_options_list_unmark_all; },
       
   451                 MENU_ITEM { command = EGlxCmdAddToAlbum; 
       
   452                             txt = qtn_lgal_options_add_to_album; },
       
   453                 MENU_ITEM { command = EGlxCmdAddTag;
       
   454                             txt = qtn_lgal_options_properties_add_tag; }, 
       
   455                 MENU_ITEM { command=EGlxCmdRemoveFrom; 
       
   456                             txt=qtn_lgal_options_remove_from_tag; }
       
   457                 };
       
   458   }
       
   459 
       
   460 // ------------------------------------------------------------------------------------
       
   461 // Softkey resources
       
   462 // ------------------------------------------------------------------------------------
       
   463 
       
   464 RESOURCE CBA r_grid_softkeys
       
   465     {
       
   466     buttons =
       
   467         {
       
   468         CBA_BUTTON
       
   469             {
       
   470             id = EGlxCmdOptions;
       
   471             txt = text_softkey_option;
       
   472             },
       
   473         CBA_BUTTON
       
   474             {
       
   475             id = EAknSoftkeyBack;
       
   476             txt = text_softkey_back;
       
   477             },
       
   478         CBA_BUTTON
       
   479             {
       
   480             id = EAknCmdOpen;
       
   481             txt = qtn_msk_open;
       
   482             }
       
   483         };
       
   484     }
       
   485 
       
   486 
       
   487 RESOURCE CBA r_grid_softkeys_fullscreen
       
   488     {
       
   489     buttons =
       
   490         {
       
   491         CBA_BUTTON
       
   492             {
       
   493             id = EGlxCmdOptions;
       
   494             txt = text_softkey_option;
       
   495             },
       
   496         CBA_BUTTON
       
   497             {
       
   498             id = EGlxCmdFullScreenBack;
       
   499             txt = text_softkey_back;
       
   500             },
       
   501         CBA_BUTTON
       
   502             {
       
   503             id = EAknSoftkeySelect;
       
   504             txt = qtn_msk_select;
       
   505             }
       
   506         };
       
   507     }
       
   508 
       
   509 // ------------------------------------------------------------------------------------
       
   510 // Empty text resource
       
   511 // ------------------------------------------------------------------------------------
       
   512 RESOURCE TBUF r_grid_empty_view_text
       
   513     {
       
   514     buf = qtn_lgal_empty_grid_no_items; 
       
   515     }
       
   516 
       
   517 RESOURCE TBUF r_grid_view_text_download_header
       
   518     {
       
   519     buf = qtn_lgal_info_download_header;
       
   520     }
       
   521 
       
   522 RESOURCE TBUF r_grid_marking_mode
       
   523     {
       
   524     buf = qtn_lgal_title_marking_mode;
       
   525     }
       
   526 
       
   527 // ---------------------------------------------------------------------------
       
   528 // Toolbar Resource 
       
   529 // ---------------------------------------------------------------------------
       
   530 //
       
   531 RESOURCE AVKON_TOOLBAR r_glx_grid_view_toolbar
       
   532     {
       
   533     flags = KAknToolbarFixed;
       
   534     items =
       
   535         {
       
   536         TBAR_CTRL
       
   537               {
       
   538               type = EAknCtButton;
       
   539               id = EGlxCmdSlideshowPlay;
       
   540               control = AVKON_BUTTON
       
   541                   {
       
   542                   flags = 0;
       
   543                   states =
       
   544                       {
       
   545                       AVKON_BUTTON_STATE
       
   546                           {
       
   547                           bmpfile = "z:\\Resource\\apps\\glxicons.mif";
       
   548                           bmpid = EMbmGlxiconsQgn_indi_tb_slideshow; 
       
   549                           bmpmask = EMbmGlxiconsQgn_indi_tb_slideshow_mask;
       
   550                           press_bmpid = EMbmGlxiconsQgn_indi_tb_slideshow;
       
   551                           press_bmpmask = EMbmGlxiconsQgn_indi_tb_slideshow_mask;
       
   552                           helptxt = qtn_lgal_options_slideshow;
       
   553                           }
       
   554                       };
       
   555                   };
       
   556               },
       
   557           TBAR_CTRL
       
   558               {
       
   559               type = EAknCtButton;
       
   560               id = EGlxCmdStartMultipleMarking;
       
   561               control = AVKON_BUTTON
       
   562                   {
       
   563                   flags = 0;
       
   564                   states =
       
   565                       {
       
   566                       AVKON_BUTTON_STATE
       
   567                           {
       
   568                           bmpfile = "z:\\Resource\\apps\\glxicons.mif";
       
   569                           bmpid = EMbmGlxiconsQgn_indi_cam4_tb_mark; 
       
   570                           bmpmask = EMbmGlxiconsQgn_indi_cam4_tb_mark_mask;
       
   571                           press_bmpid = EMbmGlxiconsQgn_indi_cam4_tb_mark;
       
   572                           press_bmpmask = EMbmGlxiconsQgn_indi_cam4_tb_mark_mask;
       
   573                           helptxt = qtn_lgal_tooltip_mark_items;
       
   574                           },
       
   575                       AVKON_BUTTON_STATE
       
   576                           {
       
   577                           flags = KAknButtonStateHasLatchedFrame;
       
   578                           bmpfile = "z:\\Resource\\apps\\glxicons.mif";
       
   579                           bmpid = EMbmGlxiconsQgn_indi_tb_unmark; 
       
   580                           bmpmask = EMbmGlxiconsQgn_indi_tb_unmark_mask;
       
   581                           press_bmpid = EMbmGlxiconsQgn_indi_tb_unmark;
       
   582                           press_bmpmask = EMbmGlxiconsQgn_indi_tb_unmark_mask;
       
   583                           helptxt = qtn_lgal_tooltip_unmark_all;
       
   584                           }
       
   585                       };
       
   586                   };
       
   587               },
       
   588 
       
   589         TBAR_CTRL
       
   590             {
       
   591             type = EAknCtButton;
       
   592             id = EGlxCmdUpload;
       
   593             control = AVKON_BUTTON
       
   594                 {
       
   595                 flags = 0;
       
   596                 states =
       
   597                     {
       
   598                     AVKON_BUTTON_STATE
       
   599                         {
       
   600                         bmpfile = "z:\\Resource\\apps\\glxicons.mif";
       
   601                         bmpid = EMbmGlxiconsQgn_indi_cam4_tb_upload;
       
   602                         bmpmask = EMbmGlxiconsQgn_indi_cam4_tb_upload_mask;
       
   603                         press_bmpid = EMbmGlxiconsQgn_indi_cam4_tb_upload;
       
   604                         press_bmpmask = EMbmGlxiconsQgn_indi_cam4_tb_upload_mask;                       
       
   605                         }
       
   606                     };
       
   607                 };
       
   608             }
       
   609         };
       
   610     }