Commit graph

154 commits

Author SHA1 Message Date
Simon Morlat
570be5ea3f Merge remote-tracking branch 'private/dev_recorder'
Conflicts:
	mediastreamer2
2014-07-02 11:56:57 +02:00
Simon Morlat
71d498fd95 fix potential crash during provisioning
update po file and fr translation
2014-07-01 21:57:31 +02:00
Gautier Pelloux-Prayer
80b306bb02 update ms2 2014-07-01 13:56:53 +02:00
Simon Morlat
f0c07e2fe0 Merge remote-tracking branch 'origin/master' into dev_recorder
Conflicts:
	gtk/main.c
	mediastreamer2
2014-06-25 17:11:34 +02:00
Gautier Pelloux-Prayer
6cb4ab9161 display error if invalid arguments are passed to linphone GTK before quitting 2014-06-24 16:30:22 +02:00
Simon Morlat
ae4298faaf video recorder in place 2014-06-19 11:59:49 +02:00
Ghislain MARY
fa44718513 Fix icon in notifications. 2014-05-22 10:05:26 +02:00
Ghislain MARY
617522f78f Fix warning with linphone.png when starting linphone. 2014-05-22 09:54:01 +02:00
Margaux Clerc
100e8e903e Add audio assistant start icon 2014-03-24 15:15:28 +01:00
Margaux Clerc
9073389641 Add audio assistant
Fix wizard bug
2014-03-21 14:46:00 +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
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
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
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
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
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
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
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
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
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
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
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
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
Guillaume Beraudo
e48d96c638 Fix opening of configuration file
Allow passing absolute filename.
2013-09-12 14:59:40 +02:00
Simon Morlat
3a69a548df move cpu count detection to mediastreamer2 2013-09-10 16:35:34 +02:00
Guillaume Beraudo
6437055903 Set contact params in gtk UI 2013-09-03 10:10:00 +02:00
Margaux Clerc
42261f4900 Make the call transfer even if the call ends 2013-08-18 21:14:00 +02:00
Guillaume Beraudo
16a577f93f Add config parameter (still uses main linphonerc for LANG). 2013-08-13 10:30:33 +02:00
Ghislain MARY
ace8d8f094 Fix compilation. 2013-07-02 17:53:33 +02:00
Jehan Monnier
c5dcc52b29 configure ms_set_cpu_count according to the number of cpu found
Conflicts:
	sal_op_message.c
2013-06-26 18:21:53 +02:00
Simon Morlat
9c72c72415 fix warning in gtk app 2013-06-06 11:12:17 +02:00