Jehan Monnier
a32c864292
fix invalid read in gtk app call log management
2014-04-14 16:29:09 +02:00
Margaux Clerc
25e3c36748
Fix audio-assistant.ui gtk version
2014-03-24 16:30:01 +01:00
Margaux Clerc
a53029578d
Fix compilation with video disabled
2014-03-24 15:51:21 +01:00
Margaux Clerc
100e8e903e
Add audio assistant start icon
2014-03-24 15:15:28 +01:00
Simon Morlat
c08b540f7b
fix crash in ms2, enhance audio assistant, fix crash when changing the record device
2014-03-21 19:06:33 +01:00
Margaux Clerc
9073389641
Add audio assistant
...
Fix wizard bug
2014-03-21 14:46:00 +01:00
Simon Morlat
c7f23e6494
set default value of video renderer
2014-03-17 11:40:36 +01:00
Simon Morlat
e022c57627
fix few bugs around ipv6 detection
2014-03-09 22:18:37 +01:00
Guillaume Beraudo
0a84cb6505
Fix NLS compilation error using -0O
2014-03-06 11:14:52 +01:00
Simon Morlat
90b5d17172
split linphone_gtk_iterate and fix bad enum casting in chat message handling
2014-03-05 14:41:08 +01:00
Simon Morlat
95030951d1
add new function to play a file locally, in or out of calls.
...
add new function to define a tone or wav file to be played automatically upon call errors
2014-03-04 22:58:56 +01:00
Margaux Clerc
6acb64ac5b
Store calllogs instead of linphoneAddress
2014-02-18 17:37:31 +01:00
Simon Morlat
9d5c1e7403
add possibility to set/get subject in SDP
2014-02-18 17:30:52 +01:00
Simon Morlat
ec6ce6d796
fix double initialization of UI at startup
2014-02-18 10:31:29 +01:00
Margaux Clerc
4e15c49452
Fix friendlist contact name
2014-02-18 09:21:56 +01:00
Margaux Clerc
6c8e00e7c1
Fix wizard
2014-02-18 09:21:56 +01:00
Simon Morlat
5214931034
add new log to track auth info added interactively.
2014-02-14 18:04:16 +01:00
Margaux Clerc
aad714dbf7
Add .ui missing file
2013-12-25 11:47:20 +01:00
Simon Morlat
2d26dc547f
fix some bugs, update translations
2014-02-14 15:16:46 +01:00
Simon Morlat
5b78e03925
fix compilation problems
2014-02-14 09:21:25 +01:00
Simon Morlat
c639d65036
add user ID to login screen, fix bugs
2014-02-13 22:36:36 +01:00
Simon Morlat
03b14b5123
fix bug in gtk UI when changing provisioning uri two times.
...
clean network-type in login window, which is not so useful.
2014-02-13 21:44:34 +01:00
Simon Morlat
233061e839
remote provisioning sounds working good in GTK app
2014-02-12 19:42:41 +01:00
Simon Morlat
92f0b5d3d3
provisioning ok
2014-02-12 17:45:16 +01:00
Simon Morlat
dba5a2337a
gtk app remote provisioning in progress
2014-02-12 16:58:36 +01:00
Simon Morlat
bddbdc7cd8
provisioning in gtk app in progress
2014-02-12 14:25:52 +01:00
Sylvain Berfini
ddfdb7f9ce
Added remote provisioning feature in liblinphone
2014-02-11 18:00:57 +01:00
Sylvain Berfini
227742469f
Splitted linphone_core_init in half into linphone_core_start, added new global state GlobalConfiguring and a new callback for the configuring state
2014-02-10 16:12:05 +01:00
Simon Morlat
bc078d65d2
fix translations for mac os
2014-01-22 14:32:10 +01:00
Margaux Clerc
b15fa27457
Add video resolution in call stat
2014-01-16 17:52:16 +01:00
Margaux Clerc
e756795dce
RPM for redhat
...
Linphone for redhat documentaton
2013-12-24 22:09:12 +01:00
Guillaume BIENKOWSKI
ae6948ded3
Moved belle sip object includes into private.h
2014-01-09 09:38:16 +01:00
Ghislain MARY
d468050c8b
Implement RFC3994: Indication of Message Composition for Instant Messaging.
2014-01-03 15:01:18 +01:00
Guillaume BIENKOWSKI
fc09f54e16
Moved LDAP configuration into a popup.
2013-12-31 15:42:01 +01:00
Guillaume BIENKOWSKI
2bb42f89cc
Update LDAP provider to handle connection asynchronously.
...
This is done through a thread which is launched to keep the UI responsive.
Also configured the default server to "localhost" so that misconfiguration
doesn't query example.com...
2013-12-30 17:07:47 +01:00
margaux clerc
62eaa0c0e5
Add wizard button in preferences only if it is enabled
...
Changes the version of .ui for older gtk version
Fix chat without message storage
2013-12-22 20:28:08 +01:00
Guillaume BIENKOWSKI
6d989a4260
Correct ldap support check.
2013-12-20 11:49:59 +01:00
Guillaume BIENKOWSKI
317f0f08cc
Updated object macros from Belle Sip and stubbed
...
LDAP implementation when LDAP support deactivated.
2013-12-19 15:25:03 +01:00
Guillaume BIENKOWSKI
0bbefc1e7b
Fix compilation and runtime when no LDAP is asked.
2013-12-18 16:08:25 +01:00
Simon Morlat
51302b1144
fix crash when calling an empty uri
...
fix property box udp port adjustement , that shall start to 0
2013-12-18 15:33:05 +01:00
Guillaume BIENKOWSKI
b560f773f6
Added preliminary work on complex LDAP authentication (not yet working).
...
Basic auth still works.
+ cleaned up some traces
2013-12-18 11:50:54 +01:00
Guillaume BIENKOWSKI
2c98560c57
- Relaunch search if last search returned max_results, since we could have truncated the result list
...
- Remove the contact provider when exiting.
2013-12-09 15:14:33 +01:00
Guillaume BIENKOWSKI
963f650912
LDAP search optimization: don't relaunch narrower search if results are alreay here.
...
+ fix alignment of buttons in UI
2013-12-09 15:14:33 +01:00
Guillaume BIENKOWSKI
50b84cf73a
Working version of the LDAP configuration panel in GTK.
2013-12-09 15:14:33 +01:00
Guillaume BIENKOWSKI
f8134446ac
Add BELLESIP_CFLAGS and BELLESIP_LIBS to various Makefile.am
2013-12-09 15:14:33 +01:00
Guillaume BIENKOWSKI
a266817941
Added LDAP configuration tab in UI
2013-12-09 15:14:33 +01:00
Simon Morlat
6dbc4512a8
fix transport selection for outgoing messages when the proxy config selected has sips.
2013-12-09 15:14:32 +01:00
Simon Morlat
b3ed132d05
fix crash in gtk app when updating sip ports
...
call linphone_call_fix_parameters() when INVITEs and reINVITEs, but not during early-media
2013-12-09 15:14:32 +01:00
Guillaume BIENKOWSKI
e5078f6fe2
Fix compilation issues
2013-12-06 14:42:37 +01:00
Guillaume BIENKOWSKI
cfc100243b
Use LinphoneDictionary instead of lpconfig for creating LDAP provider.
2013-12-06 14:31:44 +01:00