Commit graph

115 commits

Author SHA1 Message Date
Gautier Pelloux-Prayer
2c815eeb8b gtk: use gtk_signal instead of g_signal since we must propagate the event further 2016-01-05 13:59:45 +01:00
Gautier Pelloux-Prayer
743f1a619b gtk: mark current chat as read when application gains focus 2016-01-05 10:31:23 +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
d18a67deff gtk: add badge on MacOSX counting the number of unread messages 2015-12-22 10:42:02 +01:00
Ghislain MARY
cafb1dfa3e Fix strict-prototypes warnings. 2015-11-20 17:56:11 +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
102c303a16 Fix bug with display of chat message status. 2015-10-29 17:05:42 +01: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
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
6ade3ddea3 Use a better regex to detect URIs in chat messages 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
François Grisez
7e40a82da4 Mark chatroom as read when an hypertext link is clicked 2015-09-29 14:07:01 +02:00
François Grisez
1076333059 Merge branch 'master' into dev_glade_friendlist 2015-09-11 19:25:47 +02:00
Simon Morlat
b9c32d33a5 send presence to multiple instances of a same user that subscribed to us. Fixes memory leak. 2015-09-04 22:23:00 +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
François Grisez
79be156e7c Transfer the description of the friend list in main.ui 2015-08-21 00:02:37 +02:00
François Grisez
ee44a22e62 Fix clickable link in chatroom on Windows and MacOS 2015-08-20 10:11:24 +02:00
François Grisez
55c25fac4f Describes the login frame in a separated UI file 2015-08-09 22:30:17 +02:00
François Grisez
1bd418922d Move glade description of the in-call view and the conference view into independent files 2015-08-06 21:45:21 +02:00
François Grisez
3e5a6600d0 Move the definiton of the chat view in a dedicated UI file 2015-08-01 22:44:30 +02:00
François Grisez
1ef7f7fabc Remove unuseful lines 2015-08-01 22:44:28 +02:00
Gautier Pelloux-Prayer
d9f41fff5a proxy config: modify linphone_proxy_config_get_contact and add linphone_proxy_config_get_identity_address returning LinphoneAddress and move all documentation to linphone_proxy_config.h 2015-07-29 13:26:53 +02:00
François Grisez
a228a2715e Disables changing cursor when it hovers a chatroom link with GTK+ version < 2.22
This feature cannot be implemented because gdk_cursor_get_cursor_type() is unavailable
2015-07-20 14:25:59 +02:00
François Grisez
28b8604318 Enable to copy an URI from chat room by right-clicking on a link 2015-07-19 18:13:52 +02:00
François Grisez
b5e47d1f94 Use gtk_show_uri instead of a builtin function to open link from chat 2015-07-18 18:57:05 +02:00
François Grisez
29535f725e Add https:// ftp:// and ftps:// to the list of supported URIs in the chat view 2015-07-17 11:15:26 +02:00
François Grisez
f403bee7c1 Fix build issue 2015-07-17 10:45:29 +02:00
François Grisez
37a85f2e41 Enable Linphone to open URIs from chat room on Windows and MacOSX 2015-07-17 10:36:38 +02:00
François Grisez
28db12870d Add debug message when opening chatroom link fails 2015-07-16 22:50:40 +02:00
François Grisez
2920354d29 Turns the cursor into hand when hovering a link in the chat room 2015-07-16 22:50:40 +02:00
François Grisez
72f48ef10c Open the default browser when clicking on a link in the chat view on Linux 2015-07-16 22:50:39 +02:00
François Grisez
4f0581f199 Color URI in the chat view 2015-07-16 22:50:39 +02:00
François Grisez
4392670762 Simplify linphone_gtk_push_text() a bit 2015-07-16 22:50:39 +02:00
François Grisez
bd747fb9ef Define a GtkTextTag for clickable links 2015-07-16 22:50:39 +02:00
François Grisez
c56d443866 Rework GtkTextTags of the chat historic 2015-07-16 22:50:39 +02:00
Gautier Pelloux-Prayer
d78aed08aa chat.c: mark messages as read anytime user starts replaying 2015-04-14 13:37:59 +02: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
Ghislain MARY
d534a643ca Fix build with MinGW. 2015-03-02 09:54:39 +01:00
Ghislain MARY
d783aedfe3 Fix build of the GTK interface with Visual Studio. 2015-02-27 18:06:52 +01:00
François Grisez
948ae319a4 Fix color issues in the chat room when a dark GTK theme is used 2015-02-19 22:41:43 +01:00
Simon Morlat
59e1152de2 update ms2 and ortp and fix potential crash in gtk UI 2014-11-25 17:47:36 +01:00
Ghislain MARY
4ac1ccdf05 Handle the callbacks associated with a chat message directly in the LinphoneChatMessage object instead of in the LinphoneCore object. 2014-11-24 16:16:17 +01:00
Simon Morlat
400c26cf1e workaround problem with chat view not displaying as it should with chinese
languages. It is a gtk bug, same as the one previously workarounded with
the GtkEntry. The same workaround works for the GtkTextView.
2014-10-06 17:53:15 +02:00
Gautier Pelloux-Prayer
717db9fd8d Improved strict compilation flags 2014-09-11 15:46:05 +02:00
Simon Morlat
95030951d1 add new function to play a file locally, in or out of calls.
add new function to define a tone or wav file to be played automatically upon call errors
2014-03-04 22:58:56 +01:00
Ghislain MARY
d468050c8b Implement RFC3994: Indication of Message Composition for Instant Messaging. 2014-01-03 15:01:18 +01:00