Commit graph

10268 commits

Author SHA1 Message Date
Ghislain MARY
3519575570 Manual handling of global_state_changed callback in the Python wrapper. 2014-07-31 14:44:23 +02:00
Margaux Clerc
b45a376727 Fix crash in chatroom destroy 2014-07-31 11:15:48 +02:00
Jehan Monnier
bef1793901 update MS2 2014-07-30 23:13:38 +02:00
Johan Pascal
97050ac654 File Transfer: manage i/o error during file download from server
- note : not functional, test is bugged and commented. To be fixed.
2014-07-30 17:14:56 +02:00
Johan Pascal
ce24877b9d File transfer: add a cancel function to the core
- allow cancellation during upload or download
+ fix bug in file transfer message tester
2014-07-29 21:16:01 +02:00
Ghislain MARY
67c8c4df73 Add test program in python. 2014-07-29 18:12:31 +02:00
Ghislain MARY
1a2990a8b6 Beginning of the implementation of linphone_core_new() wrapper + Allow setting log handler from python. 2014-07-29 18:11:14 +02:00
Gautier Pelloux-Prayer
d8cc5b600f Add JNI wrapper for linphone proxy config realm parameter 2014-07-29 14:11:21 +02:00
Gautier Pelloux-Prayer
66044e773d Factorization of linphone_configure_op for every linphone core requests 2014-07-29 12:23:18 +02:00
Guillaume BIENKOWSKI
b8c9c80934 enable no-rtp timeout for early media 2014-07-25 14:49:44 +02:00
Gautier Pelloux-Prayer
82ec76a4e1 Reuse previous nonce if outbound proxy realm is set to avoid reauthentication 2014-07-25 14:37:01 +02:00
Jehan Monnier
5d83fc0859 apply linphone_core_audio_adaptive_jittcomp_enabled to audio stream in coomand audio-stream-start 2014-07-24 20:58:27 +02:00
François Grisez
012dc476e1 Destroy the "server_addresses" line in the configuration file while the save of the tunnel config when the tunnel host is empty 2014-07-23 16:48:28 +02:00
Margaux Clerc
8b99a4c074 Add JNI method for user data in call
and proxy config
2014-07-23 14:58:37 +02:00
Guillaume BIENKOWSKI
b2132d4d8a Update ms2 for git fix 2014-07-23 12:56:15 +02:00
Guillaume BIENKOWSKI
8951a8ebe0 Fix (hopefully) the git check 2014-07-23 12:53:46 +02:00
Guillaume BIENKOWSKI
0f96e56963 Update ms2 2014-07-22 13:05:59 +02:00
Jehan Monnier
4d2900ca32 MS2:make sure jpeg writter open file in binary mode for windows 2014-07-21 14:10:22 +02:00
Ghislain MARY
a4c2f0ef36 Blacklist some classes in the Python wrapper. 2014-07-18 15:53:43 +02:00
Gautier Pelloux-Prayer
066c014702 When applying a remote provisioning config, if it is setting a proxy config and none is currently the default one, this proxy config will be the default one 2014-07-18 14:45:44 +02:00
Sylvain Berfini
bc4060f5f7 Updated ms2 2014-07-18 11:34:40 +02:00
Sylvain Berfini
a00ba8db31 Updated ms2 2014-07-18 11:17:04 +02:00
Ghislain MARY
941d57811b Blacklist some functions in the Python wrapper. 2014-07-17 18:24:53 +02:00
Ghislain MARY
ae5158f8c0 Prefix local variables in the Python wrapper to prevent name clashes. 2014-07-17 18:23:45 +02:00
Ghislain MARY
2bc530054a Include linphonecore_utils.h in the Python wrapper. 2014-07-17 18:03:42 +02:00
Ghislain MARY
317a69f967 Add exception handling in the Python wrapper generator to know which method of which class is pausing problem. 2014-07-17 18:03:11 +02:00
Ghislain MARY
5546137ed5 Refactor Python wrapper generator of method bodies for better maintainability. 2014-07-17 16:36:40 +02:00
Ghislain MARY
c9e0c91589 Merge branch 'master' of git.linphone.org:linphone into dev_python 2014-07-17 13:47:26 +02:00
Ghislain MARY
19570fc16f Update ms2 submodule for compilation fix with MinGW. 2014-07-17 12:42:17 +02:00
Ghislain MARY
e73d6676d1 Handle MS_VIDEO_DECODER_RECOVERED_FROM_ERRORS events. 2014-07-17 11:45:14 +02:00
Gautier Pelloux-Prayer
de812274e7 add JNI wrapper for publish expires getter/setter 2014-07-17 11:08:35 +02:00
Ghislain MARY
7861f9a127 Update ms2 submodule. 2014-07-17 10:49:19 +02:00
Ghislain MARY
546200b61e Deprecate linphone_address_destroy(). 2014-07-17 10:30:54 +02:00
Ghislain MARY
8fa788510d Fix compilation warning: "function declaration isn’t a prototype". 2014-07-17 10:30:44 +02:00
Ghislain MARY
1f65d8d709 Fill *_new(), *_new_from_native_pointer() and *_dealloc() functions for class with no public constructors in the Python wrapper. 2014-07-17 09:52:08 +02:00
Ghislain MARY
7b47e83310 Include linphone_tunnel.h in the Python wrapper. 2014-07-16 18:09:32 +02:00
Ghislain MARY
fa38f30896 Fix compilation warnings in the Python wrapper. 2014-07-16 18:09:15 +02:00
Ghislain MARY
4b3a1fb016 Improve Python wrapper tracing a little more + fix a refcounting issue. 2014-07-16 17:58:41 +02:00
Ghislain MARY
302e971474 Improve tracing to show arguments and return values in the Python wrapper. 2014-07-16 16:23:08 +02:00
Ghislain MARY
2b1f7c50aa Generate new method body by code instead of a simple template in the Python wrapper. 2014-07-16 14:51:05 +02:00
Ghislain MARY
2ec33e6518 Update ms2 submodule. 2014-07-16 14:24:48 +02:00
Jehan Monnier
c5d92aed0a add test for chat room object 2014-07-15 22:58:34 +02:00
Ghislain MARY
c3024aa772 Improve logging of the Python wrapper. 2014-07-15 18:21:28 +02:00
Ghislain MARY
cfc9bdd550 Improve readability of code snippets in the Python wrapper generator. 2014-07-15 17:17:42 +02:00
Ghislain MARY
975f434f9c Handle object arguments correctly in the setters of the Python wrapper. 2014-07-15 16:28:44 +02:00
Ghislain MARY
c463401839 Merge branch 'master' of git.linphone.org:linphone into dev_python 2014-07-15 14:21:59 +02:00
Ghislain MARY
fb3b97bdea Add missing const for getters' parameter. 2014-07-15 14:21:28 +02:00
Ghislain MARY
b7cf077e3f Fix search of *_get_user_data function in the Python wrapper. 2014-07-15 14:15:44 +02:00
Ghislain MARY
b36e61414a Fix const warnings during Python wrapper compilation. 2014-07-15 14:15:11 +02:00
Johan Pascal
cb4b534a4d Lime gives more explicit warning messages 2014-07-13 00:31:58 +02:00