browserui/browser/SrcData/browser_toolbar.rssi
changeset 27 481242ead638
parent 24 868cceedabd3
child 36 c9249d037530
equal deleted inserted replaced
26:97c9f46387be 27:481242ead638
    41             control = AVKON_TOOLBAR_EXTENSION
    41             control = AVKON_TOOLBAR_EXTENSION
    42                 {
    42                 {
    43                 helptxt = qtn_browser_ext_tb_tt;
    43                 helptxt = qtn_browser_ext_tb_tt;
    44                 items =
    44                 items =
    45                     {
    45                     {
       
    46 #ifndef BRDO_SINGLE_CLICK_ENABLED_FF		    
    46                     TBAR_CTRL
    47                     TBAR_CTRL
    47                         {
    48                         {
    48                         type = EAknCtButton;
    49                         type = EAknCtButton;
    49                         id = EWmlCmdFavourites;     
    50                         id = EWmlCmdFavourites;     
    50                         
    51                         
    63                                     extension = r_browser_ext_qgn_indi_browser_tb_bm;
    64                                     extension = r_browser_ext_qgn_indi_browser_tb_bm;
    64                                     }
    65                                     }
    65                                 };
    66                                 };
    66                             };
    67                             };
    67                         },
    68                         },
       
    69 #endif
    68                     TBAR_CTRL
    70                     TBAR_CTRL
    69                         {
    71                         {
    70                         type = EAknCtButton;
    72                         type = EAknCtButton;
    71                         id = EWmlCmdLaunchHomePage;     
    73                         id = EWmlCmdLaunchHomePage;     
    72                         
    74                         
   304                                     bmpmask = EMbmBrowserQgn_indi_browser_tb_send_url_mask;
   306                                     bmpmask = EMbmBrowserQgn_indi_browser_tb_send_url_mask;
   305                                     extension = r_browser_ext_qgn_indi_browser_tb_send_url;
   307                                     extension = r_browser_ext_qgn_indi_browser_tb_send_url;
   306                                     }
   308                                     }
   307                                 };
   309                                 };
   308                             };
   310                             };
   309                         }
   311 	#ifndef BRDO_SINGLE_CLICK_ENABLED_FF
   310                         
   312 			}
       
   313 	#else
       
   314 			},
       
   315 						
       
   316 		TBAR_CTRL
       
   317                        {
       
   318                        type = EAknCtButton;
       
   319                        id = EWmlCmdCloseWindow;
       
   320                        
       
   321                        control = AVKON_BUTTON
       
   322                            {
       
   323                            flags = KAknButtonRequestExitOnButtonUpEvent;
       
   324                            states =
       
   325                                {
       
   326                                AVKON_BUTTON_STATE
       
   327                                    {
       
   328                                    txt     = qtn_options_exit; //qtn_browser_list_close_window;
       
   329                                    helptxt = qtn_options_exit; //qtn_browser_list_close_window;
       
   330                                    bmpfile = "\\Resource\\apps\\browser.mif";
       
   331                                    bmpid   = EMbmBrowserQgn_indi_browser_tb_exit;         
       
   332                                    bmpmask = EMbmBrowserQgn_indi_browser_tb_exit_mask;
       
   333                                    extension = r_browser_ext_qgn_indi_browser_tb_exit;
       
   334                                    }
       
   335                                };
       
   336                            };
       
   337                        }     
       
   338 	#endif
       
   339                       
   311                     };
   340                     };
   312                 };
   341                 };
   313             },
   342             },
   314             
   343             
   315         TBAR_CTRL
   344         TBAR_CTRL
   462                         extension = r_browser_ext_qgn_indi_browser_tb_history_fw;
   491                         extension = r_browser_ext_qgn_indi_browser_tb_history_fw;
   463                         }
   492                         }
   464                     };
   493                     };
   465                 };
   494                 };
   466             },
   495             },
       
   496 	    
       
   497 #ifdef BRDO_SINGLE_CLICK_ENABLED_FF
       
   498 
       
   499 	TBAR_CTRL
       
   500             {
       
   501             type = EAknCtButton;
       
   502             id = EWmlCmdFavourites;     
       
   503             
       
   504             control = AVKON_BUTTON
       
   505                 {
       
   506                 flags = 0;
       
   507                 states =
       
   508                     {
       
   509                     AVKON_BUTTON_STATE
       
   510                         {                      
       
   511                         txt     = "";  
       
   512                         helptxt = qtn_browser_ext_tb_bm_tt;
       
   513                         bmpfile = "\\Resource\\apps\\browser.mif";
       
   514                         bmpid   = EMbmBrowserQgn_indi_browser_tb_bm;         
       
   515                         bmpmask = EMbmBrowserQgn_indi_browser_tb_bm_mask;   
       
   516                         extension = r_browser_ext_qgn_indi_browser_tb_bm;
       
   517                         }
       
   518                     };
       
   519                 };
       
   520             }
       
   521 #else	    
   467         TBAR_CTRL
   522         TBAR_CTRL
   468             {
   523             {
   469             type = EAknCtButton;
   524             type = EAknCtButton;
   470             id = EWmlCmdZoomSliderShow;     
   525             id = EWmlCmdZoomSliderShow;     
   471             
   526             
   484                         extension = r_browser_ext_qgn_indi_browser_tb_zoomin;
   539                         extension = r_browser_ext_qgn_indi_browser_tb_zoomin;
   485                         }
   540                         }
   486                     };
   541                     };
   487                 };
   542                 };
   488             }
   543             }
       
   544 #endif
   489         };
   545         };
   490     }
   546     }
   491 
   547 
   492 #else
   548 #else
   493 
   549