Ghislain MARY
cb7fb1044e
Fix build of Python module.
2015-07-24 15:03:12 +02:00
Simon Morlat
e90de14ba5
update oRTP
2015-07-24 15:25:50 +02:00
Simon Morlat
6c0791e1b5
update ms2
2015-07-24 15:14:47 +02:00
Ghislain MARY
d324bf1ed2
Fix validation of Windows 10 app with the Windows Store App Certification Kit.
2015-07-24 11:22:18 +02:00
Ghislain MARY
be28aba892
Update ms2 submodule.
2015-07-24 11:22:05 +02:00
Johan Pascal
da686748e3
Fix mixed declaration compilation warning
2015-07-23 14:10:50 +02:00
Jehan Monnier
4073c6e0d0
Restaure previous state in case of call update failure due to pending transaction
2015-07-23 09:20:47 +02:00
François Grisez
36eea822d2
Add a cache for unread messagaes count in LinphoneChatRoom
...
That fix a performance issue when typing a message. The sqlite database
was accessed each time a character was typed in order to mark all
preceeding messages as read. That was done even if all message was marked
as read.
This patch add cache for unread messages count. Then, the count is only carried out
at the first call of linphone_chat_room_get_unread_messages_count(). This function
is used in linphone_chat_room_mark_as_read() to prevent database from being accessed
if all messages are already marked as read.
2015-07-22 23:56:19 +02:00
Ghislain MARY
fc5efd1fcc
Update ms2 submodule.
2015-07-22 17:47:41 +02:00
Jehan Monnier
44987d644d
add LINPHONE_VIDEO_DISPLAY_AUTO/NONE to avoid manipulating scalar values directly
2015-07-22 12:04:29 +02:00
Gautier Pelloux-Prayer
f1aca46bb6
linphonecore.h: minor documentation update for sip/phone number normalization
2015-07-21 14:14:13 +02:00
François Grisez
3c147be53f
Does not set transient windows as modal
...
This prevented user to close the preview window and caused a freeze in
the audio wizard
2015-07-21 11:21:50 +02:00
Margaux Clerc
157c61d2f5
Fix JNI video windowID
2015-07-21 11:10:00 +02:00
Sylvain Berfini
14b4680dd8
Updated ms2
2015-07-21 09:36:40 +02:00
François Grisez
a228a2715e
Disables changing cursor when it hovers a chatroom link with GTK+ version < 2.22
...
This feature cannot be implemented because gdk_cursor_get_cursor_type() is unavailable
2015-07-20 14:25:59 +02:00
Jehan Monnier
10713a7291
update ms2
2015-07-20 13:55:58 +02:00
Ghislain MARY
d430376745
One more fix for window id with X11.
2015-07-20 12:46:46 +02:00
Ghislain MARY
0e4d2550c2
Fix compilation of linphonec and linphone-gtk.
2015-07-20 12:41:55 +02:00
Ghislain MARY
e7fbd59a32
Fix an other compilation error.
2015-07-20 13:15:34 +02:00
Ghislain MARY
cf2a9a7b42
Fix compilation error.
2015-07-20 12:28:30 +02:00
François Grisez
24e637c865
Fix regretion of linphone_core_interpret_url()
...
It didn't use anymore the default proxy config to interpret urls without domain name.
For instance, NULL was returned when passing "pauline" as parameter even if a default
proxy config had been declared.
An assert has also been added in "QualityReporting/Call term session report not sent if call did not start"
to handle the case when linphone_core_invite() return NULL
2015-07-20 12:22:20 +02:00
Ghislain MARY
a8006a0160
Use void* for window ids.
2015-07-20 12:16:26 +02:00
Ghislain MARY
370bf71737
Update ms2 submodule.
2015-07-20 12:15:58 +02:00
Simon Morlat
0ddb7d6ce0
update ms2
2015-07-20 10:18:38 +02:00
François Grisez
28b8604318
Enable to copy an URI from chat room by right-clicking on a link
2015-07-19 18:13:52 +02:00
Simon Morlat
f1ccdb27bd
update ms2
2015-07-19 17:31:14 +02:00
Simon Morlat
da324fe881
improve configure logs, no need to archive a recorded file
2015-07-19 00:52:30 +02:00
François Grisez
b5e47d1f94
Use gtk_show_uri instead of a builtin function to open link from chat
2015-07-18 18:57:05 +02:00
François Grisez
859bad8e1e
Fix build issue in ms2
2015-07-18 18:53:39 +02:00
Gautier Pelloux-Prayer
75ecf665ab
proxy: add linphone_proxy_config_normalize_phone_number and linphone_proxy_config_normalize_sip_uri to ease high level API usage
2015-07-17 16:37:44 +02:00
Jehan Monnier
2917e8ad98
update ms2 to get functions to enable disable filter
2015-07-17 16:19:29 +02:00
François Grisez
29535f725e
Add https:// ftp:// and ftps:// to the list of supported URIs in the chat view
2015-07-17 11:15:26 +02:00
Jehan Monnier
6950e53767
fix compilation issue
2015-07-17 10:55:11 +02:00
Jehan Monnier
902c705954
always call linphone_core_set_play_file in tester manager to make sure something is played in pause state
2015-07-17 10:49:20 +02:00
François Grisez
f403bee7c1
Fix build issue
2015-07-17 10:45:29 +02:00
François Grisez
37a85f2e41
Enable Linphone to open URIs from chat room on Windows and MacOSX
2015-07-17 10:36:38 +02:00
Gautier Pelloux-Prayer
e95b401dc3
i18n: change "add to contact" popup message and update translations
2015-07-17 09:35:31 +02:00
François Grisez
28db12870d
Add debug message when opening chatroom link fails
2015-07-16 22:50:40 +02:00
François Grisez
2920354d29
Turns the cursor into hand when hovering a link in the chat room
2015-07-16 22:50:40 +02:00
François Grisez
72f48ef10c
Open the default browser when clicking on a link in the chat view on Linux
2015-07-16 22:50:39 +02:00
François Grisez
4f0581f199
Color URI in the chat view
2015-07-16 22:50:39 +02:00
François Grisez
4392670762
Simplify linphone_gtk_push_text() a bit
2015-07-16 22:50:39 +02:00
François Grisez
bd747fb9ef
Define a GtkTextTag for clickable links
2015-07-16 22:50:39 +02:00
François Grisez
c56d443866
Rework GtkTextTags of the chat historic
2015-07-16 22:50:39 +02:00
Gautier Pelloux-Prayer
04c43a9f64
quality_reporting: avoid crash if hanging up too soon in LinphoneCallOutgoingInit state
2015-07-16 11:57:03 +02:00
Gautier Pelloux-Prayer
41aaa916fe
Revert "tester: crosscorrelation tests now use a 1 sec wav input so that it lasts only 10 sec, not 355 sec."
...
Revert "call_tester.c: turn off jitter buffer for fileplayer test also"
This reverts commit cb7f639240 .
Revert "call_tester.c: turn off jitter buffer for cross correlation tests"
This reverts commit 95da7ef10e .
2015-07-16 11:04:00 +02:00
Gautier Pelloux-Prayer
4eb08fcd2d
tester: fix launch outside of tester/
2015-07-16 11:03:58 +02:00
Gautier Pelloux-Prayer
304675c924
README.macos.md: update for antlr3 instructions
2015-07-15 16:19:15 +02:00
Gautier Pelloux-Prayer
f0b750b734
tester: allow launch of tests from outside of tester/ directory
2015-07-15 16:16:23 +02:00
Gautier Pelloux-Prayer
3312e8be0b
callbacks.c: use state string not state id in text_delivery_update
2015-07-15 14:38:48 +02:00