csoler
cd9a2db4e3
fixed license in retroshare-gui/src/chat/ and main files
2018-11-11 14:24:44 +01:00
Gioacchino Mazzurco
6db23267c3
retroshare-gui fix windows compilation error due to time_t usage
2018-10-07 15:51:02 +02:00
csoler
57577472fc
added tooltip to show identity ID in distant chat dialog
2018-09-24 20:55:44 +02:00
Phenom
5f66a45a15
Disable CMark Button on ChatWidget if not defined.
2018-08-01 18:40:40 +02:00
csoler
0f758902cd
started cleaning the mess with rsAccounts: only exposed useful functionality of rsAccount beyond a static class and removed all references to rsAccounts in the code
2018-07-24 23:47:32 +02:00
Phenom
d03ee1c0b0
Add CommonMark in ChatLobbyDialog
2018-07-22 10:32:17 +02:00
Phenom
820841668e
Change Lobby text to Room in CreateLobbyDialog.
2018-07-15 16:37:33 +02:00
csoler
93aa5442a5
Merge pull request #1293 from chelovechishko/chalod
...
several fixes to chat gui
2018-07-08 16:58:56 +02:00
chelovechishko
74075fdded
gui: do not show the quote section of context menu in chat if
...
no text selected
2018-07-04 23:18:21 +09:00
chelovechishko
b3fb7abf99
gui: reduce size of icons in chat for font.height lesser than 26
2018-07-04 22:46:01 +09:00
chelovechishko
77c3eae976
gui: check for show "is typing" before time call
2018-07-04 00:34:45 +09:00
chelovechishko
b950e12bcf
gui: disable quote option if no text is selected in chat
2018-07-04 00:19:36 +09:00
chelovechishko
4eb060e154
gui: do not attempt to create context menu if idlist is empty
...
...and other side effects
2018-07-02 21:19:57 +09:00
thunder2
4eda277922
Added missing declare of metatype
2018-06-08 17:00:37 +02:00
sehraf
428b331d8e
fix for Qt 5.11
...
Quote from Arch mailing list:
- there's been a huge header cleanup in Qt modules. Expect build failures for applications that rely on transitive includes instead of declaring all required headers. Those need to be fixed upstream by explicitely adding the missing includes.
2018-05-25 23:57:11 +02:00
csoler
5b607ada26
Merge pull request #1245 from PhenomRetroShare/AddContextMenuForGxsIdInTextChatBrowser
...
Add Context Menu for GxsId in lobby textBrowser.
2018-05-06 23:53:45 +02:00
Phenom
98f00520cd
Add GxsId in Restored Chat Message.
2018-05-03 15:04:28 +02:00
Phenom
ecba4c2dab
Add Context Menu for GxsId in lobby textBrowser.
2018-05-03 14:29:15 +02:00
csoler
1366f6131b
Merge pull request #1241 from RetroPooh/chatimgattprev1
...
embed preview for images on file attach in chat
2018-05-02 23:51:46 +02:00
RetroPooh
2dc69cb000
embed preview for images on file attach in chat
2018-04-27 16:50:00 +03:00
csoler
c84e5e863b
Merge pull request #1221 from hunbernd/fix/private-chat-icon-not-updating
...
Fix private chat icon not changing back to idle icon from new message…
2018-04-15 22:18:59 +02:00
RetroPooh
234b576f38
change distant chat status indicator color to differ closed and pending
2018-04-02 19:43:21 +03:00
RetroPooh
fdb8dc568c
fix unicode display for chat status
2018-04-02 19:38:56 +03:00
hunbernd
c821c179ef
Fix private chat icon not changing back to idle icon from new message icon when window activated
...
Broken in add9c1e72c
2018-03-31 22:39:58 +02:00
Phenom
51cc94bfa7
Fix ChatWidget current text edit color when changing appearance style.
...
Don't change already typed text, who wants to change style while
typping?
2018-03-04 17:31:40 +01:00
Phenom
23c389c934
Remove non translatable text ChatWidget.ui
2018-02-26 23:29:06 +01:00
csoler
7a2d874863
Merge pull request #1153 from csoler/v0.6-TorOnly
...
V0.6 tor only
2018-02-11 20:49:45 +01:00
Phenom
a496e6f1b0
Add Chat Room RSLink
2018-02-04 17:51:26 +01:00
csoler
d0039241d3
replaced usleep() by rstime::rs_usleep() which accepts times >= 1 sec. Should fix problems on windows
2018-01-27 20:22:31 +01:00
chelovechishko
add9c1e72c
chatwidget: do not set focus to edit when it is not necessary
...
e.g. when a user just wants to browse chat history
2018-01-10 21:11:57 +09:00
csoler
98d1d08d68
removed extra links from chat widget, since normal links can be used now to DL through encrypted tunnels
2018-01-03 20:32:37 +01:00
csoler
c2d55799e1
storage of chat room icons in local variables to avoid re-reading them from qrc everytime (patch from sss)
2017-12-21 17:06:49 +01:00
csoler
cb7724312e
Merge pull request #1105 from RetroPooh/smallfixes1
...
Smallfixes1
2017-11-11 16:31:33 +01:00
RetroPooh
792f7ff7eb
fix status led icons for distant chat
2017-11-10 18:31:41 +03:00
Phenom
214e382a0a
Fix CppCheck in ChatWidget.cpp
...
/retroshare-gui/src/gui/chat/ChatWidget.cpp:482: warning:
Cppcheck(clarifyCondition): Boolean result is used in bitwise operation.
Clarify expression with parentheses.
2017-11-07 22:14:28 +01:00
csoler
1c2d17b5c1
Merge pull request #1077 from hunbernd/feature/image-embed3
...
Make it possible to send images over chat lobby
2017-10-24 18:47:34 +02:00
hunbernd
64481de74b
Set the proper size limits
2017-10-23 17:04:20 +02:00
RetroPooh
b968974bc6
fix chat search button position
2017-10-23 17:51:39 +03:00
csoler
a00d2c912c
changed lobby to char room in chat system msgs
2017-09-26 21:12:17 +02:00
Phenom
eb75946133
Fix Don't show Anonymous Icon when Images are disabled in ChatWidget
2017-07-30 15:31:10 +02:00
Phenom
8d82640f41
Fix copy of RSLink when on Only plain text mode in chat lobby. (sss
...
find)
2017-07-21 10:58:32 +02:00
Phenom
b8f742d80c
Add :/icons/anonymous_blue_128.png before name for unsigned GxsId
...
Unsigned is added to tooltip.
Double click on name is fixed.
2017-07-18 14:30:31 +02:00
csoler
7d8b3796d1
Merge pull request #941 from PhenomRetroShare/Add_UnsignedInChatName
...
Add [Unsigned] before name in chat for unsigned (anonymous) GxsID.
2017-07-17 22:18:53 +02:00
Phenom
82addce867
Change RetroShareLink creation methodes as static
...
And remove this warning:
2017-07-16 13:12:07 +02:00
Phenom
a16ff426ae
Add [Unsigned] before name in chat for unsigned (anonymous) GxsID.
2017-07-14 19:16:39 +02:00
Gioacchino Mazzurco
5c71d520fa
async chat disabled by default in GUI
...
Chat GUI is not ready to show properly GxsTrans async messages
2017-05-30 16:44:35 +02:00
csoler
b341fea170
merged upstream/master
2017-05-21 13:49:41 +02:00
Phenom
7acefda943
Fix Chat Font setting saving.
...
And don't use native dialog.
2017-05-19 18:40:17 +02:00
csoler
c0c5cc52db
Merge branch 'master' into gxs_mail_experiments
2017-05-13 21:08:16 +02:00
Phenom
a869a37802
Fix Lobby's sound notification.
...
Lobby "message arrived" sound play depends of notify ChatRooms settings.
2017-05-08 15:29:37 +02:00