diff -r 951a5db380a0 -r d87d32eab1a9 videditor/TrimForMms/data/TrimForMms.rss --- a/videditor/TrimForMms/data/TrimForMms.rss Fri Jan 29 14:08:33 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,251 +0,0 @@ -/* -* Copyright (c) 2010 Ixonos Plc. -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of the "Eclipse Public License v1.0" -* which accompanies this distribution, and is available -* at the URL "http://www.eclipse.org/legal/epl-v10.html". -* -* Initial Contributors: -* Nokia Corporation - Initial contribution -* -* Contributors: -* Ixonos Plc -* -* Description: -* -*/ - - -// ==================================================================== -// File: TrimForMms.rss -// Created: 04/18/06 -// Author: -// -// ==================================================================== */ - -NAME TRIM - -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include "TrimForMms.hrh" -#include "manualvideoeditor.loc" - -// --------------------------------------------------------- -// -// Define the resource file signature -// This resource should be empty. -// -// --------------------------------------------------------- -// -RESOURCE RSS_SIGNATURE { } - -// --------------------------------------------------------- -// -// Default Document Name -// -// --------------------------------------------------------- -// -RESOURCE TBUF r_default_document_name { buf=""; } - -// --------------------------------------------------------- -// -// Define default menu and CBA key. -// -// --------------------------------------------------------- -// -RESOURCE EIK_APP_INFO - { - menubar = r_TrimForMms_menubar; - cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT; - } - -RESOURCE LOCALISABLE_APP_INFO r_trim_for_mms_localisable_app_info - { - short_caption = qtn_app_short_caption_string; - caption_and_icon = - { - CAPTION_AND_ICON_INFO - { - caption=qtn_app_caption_string; - number_of_icons=0; - //icon_file=APP_BITMAP_DIR"\\TrimForMms_aif.mif"; - } - }; - } - -// --------------------------------------------------------- -// -// r_TrimForMms_menubar -// Menubar for TrimForMms example -// -// --------------------------------------------------------- -// -RESOURCE MENU_BAR r_TrimForMms_menubar - { - titles = - { - MENU_TITLE {menu_pane = r_TrimForMms_menu;} - }; - } - - -// --------------------------------------------------------- -// -// r_TrimForMms_menu -// Menu for "Options" -// -// --------------------------------------------------------- -// -RESOURCE MENU_PANE r_TrimForMms_menu - { - items = - { - MENU_ITEM {command = EAknSoftkeyExit; txt = "Exit";} - }; - } - -RESOURCE HOTKEYS r_vei_hotkeys - { - control= - { - HOTKEY { command=EAknCmdExit; key='e'; } - }; - } - -RESOURCE MENU_BAR r_vei_menubar_trim_for_mms_view - { - titles= - { - MENU_TITLE - { - menu_pane=r_vei_menu_pane_trim_for_mms_view; - txt=""; - } - }; - } - -RESOURCE MENU_PANE r_vei_menu_pane_trim_for_mms_view - { - items= - { - MENU_ITEM { command=EVeiCmdSendViaMms; txt=qtn_vei_menu_send_via_mms; }, - MENU_ITEM { command=EVeiCmdPreview; txt=qtn_vei_menu_preview; }, -// MENU_ITEM { command=EVeiCmdVideoLength; txt=qtn_vei_menu_video_length; }, - MENU_ITEM { command=EVeiCmdTrimForMmsViewHelp; txt=qtn_clipb_litxt_help; } - }; - } - -// --------------------------------------------------------- -// -// r_vei_trim_for_mms_view -// View -// -// --------------------------------------------------------- -// -RESOURCE AVKON_VIEW r_vei_trim_for_mms_view - { - hotkeys=r_vei_hotkeys; - menubar=r_vei_menubar_trim_for_mms_view; - cba=R_AVKON_SOFTKEYS_OPTIONS_BACK; - } - -RESOURCE TBUF r_ved_thumbnail_start_text - { - buf = qtn_ved_trim_start; - } - - -RESOURCE TBUF r_ved_thumbnail_end_text - { - buf = qtn_ved_trim_end; - } - -RESOURCE AVKON_SKEY_LIST r_ved_left_right_silent_skey_list - { - list = - { - AVKON_SKEY_INFO - { - key = EStdKeyRightArrow; - sid = EAvkonSIDNoSound; - type = ESKeyTypeLong; - }, - AVKON_SKEY_INFO - { - key = EStdKeyRightArrow; - sid = EAvkonSIDNoSound; - type = ESKeyTypeRepeat; - }, - AVKON_SKEY_INFO - { - key = EStdKeyLeftArrow; - sid = EAvkonSIDNoSound; - type =ESKeyTypeLong; - }, - AVKON_SKEY_INFO - { - key = EStdKeyLeftArrow; - sid = EAvkonSIDNoSound; - type =ESKeyTypeRepeat; - } - }; - } - -RESOURCE TBUF r_ved_processing_for_mms - { - buf = qtn_ved_processing_for_mms; - } - -RESOURCE TBUF128 r_vei_progress_note_processing - { - buf = qtn_ved_processing_movie; - } - -RESOURCE DIALOG r_vei_progress_note - { - flags = EAknProgressNoteFlags; - buttons = R_AVKON_SOFTKEYS_EMPTY; - items = - { - DLG_LINE - { - type = EAknCtNote; - id = EGeneralNote; - control = AVKON_NOTE - { - layout = EProgressLayout; - singular_label = qtn_vei_progress_note_processing; - imagefile = AVKON_ICON_FILE; - imageid = EMbmAvkonQgn_note_progress; - imagemask = EMbmAvkonQgn_note_progress_mask; - }; - } - }; - } - -RESOURCE TITLE_PANE r_vei_trim_for_mms_view_title_name - { - txt = qtn_vei_trim_mms_title; - } - -// SETTINGS -RESOURCE TBUF128 r_vei_settings_view_settings_item_value - { - buf = qtn_vei_settings_value1_movie; - } - -RESOURCE TBUF128 r_vei_settings_view_settings_item2_value - { - buf = qtn_vei_settings_value2_snapshot; - } - -