Commit graph

137 commits

Author SHA1 Message Date
csoler
d3069e9b44 fixed compilation 2025-11-11 20:12:53 +01:00
csoler
a08d0a62df fixed missing initialization of Event handler ID in ChatLobbyDialog 2025-10-26 20:53:36 +01:00
csoler
d7ff04c552 removed old calls to NotifyQt, and fixed missing initialization causing crash 2025-10-15 18:49:50 +02:00
csoler
17cbf5da30 removed rsnotify 2025-10-10 16:39:11 +02:00
csoler
ff68c770d8 removed all left rsnotify elements and moved uint32 flags to proper enum classes 2025-10-07 21:13:24 +02:00
csoler
e6bd8335dc fixed faulty merge 2025-08-13 19:32:24 +02:00
csoler
d2193812a9 merged with upstream/master 2025-08-13 16:17:07 +02:00
csoler
2506bc5672 using rsEvents for Chat rooms 2025-08-12 21:00:11 +02:00
thunder2
a00c1375e5 Renamed QtVersion.h to RsQtVersion.h because of the same filename in Qt 6 2025-07-20 14:14:57 +02:00
csoler
4b9d060c81 swiched some of the chat room notify to RsEvent and added new event code for SYSTEM errors 2025-06-25 16:49:26 +02:00
defnax
1190e45e6b Fixed green color get more contrast on dark style 2025-06-17 21:45:14 +02:00
thunder2
973246624f Replaced font handling by FontSizeHandler and reenabled deactivated item delegates 2025-03-28 23:52:54 +01:00
defnax
e14fc66ca3 Settings for default tree & listwidget fonts 2025-02-05 20:55:03 +01:00
defnax
e4da288b25
removed "chat rooms" string from tree item 2024-01-29 21:53:09 +01:00
Phenom
9e4903c9b8 Add General Font Size Factor 2022-01-16 13:21:49 +01:00
Phenom
222cb38ce7 Fix RSElidedItemDelegate to use spacing in size hint. 2021-12-25 19:22:32 +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
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
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
Phenom
b529de29e6 Add Ability to undock a chat lobby to a window. 2020-04-18 15:37:54 +02:00
defnax
87f64a1e2b removed old unused icons 2020-02-22 01:26:20 +01:00
csoler
fb9282f588
moved UserNotify to MainPage level, and added RsEvent handling code in Posted 2020-01-26 23:19:20 +01:00
defnax
d2ae01ab50 update some icons 2019-12-04 21:49:59 +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
e91f8cd79b change for chat lobby widget
Added new icons replaced for the old ones
changes for stylesheet
2019-10-14 19:56:47 +02:00
csoler
10eeb818c8
Merge pull request #1583 from csoler/v0.6-DistantChat
automaticall save/restore subscribed chat rooms. The advantage is tha…
2019-06-28 21:10:33 +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
94cbe65142
added various sizes in icons cache so that we do not always allocate the largest sizes 2019-06-04 11:49:26 +02:00
csoler
e66fb923fb
attempt to use a cache for user-defined avatars. Should reduce memory footprint. to be tested 2019-06-03 23:52:29 +02:00
csoler
4eea4ef687
removed Subscribed column in chat room list since it duplicates information. WARNING: RS UI will get confused about previously saved config. Needs 2 restarts to get right 2019-01-12 14:44:46 +01:00
csoler
b9a182cb53
fixed licenses in gui/ 2018-12-25 21:34:59 +01:00
Phenom
a496e6f1b0 Add Chat Room RSLink 2018-02-04 17:51:26 +01:00
Phenom
bb9dcbb83f Disable Yes button on chat room invitation if no Id selected. 2018-01-10 19:42:15 +01:00
csoler
0f6006d140 prevent subscribing to a signed chat room without a signed identity 2018-01-03 15:01:04 +01:00
csoler
eea0c64d1c require signed identity to respond to a signed chat room invite. Avoids "god mode" bug. 2018-01-03 14:05:13 +01:00
Phenom
cbbc3920fa Fix Lobby auto-subscribe.
Save GxsId for each.
Disallow to auto-subscribe to signed lobby with unsigned id.
2017-07-19 18:33:55 +02:00
RetroPooh
50c81d7142 chat lobby list - mark signed lobbies with color 2017-03-21 16:41:39 +03:00
RetroPooh
000dabfaed chat lobby list - add tree item counters 2017-03-21 15:02:46 +03:00
RetroPooh
03b5fb663e add chatlobby splitter position saving 2017-02-28 22:31:36 +01:00
csoler
12246e369b added settings variable to allow to always display the help of each tab the first time it is shown 2017-02-25 23:52:57 +01:00
csoler
dcab611d77 improved layout of Home page 2017-02-16 09:53:54 +01:00
csoler
dc43611dd4 changed Lobbies into Chat rooms in a few places 2017-01-22 18:52:30 +01:00
csoler
baa9713384 partially changed lobby->chat room in displayed strings in the GUI 2017-01-21 21:38:10 +01:00
felisucoibi
1217a85d99 change chat lobies t chat rooms strings 2017-01-18 10:15:07 +01:00
Phenom
776e404c2b Fix Lobby Notify Icon.
But now this not report which type of lobby is.
2016-08-06 17:52:12 +02:00
Phenom
21bd8cd6df Fix QMessageBox layout addWidget. 2016-08-06 13:49:53 +02:00
Phenom
ddbcd2150c Add buttons to send message in plain text and without EmoteIcon. 2016-06-14 23:01:08 +02:00
csoler
24f619d62b added missing include for debian squeeze 2016-06-04 03:20:45 +02:00
electron128
63a8260cb9 change RsNotify to use RsGxsId for chat lobby events 2016-02-14 11:53:27 +01:00