Commit graph

87 commits

Author SHA1 Message Date
csoler
df02d745d8 removed friendsChanged() and NOTIFY_LIST_FRIENDS 2025-06-11 20:50:38 +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
thunder2
d72e46cfda Update NewFriendList on avatar and status change 2024-07-03 14:58:03 +02:00
defnax
56b6b0cb5a Added optional display status icon from friendslist context menu 2024-06-24 23:36:45 +02:00
csoler
48da2d195a removed some debug output 2023-11-11 23:51:13 +01:00
defnax
a6deaa2a27 Added back icons 2022-02-27 14:30:59 +01:00
defnax
701b2e4ca1
Merge branch 'RetroShare:master' into cleanupoldiconsandnewsvg 2022-02-25 18:05:41 +01:00
defnax
235ef6f509 removed old icons & cleanup 2022-02-12 11:49:50 +01:00
defnax
dc0cddae7e removed clean up old icons, replaced some by svg 2022-02-12 00:07:23 +01:00
csoler
c3c171125d improved the logic of certificate handling in UI 2022-02-11 15:10:28 +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
hunbernd
a432b94351 Fix remove friend from group
Fix missing update after creating a new group
2021-10-03 21:55:08 +02:00
csoler
bd6148ab0f removed debug output 2021-03-11 23:42:09 +01:00
csoler
a5afc2226c fixed sorting lost issue in Network 2021-03-11 21:12:14 +01:00
csoler
30e59133cb proper loading/saving of onLineFriendsOnTop and showOffLineFriends 2021-03-10 21:43:37 +01:00
csoler
e750a3fced improved debug output and code in NewFriendList sorting 2021-03-10 21:04:23 +01:00
csoler
61a79b296e fixed expanded group items in NewFriendList. Added more debug info 2021-03-10 20:43:43 +01:00
csoler
2b9a290a85
Merge pull request #2350 from csoler/v0.6-BugFixing_10
Bug fixing in FriendList
2021-02-28 19:59:57 +01:00
csoler
1f8b49ea29 removed debug info from NewFriendList 2021-02-28 15:56:27 +01:00
csoler
761a4ee3ef fixed auto-scrolling in NewFriendList 2021-02-28 15:50:18 +01:00
csoler
b16c30bc3f fixed registration of event handler 2021-02-26 23:20:48 +01:00
csoler
339948a15c added missing event for FriendList when friends added now that notifyQt is not used anymore 2021-02-26 23:01:41 +01:00
csoler
3356509044 removed regular update of node info in friend list model as it does not seem to be needed 2021-02-21 20:55:38 +01:00
csoler
5f705686fa removed connections to notifyQt in NewFriendList since they are now handled by rsEvents 2021-02-21 20:18:29 +01:00
Phenom
1293da2206 Fix NewFriendList item Font defined in QSS 2021-02-17 11:52:29 +01:00
csoler
3f89a3300d added event handling when peer discovery is received 2021-02-06 14:57:22 +01:00
csoler
d4141c493d moved calls to setDynamicSortFilter(false) into constructors of sort proxy models 2021-02-02 12:37:15 +01:00
Phenom
6b519838b1 Fix Friend List Status 2021-01-25 20:15:04 +01:00
csoler
f2b1cccf42 added missing delete in NewFriendList destructor 2020-12-22 22:51:35 +01:00
csoler
d5d0314940 always show empty groups in FriendList so that they still can be deleted 2020-12-05 20:50:36 +01:00
csoler
24735c2235 fixed keeping sort order in any case in network friend list 2020-11-12 23:44:12 +01:00
csoler
f8721ad60f Merge remote-tracking branch 'upstream/master' into v0.6-BugFixing_2 2020-11-12 23:17:55 +01:00
Phenom
f8d7bd5d74 Fix Save Network Friends Headers Size 2020-11-12 19:02:40 +01:00
csoler
9a2749dbe5 added flags to invite system to unify the different variables and made sure the HomePage contains at least current IP (not fully tested) 2020-11-09 22:42:28 +01:00
csoler
ca94fba8e3 removed deprecated Send message to whole group feature from FriendList 2020-11-02 20:17:23 +01:00
csoler
c640fd779d fixed comflicts with upstream 2020-09-27 20:51:05 +02:00
defnax
b84e58aa9a cleanup old icons 2020-09-14 20:53:16 +02:00
csoler
2e6a87a2ea merged upstream/master 2020-09-11 21:36:45 +02:00
csoler
deaba61eec
Merge pull request #2044 from csoler/v0.6-BugFixing
Fix for crashes in FriendList and FileLists
2020-08-22 21:50:37 +02:00
csoler
daf92ce62c save both column width and column visibility in friend list 2020-08-22 20:46:39 +02:00
csoler
44444207f7 save/restore hidden columns when switching which column is visible in FriendList 2020-08-22 20:23:42 +02:00
csoler
da21a40eda keep expand state when showing/hiding IPs and last connection state 2020-08-22 19:14:46 +02:00
csoler
335cd9a7c2 hack to fix crashes in network list 2020-08-21 18:42:12 +02: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
Phenom
b6b581f4b0 Fix NewFriendList delete by Keyboard 2020-04-30 10:29:15 +02:00
Gioacchino Mazzurco
4c0baa1ec3
Fix JSON API event handler registering behavior
As a bonus the behaviour is now homogeneous between C++ API and JSON API
Fix a bunch of compiler warning
RsEvents implementation is now safer
mHandlerMaps size is known at compile time, so use an std::array instead
  of vector
2020-04-14 12:24:57 +02:00
defnax
eb96350a5f cleanup & remove old icons with new one 2020-03-03 16:26:47 +01:00