François Grisez
dbfdd32043
Fix some memory leaks
2015-05-06 13:50:14 +02:00
François Grisez
34e5de5fd0
Fix crash on MacOSX
2015-05-06 12:09:13 +02:00
François Grisez
730a7dc3cd
Call linphone_status_icon_init even if HAVE_GTK_OSX is defined
2015-05-05 21:06:48 +02:00
Simon Morlat
52da7058c6
remove g_list_free_full(), that requires glib>2.26
2015-05-01 10:57:41 +02:00
Simon Morlat
5079caf6ba
fix mysterious crash
2015-04-30 17:00:12 +02:00
Ghislain MARY
a6cc9e4d52
Do not use status notifier on Windows and Mac OS X.
2015-04-30 14:47:34 +02:00
Gautier Pelloux-Prayer
66eb174aa7
Revert "gtk: only text area can have focus in chat window"
...
This reverts commit b03c70b06a .
2015-04-30 11:45:47 +02:00
Ghislain MARY
e96e46980d
One more fix for Visual Studio.
2015-04-30 11:43:38 +02:00
Gautier Pelloux-Prayer
b03c70b06a
gtk: only text area can have focus in chat window
2015-04-30 10:28:44 +02:00
François Grisez
6eda32d772
Fix some memory leaks about pixbufs
2015-04-30 00:37:15 +02:00
François Grisez
c05da28a45
Bugfix: implementations of LinphoneStatusIcon was stored in a bad order
2015-04-29 22:25:23 +02:00
Ghislain MARY
c34316fd1e
Fix build with Visual Studio.
2015-04-29 17:51:20 +02:00
François Grisez
0eba7d71c7
Do not build the status notifier implementation whether glib version < 2.26.0
2015-04-29 15:40:14 +02:00
François Grisez
406857d1a4
Fix build with Visual Studio
2015-04-29 11:17:20 +02:00
Ghislain MARY
9001632e91
Fix compilation of GTK status notifier with Visual Studio.
2015-04-28 17:03:55 +02:00
François Grisez
8fd0b3cccb
Bugfix: no response when receiving a video call proposition and the dialog box disapeares because of time out
2015-04-28 14:02:10 +02:00
François Grisez
ab5f8f642d
Fix distcheck
2015-04-28 11:17:27 +02:00
François Grisez
2677fbd10b
Add a light description of LinphoneStatusIcon and BcStatusNotifier
2015-04-27 22:46:31 +02:00
François Grisez
a188779a77
Fix build issues on MacOSX
2015-04-27 17:51:12 +02:00
François Grisez
70c42b9823
Add a methode to the LinphoneStatusIcon interface to set the description to display in the tooltip
2015-04-26 21:42:16 +02:00
François Grisez
8c80a9912b
Add the StatusNotifier implementation
2015-04-25 20:36:06 +02:00
François Grisez
9cb0974eb4
Support of asynchrone status icon implementations
2015-04-23 23:31:52 +02:00
François Grisez
752de821b0
Add an implementation to the StatusIcon interface based on GtkosxApplication
2015-04-22 23:12:05 +02:00
François Grisez
d0bd6bf883
Creates an interface which abstracts all ways to instanciate a status icon and create an implementation based on GtkStatusIcon
2015-04-22 22:18:15 +02:00
Simon Morlat
cc5244f222
add new test for ICE.
...
add possibility to change bitrate
2015-04-14 17:50:06 +02:00
Gautier Pelloux-Prayer
d78aed08aa
chat.c: mark messages as read anytime user starts replaying
2015-04-14 13:37:59 +02:00
François Grisez
f991b69ab7
Search for linphonerc.factory in ../share/linphone instead of ../share/Linphone on Unix
2015-04-08 15:13:05 +02:00
François Grisez
a900f6490b
Add a parameter inb the property panel to set the delay before auto-answering
2015-04-01 16:24:10 +02:00
François Grisez
48ed46c7e8
Rename some widgets
2015-04-01 12:01:02 +02:00
François Grisez
0215d5b44f
Remove the spacing property from the status bar
2015-03-31 09:46:53 +02:00
François Grisez
4546ade8af
Move the status selection button beside the default SIP account selector
2015-03-30 22:26:37 +02:00
Ghislain MARY
a8ebf14da6
Fix icon size in the volume control on Windows.
2015-03-30 15:30:34 +02:00
François Grisez
bd48c4928d
Move the auto-answer check box in the SIP account panel
2015-03-27 14:48:01 +01:00
Simon Morlat
7ceb3367fe
fix bug when receiving a chat from someone not in the contact list.
...
rename "Use IPv6 instead of IPv4" by "Allow IPv6", which is more inline with what is implemented.
2015-03-27 09:36:30 +01:00
Simon Morlat
07c02dbd46
Merge branch 'master' of git.linphone.org:linphone
...
Conflicts:
po/ar.po
po/cs.po
po/de.po
po/es.po
po/fr.po
po/he.po
po/hu.po
po/it.po
po/ja.po
po/nb_NO.po
po/nl.po
po/pl.po
po/pt_BR.po
po/ru.po
po/sr.po
po/sv.po
po/zh_CN.po
po/zh_TW.po
2015-03-23 19:27:45 +01:00
François Grisez
f520a87df2
Fix some UI issues
2015-03-23 17:22:13 +01:00
François Grisez
1dfdbdd09d
Add a checkbox to enoble/disable auto-answering
...
+ auto-answering is now controled by the "auto-answer" parameter in the GtkUi
section of linphonerc
+ The corresponding command line argument is now unhadled
2015-03-23 15:30:49 +01:00
Simon Morlat
039dafd00c
selftest option says hello in the local language (french for the moment), which allows to check from a script that translations are working as expected
2015-03-20 17:08:15 +01:00
Simon Morlat
f3d0f2151f
update for lastest macport, and allow the use of the default locale on macos
2015-03-20 16:40:07 +01:00
François Grisez
b2e8fa0758
Cleaning main.ui
...
+ Remove unuseful properties
+ Remove superfluous images
+ Give a name to all images
2015-03-20 16:06:02 +01:00
Gautier Pelloux-Prayer
5a83e8a98c
gtk: set LANGUAGE env variable as well as LANG on MacOSX because HomeBrew gtk version use LANGUAGE while macports gtk version use LANG...
2015-03-11 16:12:07 +01:00
Ghislain MARY
a69ea2cace
Add linphone.rc to the sources on Windows when building with CMake.
2015-03-09 09:33:47 +01:00
Ghislain MARY
a705112921
Use cxx linker for linphone GTK and liblinphone_tester when building with CMake.
2015-03-04 16:31:42 +01:00
Ghislain MARY
052206a321
Fix build with Visual Studio 2010.
2015-03-03 14:12:46 +01:00
Ghislain MARY
a0d870c7bc
Fix libintl search on Linux when building with CMake.
2015-03-02 12:31:57 +01:00
Ghislain MARY
d534a643ca
Fix build with MinGW.
2015-03-02 09:54:39 +01:00
Simon Morlat
9aa90496a0
fix mingw build
2015-03-02 00:13:48 +01:00
Ghislain MARY
8ae9d64d2d
Install license file when building with CMake + fix license display when building with Visual Studio.
2015-02-27 22:58:18 +01:00
Ghislain MARY
2e4ff135ef
Build linphone GTK as a UI application when building with Visual Studio.
2015-02-27 22:36:31 +01:00
Ghislain MARY
988eb5c02d
Add missing symbol exports for Windows.
2015-02-27 22:36:06 +01:00