Commit Graph

659 Commits

Author SHA1 Message Date
csoler
a7db89a9ef
Merge pull request #2042 from csoler/v0.6-ImprovedGUI
V0.6 improved gui
2020-08-18 23:25:51 +02:00
drbob
09c7fdee4b Add proper header path for 'retroshare-gui/' headers
This is simplifies the include directories needed for plugins.
2020-08-18 22:43:45 +10: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
defnax
fd6b69bcac
Merge pull request #1943 from PhenomRetroShare/Fix_RsElidedItemDelegateStyleSheet
Fix RSElidedItemDelegate to use StyleSheet as default but defined colors
2020-05-19 19:28:52 +02:00
csoler
d52d9c909b
Merge pull request #1875 from csoler/v0.6-GxsGroup
Add group change notifications (e.g. circle invites, forum moderation, etc)
2020-05-17 22:37:03 +02:00
Phenom
384ae46706 Fix RSElidedItemDelegate to use StyleSheet as default but defined colors
if they are.

If none, use Base Delegate.
2020-05-17 13:27:35 +02:00
defnax
f6f508d1ba Added second icon for inactivity status 2020-05-14 16:22:39 +02:00
Phenom
e492945612 Add more color for quotted text. 2020-05-12 03:06:01 +02:00
csoler
8f12dd6322
fixed bug in chat room notify 2020-05-10 13:33:20 +02:00
csoler
6f6e0de5f1
merged with upstreamm/master 2020-05-09 22:33:27 +02:00
defnax
62aaa70932
Merge pull request #1913 from defnax/fixing-comments-button-icon
Added new icon for the Chat menu
2020-05-07 21:46:46 +02:00
defnax
ff88ff9d08 Reorder the Chat menu 2020-05-07 02:10:18 +02:00
defnax
a8c2dc3d54 Added new icon for the Chat menu 2020-05-06 00:33:45 +02:00
defnax
a8e8cfbd32 Fixing typing icon 2020-05-05 16:10:30 +02:00
defnax
c11eb3efbf Moved search & settings buttons to the top
Moved search & settings buttons to the top
2020-05-02 00:07:30 +02:00
csoler
f5af7dfeb3
fixed up top bar tooltips to display what the numbers actually mean 2020-04-27 21:56:43 +02:00
Phenom
b529de29e6 Add Ability to undock a chat lobby to a window. 2020-04-18 15:37:54 +02:00
defnax
09b7e00b9f fixed missed icons 2020-03-24 14:41:37 +01:00
defnax
a630d1b6ac update the chat window icons 2020-03-23 18:31:56 +01:00
defnax
5708be6472 Removed some default stylesheets from ChatWidget & Messages 2020-03-12 19:53:37 +01:00
defnax
eb96350a5f cleanup & remove old icons with new one 2020-03-03 16:26:47 +01: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
cdc12c03a4 Remove fixed size issues with the invite/leave buttons on dark stylesheets
Removed fixed size issues with  the invite/leave buttons on dark stylesheets
Added new context menu icons for Enter & join Chat rooms
2019-11-23 00:25:52 +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
hunbernd
641964fff9 New sticker icon 2019-10-05 20:41:41 +02:00
defnax
d78811ab5e Fixed the toolbar frames
before used wrong names for the default stylesheet
2019-10-05 16:02:44 +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
csoler
014c50c104
removed duplicated functionalities from chat window tool bar and moved the other ones into context menu 2019-08-25 11:10:13 +02:00
hunbernd
86182a607b Added sticker support 2019-06-30 23:20:25 +02:00
csoler
5139c023ab
fixed some bugs in auto-activating saved chat rooms 2019-06-15 22:44:59 +02:00
csoler
c72b49c296
automaticall save/restore subscribed chat rooms. The advantage is that auto-subscribed is not needed anymore and chat rooms will survive automatically 2019-06-15 13:54:34 +02:00
csoler
b128407159 fixed rare bug in chat notify that appeared when your nickname is happenned at the end of the text 2019-04-08 14:33:14 +02:00
Gioacchino Mazzurco
5ff4ebbd12
Fix retroshare-gui compilation after RsReputations refactoring 2019-02-16 11:42:22 -03:00
csoler
9c24f5c718
Revert "removed HeaderFrame where it's not needed" 2019-01-19 22:36:19 +01:00
zapek
bb038ab3e0 removed HeaderFrame where it's not needed; changed the font of top
tooltips to be the same
2019-01-18 23:30:52 +01:00
csoler
b3ecfe1504
Merge pull request #1458 from csoler/v0.6-ImprovedGUI
V0.6 improved gui
2019-01-12 15:02:06 +01:00
csoler
fdf6a32236
disable send Msg to own id in chat rooms 2019-01-11 23:17:09 +01: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