Commit graph

687 commits

Author SHA1 Message Date
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
Simon Morlat
60d5695501 show main window when an incoming call arrives but no notification. 2015-10-28 12:29:07 +01:00
Ghislain MARY
70f74b60f9 Fix bug 0002609: Encryption lock icon too small. 2015-10-27 15:54:22 +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
d39ba6f347 Do not show event box window in the call history tab. 2015-10-23 11:31:51 +02:00
Simon Morlat
af5523281f fix make distcheck 2015-10-22 17:37:46 +02:00
François Grisez
8a0c89ef94 Fix the size of a few menu items 2015-10-22 16:07:16 +02:00
Ghislain MARY
14a82b0ced Hide encryption info when ending a call. 2015-10-22 14:35:50 +02:00
François Grisez
aad7b3c8c9 Automatically select a friend when right clicking in the friend list 2015-10-22 14:28:25 +02:00
Ghislain MARY
b13fab13d1 Replace incall view stock icons with our own icons. 2015-10-22 14:24:06 +02:00
François Grisez
a6c7316885 Change incoming call icon 2015-10-22 13:58:48 +02:00
Ghislain MARY
aed0de97ee Propose to add contact to friend list in call history only if this contact is not already in the friend list. 2015-10-22 13:39:49 +02:00
François Grisez
7fe87f9f61 Gtk: rework linphone_gtk_friend_list_set_chat_conversation() 2015-10-22 13:31:52 +02:00
Ghislain MARY
78e4e2d9d9 Several improvements in GTK UI.
- Simplify update of missed calls number.
 - Remove useless entries in context menu of contact list.
 - Change icons to clear call history and chat message list.
2015-10-22 12:18:28 +02:00
Ghislain MARY
df0e8ea550 Change icon to send chat message. 2015-10-22 11:20:38 +02: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
6fab13434f Gtk: Optimize the update of transient buttons in the friend list 2015-10-22 10:51:27 +02:00
François Grisez
e9c787b799 Gtk: Greyed edit/remove button of the friend list when no contact is selected 2015-10-22 09:47:49 +02:00
François Grisez
fc981d3cac Improve appearance of the account assistant 2015-10-22 09:10:41 +02:00
François Grisez
92202d1dc1 Merge branch 'master' into dev_setup_wizard_glade 2015-10-21 19:58:21 +02:00
François Grisez
5f61842fde Highlight buttons of the friend list when hovering 2015-10-21 18:08:37 +02:00
Ghislain MARY
3ede566f25 Clean ui file. 2015-10-21 17:55:30 +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
789bc59ff5 Rework friendlist in order to show buttons while hovering the friendlist 2015-10-21 12:50:22 +02:00
François Grisez
36da7e7441 Improve appearance of a few buttons 2015-10-21 09:31:33 +02:00
François Grisez
9e47098fa8 Update chat tab header when clicking on another friend 2015-10-21 08:53:57 +02:00
Simon Morlat
4b7f92995a fix compilation issue 2015-10-20 22:23:41 +02:00
Ghislain MARY
3b47d36cb0 Improve contact list and call history icons. 2015-10-20 18:29:25 +02:00
François Grisez
0ad4c0d4a2 Make volume control buttons non-sensitive when it is not possible to get volume gain from the sound card 2015-10-20 15:54:02 +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
cf94b7aca6 Fix bug: uncheck "Show keypad" when users quit the keypad window 2015-10-20 11:28:30 +02:00
François Grisez
c2d4c29757 Hide expanders in the call log view 2015-10-19 23:54:12 +02:00
Simon Morlat
2bfcf29cb5 gtk friendlist: only make call and chat button visible when clicked. 2015-10-19 23:30:37 +02:00
François Grisez
74e211b604 Rework setup wizard appearance 2015-10-19 20:48:32 +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
776e0a904e Add a glade file that describe the setup wizard 2015-10-12 18:48:18 +02:00
François Grisez
b59af8a3f8 Add a newline at the end of regex.h 2015-10-12 18:48:18 +02:00
François Grisez
24259a9c45 Increase the size of the icons of the address book 2015-10-08 21:27:18 +02:00
François Grisez
7a53a41347 Delete a file that has been accidently pushed 2015-10-08 21:23:07 +02:00
François Grisez
095cc05b8b Change the regex which validates email addresses in the setup wizard 2015-10-08 20:00:10 +02:00
Simon Morlat
f11874a26a make sure the video window is presented on top of other windows 2015-10-08 11:26:32 +02:00
Jehan Monnier
1aa4fc2ddf fix missing file for make dist 2015-10-07 09:17:00 +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
288b0a14d2 Add a header file that provides a set of useful regex string
* One regex to match with a generic URI
* One regex to match with email addresses
2015-10-06 22:30:18 +02:00
François Grisez
33dde65140 Fix crash when receiving an empty message with Linphone GTK 2015-10-06 10:44:22 +02:00
François Grisez
ad843755c3 Fix issue in the diplaying of the chat messages
The end of messages containing at least one
hypertext link was not displayed
2015-10-04 20:27:08 +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