Commit 1113c494 authored by smorlat's avatar smorlat
Browse files

work in progress


git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@387 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
parent d55a142b
No related merge requests found
Showing with 105 additions and 87 deletions
......@@ -85,6 +85,7 @@ struct _SipSetup{
int (*get_buddy_lookup_results)(SipSetupContext *ctx, MSList **results);
void (*uninit_instance)(SipSetupContext *ctx);
void (*exit)(void);
char *notice;
bool_t initialized;
};
......
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
<!--Generated with glade3 3.4.5 on Mon Jan 12 14:45:17 2009 -->
<!--Generated with glade3 3.4.5 on Sun Mar 29 21:17:24 2009 -->
<glade-interface>
<widget class="GtkAssistant" id="p2pwizard">
<property name="title" translatable="yes">Creating a FONICS account</property>
......@@ -9,12 +9,8 @@
<child>
<widget class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="label" translatable="yes">WARNING: experimental feature !
FONIS stands for Free Overlay Network for Instant SIP.
Based on SIP and Peer to Peer technologies, it allows people to find each other through the help of a virtual network.
Once you and your friends registered, you'll be able to call each other simply by entering your friend's username in linphone's sip uri box.
Read more information about FONICS at http://www.fonics.org
<property name="label" translatable="yes">Welcome !
This wizard will help you to setup a SIP account.
</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
......
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
<!--Generated with glade3 3.4.5 on Fri Mar 27 23:13:04 2009 -->
<!--Generated with glade3 3.4.5 on Sun Mar 29 15:33:09 2009 -->
<glade-interface>
<widget class="GtkWindow" id="waiting">
<property name="type">GTK_WINDOW_POPUP</property>
<property name="title" translatable="yes">Linphone</property>
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
<property name="icon">linphone2.png</property>
<property name="deletable">False</property>
<child>
<widget class="GtkFrame" id="frame1">
<property name="visible">True</property>
......@@ -16,8 +18,28 @@
<property name="visible">True</property>
<property name="left_padding">12</property>
<child>
<widget class="GtkProgressBar" id="progressbar">
<widget class="GtkHBox" id="hbox1">
<property name="visible">True</property>
<property name="spacing">5</property>
<child>
<widget class="GtkImage" id="image1">
<property name="visible">True</property>
<property name="stock">gtk-dialog-info</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkProgressBar" id="progressbar">
<property name="visible">True</property>
</widget>
<packing>
<property name="padding">5</property>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment