Gautier Pelloux-Prayer
b2a78cbf97
Revert "Experimental feature lime"
...
This reverts commit 837b94df2d .
2016-09-12 15:22:35 +02:00
Gautier Pelloux-Prayer
510e9d92d0
gtk: fix friends sort
2016-09-06 12:29:33 +02:00
Gautier Pelloux-Prayer
545d9ac09f
chat.c: avoid crashing when sending too big uri
2016-09-05 16:58:09 +02:00
Sandrine Avakian
dce0f4d495
Adding missing dependency checks for autotools -S. Kondakov patch
2016-09-01 17:23:07 +02:00
Gautier Pelloux-Prayer
d2e06c74ad
fix compilation
2016-08-26 12:02:37 +02:00
Sandrine Avakian
623dc72e1f
Merge branch '3.10.x'
...
# Conflicts:
# CMakeLists.txt
# coreapi/account_creator.c
# coreapi/friendlist.c
# coreapi/linphonecore_jni.cc
# coreapi/misc.c
# coreapi/vcard.cc
# coreapi/vcard.h
# coreapi/vcard_stubs.c
# gtk/videowindow.c
# java/common/org/linphone/core/LinphoneNatPolicy.java
# java/impl/org/linphone/core/LinphoneNatPolicyImpl.java
# mediastreamer2
# tester/vcard_tester.c
2016-08-25 17:52:12 +02:00
Simon Morlat
3a1dacbdf4
big rework of Tunnel management
...
- better integration with network reachability callback
- fix crashes (mTunnelClient can no longer be NULL)
- avoid useless operations during transcient states
- clarify source code
- allow the application to set root_ca before the tunnel connection actually starts.
2016-08-18 18:51:11 +02:00
Sandrine Avakian
837b94df2d
Experimental feature lime
...
Adding lime_experimental_feature in linphonerc [GtkUi] section. Setting it to 1 shows the options
related to lime in the GUI. Setting it to 0 hides the options. Default:set to 0.
Note: enabling lime in the [sip] section does work too, the GUI will just not show
the option has been changed.
2016-08-08 11:17:27 +02:00
François Grisez
9ca70edeb4
Fix bug arround sensitivity of "media encryption mandatory" checkbox
2016-08-04 16:06:46 +02:00
Sandrine Avakian
40c435c104
Fix DTLS encryption mandatory property box
2016-08-04 16:06:37 +02:00
Sylvain Berfini
ee8fcf39bd
Updated wizard URL
2016-08-02 11:11:38 +02:00
Ghislain MARY
751fc90886
Fix compilation errors.
2016-08-02 09:30:40 +02:00
Ghislain MARY
1cb1d7c5eb
Allow friends to be added to a friend list even if they do not have a SIP address.
2016-08-01 17:30:51 +02:00
Sylvain Berfini
9cafb4386d
Fix gtk app compilation
2016-07-29 16:41:09 +02:00
Ghislain MARY
0492c91ba1
No longer rely on the uri field of LinphoneFriend being set (use linphone_friend_get_address() instead).
2016-07-29 11:09:45 +02:00
Ghislain MARY
37a2fd43e6
fix bc_vfs header
2016-07-27 14:48:46 +02:00
Gautier Pelloux-Prayer
f6381d913a
license: update FSF address
2016-07-27 11:58:38 +02:00
Sandrine Avakian
834c52392f
Fix Mantis 3208 - MAC - using a valid remote uri in remote provisioning makes linphone crash
2016-07-25 11:49:01 +02:00
Ghislain MARY
f77a2ada0a
Fix definition and usage of LIBLINPHONE_GIT_VERSION.
2016-07-22 11:06:17 +02:00
Ghislain MARY
472befa723
Fix vfs header name.
2016-07-19 12:23:17 +02:00
François Grisez
973591c715
[Regression fix] disable the conference butten when there is only one call
2016-07-12 10:12:59 +02:00
Gautier Pelloux-Prayer
bd503ea852
frienlist.c: fix sort (use display name when available)
2016-07-11 15:37:09 +02:00
Sandrine Avakian
aa59596411
Bug fix for video window moving around on windows.
2016-07-08 15:45:45 +02:00
François Grisez
bba243e32e
Change the type of the dialog that show when an invalid remote provisioning URI has been entered
2016-07-08 13:54:48 +02:00
François Grisez
d6bccae005
Ask the user to restart Linphone after setting the remote provisioning URI on Windows
2016-07-08 13:41:57 +02:00
Sylvain Berfini
ec2ff4e8fd
Another attempt to fix crash on windows when moving video window
2016-07-06 17:11:03 +02:00
Sandrine Avakian
b211fd7175
Changing max auto answer delay to 30s instead of 60s.
2016-07-06 16:39:33 +02:00
Simon Morlat
b3ed363618
fix crash on windows when moving the video window frequently
2016-07-06 10:22:35 +02:00
Simon Morlat
a99e1d8eb9
fix crash on windows when moving the video window frequently
2016-07-05 18:35:44 +02:00
François Grisez
74a5945acf
Fix auto answer delay setting on Windows
2016-07-05 15:53:08 +02:00
François Grisez
44d3c1d227
Fix auto answer delay setting on Windows
2016-07-05 15:32:28 +02:00
Erwan Croze
96d23df39d
Reloading of the friend list after going to the chat room with shortcut
2016-06-29 16:22:46 +02:00
Sylvain Berfini
71953c5c01
Make import/export vcards callback public might fix the buttons doing nothing on windows issue
2016-06-29 10:10:13 +02:00
Erwan Croze
297f63c7da
Using transition between key map and key hardware for shortcut
2016-06-28 14:32:01 +02:00
Erwan Croze
323ce9f16f
Add shortcut for quickly accessing chatroom from the friendlist
2016-06-28 13:37:22 +02:00
Erwan Croze
71cf28204c
Set focus on textfield when loading a chatroom
2016-06-28 13:27:41 +02:00
Erwan Croze
23ba100d44
Stay on last active view on single call end instead of going to call logs view
2016-06-27 15:53:35 +02:00
Gautier Pelloux-Prayer
9694b9e24d
gtk: fix chat.c poor performance when loading conversation due to scroll-to-end function misimplemented. Increase history size to 250000
2016-06-27 15:38:20 +02:00
François Grisez
a445dabd30
Remove runtime dependency to libbctoolbox-tester
2016-06-27 15:02:13 +02:00
François Grisez
e5ec4845f6
Add language code matchings for Lithuanian and Finnish
2016-06-27 14:57:33 +02:00
Gautier Pelloux-Prayer
c6b6d8567a
cmake: fix compilation when building with static libraries
2016-06-27 14:05:02 +02:00
Erwan Croze
acd7db9d5d
Fix the chat icon display on unread messages
2016-06-27 11:51:43 +02:00
Ghislain MARY
103f7a6078
Do not include dependencies in the link interface when building a shared library.
2016-06-23 13:25:11 +02:00
Ghislain MARY
fb9c200a55
Replace MSList by bctbx_list_t in console and gtk.
2016-06-16 18:41:41 +02:00
Ghislain MARY
b535d1f153
Use bctbx_list_t instead of MSList that has been deprecated.
2016-06-16 17:42:33 +02:00
Sandrine Avakian
b5b0abfdf3
Fixing size_t error on Mac OS.
2016-06-16 14:01:18 +02:00
Ghislain MARY
c13647f8bd
Treat warnings as errors on Windows.
2016-06-16 12:23:53 +02:00
Gautier Pelloux-Prayer
2fc0aef1b9
gtk: add lime icon in chat
2016-05-31 17:43:46 +02:00
Gautier Pelloux-Prayer
7876118643
gtk: display seconds in chat message delivery time
2016-05-31 15:45:59 +02:00
Simon Morlat
b79535afe9
fix automake build and simplify sqlite enablement options
2016-05-20 09:37:53 +02:00