Commit graph

521 commits

Author SHA1 Message Date
François Grisez
3b0ab338fd Fix UI bug in codec view
When the bitrate of one codec was edited, the new value was copied in
the fmtp parameter field.
2015-06-24 14:42:45 +02:00
François Grisez
409c2260eb Fix crash when configuring remote provisioning. Bug #2320 2015-06-23 16:52:31 +02:00
Ghislain MARY
98f2508be5 Allow linphone to be configured to use RTP sessions for input/output of audio and video streams. 2015-06-18 14:33:11 +02:00
Ghislain MARY
54a743a77b Fix GTK callbacks on Windows (missing symbol exports). 2015-06-16 15:35:10 +02:00
Ghislain MARY
2533cc743c Improve layout of GTK preferences dialog. 2015-06-16 12:41:49 +02:00
Ghislain MARY
50d275573a Add video preset and FPS selection in the GTK preferences dialog. 2015-06-16 12:15:04 +02:00
François Grisez
1cc8a6a5ac Fixes another build issue related to my preceding commit: 39c59ca10b 2015-06-15 10:40:18 +02:00
François Grisez
db9e344201 Fix a build issue introduced by my preceding commit 2015-06-15 09:45:10 +02:00
François Grisez
39c59ca10b Fixes GUI bug on the list of codecs in the property panel
The name, the rate and the status of codecs could be
edited as a regular text entry
2015-06-13 23:00:58 +02:00
Simon Morlat
b44fa44c9d fix bug with macos attention request. It could actually work only once. 2015-06-12 18:02:11 +02:00
François Grisez
f8905028ab Enables to select several codecs in the property pannel to enable/disable them 2015-06-11 23:37:00 +02:00
Ghislain MARY
125b02d1ce Show the assistant menu item if the assistant has been built. 2015-06-11 16:42:43 +02:00
Ghislain MARY
a7baa4bc7a Restore option to enable/disable the assistant. 2015-06-11 16:14:14 +02:00
Ghislain MARY
e04262adab Fix setup wizard which was broken by last commit. 2015-06-09 15:47:39 +02:00
Ghislain MARY
5b4513e776 Change account creator and xmlrpc API so that Python wrapper generation works correctly. 2015-06-09 15:18:37 +02:00
Ghislain MARY
6565d85b1d Merge branch 'dev_xmlrpc' 2015-06-08 13:55:50 +02:00
Ghislain MARY
0cd6532117 Improve API of linphone account creator. 2015-06-08 09:46:01 +02:00
Ghislain MARY
1d5796e3c1 Add documentation for account creator. 2015-06-05 16:22:28 +02:00
Ghislain MARY
17cad99e4f Rework assistant for asynchronous XML-RPC requests. 2015-06-05 15:49:47 +02:00
François Grisez
8964ec08ac Only start status notifier item whether Linphone has been launched on KDE 2015-06-04 14:39:03 +02:00
Ghislain MARY
caf5d38787 Do not check account availability at each character being typed by the user but only when it's been 500ms since he has not typed anything in. 2015-06-03 14:23:07 +02:00
Ghislain MARY
7b3d7861e2 Remove check for libsoup. 2015-06-02 11:15:21 +02:00
Ghislain MARY
16eba02ebf Handle XML-RPC request in liblinphone directly instead of using libsoup. 2015-06-02 11:02:23 +02:00
François Grisez
149c913c3f Replace g_message by ms_message 2015-06-02 09:37:53 +02:00
François Grisez
42dcd96c6a Add some log message concerning the status icon 2015-06-01 15:23:14 +02:00
Gautier Pelloux-Prayer
0dcb593fed main.c: add --version option 2015-05-26 13:26:39 +02:00
François Grisez
c618d9c77d Fix crash in the GTK implementation of StatusIcon when blinking is set 2015-05-26 12:20:40 +02:00
François Grisez
68ca8ff500 Make the setup wizard and the adding contact window transient
That notifies the window manager to keep these windows over the main window
2015-05-26 01:09:21 +02:00
François Grisez
a83b41c293 Fix double free while linphone quits 2015-05-20 13:58:42 +02:00
François Grisez
8c5a217c1d Fix missing status icon on Linux desktop environment that does not support StatusNotifierItem
Only the first implementation of LinphoneStatusIcon was checked at startup
2015-05-20 13:38:49 +02:00
François Grisez
72ce0bf9a3 Fix crash while linphone quiting 2015-05-19 16:35:39 +02:00
François Grisez
d285a55c59 Fix bug on Windows. The status icon did not disappear after Linphone quit 2015-05-12 21:24:52 +02:00
Simon Morlat
1bdce81120 fix crash on windows (visual studio) 2015-05-12 17:59:34 +02:00
Simon Morlat
26ed8b79a9 fix linux hotplug detection 2015-05-07 15:59:22 +02:00
François Grisez
f138c34b9e Fix i18n on Windows 2015-05-07 15:15:26 +02:00
François Grisez
b2fbba5e4b Fix language selection on Windows 2015-05-07 11:45:35 +02:00
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