Commit graph

732 commits

Author SHA1 Message Date
Sylvain Berfini
db7c875468 Merge remote-tracking branch 'origin/master' into dev_vcard
Conflicts:
	build/android/liblinphone_tester.mk
	coreapi/friend.c
	coreapi/friendlist.c
	coreapi/linphonecore_jni.cc
2015-12-30 15:17:01 +01:00
Gautier Pelloux-Prayer
9fdecfa649 autotools: add mac.m for autotools build process 2015-12-23 15:25:17 +01:00
Gautier Pelloux-Prayer
3a5838fd3d gtk: update badge count when marking some messages read 2015-12-23 11:48:30 +01:00
Gautier Pelloux-Prayer
bf3293ebd2 gtk: hide badge if there is no unread message 2015-12-22 15:29:52 +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
Sylvain Berfini
a0076b7d66 Merge remote-tracking branch 'origin/master' into dev_vcard
Conflicts:
	coreapi/friend.c
	coreapi/private.h
2015-12-18 16:48:09 +01:00
Sylvain Berfini
0b7a1deccf Added friend storage to database + improved tests + needed changes in gtk app + friends' migration from rc to db 2015-12-18 15:25:18 +01:00
Ghislain MARY
fb6d0dd135 Merge branch 'dev_presence_list' 2015-12-18 15:01:10 +01:00
Sylvain Berfini
c1f11402a9 Prepared gtk application for friends' database storage 2015-12-17 16:52:48 +01:00
Sylvain Berfini
47e0b04725 Added export functions for contacts as vCards + added documentation for vCard API 2015-12-14 17:43:20 +01:00
Sylvain Berfini
3782799e02 Added option in gtk ui to import contact(s) from vcard file 2015-12-14 16:10:01 +01:00
Sylvain Berfini
6703bd2079 Started to integrate vcards with gtk ui 2015-12-14 11:30:17 +01:00
Gautier Pelloux-Prayer
895a1572b7 Revert "gtk/friendlist.c: resort friend list on chat messages changes"
This reverts commit b38e893f91.
2015-12-09 13:56:49 +01:00
Gautier Pelloux-Prayer
b38e893f91 gtk/friendlist.c: resort friend list on chat messages changes 2015-12-09 12:02:42 +01:00
Ghislain MARY
e63f2ba108 Fix some memory leaks. 2015-11-30 17:45:09 +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
3e633fb4ab Add missing UI files in POTFILES.in for translations. 2015-11-10 14:37:24 +01:00
François Grisez
3e884382c5 Fix auto-answer activation in Linphone GTK+ 2015-11-06 16:21:51 +01:00
François Grisez
c4a883b72d Fix auto-answer activation in Linphone GTK+ 2015-11-06 15:56:23 +01:00
Gautier Pelloux-Prayer
8c2a440fd9 remote_provisioning: free URI in linphone_core_set_provisioning_uri when we are done with it 2015-11-05 16:51:35 +01:00
Gautier Pelloux-Prayer
53dcc192fd account_creator: change return values to distinguish network error from XMLRPC answer + fix some crashs 2015-11-05 12:22:13 +01:00
Ghislain MARY
7f2a985d84 Handle strict compilation flags when building with CMake. 2015-11-03 17:40:24 +01:00
François Grisez
b5495691ed Fix bug in the setup wizard
Prevent the user to go next until its account is validated while a
new account has been created
2015-11-03 10:46:16 +01:00
François Grisez
a6af82fc86 Fix bug in the setup wizard
Prevent the user to go next until its account is validated while a
new account has been created
2015-11-03 10:42:37 +01:00
Ghislain MARY
057bf0430a Merge branch '3.9.x' 2015-11-02 17:36:35 +01:00
François Grisez
97bbf50480 Add a limit for the display name of sound cards in the property panel 2015-11-02 11:09:51 +01:00
François Grisez
bf20c29de6 Add a limit for the display name of sound cards in the property panel 2015-11-02 10:56:17 +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
58761be632 Do not double the colon character in the call duration label. 2015-10-30 14:56:55 +01:00
Ghislain MARY
960681ed45 Add GTK accelerator keys to quit and open the debug window. 2015-10-30 14:35:20 +01:00
Ghislain MARY
5aa676265d Remove useless translation. 2015-10-29 17:23:41 +01:00
Ghislain MARY
102c303a16 Fix bug with display of chat message status. 2015-10-29 17:05:42 +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
Ghislain MARY
71337ad44d Remove useless yalign properties in main.ui. 2015-10-29 12:38:26 +01:00
Ghislain MARY
1708ae987a Fix last commit. 2015-10-28 17:44:58 +01:00
Ghislain MARY
8f5d174f95 Search for gtk-mac-integration when building with CMake. 2015-10-28 17:31:46 +01:00
Ghislain MARY
8a739ac7ad Set size of zrtp button icon. 2015-10-28 14:36:35 +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
cbf59bc770 Fix bug 0002609: Encryption lock icon too small. 2015-10-27 15:55:39 +01:00
Ghislain MARY
70f74b60f9 Fix bug 0002609: Encryption lock icon too small. 2015-10-27 15:54:22 +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