From 91b15df1dbb175db3e041305d19e3d7e6b721901 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Thu, 25 Jun 2009 18:29:18 +0200 Subject: [PATCH] use icons for start call/terminate call. --- linphone/gtk-glade/main.c | 12 +- linphone/gtk-glade/main.glade | 182 +-- linphone/linphone.kdevelop | 484 +++++++ linphone/linphone.kdevprj | 2285 --------------------------------- linphone/pixmaps/green.png | Bin 0 -> 3951 bytes linphone/pixmaps/red.png | Bin 0 -> 4062 bytes 6 files changed, 584 insertions(+), 2379 deletions(-) create mode 100644 linphone/linphone.kdevelop delete mode 100644 linphone/linphone.kdevprj create mode 100644 linphone/pixmaps/green.png create mode 100644 linphone/pixmaps/red.png diff --git a/linphone/gtk-glade/main.c b/linphone/gtk-glade/main.c index 1cb43ee23..86e1ef36d 100644 --- a/linphone/gtk-glade/main.c +++ b/linphone/gtk-glade/main.c @@ -420,8 +420,8 @@ static void completion_add_text(GtkEntry *entry, const char *text){ } static void linphone_gtk_call_terminated(GtkWidget *mw){ - gtk_widget_hide(linphone_gtk_get_widget(mw,"terminate_call")); - gtk_widget_show(linphone_gtk_get_widget(mw,"start_call")); + gtk_widget_set_sensitive(linphone_gtk_get_widget(mw,"terminate_call"),FALSE); + gtk_widget_set_sensitive(linphone_gtk_get_widget(mw,"start_call"),TRUE); g_object_set_data(G_OBJECT(mw),"incoming_call",NULL); } @@ -434,8 +434,8 @@ gboolean check_call_active(){ } static void linphone_gtk_call_started(GtkWidget *mw){ - gtk_widget_hide(linphone_gtk_get_widget(mw,"start_call")); - gtk_widget_show(linphone_gtk_get_widget(mw,"terminate_call")); + gtk_widget_set_sensitive(linphone_gtk_get_widget(mw,"start_call"),FALSE); + gtk_widget_set_sensitive(linphone_gtk_get_widget(mw,"terminate_call"),TRUE); g_timeout_add(250,(GSourceFunc)check_call_active,NULL); } @@ -811,8 +811,8 @@ static void linphone_gtk_configure_main_window(){ if (!config_loaded){ title=linphone_gtk_get_ui_config("title",NULL); home=linphone_gtk_get_ui_config("home","http://www.linphone.org"); - start_call_icon=linphone_gtk_get_ui_config("start_call_icon",NULL); - stop_call_icon=linphone_gtk_get_ui_config("stop_call_icon",NULL); + start_call_icon=linphone_gtk_get_ui_config("start_call_icon","green.png"); + stop_call_icon=linphone_gtk_get_ui_config("stop_call_icon","red.png"); config_loaded=TRUE; } linphone_gtk_configure_window(w,"main_window"); diff --git a/linphone/gtk-glade/main.glade b/linphone/gtk-glade/main.glade index 99c662ca6..c1f128943 100644 --- a/linphone/gtk-glade/main.glade +++ b/linphone/gtk-glade/main.glade @@ -197,123 +197,129 @@ True GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - + True - GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - 0 - + True + False + True + True GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - 12 + Terminate call + - + True GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - + True - True - + GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK + gtk-close 0 - - True - True + GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - - - - True - GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - - - True - GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - gtk-close - - - 0 - - - - - True - GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - Terminate call - - - 1 - - - - + Terminate call - False - False - end - 2 - - - - - True - True - True - GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - - - - True - GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - - - True - GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - gtk-go-forward - - - 0 - - - - - True - GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - Start call - - - 1 - - - - - - - False - False - end 1 + + False + False + 0 + - + True GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - Current call - True + 0 + + + True + GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK + + + True + GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK + + + True + True + Enter username, phone number, or full sip address + + + + + 0 + + + + + + + + + True + GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK + SIP address or phone number: + True + + + label_item + + - label_item + 1 + + + + + True + True + True + GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK + Start call + + + + True + + + True + gtk-missing-image + + + 0 + + + + + Start call + + + 1 + + + + + + + False + False + 2 @@ -341,7 +347,7 @@ True GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - + True diff --git a/linphone/linphone.kdevelop b/linphone/linphone.kdevelop new file mode 100644 index 000000000..23f8b7837 --- /dev/null +++ b/linphone/linphone.kdevelop @@ -0,0 +1,484 @@ + + + + Simon Morlat + simon.morlat@linphone.org + [3.1.2] + KDevCustomProject + C + + linphone + + + + executable + + + *.java + *.h + *.H + *.hh + *.hxx + *.hpp + *.c + *.C + *.cc + *.cpp + *.c++ + *.cxx + + + config.h + exosip + exosip/eXosip2.h + exosip/eXosip.c + exosip/eXosip_cfg.h + exosip/eXosip.h + exosip/eXutils.c + exosip/jauth.c + exosip/jcallback.c + exosip/jcall.c + exosip/jdialog.c + exosip/jevents.c + exosip/jfreinds.c + exosip/jidentity.c + exosip/jnotify.c + exosip/jpipe.c + exosip/jpipe.h + exosip/jpublish.c + exosip/jreg.c + exosip/jrequest.c + exosip/jresponse.c + exosip/jsubscribe.c + exosip/jsubscribers.c + exosip/misc.c + exosip/sdp_offans.c + exosip/udp.c + gnome + gnome/addressbook.c + gnome/addressbook.h + gnome/applet.c + gnome/callbacks.c + gnome/callbacks.h + gnome/friends.c + gnome/friends.h + gnome/gui_utils.c + gnome/gui_utils.h + gnome/interface.c + gnome/interface.h + gnome/linphone.c + gnome/linphone.h + gnome/main.c + gnome/presence.c + gnome/presence.h + gnome/propertybox.c + gnome/propertybox.h + gnome/support.c + gnome/support.h + gsmlib + gsmlib/code.c + gsmlib/config.h + gsmlib/debug.c + gsmlib/decode.c + gsmlib/gsmadd.c + gsmlib/gsm_create.c + gsmlib/gsm_decode.c + gsmlib/gsm_destroy.c + gsmlib/gsm_encode.c + gsmlib/gsm_explode.c + gsmlib/gsm.h + gsmlib/gsm_implode.c + gsmlib/gsm_option.c + gsmlib/gsm_print.c + gsmlib/gsm_wrapper.c + gsmlib/gsm_wrapper.h + gsmlib/long_term.c + gsmlib/lpc.c + gsmlib/preprocess.c + gsmlib/private.h + gsmlib/proto.h + gsmlib/rpe.c + gsmlib/short_term.c + gsmlib/table.c + gsmlib/toast.h + gsmlib/unproto.h + gtk + gtk/addressbook.c + gtk/addressbook.h + gtk/applet.c + gtk/callbacks.c + gtk/callbacks.h + gtk/friends.c + gtk/friends.h + gtk/gui_utils.c + gtk/gui_utils.h + gtk/interface.c + gtk/interface.h + gtk/linphone.c + gtk/linphone.h + gtk/main.c + gtk/presence.c + gtk/presence.h + gtk/propertybox.c + gtk/propertybox.h + gtk/support.c + gtk/support.h + intl + intl/bindtextdom.c + intl/cat-compat.c + intl/dcgettext.c + intl/dgettext.c + intl/explodename.c + intl/finddomain.c + intl/gettext.c + intl/gettext.h + intl/gettextP.h + intl/hash-string.h + intl/intl-compat.c + intl/l10nflist.c + intl/libgettext.h + intl/loadinfo.h + intl/loadmsgcat.c + intl/localealias.c + intl/textdomain.c + lpc10-1.5 + lpc10-1.5/analys.c + lpc10-1.5/bitio.c + lpc10-1.5/bsynz.c + lpc10-1.5/chanwr.c + lpc10-1.5/dcbias.c + lpc10-1.5/decode.c + lpc10-1.5/deemp.c + lpc10-1.5/difmag.c + lpc10-1.5/dyptrk.c + lpc10-1.5/encode.c + lpc10-1.5/energy.c + lpc10-1.5/f2c.h + lpc10-1.5/f2clib.c + lpc10-1.5/ham84.c + lpc10-1.5/hp100.c + lpc10-1.5/invert.c + lpc10-1.5/irc2pc.c + lpc10-1.5/ivfilt.c + lpc10-1.5/lpc10.h + lpc10-1.5/lpc10_wrapper.c + lpc10-1.5/lpc10_wrapper.h + lpc10-1.5/lpcdec.c + lpc10-1.5/lpcenc.c + lpc10-1.5/lpcini.c + lpc10-1.5/lpfilt.c + lpc10-1.5/median.c + lpc10-1.5/mload.c + lpc10-1.5/onset.c + lpc10-1.5/pitsyn.c + lpc10-1.5/placea.c + lpc10-1.5/placev.c + lpc10-1.5/preemp.c + lpc10-1.5/prepro.c + lpc10-1.5/random.c + lpc10-1.5/rcchk.c + lpc10-1.5/synths.c + lpc10-1.5/tbdm.c + lpc10-1.5/voicin.c + lpc10-1.5/vparms.c + media_api + media_api/apitest.c + media_api/apitest.h + media_api/basiccall.c + media_api/basiccall.h + media_api/callmember.c + media_api/callmember.h + media_api/common.h + media_api/media_api.c + media_api/media_api.h + media_api/mediaflow.c + media_api/mediaflow.h + mediastreamer + mediastreamer/affine.c + mediastreamer/affine.h + mediastreamer/alsacard.c + mediastreamer/alsacard.h + mediastreamer/audiostream.c + mediastreamer/g711common.h + mediastreamer/hpuxsndcard.c + mediastreamer/jackcard.c + mediastreamer/jackcard.h + mediastreamer/mediastream.c + mediastreamer/mediastream.h + mediastreamer/msAlawdec.c + mediastreamer/msAlawdec.h + mediastreamer/msAlawenc.c + mediastreamer/msAlawenc.h + mediastreamer/msavdecoder.c + mediastreamer/msavdecoder.h + mediastreamer/msavencoder.c + mediastreamer/msavencoder.h + mediastreamer/msbuffer.c + mediastreamer/msbuffer.h + mediastreamer/ms.c + mediastreamer/mscodec.c + mediastreamer/mscodec.h + mediastreamer/mscopy.c + mediastreamer/mscopy.h + mediastreamer/msfdispatcher.c + mediastreamer/msfdispatcher.h + mediastreamer/msfifo.c + mediastreamer/msfifo.h + mediastreamer/msfilter.c + mediastreamer/msfilter.h + mediastreamer/msGSMdecoder.c + mediastreamer/msGSMdecoder.h + mediastreamer/msGSMencoder.c + mediastreamer/msGSMencoder.h + mediastreamer/ms.h + mediastreamer/msLPC10decoder.c + mediastreamer/msLPC10decoder.h + mediastreamer/msLPC10encoder.c + mediastreamer/msLPC10encoder.h + mediastreamer/msMUlawdec.c + mediastreamer/msMUlawdec.h + mediastreamer/msMUlawenc.c + mediastreamer/msMUlawenc.h + mediastreamer/msnosync.c + mediastreamer/msnosync.h + mediastreamer/msossread.c + mediastreamer/msossread.h + mediastreamer/msosswrite.c + mediastreamer/msosswrite.h + mediastreamer/msqdispatcher.c + mediastreamer/msqdispatcher.h + mediastreamer/msqueue.c + mediastreamer/msqueue.h + mediastreamer/msread.c + mediastreamer/msread.h + mediastreamer/msringplayer.c + mediastreamer/msringplayer.h + mediastreamer/msrtprecv.c + mediastreamer/msrtprecv.h + mediastreamer/msrtpsend.c + mediastreamer/msrtpsend.h + mediastreamer/mssdlout.c + mediastreamer/mssdlout.h + mediastreamer/mssmpeg.c + mediastreamer/mssmpeg.h + mediastreamer/mssoundread.c + mediastreamer/mssoundread.h + mediastreamer/mssoundwrite.c + mediastreamer/mssoundwrite.h + mediastreamer/msspeexdec.c + mediastreamer/msspeexdec.h + mediastreamer/msspeexenc.c + mediastreamer/msspeexenc.h + mediastreamer/mssync.c + mediastreamer/mssync.h + mediastreamer/mstcpclient.c + mediastreamer/mstcpclient.h + mediastreamer/mstcpserv.c + mediastreamer/mstcpserv.h + mediastreamer/mstimer.c + mediastreamer/mstimer.h + mediastreamer/mstruespeechdecoder.c + mediastreamer/mstruespeechdecoder.h + mediastreamer/mstruespeechencoder.c + mediastreamer/mstruespeechencoder.h + mediastreamer/msutils.h + mediastreamer/msv4l.c + mediastreamer/msv4l.h + mediastreamer/msvideooutput.c + mediastreamer/msvideooutput.h + mediastreamer/msvideosource.c + mediastreamer/msvideosource.h + mediastreamer/mswrite.c + mediastreamer/mswrite.h + mediastreamer/msxine.c + mediastreamer/msxine.h + mediastreamer/osscard.c + mediastreamer/osscard.h + mediastreamer/rfc2429.h + mediastreamer/ring_test.c + mediastreamer/sndcard.c + mediastreamer/sndcard.h + mediastreamer/test_alaw.c + mediastreamer/test.c + mediastreamer/test_gsm.c + mediastreamer/test_lpc10.c + mediastreamer/test_mulaw.c + mediastreamer/test_rtprecv.c + mediastreamer/test_smpeg.c + mediastreamer/test_speex.c + mediastreamer/test_truespeech.c + mediastreamer/test_v4l.c + mediastreamer/test_videostream.c + mediastreamer/test_xine.c + mediastreamer/videoclient.c + mediastreamer/videoserver.c + mediastreamer/videostream.c + mediastreamer/waveheader.h + po + po/cat-id-tbl.c + win32acm + win32acm/afl.c + win32acm/com.h + win32acm/config.h + win32acm/cpudetect.c + win32acm/cpudetect.h + win32acm/cputable.h + win32acm/driver.c + win32acm/driver.h + win32acm/elfdll.c + win32acm/ext.c + win32acm/ext.h + win32acm/ldt_keeper.c + win32acm/ldt_keeper.h + win32acm/loader.h + win32acm/module.c + win32acm/mp_msg.c + win32acm/mp_msg.h + win32acm/pe_image.c + win32acm/pe_resource.c + win32acm/registry.c + win32acm/registry.h + win32acm/resource.c + win32acm/test_truespeech.c + win32acm/win32.c + win32acm/win32codec.c + win32acm/win32codec.h + win32acm/win32.h + win32acm/wine + win32acm/wine/basetsd.h + win32acm/wine/debugtools.h + win32acm/wine/driver.h + win32acm/wine/elfdll.h + win32acm/wine/heap.h + win32acm/wine/ldt.h + win32acm/wine/mmreg.h + win32acm/wine/module.h + win32acm/wine/msacmdrv.h + win32acm/wine/msacm.h + win32acm/wine/ntdef.h + win32acm/wine/pe_image.h + win32acm/wine/poppack.h + win32acm/wine/pshpack1.h + win32acm/wine/pshpack2.h + win32acm/wine/pshpack4.h + win32acm/wine/pshpack8.h + win32acm/wine/vfw.h + win32acm/wine/winbase.h + win32acm/wine/windef.h + win32acm/wine/windows.h + win32acm/wine/winerror.h + win32acm/wine/winestring.h + win32acm/wine/winnt.h + win32acm/wine/winreg.h + win32acm/wine/winuser.h + win32acm/wineacm.h + win32acm/wrapper.h + + + + + + + + + + ada + ada_bugs_gcc + bash + bash_bugs + clanlib + fortran_bugs_gcc + gnome1 + gnustep + gtk + gtk_bugs + haskell + haskell_bugs_ghc + java_bugs_gcc + java_bugs_sun + kde2book + libstdc++ + opengl + pascal_bugs_fp + php + php_bugs + perl + perl_bugs + python + python_bugs + qt-kdev3 + ruby + ruby_bugs + sdl + stl + sw + w3c-dom-level2-html + w3c-svg + w3c-uaag10 + wxwidgets_bugs + + + Guide to the Qt Translation Tools + Qt Assistant Manual + Qt Designer Manual + Qt Reference Documentation + qmake User Guide + + + KDE Libraries (Doxygen) + + + + + + + + + + + + false + 3 + 3 + + EmbeddedKDevDesigner + + + + + + + false + true + true + 250 + 400 + 250 + false + 0 + true + true + false + std=_GLIBCXX_STD;__gnu_cxx=std + true + false + false + false + false + true + true + false + .; + + + + + false + false + + + *.o,*.lo,CVS + false + + + diff --git a/linphone/linphone.kdevprj b/linphone/linphone.kdevprj deleted file mode 100644 index a8c231dc2..000000000 --- a/linphone/linphone.kdevprj +++ /dev/null @@ -1,2285 +0,0 @@ -[./ABOUT-NLS] -dist=true -install=false -install_location= -type=DATA - -[./AUTHORS] -dist=true -install=false -install_location= -type=DATA - -[./BUGS] -dist=true -install=false -install_location= -type=DATA - -[./COPYING] -dist=true -install=false -install_location= -type=DATA - -[./ChangeLog] -dist=true -install=false -install_location= -type=DATA - -[./INSTALL] -dist=true -install=false -install_location= -type=DATA - -[./Makefile.am] -files=./ABOUT-NLS,./AUTHORS,./BUGS,./COPYING,./ChangeLog,./INSTALL,./NEWS,./README,./acconfig.h,./aclocal.m4,./config.guess,./config.h.in,./config.sub,./configure,./configure.in,./install-sh,./linphone.glade,./ltconfig,./ltmain.sh,./missing,./mkinstalldirs,./stamp-h.in,./config.log,./libtool,./linphone.log,./config.h,./config.cache,./stamp-h,./autogen.sh,./linphone.glade.bak,./config.status,./linphone.kdevprj, -sub_dirs=G711,audio,gsmlib,intl,lpc10-1.5,lprtplib,macros,osipua,pixmaps,po,share,src, -type=normal - -[./NEWS] -dist=true -install=false -install_location= -type=DATA - -[./README] -dist=true -install=false -install_location= -type=DATA - -[./acconfig.h] -dist=true -install=false -install_location= -type=HEADER - -[./aclocal.m4] -dist=true -install=false -install_location= -type=DATA - -[./autogen.sh] -dist=true -install=false -install_location= -type=DATA - -[./config.cache] -dist=true -install=false -install_location= -type=DATA - -[./config.guess] -dist=true -install=false -install_location= -type=DATA - -[./config.h] -dist=true -install=false -install_location= -type=HEADER - -[./config.h.in] -dist=true -install=false -install_location= -type=DATA - -[./config.log] -dist=true -install=false -install_location= -type=DATA - -[./config.status] -dist=true -install=false -install_location= -type=DATA - -[./config.sub] -dist=true -install=false -install_location= -type=DATA - -[./configure] -dist=true -install=false -install_location= -type=DATA - -[./configure.in] -dist=true -install=false -install_location= -type=DATA - -[./install-sh] -dist=true -install=false -install_location= -type=DATA - -[./libtool] -dist=true -install=false -install_location= -type=DATA - -[./linphone.glade] -dist=true -install=false -install_location= -type=DATA - -[./linphone.glade.bak] -dist=true -install=false -install_location= -type=DATA - -[./linphone.kdevprj] -dist=true -install=false -install_location= -type=DATA - -[./linphone.log] -dist=true -install=false -install_location= -type=DATA - -[./ltconfig] -dist=true -install=false -install_location= -type=DATA - -[./ltmain.sh] -dist=true -install=false -install_location= -type=DATA - -[./missing] -dist=true -install=false -install_location= -type=DATA - -[./mkinstalldirs] -dist=true -install=false -install_location= -type=DATA - -[./stamp-h] -dist=true -install=false -install_location= -type=DATA - -[./stamp-h.in] -dist=true -install=false -install_location= -type=DATA - -[Config for BinMakefileAm] -addcxxflags= -bin_program=linphone -cxxflags=\s-O1 -ldadd= -ldflags= -libtool_dir= -path_to_bin_program=./src - -[G711/Makefile.am] -files=G711/g711alaw.c,G711/g711alaw.h,G711/g711ulaw.c,G711/g711ulaw.h, -sub_dirs= -type=normal - -[G711/g711alaw.c] -dist=true -install=false -install_location= -type=SOURCE - -[G711/g711alaw.h] -dist=true -install=false -install_location= -type=HEADER - -[G711/g711ulaw.c] -dist=true -install=false -install_location= -type=SOURCE - -[G711/g711ulaw.h] -dist=true -install=false -install_location= -type=HEADER - -[General] -AMChanged=false -author=Simon Morlat -dir_where_make_will_be_called=./ -email=simon.morlat@linphone.org -kdevprj_version=1.3 -lfv_open_groups= -make_options=\s-j1 -makefiles=./Makefile.am,src/Makefile.am,share/Makefile.am,share/fr/Makefile.am,share/C/Makefile.am,po/Makefile.am,pixmaps/Makefile.am,pixmaps/.xvpics/Makefile.am,osipua/Makefile.am,macros/Makefile.am,lprtplib/Makefile.am,lpc10-1.5/Makefile.am,intl/Makefile.am,gsmlib/Makefile.am,audio/Makefile.am,G711/Makefile.am,developer-docs/mediastreamer/Makefile.am,developer-docs/Makefile.am,mediastreamer/Makefile.am,media_api/Makefile.am,oRTP/Makefile.am -modifyMakefiles=false -project_name=linphone -project_type=normal_empty -short_info= -sub_dir= -version= -version_control=CVS -workspace=1 - -[LFV Groups] -Desktop=*.desktop, -GNU=AUTHORS,COPYING,ChangeLog,INSTALL,README,TODO,NEWS, -Headers=*.h,*.hxx,*.hpp,*.H, -Others=*, -Sources=*.cpp,*.c,*.cc,*.C,*.cxx,*.ec,*.ecpp,*.lxx,*.l++,*.ll,*.l, -Translations=*.ts,*.po, -User Interface=*.ui,*.kdevdlg,*.rc, -groups=Headers,Sources,GNU,Translations,User Interface,Desktop,Others - -[Makefile.am] -sub_dirs=osipua,developer-docs,mediastreamer,media_api,oRTP,src,share - -[audio/Makefile.am] -files=audio/alsa.c,audio/alsa.h,audio/audio.c,audio/audio.h,audio/audiotest.c,audio/iodisk.c,audio/iodisk.h,audio/loopback.c,audio/loopback.h,audio/oss.c,audio/oss.h,audio/ring.c,audio/ring.h, -sub_dirs= -type=normal - -[audio/alsa.c] -dist=true -install=false -install_location= -type=SOURCE - -[audio/alsa.h] -dist=true -install=false -install_location= -type=HEADER - -[audio/audio.c] -dist=true -install=false -install_location= -type=SOURCE - -[audio/audio.h] -dist=true -install=false -install_location= -type=HEADER - -[audio/audiotest.c] -dist=true -install=false -install_location= -type=SOURCE - -[audio/iodisk.c] -dist=true -install=false -install_location= -type=SOURCE - -[audio/iodisk.h] -dist=true -install=false -install_location= -type=HEADER - -[audio/loopback.c] -dist=true -install=false -install_location= -type=SOURCE - -[audio/loopback.h] -dist=true -install=false -install_location= -type=HEADER - -[audio/oss.c] -dist=true -install=false -install_location= -type=SOURCE - -[audio/oss.h] -dist=true -install=false -install_location= -type=HEADER - -[audio/ring.c] -dist=true -install=false -install_location= -type=SOURCE - -[audio/ring.h] -dist=true -install=false -install_location= -type=HEADER - -[developer-docs/Makefile.am] -sub_dirs=mediastreamer -type=normal - -[developer-docs/mediastreamer/Makefile.am] -files=developer-docs/mediastreamer/mediastreamer-decl.txt,developer-docs/mediastreamer/mediastreamer-docs.sgml,developer-docs/mediastreamer/mediastreamer-sections.txt,developer-docs/mediastreamer/mediastreamer.types -sub_dirs= -type=normal - -[developer-docs/mediastreamer/mediastreamer-decl.txt] -dist=true -install=false -install_location= -type=DATA - -[developer-docs/mediastreamer/mediastreamer-docs.sgml] -dist=true -install=false -install_location= -type=DATA - -[developer-docs/mediastreamer/mediastreamer-sections.txt] -dist=true -install=false -install_location= -type=DATA - -[developer-docs/mediastreamer/mediastreamer.types] -dist=true -install=false -install_location= -type=SCRIPT - -[gsmlib/COPYRIGHT] -dist=true -install=false -install_location= -type=DATA - -[gsmlib/ChangeLog] -dist=true -install=false -install_location= -type=DATA - -[gsmlib/ChangeLog.orig] -dist=true -install=false -install_location= -type=DATA - -[gsmlib/INSTALL] -dist=true -install=false -install_location= -type=DATA - -[gsmlib/MACHINES] -dist=true -install=false -install_location= -type=DATA - -[gsmlib/MANIFEST] -dist=true -install=false -install_location= -type=DATA - -[gsmlib/Makefile.am] -files=gsmlib/COPYRIGHT,gsmlib/ChangeLog,gsmlib/INSTALL,gsmlib/MACHINES,gsmlib/MANIFEST,gsmlib/README,gsmlib/add.c,gsmlib/code.c,gsmlib/config.h,gsmlib/debug.c,gsmlib/decode.c,gsmlib/gsm.h,gsmlib/gsm_create.c,gsmlib/gsm_decode.c,gsmlib/gsm_destroy.c,gsmlib/gsm_encode.c,gsmlib/gsm_explode.c,gsmlib/gsm_implode.c,gsmlib/gsm_option.c,gsmlib/gsm_print.c,gsmlib/gsm_wrapper.c,gsmlib/gsm_wrapper.h,gsmlib/long_term.c,gsmlib/lpc.c,gsmlib/preprocess.c,gsmlib/private.h,gsmlib/proto.h,gsmlib/rpe.c,gsmlib/short_term.c,gsmlib/table.c,gsmlib/toast.h,gsmlib/unproto.h,gsmlib/ChangeLog.orig, -sub_dirs= -type=normal - -[gsmlib/README] -dist=true -install=false -install_location= -type=DATA - -[gsmlib/add.c] -dist=true -install=false -install_location= -type=SOURCE - -[gsmlib/code.c] -dist=true -install=false -install_location= -type=SOURCE - -[gsmlib/config.h] -dist=true -install=false -install_location= -type=HEADER - -[gsmlib/debug.c] -dist=true -install=false -install_location= -type=SOURCE - -[gsmlib/decode.c] -dist=true -install=false -install_location= -type=SOURCE - -[gsmlib/gsm.h] -dist=true -install=false -install_location= -type=HEADER - -[gsmlib/gsm_create.c] -dist=true -install=false -install_location= -type=SOURCE - -[gsmlib/gsm_decode.c] -dist=true -install=false -install_location= -type=SOURCE - -[gsmlib/gsm_destroy.c] -dist=true -install=false -install_location= -type=SOURCE - -[gsmlib/gsm_encode.c] -dist=true -install=false -install_location= -type=SOURCE - -[gsmlib/gsm_explode.c] -dist=true -install=false -install_location= -type=SOURCE - -[gsmlib/gsm_implode.c] -dist=true -install=false -install_location= -type=SOURCE - -[gsmlib/gsm_option.c] -dist=true -install=false -install_location= -type=SOURCE - -[gsmlib/gsm_print.c] -dist=true -install=false -install_location= -type=SOURCE - -[gsmlib/gsm_wrapper.c] -dist=true -install=false -install_location= -type=SOURCE - -[gsmlib/gsm_wrapper.h] -dist=true -install=false -install_location= -type=HEADER - -[gsmlib/long_term.c] -dist=true -install=false -install_location= -type=SOURCE - -[gsmlib/lpc.c] -dist=true -install=false -install_location= -type=SOURCE - -[gsmlib/preprocess.c] -dist=true -install=false -install_location= -type=SOURCE - -[gsmlib/private.h] -dist=true -install=false -install_location= -type=HEADER - -[gsmlib/proto.h] -dist=true -install=false -install_location= -type=HEADER - -[gsmlib/rpe.c] -dist=true -install=false -install_location= -type=SOURCE - -[gsmlib/short_term.c] -dist=true -install=false -install_location= -type=SOURCE - -[gsmlib/table.c] -dist=true -install=false -install_location= -type=SOURCE - -[gsmlib/toast.h] -dist=true -install=false -install_location= -type=HEADER - -[gsmlib/unproto.h] -dist=true -install=false -install_location= -type=HEADER - -[intl/ChangeLog] -dist=true -install=false -install_location= -type=DATA - -[intl/Makefile.am] -files=intl/ChangeLog,intl/VERSION,intl/bindtextdom.c,intl/cat-compat.c,intl/dcgettext.c,intl/dgettext.c,intl/explodename.c,intl/finddomain.c,intl/gettext.c,intl/gettext.h,intl/gettextP.h,intl/hash-string.h,intl/intl-compat.c,intl/l10nflist.c,intl/libgettext.h,intl/linux-msg.sed,intl/loadinfo.h,intl/loadmsgcat.c,intl/localealias.c,intl/po2tbl.sed.in,intl/textdomain.c,intl/xopen-msg.sed,intl/po2tbl.sed, -sub_dirs= -type=normal - -[intl/VERSION] -dist=true -install=false -install_location= -type=DATA - -[intl/bindtextdom.c] -dist=true -install=false -install_location= -type=SOURCE - -[intl/cat-compat.c] -dist=true -install=false -install_location= -type=SOURCE - -[intl/dcgettext.c] -dist=true -install=false -install_location= -type=SOURCE - -[intl/dgettext.c] -dist=true -install=false -install_location= -type=SOURCE - -[intl/explodename.c] -dist=true -install=false -install_location= -type=SOURCE - -[intl/finddomain.c] -dist=true -install=false -install_location= -type=SOURCE - -[intl/gettext.c] -dist=true -install=false -install_location= -type=SOURCE - -[intl/gettext.h] -dist=true -install=false -install_location= -type=HEADER - -[intl/gettextP.h] -dist=true -install=false -install_location= -type=HEADER - -[intl/hash-string.h] -dist=true -install=false -install_location= -type=HEADER - -[intl/intl-compat.c] -dist=true -install=false -install_location= -type=SOURCE - -[intl/l10nflist.c] -dist=true -install=false -install_location= -type=SOURCE - -[intl/libgettext.h] -dist=true -install=false -install_location= -type=HEADER - -[intl/linux-msg.sed] -dist=true -install=false -install_location= -type=DATA - -[intl/loadinfo.h] -dist=true -install=false -install_location= -type=HEADER - -[intl/loadmsgcat.c] -dist=true -install=false -install_location= -type=SOURCE - -[intl/localealias.c] -dist=true -install=false -install_location= -type=SOURCE - -[intl/po2tbl.sed] -dist=true -install=false -install_location= -type=DATA - -[intl/po2tbl.sed.in] -dist=true -install=false -install_location= -type=DATA - -[intl/textdomain.c] -dist=true -install=false -install_location= -type=SOURCE - -[intl/xopen-msg.sed] -dist=true -install=false -install_location= -type=DATA - -[lpc10-1.5/FAQ] -dist=true -install=false -install_location= -type=DATA - -[lpc10-1.5/Makefile.am] -files=lpc10-1.5/FAQ,lpc10-1.5/README,lpc10-1.5/README-1.0,lpc10-1.5/README.new,lpc10-1.5/analys.c,lpc10-1.5/bitio.c,lpc10-1.5/bsynz.c,lpc10-1.5/chanwr.c,lpc10-1.5/dcbias.c,lpc10-1.5/decode.c,lpc10-1.5/deemp.c,lpc10-1.5/difmag.c,lpc10-1.5/dyptrk.c,lpc10-1.5/encode.c,lpc10-1.5/energy.c,lpc10-1.5/f2c.h,lpc10-1.5/f2clib.c,lpc10-1.5/ham84.c,lpc10-1.5/hp100.c,lpc10-1.5/invert.c,lpc10-1.5/irc2pc.c,lpc10-1.5/ivfilt.c,lpc10-1.5/lpc10.h,lpc10-1.5/lpc10_wrapper.c,lpc10-1.5/lpc10_wrapper.h,lpc10-1.5/lpcdec.c,lpc10-1.5/lpcenc.c,lpc10-1.5/lpcini.c,lpc10-1.5/lpfilt.c,lpc10-1.5/median.c,lpc10-1.5/mload.c,lpc10-1.5/onset.c,lpc10-1.5/pitsyn.c,lpc10-1.5/placea.c,lpc10-1.5/placev.c,lpc10-1.5/preemp.c,lpc10-1.5/prepro.c,lpc10-1.5/random.c,lpc10-1.5/rcchk.c,lpc10-1.5/synths.c,lpc10-1.5/tbdm.c,lpc10-1.5/voicin.c,lpc10-1.5/vparms.c, -sub_dirs= -type=normal - -[lpc10-1.5/README] -dist=true -install=false -install_location= -type=DATA - -[lpc10-1.5/README-1.0] -dist=true -install=false -install_location= -type=DATA - -[lpc10-1.5/README.new] -dist=true -install=false -install_location= -type=DATA - -[lpc10-1.5/analys.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/bitio.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/bsynz.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/chanwr.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/dcbias.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/decode.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/deemp.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/difmag.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/dyptrk.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/encode.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/energy.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/f2c.h] -dist=true -install=false -install_location= -type=HEADER - -[lpc10-1.5/f2clib.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/ham84.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/hp100.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/invert.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/irc2pc.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/ivfilt.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/lpc10.h] -dist=true -install=false -install_location= -type=HEADER - -[lpc10-1.5/lpc10_wrapper.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/lpc10_wrapper.h] -dist=true -install=false -install_location= -type=HEADER - -[lpc10-1.5/lpcdec.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/lpcenc.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/lpcini.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/lpfilt.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/median.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/mload.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/onset.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/pitsyn.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/placea.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/placev.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/preemp.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/prepro.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/random.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/rcchk.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/synths.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/tbdm.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/voicin.c] -dist=true -install=false -install_location= -type=SOURCE - -[lpc10-1.5/vparms.c] -dist=true -install=false -install_location= -type=SOURCE - -[lprtplib/Makefile.am] -files=lprtplib/rtp.c,lprtplib/rtp.h,lprtplib/rtp_private.h,lprtplib/rtp_ptypes.h,lprtplib/rtprecept.c,lprtplib/rtprecv.c,lprtplib/rtpsend.c,lprtplib/rtpsender.c,lprtplib/rtputils.c, -sub_dirs= -type=normal - -[lprtplib/rtp.c] -dist=true -install=false -install_location= -type=SOURCE - -[lprtplib/rtp.h] -dist=true -install=false -install_location= -type=HEADER - -[lprtplib/rtp_private.h] -dist=true -install=false -install_location= -type=HEADER - -[lprtplib/rtp_ptypes.h] -dist=true -install=false -install_location= -type=HEADER - -[lprtplib/rtprecept.c] -dist=true -install=false -install_location= -type=SOURCE - -[lprtplib/rtprecv.c] -dist=true -install=false -install_location= -type=SOURCE - -[lprtplib/rtpsend.c] -dist=true -install=false -install_location= -type=SOURCE - -[lprtplib/rtpsender.c] -dist=true -install=false -install_location= -type=SOURCE - -[lprtplib/rtputils.c] -dist=true -install=false -install_location= -type=SOURCE - -[macros/Makefile.am] -files=macros/aclocal-include.m4,macros/autogen.sh,macros/compiler-flags.m4,macros/curses.m4,macros/gnome-bonobo-check.m4,macros/gnome-common.m4,macros/gnome-fileutils.m4,macros/gnome-ghttp-check.m4,macros/gnome-gnorba-check.m4,macros/gnome-guile-checks.m4,macros/gnome-libgtop-check.m4,macros/gnome-objc-checks.m4,macros/gnome-orbit-check.m4,macros/gnome-print-check.m4,macros/gnome-pthread-check.m4,macros/gnome-support.m4,macros/gnome-undelfs.m4,macros/gnome-vfs.m4,macros/gnome-x-checks.m4,macros/gnome-xml-check.m4,macros/gnome.m4,macros/gperf-check.m4,macros/linger.m4,macros/need-declaration.m4, -sub_dirs= -type=normal - -[macros/aclocal-include.m4] -dist=true -install=false -install_location= -type=DATA - -[macros/autogen.sh] -dist=true -install=false -install_location= -type=DATA - -[macros/compiler-flags.m4] -dist=true -install=false -install_location= -type=DATA - -[macros/curses.m4] -dist=true -install=false -install_location= -type=DATA - -[macros/gnome-bonobo-check.m4] -dist=true -install=false -install_location= -type=DATA - -[macros/gnome-common.m4] -dist=true -install=false -install_location= -type=DATA - -[macros/gnome-fileutils.m4] -dist=true -install=false -install_location= -type=DATA - -[macros/gnome-ghttp-check.m4] -dist=true -install=false -install_location= -type=DATA - -[macros/gnome-gnorba-check.m4] -dist=true -install=false -install_location= -type=DATA - -[macros/gnome-guile-checks.m4] -dist=true -install=false -install_location= -type=DATA - -[macros/gnome-libgtop-check.m4] -dist=true -install=false -install_location= -type=DATA - -[macros/gnome-objc-checks.m4] -dist=true -install=false -install_location= -type=DATA - -[macros/gnome-orbit-check.m4] -dist=true -install=false -install_location= -type=DATA - -[macros/gnome-print-check.m4] -dist=true -install=false -install_location= -type=DATA - -[macros/gnome-pthread-check.m4] -dist=true -install=false -install_location= -type=DATA - -[macros/gnome-support.m4] -dist=true -install=false -install_location= -type=DATA - -[macros/gnome-undelfs.m4] -dist=true -install=false -install_location= -type=DATA - -[macros/gnome-vfs.m4] -dist=true -install=false -install_location= -type=DATA - -[macros/gnome-x-checks.m4] -dist=true -install=false -install_location= -type=DATA - -[macros/gnome-xml-check.m4] -dist=true -install=false -install_location= -type=DATA - -[macros/gnome.m4] -dist=true -install=false -install_location= -type=DATA - -[macros/gperf-check.m4] -dist=true -install=false -install_location= -type=DATA - -[macros/linger.m4] -dist=true -install=false -install_location= -type=DATA - -[macros/need-declaration.m4] -dist=true -install=false -install_location= -type=DATA - -[media_api/DESIGN.txt] -dist=true -install=false -install_location= -type=DATA - -[media_api/Makefile.am] -dist=true -files=media_api/DESIGN.txt,media_api/Makefile.am -install=false -install_location= -sub_dirs= -type=DATA - -[mediastreamer/Makefile.am] -dist=true -files=mediastreamer/Makefile.am,mediastreamer/README,mediastreamer/ms.c,mediastreamer/ms.h,mediastreamer/msbuffer.c,mediastreamer/msbuffer.h,mediastreamer/mscopy.c,mediastreamer/mscopy.h,mediastreamer/msfifo.c,mediastreamer/msfifo.h,mediastreamer/msfilter.c,mediastreamer/msfilter.h,mediastreamer/msnosync.c,mediastreamer/msnosync.h,mediastreamer/msqueue.c,mediastreamer/msqueue.h,mediastreamer/msread.c,mediastreamer/msread.h,mediastreamer/mssync.c,mediastreamer/mssync.h,mediastreamer/mswrite.c,mediastreamer/mswrite.h,mediastreamer/test.c,mediastreamer/msoss.c,mediastreamer/msoss.h,mediastreamer/msosswrite.h,mediastreamer/msosswrite.c,mediastreamer/msringplayer.c,mediastreamer/msringplayer.h,mediastreamer/msossread.c,mediastreamer/msossread.h,mediastreamer/msGSMencoder.c,mediastreamer/msGSMencoder.h,mediastreamer/msrtprecv.c,mediastreamer/msrtprecv.h,mediastreamer/msGSMdecoder.c,mediastreamer/msGSMdecoder.h,mediastreamer/msLPC10encoder.c,mediastreamer/msLPC10encoder.h,mediastreamer/msLPC10decoder.c,mediastreamer/msLPC10decoder.h,mediastreamer/msAlawenc.h,mediastreamer/msAlawenc.c,mediastreamer/g711common.h,mediastreamer/msMUlawenc.c,mediastreamer/msMUlawenc.h,mediastreamer/msAlawdec.c,mediastreamer/msAlawdec.h,mediastreamer/msMUlawdec.c,mediastreamer/msMUlawdec.h,mediastreamer/msutils.h,mediastreamer/msvideosource.c,mediastreamer/msvideosource.h,mediastreamer/msv4l.h,mediastreamer/msv4l.c,mediastreamer/ring_test.c,mediastreamer/test_gsm.c,mediastreamer/test_lpc10.c,mediastreamer/test_alaw.c,mediastreamer/test_mulaw.c,mediastreamer/msavencoder.h,mediastreamer/msavencoder.c,mediastreamer/test_avenc.c,mediastreamer/msavdecoder.h,mediastreamer/msavdecoder.c,mediastreamer/test_avdec.c,mediastreamer/mstimer.h,mediastreamer/mstimer.c -install=false -install_location= -sub_dirs= -type=static_library - -[mediastreamer/README] -dist=true -install=false -install_location= -type=DATA - -[mediastreamer/g711common.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/ms.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/ms.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/msAlawdec.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/msAlawdec.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/msAlawenc.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/msAlawenc.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/msGSMdecoder.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/msGSMdecoder.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/msGSMencoder.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/msGSMencoder.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/msLPC10decoder.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/msLPC10decoder.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/msLPC10encoder.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/msLPC10encoder.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/msMUlawdec.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/msMUlawdec.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/msMUlawenc.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/msMUlawenc.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/msavdecoder.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/msavdecoder.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/msavencoder.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/msavencoder.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/msbuffer.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/msbuffer.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/mscopy.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/mscopy.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/msfifo.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/msfifo.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/msfilter.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/msfilter.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/msnosync.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/msnosync.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/msoss.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/msoss.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/msossread.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/msossread.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/msosswrite.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/msosswrite.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/msqueue.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/msqueue.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/msread.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/msread.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/msringplayer.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/msringplayer.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/msrtprecv.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/msrtprecv.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/mssync.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/mssync.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/mstimer.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/mstimer.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/msutils.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/msv4l.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/msv4l.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/msvideosource.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/msvideosource.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/mswrite.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/mswrite.h] -dist=true -install=false -install_location= -type=HEADER - -[mediastreamer/ring_test.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/test.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/test_alaw.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/test_avdec.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/test_avenc.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/test_gsm.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/test_lpc10.c] -dist=true -install=false -install_location= -type=SOURCE - -[mediastreamer/test_mulaw.c] -dist=true -install=false -install_location= -type=SOURCE - -[oRTP/Makefile.am] -dist=true -files=oRTP/Makefile.am,oRTP/rtp.h,oRTP/rtpsession.c,oRTP/str_utils.c,oRTP/rtpsend.c,oRTP/rtprecv.c,oRTP/str_utils.h,oRTP/rtpsession.h,oRTP/rtpmod.c,oRTP/rtpmod.h -install=false -install_location= -sub_dirs= -type=static_library - -[oRTP/rtp.h] -dist=true -install=false -install_location= -type=HEADER - -[oRTP/rtpmod.c] -dist=true -install=false -install_location= -type=SOURCE - -[oRTP/rtpmod.h] -dist=true -install=false -install_location= -type=HEADER - -[oRTP/rtprecv.c] -dist=true -install=false -install_location= -type=SOURCE - -[oRTP/rtpsend.c] -dist=true -install=false -install_location= -type=SOURCE - -[oRTP/rtpsession.c] -dist=true -install=false -install_location= -type=SOURCE - -[oRTP/rtpsession.h] -dist=true -install=false -install_location= -type=HEADER - -[oRTP/str_utils.c] -dist=true -install=false -install_location= -type=SOURCE - -[oRTP/str_utils.h] -dist=true -install=false -install_location= -type=HEADER - -[osipua/Makefile.am] -dist=true -files=osipua/osipua.c,osipua/osipcallleg.c,osipua/osipua.h,osipua/callbacks_uac.c,osipua/callbacks_uas.c,osipua/osipua_tester.c,osipua/osipua_tester.h,osipua/utils.c,osipua/utils.h,osipua/osipcallleg.h,osipua/udp.c,osipua/udp.h,osipua/osipmanager.c,osipua/osipmanager.h,osipua/resolver.c,osipua/resolver.h,osipua/uatransaction.h,osipua/uatransaction.c,osipua/mediadesc.h,osipua/mediadesc.c,osipua/Makefile.am,osipua/regctxt.h,osipua/digcalc.h,osipua/regctxt.c,osipua/bodyhandlerinfo.h,osipua/authentication.c,osipua/bodyhandler.h,osipua/bodyhandlerinfo.c,osipua/bodyhandler.c,osipua/sdphandler.h,osipua/sdphandler.c,osipua/sdphandlerinfo.h,osipua/sdphandlerinfo.c -install=false -install_location= -sub_dirs= -type=static_library - -[osipua/authentication.c] -dist=true -install=false -install_location= -type=SOURCE - -[osipua/bodyhandler.c] -dist=true -install=false -install_location= -type=SOURCE - -[osipua/bodyhandler.h] -dist=true -install=false -install_location= -type=HEADER - -[osipua/bodyhandlerinfo.c] -dist=true -install=false -install_location= -type=SOURCE - -[osipua/bodyhandlerinfo.h] -dist=true -install=false -install_location= -type=HEADER - -[osipua/callbacks_uac.c] -dist=true -install=false -install_location= -type=SOURCE - -[osipua/callbacks_uas.c] -dist=true -install=false -install_location= -type=SOURCE - -[osipua/digcalc.h] -dist=true -install=false -install_location= -type=HEADER - -[osipua/mediadesc.c] -dist=true -install=false -install_location= -type=SOURCE - -[osipua/mediadesc.h] -dist=true -install=false -install_location= -type=HEADER - -[osipua/osipcallleg.c] -dist=true -install=false -install_location= -type=SOURCE - -[osipua/osipcallleg.h] -dist=true -install=false -install_location= -type=HEADER - -[osipua/osipmanager.c] -dist=true -install=false -install_location= -type=SOURCE - -[osipua/osipmanager.h] -dist=true -install=false -install_location= -type=HEADER - -[osipua/osipua.c] -dist=true -install=false -install_location= -type=SOURCE - -[osipua/osipua.h] -dist=true -install=false -install_location= -type=HEADER - -[osipua/osipua_tester.c] -dist=true -install=false -install_location= -type=SOURCE - -[osipua/osipua_tester.h] -dist=true -install=false -install_location= -type=HEADER - -[osipua/regctxt.c] -dist=true -install=false -install_location= -type=SOURCE - -[osipua/regctxt.h] -dist=true -install=false -install_location= -type=HEADER - -[osipua/resolver.c] -dist=true -install=false -install_location= -type=SOURCE - -[osipua/resolver.h] -dist=true -install=false -install_location= -type=HEADER - -[osipua/sdphandler.c] -dist=true -install=false -install_location= -type=SOURCE - -[osipua/sdphandler.h] -dist=true -install=false -install_location= -type=HEADER - -[osipua/sdphandlerinfo.c] -dist=true -install=false -install_location= -type=SOURCE - -[osipua/sdphandlerinfo.h] -dist=true -install=false -install_location= -type=HEADER - -[osipua/uatransaction.c] -dist=true -install=false -install_location= -type=SOURCE - -[osipua/uatransaction.h] -dist=true -install=false -install_location= -type=HEADER - -[osipua/udp.c] -dist=true -install=false -install_location= -type=SOURCE - -[osipua/udp.h] -dist=true -install=false -install_location= -type=HEADER - -[osipua/utils.c] -dist=true -install=false -install_location= -type=SOURCE - -[osipua/utils.h] -dist=true -install=false -install_location= -type=HEADER - -[pixmaps/.xvpics/Makefile.am] -files=pixmaps/.xvpics/linphone.png, -sub_dirs= -type=normal - -[pixmaps/.xvpics/linphone.png] -dist=true -install=false -install_location= -type=DATA - -[pixmaps/Makefile.am] -files=pixmaps/linphone2.png,pixmaps/linphone2.xpm,pixmaps/linphone.png, -sub_dirs= -type=normal - -[pixmaps/linphone.png] -dist=true -install=false -install_location= -type=DATA - -[pixmaps/linphone2.png] -dist=true -install=false -install_location= -type=DATA - -[pixmaps/linphone2.xpm] -dist=true -install=false -install_location= -type=DATA - -[po/ChangeLog] -dist=true -install=false -install_location= -type=DATA - -[po/Makefile.am] -files=po/ChangeLog,po/POTFILES.in,po/cat-id-tbl.c,po/fr.gmo,po/fr.po,po/linphone.pot,po/stamp-cat-id,po/POTFILES,po/fr.po.old,po/fr.po.new~,po/fr.po~, -sub_dirs= -type=po - -[po/POTFILES] -dist=true -install=false -install_location= -type=DATA - -[po/POTFILES.in] -dist=true -install=false -install_location= -type=DATA - -[po/cat-id-tbl.c] -dist=true -install=false -install_location= -type=SOURCE - -[po/fr.gmo] -dist=true -install=false -install_location= -type=DATA - -[po/fr.po] -dist=true -install=false -install_location= -type=DATA - -[po/fr.po.new~] -dist=true -install=false -install_location= -type=DATA - -[po/fr.po.old] -dist=true -install=false -install_location= -type=DATA - -[po/fr.po~] -dist=true -install=false -install_location= -type=DATA - -[po/linphone.pot] -dist=true -install=false -install_location= -type=DATA - -[po/stamp-cat-id] -dist=true -install=false -install_location= -type=DATA - -[share/C/Makefile.am] -files=share/C/manual.html,share/C/parameters-1.html,share/C/parameters-2.html,share/C/parameters-3.html,share/C/parameters-4.html,share/C/parameters-5.html,share/C/manual.sdw,share/C/css.css, -sub_dirs= -type=normal - -[share/C/css.css] -dist=true -install=false -install_location= -type=DATA - -[share/C/manual.html] -dist=true -install=false -install_location= -type=DATA - -[share/C/manual.sdw] -dist=true -install=false -install_location= -type=DATA - -[share/C/parameters-1.html] -dist=true -install=false -install_location= -type=DATA - -[share/C/parameters-2.html] -dist=true -install=false -install_location= -type=DATA - -[share/C/parameters-3.html] -dist=true -install=false -install_location= -type=DATA - -[share/C/parameters-4.html] -dist=true -install=false -install_location= -type=DATA - -[share/C/parameters-5.html] -dist=true -install=false -install_location= -type=DATA - -[share/Makefile.am] -dist=true -files=share/hello.wav,share/linphone.desktop,share/linphone.gnorba,share/linphone_applet.desktop,share/ring.wav,share/ringback.wav,share/Makefile.am -install=false -install_location= -sub_dirs=C,fr, -type=DATA - -[share/fr/Makefile.am] -files=share/fr/manual.html,share/fr/parameters-1.html,share/fr/parameters-2.html,share/fr/parameters-3.html,share/fr/parameters-4.html,share/fr/parameters-5.html,share/fr/css.css, -sub_dirs= -type=normal - -[share/fr/css.css] -dist=true -install=false -install_location= -type=DATA - -[share/fr/manual.html] -dist=true -install=false -install_location= -type=DATA - -[share/fr/parameters-1.html] -dist=true -install=false -install_location= -type=DATA - -[share/fr/parameters-2.html] -dist=true -install=false -install_location= -type=DATA - -[share/fr/parameters-3.html] -dist=true -install=false -install_location= -type=DATA - -[share/fr/parameters-4.html] -dist=true -install=false -install_location= -type=DATA - -[share/fr/parameters-5.html] -dist=true -install=false -install_location= -type=DATA - -[share/hello.wav] -dist=true -install=false -install_location= -type=DATA - -[share/linphone.desktop] -dist=true -install=false -install_location= -type=DATA - -[share/linphone.gnorba] -dist=true -install=false -install_location= -type=DATA - -[share/linphone_applet.desktop] -dist=true -install=false -install_location= -type=DATA - -[share/ring.wav] -dist=true -install=false -install_location= -type=DATA - -[share/ringback.wav] -dist=true -install=false -install_location= -type=DATA - -[src/LinphoneMain.c] -dist=true -install=false -install_location= -type=SOURCE - -[src/LinphoneMain.h] -dist=true -install=false -install_location= -type=HEADER - -[src/Makefile.am] -dist=true -files=src/LinphoneMain.c,src/LinphoneMain.h,src/callbacks.c,src/callbacks.h,src/codec.c,src/codec.h,src/gui_utils.c,src/gui_utils.h,src/interface.h,src/interface.c_ref,src/interface.c,src/io.c,src/io.h,src/main.c,src/sip_handlers.h,src/sipomatic.c,src/sipomatic.h,src/state-machine.h,src/support.c,src/support.h,src/presence.c,src/presence.h,src/Makefile.am,src/propertybox.h,src/propertybox.c -install=false -install_location= -sub_dirs= -type=static_library - -[src/callbacks.c] -dist=true -install=false -install_location= -type=SOURCE - -[src/callbacks.h] -dist=true -install=false -install_location= -type=HEADER - -[src/codec.c] -dist=true -install=false -install_location= -type=SOURCE - -[src/codec.h] -dist=true -install=false -install_location= -type=HEADER - -[src/gui_utils.c] -dist=true -install=false -install_location= -type=SOURCE - -[src/gui_utils.h] -dist=true -install=false -install_location= -type=HEADER - -[src/interface.c] -dist=true -install=false -install_location= -type=SOURCE - -[src/interface.c_ref] -dist=true -install=false -install_location= -type=DATA - -[src/interface.h] -dist=true -install=false -install_location= -type=HEADER - -[src/io.c] -dist=true -install=false -install_location= -type=SOURCE - -[src/io.h] -dist=true -install=false -install_location= -type=HEADER - -[src/main.c] -dist=true -install=false -install_location= -type=SOURCE - -[src/presence.c] -dist=true -install=false -install_location= -type=SOURCE - -[src/presence.h] -dist=true -install=false -install_location= -type=HEADER - -[src/propertybox.c] -dist=true -install=false -install_location= -type=SOURCE - -[src/propertybox.h] -dist=true -install=false -install_location= -type=HEADER - -[src/sip_handlers.h] -dist=true -install=false -install_location= -type=HEADER - -[src/sipomatic.c] -dist=true -install=false -install_location= -type=SOURCE - -[src/sipomatic.h] -dist=true -install=false -install_location= -type=HEADER - -[src/state-machine.h] -dist=true -install=false -install_location= -type=HEADER - -[src/support.c] -dist=true -install=false -install_location= -type=SOURCE - -[src/support.h] -dist=true -install=false -install_location= -type=HEADER diff --git a/linphone/pixmaps/green.png b/linphone/pixmaps/green.png new file mode 100644 index 0000000000000000000000000000000000000000..0005537cad9fc63ddb48d750a91938443f6ae137 GIT binary patch literal 3951 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 Qy#N3J07*qoM6N<$f^dDCCIA2c literal 0 HcmV?d00001