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
Ghislain MARY
31c8585cae
Include patch from linphone web version.
2013-12-06 14:31:43 +01:00
Guillaume BIENKOWSKI
cfbd9b8429
The LDAP suggestions are now correctly displayed in the suggestions
2013-12-04 09:13:40 +01:00
Guillaume BIENKOWSKI
8aa375d637
Progress commit on LDAP:
...
- we now create minphone contacts based on what the LDAP query returns,
- added configuration for specifying which LDAP field corresponds to the SIP address and contact name
- fixed some leaks in LDAP data extraction
- modified the completion of the uribar to include LDAP results. We now insert them into the list when available.
2013-12-03 10:53:17 +01:00
Guillaume BIENKOWSKI
c17165ac9d
Progress commit: first ldap search results are now available.
...
There's a test button in the ui to test a search.
2013-12-03 10:53:17 +01:00
Simon Morlat
52226a4b99
GTK app: enable TLS transport if tls is requested on a proxy config.
2013-12-01 22:03:24 +01:00
Simon Morlat
8ffa2c38fe
finish to implement multi transport in gtk app.
...
fix malloc/free mismatch
2013-12-01 21:43:13 +01:00
Simon Morlat
6f9f860a2e
allow multiple transports in gtk application, allow to configure transport per proxy (not yet finished)
2013-11-30 11:25:55 +01:00
Simon Morlat
a8d304fd8f
* implement reporting of dtmf received via SIP info
...
* dtmf can be typed on keyboard with gtk app.
2013-11-28 11:59:35 +01:00
Guillaume Beraudo
edfc32db24
Show registration refresher in UI
2013-11-21 13:54:31 +01:00
Jehan Monnier
d10666ae19
set record directory to home if no music dir
2013-11-19 12:31:18 +01:00
Simon Morlat
0177c5f876
fix compilation errors due to signature change in linphone_auth_info_new()
...
fix failed tests in case of failed authentication.
2013-11-05 22:00:19 +01:00
Simon Morlat
811b453d06
add a domain parameter in LinphoneAuthInfo, to workaround non-unicity of realm in real world.
2013-11-04 15:00:50 +01:00
Simon Morlat
a7b1d33a26
fix compilation error in gtk
2013-11-01 18:04:30 +01:00
Simon Morlat
34950ccb8a
fix problems with chat in GTK interface due to SIP uris not compared properly.
2013-10-31 18:06:11 +01:00
Margaux Clerc
eb9886df65
accept in Wizzard usernames with digits
2013-10-16 12:21:47 +02:00
Ghislain MARY
eeb36479d5
Deprecate linphone_core_enable_video() and linphone_core_video_enabled().
...
Introduce linphone_core_enable_video_capture(), linphone_core_enable_video_display(), linphone_core_video_capture_enabled() and linphone_core_video_display_enabled() instead.
2013-10-09 15:52:09 +02:00
Ghislain MARY
41d60df070
Normalize event callbacks names.
2013-10-09 14:13:11 +02:00