~ubuntu-branches/ubuntu/trusty/sflphone/trusty

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.1.0/pjsip-apps/src/symbian_ua_gui/data/symbian_ua_gui.rss

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-01-28 18:23:36 UTC
  • mfrom: (4.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20140128182336-jrsv0k9u6cawc068
Tags: 1.3.0-1
* New upstream release 
  - Fixes "New Upstream Release" (Closes: #735846)
  - Fixes "Ringtone does not stop" (Closes: #727164)
  - Fixes "[sflphone-kde] crash on startup" (Closes: #718178)
  - Fixes "sflphone GUI crashes when call is hung up" (Closes: #736583)
* Build-Depends: ensure GnuTLS 2.6
  - libucommon-dev (>= 6.0.7-1.1), libccrtp-dev (>= 2.0.6-3)
  - Fixes "FTBFS Build-Depends libgnutls{26,28}-dev" (Closes: #722040)
* Fix "boost 1.49 is going away" unversioned Build-Depends: (Closes: #736746)
* Add Build-Depends: libsndfile-dev, nepomuk-core-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
========================================================================
 
3
 Name        : symbian_ua_gui.rss
 
4
 Author      : nanang
 
5
 Copyright   : (c) PJSIP 2008
 
6
 Description : 
 
7
========================================================================
 
8
*/
 
9
NAME SYMB
 
10
 
 
11
#include <avkon.rsg>
 
12
#include <avkon.rh>
 
13
#include <eikon.rh>
 
14
#include <appinfo.rh>
 
15
#include "symbian_ua_gui.hrh"
 
16
#include "symbian_ua_gui.loc"
 
17
 
 
18
RESOURCE RSS_SIGNATURE
 
19
        {
 
20
        }
 
21
RESOURCE TBUF
 
22
        {
 
23
        buf = "symbian_ua_gui";
 
24
        }
 
25
RESOURCE EIK_APP_INFO r_application_symbian_ua_gui_app_ui
 
26
        {
 
27
        cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
 
28
        status_pane = r_application_status_pane;
 
29
        }
 
30
RESOURCE STATUS_PANE_APP_MODEL r_application_status_pane
 
31
        {
 
32
        }
 
33
RESOURCE LOCALISABLE_APP_INFO r_localisable_app_info
 
34
        {
 
35
        short_caption = STR_symbian_ua_guiApplication_2;
 
36
        caption_and_icon = CAPTION_AND_ICON_INFO
 
37
                {
 
38
                caption = STR_symbian_ua_guiApplication_1;
 
39
                number_of_icons = 0;
 
40
                };
 
41
        }
 
42
RESOURCE TBUF r_application_akn_view_reference1
 
43
        {
 
44
        }
 
45
 
 
46
RESOURCE TBUF r_application_akn_view_reference2
 
47
        {
 
48
        }
 
49
 
 
50
RESOURCE DIALOG r_application_dlg_wait_init
 
51
        {
 
52
        flags = EAknWaitNoteFlags;
 
53
        buttons = R_AVKON_SOFTKEYS_CANCEL;
 
54
        items =
 
55
                {
 
56
                DLG_LINE
 
57
                        {
 
58
                        type = EAknCtNote;
 
59
                        id = ESymbian_ua_guiApplicationDlg_wait_init;
 
60
                        control = AVKON_NOTE
 
61
                                {
 
62
                                layout = EWaitLayout;
 
63
                                singular_label = STR_symbian_ua_guiApplication_3;
 
64
                                animation = R_QGN_GRAF_WAIT_BAR_ANIM;
 
65
                                };
 
66
                        }
 
67
                };
 
68
        }
 
69
 
 
70
#include "symbian_ua_guiContainer.rssi"
 
71
#include "symbian_ua_guiSettingItemList.rssi"