Commit graph

267 commits

Author SHA1 Message Date
François Grisez
38dfb9ab6f Merge branch 'dev_conference_rfc4579' 2016-01-07 10:13:04 +01:00
François Grisez
fe6d7528f4 Makes Linphone ignore REFER requests with BYE method set 2016-01-06 16:36:04 +01:00
Gautier Pelloux-Prayer
b711888ac0 ringplayer: add ring player object to play ringtones (CAF on iOS, WAV otherwise) 2016-01-05 10:31:23 +01:00
François Grisez
ca05715af6 Fix crash in JNI concerning the removeListener() function 2016-01-04 16:45:18 +01:00
Gautier Pelloux-Prayer
d18a67deff gtk: add badge on MacOSX counting the number of unread messages 2015-12-22 10:42:02 +01:00
Simon Morlat
537aebfcf2 fix compilation error 2015-11-26 16:22:56 +01:00
Jehan Monnier
24cf297628 fix some warnings, update submodule ms2 2015-11-26 11:30:25 +01:00
Ghislain MARY
cafb1dfa3e Fix strict-prototypes warnings. 2015-11-20 17:56:11 +01:00
Ghislain MARY
9af805f0fe Merge branch '3.9.x'
Conflicts:
	gtk/main.c
	mediastreamer2
	po/POTFILES.in
2015-11-18 09:55:03 +01:00
Simon Morlat
331c9592b6 fix bug when starting linphone from home directory on mac. In such case the local .linphonerc is found but cannot be loaded because of the chdir() that occurs just before starting the library. 2015-11-16 10:45:59 +01:00
Simon Morlat
e6aff84852 fix bug when starting linphone from home directory on mac. In such case the local .linphonerc is found but cannot be loaded because of the chdir() that occurs just before starting the library. 2015-11-16 10:20:54 +01:00
Ghislain MARY
dbde90715f Fix build without libnotify. 2015-11-10 16:28:29 +01:00
Ghislain MARY
c3e3178942 Fix bug 0002636: Don't know who sent a chat message from a notification. 2015-11-10 15:13:36 +01:00
Ghislain MARY
057bf0430a Merge branch '3.9.x' 2015-11-02 17:36:35 +01:00
Simon Morlat
3d7bbb5bd5 remove linphone_core_create_default_call_parameters() because this function is dangerous and error prone.
Indeed, it cannot guarantee that the created call params are compatible with the call being accepted or updated.
For doing an outgoing call there is no problem in using it but linphone_core_create_call_params() is better and hard to mis-use.
2015-10-31 12:00:28 +01:00
Ghislain MARY
56d49fd74e Add an icon in the status bar to show if autoanswer is enabled. 2015-10-29 15:02:57 +01:00
Ghislain MARY
4b1bdd7da0 Attempt to improve display of notebook tabs on Mac OS. 2015-10-29 12:40:13 +01:00
Simon Morlat
60d5695501 show main window when an incoming call arrives but no notification. 2015-10-28 12:29:07 +01:00
Ghislain MARY
bd110c2fd4 Fix call params when accepting an incoming call in the GTK application.
AVPF was always disabled the way it was done previously.
2015-10-27 09:18:56 +01:00
Ghislain MARY
945357d710 Fix call params when accepting an incoming call in the GTK application.
AVPF was always disabled the way it was done previously.
2015-10-26 14:28:48 +01:00
Ghislain MARY
ed82602038 Hide add contact icon in uribar when the contact is already a friend or if the uri bar is empty. 2015-10-22 11:00:47 +02:00
François Grisez
92202d1dc1 Merge branch 'master' into dev_setup_wizard_glade 2015-10-21 19:58:21 +02:00
Ghislain MARY
da66ace7ed Replace a lot of stock icons by our own ones. 2015-10-21 17:32:51 +02:00
François Grisez
9e47098fa8 Update chat tab header when clicking on another friend 2015-10-21 08:53:57 +02:00
François Grisez
d2581d19f2 Gtk: improve appearance of chat header tabs
* use the "linphone-start-chat" icon
* factorisation of the code managing the display of header tabs
2015-10-20 14:34:45 +02:00
François Grisez
4222c24763 Updating icons of the GTK+ inteface 2015-10-19 18:42:20 +02:00
François Grisez
663c5d24c6 GTK: move the keypad button into the "Options" menu 2015-10-19 18:42:20 +02:00
François Grisez
fed9e2532a Use the glade file to make the setup wizard 2015-10-13 23:25:47 +02:00
François Grisez
6ade3ddea3 Use a better regex to detect URIs in chat messages 2015-10-06 22:30:18 +02:00
François Grisez
3715308ded Use regex to detect hypertext links in the chat history
That fix performance issue when diplaying comlex
messages in the chat history as XML text or
base64-encoded binary message
2015-10-04 19:55:47 +02:00
Sylvain Berfini
d068d8914b Fix realtime text enabled in gtk mistakely commited 2015-09-29 11:56:38 +02:00
Sylvain Berfini
d12f596bbe Added some missing pieces for ICE and text stream + fix for textstream always AVP 2015-09-29 11:53:23 +02:00
François Grisez
04336fed5c Use icon name instead of path for linphone.png 2015-09-28 19:02:58 +02:00
François Grisez
aa4794c8b7 Merge branch 'master' into dev_glade_friendlist 2015-09-19 19:01:15 +02:00
François Grisez
669e23633d Set XDG_DATA_DIRS with default paths if it is not set 2015-09-18 17:18:03 +02:00
François Grisez
cd3bf7da09 Automatically add the prefix where icons are installed to XDG_DATA_DIRS when missing 2015-09-18 17:18:03 +02:00
Sylvain Berfini
879dd2cb2f Merge branch 'dev_call_logs_sql' 2015-09-14 17:11:17 +02:00
François Grisez
67a1f79e84 Migrates call_start.png, chat_start.png and call_add.png 2015-09-11 23:41:40 +02:00
François Grisez
8584d2d72d Migrate dialer.png into linphone-show-dialer icon 2015-09-11 21:53:46 +02:00
Simon Morlat
d7c0065592 make the linphone gtk interface handle C-c and exit properly 2015-09-11 18:13:15 +02:00
François Grisez
4619c551d3 Delete the code which modifies the XDG_DATA_DIRS envvar at Linphone starting 2015-09-09 15:56:32 +02:00
Sylvain Berfini
1617069f6a Few fixes + added migrate method from rc store logs 2015-09-08 21:44:50 +02:00
Sylvain Berfini
cabf15f1f5 Store call logs in sql database + new method to get all call logs related to a linphone address 2015-09-08 02:45:32 +02:00
Simon Morlat
cf6995ef5c clean chat room api.
fix multiple memory leaks, mainly in gtk UI
2015-09-04 14:57:25 +02:00
Simon Morlat
17c1072595 fix compilation warning 2015-08-29 01:49:03 +02:00
Ghislain MARY
cef38468a6 Fix little memory leak of the chat database filename. 2015-08-28 18:43:45 +02:00
Simon Morlat
db0db1b297 fix win32 build 2015-08-23 19:24:38 +02:00
François Grisez
04c77d2b21 Realy fixes hypertext link in chat rooms on Windows 2015-08-21 11:19:01 +02:00
François Grisez
ee44a22e62 Fix clickable link in chatroom on Windows and MacOS 2015-08-20 10:11:24 +02:00
Simon Morlat
e196e55ea3 fix memory leaks in gtk interface 2015-08-12 18:22:32 +02:00