Commit graph

219 commits

Author SHA1 Message Date
thunder2
15684bf8d3 Added Qt 5 Core Compat module for QRegExp for Qt 6 2025-07-29 18:32:50 +02:00
thunder2
efe9ac773d Replaced deprecated QObject::trUtf8 by QObject::tr 2025-07-29 18:32:48 +02:00
thunder2
bdae3b35b4 Replaced deprecated QColorDialog::getRgba by QColorDialog::getColor 2025-07-29 18:32:39 +02:00
thunder2
6652d7f4f8 Replaced deprecated QTextStream::setCodec by QTextStream::setEncoding 2025-07-29 18:32:36 +02:00
thunder2
42b3b95fd8 Use QDateTime::fromSecsSinceEpoch in Qt 6 instead of QDateTime::fromTime_t 2025-07-20 14:15:27 +02:00
thunder2
f00e8ba18e Fixed memory leak when using tray menu of chat lobby and removed double connect of signals 2024-01-01 15:58:44 +01:00
thunder2
7b28bf5256 Moved RSTextBrowser::checkImage to ImageUtil for use in MimeTextEdit 2023-04-19 01:12:22 +02:00
thunder2
dceda36f6e Moved QAction for saving an image from customContextMenu of GxsForumThreadWidget and ChatWidget to RSTextBrowser 2023-04-15 22:21:34 +02:00
csoler
9442d87644
Merge pull request #2676 from csoler/v0.6-BugFixing_20
re-created PR 2382 (#Phenom) to match new layout based on submodules
2023-01-29 20:56:32 +01:00
csoler
a9c512c1f0 re-created PR 2382 (#Phenom) to match new layout based on submodules 2023-01-29 20:53:25 +01:00
csoler
516e4f7c12 added parameter to specify format to optimizeImageSize() 2023-01-16 21:11:18 +01:00
csoler
31bdd6c226 keep PNG for avatars 2023-01-16 20:16:44 +01:00
csoler
0a8f4b1b6e switched all image outputs to jpeg format instead of png 2023-01-16 19:53:20 +01:00
chelovechishko
c6c6e11bec gui: chat: add auto shrink chattextedit
To shrink text edit form when it is convenient for browsing text browser.
It just shrink/unshrink the edit here and there when switching between chat rooms.

P.S. user should not resize chattextedit when it's shrinked
P.P.S. okey, there is no "unshrink" maybe, but hope it's not big deal
2022-05-03 19:26:45 +09:00
Phenom
1146a0bf27 Fix QSplitter and TitleBar StyleSheet. 2021-11-12 20:04:43 +01:00
Phenom
d7981f3811 StyleSheet Rewrite
Use QDarkStyle to make Standard_Dark.qss and Standard_Light.qss
Use Widget name to stylize them.
2021-11-04 21:21:54 +01:00
howdy-partner
0db2f3a53e fix smiley bug 2021-06-10 00:41:42 +03:00
Phenom
017f2886b3 Fix Name in Broadcast history restore. 2021-03-16 11:00:18 +01:00
Phenom
d78316cbd2 Fix Chat History Browser 2021-03-05 20:18:00 +01:00
Phenom
e39a77a445 Fix Replace all px font-size: to pt for HiDPI monitors 2021-02-19 17:47:29 +01:00
Phenom
a4623af383 Add possibility to change only selected text in chat. 2021-01-27 11:51:33 +01:00
csoler
dca8a5a91d fixed bug in chat history causing lots of gibberish output to the console 2021-01-14 22:35:08 +01:00
defnax
9963310a94 Fixed to display back the status message for private chat 2020-12-25 16:49:05 +01:00
defnax
a0a1b43cef Moved the Tunnel status Label to the Top 2020-11-21 12:11:48 +01:00
thunder2
95d521f692 Fixed compile of VOIP plugin 2020-11-09 22:04:25 +01:00
Phenom
b1129df077 Change Chat History Dialog to no modal.
It will be updated when new message comes.
2020-11-07 18:09:50 +01:00
csoler
76511479af switched all explicit pixmap from files to shared FilesDefs::getPixmapFromQtResourcePath() 2020-08-19 16:19:42 +02:00
csoler
209355b9a5 converted all calls to QIcon("somefile.png") into FilesDefs::getIconFromQtResourcePath("somefile.png") to save memory duplicated by Qt 2020-08-15 22:17:52 +02:00
defnax
d872dd56ff Moved Fonts to bottom & Chat notify to top 2020-05-22 01:28:07 +02:00
Phenom
e492945612 Add more color for quotted text. 2020-05-12 03:06:01 +02:00
defnax
ff88ff9d08 Reorder the Chat menu 2020-05-07 02:10:18 +02:00
defnax
87f64a1e2b removed old unused icons 2020-02-22 01:26:20 +01:00
csoler
6001517718
Merge pull request #1630 from PhenomRetroShare/Fix_ChatWidgetHistoryUserName
Fix ChatWidget History UserName
2020-01-18 13:57:23 +01:00
hunbernd
e8bdce6e23 Fix sticker button disabled on distant chat 2019-12-24 00:14:38 +01:00
hunbernd
33236aeca3 Merge branch 'upstream' into feature/stickers-upgrade 2019-12-23 23:54:55 +01:00
defnax
bbee5690a8 Fixed Settings Button on the Chat Widget for the darkstyles 2019-11-20 22:07:44 +01:00
csoler
ea9f88a32f
added notification when distant chat has undelivered messages. Updated the text to remove technical terms such as tunnels 2019-10-26 22:57:13 +02:00
defnax
cbfe49f0f3 added distant chat settings 2019-10-14 02:29:20 +02:00
hunbernd
9c877d3cdd Disable sticker button when sending is blocked 2019-10-09 17:27:14 +02:00
hunbernd
e52f1282ec Allow to import stickers from chat window 2019-10-05 23:18:41 +02:00
Phenom
422f56b31a Fix ChatWidget History UserName
Wait some time (maxi 2sec) that Id cache is loaded.
2019-09-11 21:26:26 +02:00
hunbernd
86182a607b Added sticker support 2019-06-30 23:20:25 +02:00
hunbernd
50ee33b229 RS_ prefix 2018-12-31 22:36:30 +01:00
hunbernd
584b9039c9 Added switch to enable native dialogs at build time
CONFIG+=use_native_dialogs
2018-12-31 22:36:30 +01:00
defnax
3f59cfc7ea Imroved Emoji Tabs for a fixed size and display tabs at bottom.
Imroved Emoji Tabs for a fixed size and display tabs at bottom.
Enabled to attach *.webp and *.gif pictures.
2018-12-22 23:05:01 +01:00
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
Phenom
d03ee1c0b0 Add CommonMark in ChatLobbyDialog 2018-07-22 10:32:17 +02:00