Commit Graph

15142 Commits

Author SHA1 Message Date
csoler
d2bd947252 fixed bug due to passing shared_ptr to RsThread::async() without making an explicit copy before 2020-11-08 18:25:20 +01:00
csoler
542650a919 fixed comment count in channels 2020-11-08 15:49:00 +01:00
csoler
0a6e15c524 clear comments when switching channels 2020-11-08 15:38:37 +01:00
csoler
66f256a64a
Merge pull request #2098 from PhenomRetroShare/Add_DownloadAllInChannelPost
Add Download All files in Channel post
2020-11-08 15:22:02 +01:00
csoler
d472053960 fixed missing call to update comments in GxsChannelPostsModel 2020-11-08 14:57:17 +01:00
csoler
608a754f92
Merge pull request #2099 from PhenomRetroShare/Add_IMHistoryNoModal
Change Chat History Dialog to no modal.
2020-11-08 10:49:14 +01:00
csoler
08e2987154 added icon over posts with comments in channels 2020-11-07 20:52:50 +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
3cac0c030d added NEW_COMMENT and NEW_VOTE to rsEvents types in Posted and Channels 2020-11-07 16:55:15 +01:00
csoler
dc90d6f6dc renamed SSGXSChannelGroup to GxsChannelGroupInfo, mCount in RsGxsChannelPost to mAttachmentCount and added a mCommentCount member. Also added some missing override in p3gxschannels.cc 2020-11-06 23:08:18 +01:00
Phenom
c5a80cce36 Add Download All files in Channel post 2020-11-06 18:08:08 +01:00
csoler
e0ce5632ef
Merge pull request #2097 from PhenomRetroShare/Fix_RSTreeViewHeaderResize
Fix RSTreeView Header first Painting
2020-11-06 13:19:39 +01:00
Phenom
47a2a78350 Fix RSTreeView Header first Painting 2020-11-06 11:05:08 +01:00
csoler
207dfabbca hide comments checkboxes in channel creation dialog since it is not used 2020-11-05 22:56:20 +01:00
csoler
4dac402adb restored read/unread for pinned posts 2020-11-05 22:50:12 +01:00
csoler
31cde36d59 fixed re-setting current message as read when leaving a channel 2020-11-05 22:46:49 +01:00
csoler
1dd54317c7 fixed pinned post immediate update by adding the proper rsEvent notification when updating own group data. Should also help in circles 2020-11-04 22:30:30 +01:00
csoler
7ff930e03a
Merge pull request #2096 from PhenomRetroShare/Fix_ForumPostResize
Fix Forum Post Resize
2020-11-04 14:32:21 +01:00
Phenom
d1c10d3c0e Fix Forum Post Resize
[ ] forums: Clicking on diffent forum items causes changing of the width
of the left pane.
2020-11-04 12:09:50 +01:00
csoler
f1a76ad301
Merge pull request #2094 from G10h4ck/libupnp14_compile_fix
Fix compilation with libupnp 1.14.0
2020-11-04 09:17:10 +01:00
csoler
acac1103d5
Merge pull request #2095 from PhenomRetroShare/Fix_ForumSelectBckgColor
Fix Forum Post Selection BackGround Color
2020-11-04 09:14:26 +01:00
Phenom
3be360ffc1 Fix Forum Post Selection BackGround Color 2020-11-04 08:53:58 +01:00
Gioacchino Mazzurco
079180c790
Fix compilation with libupnp 1.14.0
Based of sehraf patch https://github.com/RetroShare/RetroShare/issues/2072#issuecomment-703299870
2020-11-03 17:53:52 +01:00
csoler
07775e5262 added icon for pinned posts and removed colored background 2020-11-02 21:23:04 +01:00
csoler
ca94fba8e3 removed deprecated Send message to whole group feature from FriendList 2020-11-02 20:17:23 +01:00
csoler
de2499ce6e fixed text and condition for post sync warning 2020-11-02 18:23:50 +01:00
csoler
5efe472055 disabled HTML in comments since it does not add supportable features 2020-11-01 22:53:12 +01:00
csoler
7be387993b fixed copy of entire message in comment 2020-11-01 22:45:11 +01:00
csoler
b667ccd645
Merge pull request #2093 from defnax/Subscribe-Button
Added back counting on Subscribe button
2020-11-01 22:23:14 +01:00
csoler
c8939bf8fb
Merge pull request #2089 from defnax/Postbutton-fix
Fixing the Post buttons to get disabled when the limit has been exceeded
2020-11-01 22:07:14 +01:00
csoler
d868ee3e42 best version so far to allow copy of data using a QTextEdit in comments (needs to enable the USE_NEW_DELEGATE #ifdef) 2020-11-01 20:28:57 +01:00
defnax
2d7038c02a Fixing indentation 2020-11-01 16:01:37 +01:00
defnax
bea5a9fa51 Added back counting on Subscribe button 2020-11-01 14:43:26 +01:00
csoler
def89fd633
Merge pull request #2092 from amir28/patch-2
Fix Appveyor Windows build failing
2020-10-31 14:07:57 +01:00
amir28
e6f7c4ba67
Fix Appveyor Windows build failing
Combine several commits from https://github.com/RetroShare/RetroShare/pull/2090 to one
2020-10-31 16:27:54 +03:30
csoler
a053bedca2 partial attempt to fix selection in comments tree 2020-10-30 23:22:52 +01:00
defnax
9072feca82 Added missed line 2020-10-30 19:03:55 +01:00
defnax
20c3064e78 Added check message length for Comments Composer 2020-10-30 18:18:51 +01:00
csoler
dcb227da7c
Merge pull request #2083 from csoler/v0.6-BugFixing_2
[WIP] fixing GUI bugs
2020-10-29 20:12:14 +01:00
defnax
11d3583233 * Fixing the Post buttons to get disabled when the limit has been exceeded 2020-10-28 22:53:42 +01:00
csoler
b5cfa46073 fixed missed notification in Messages when new/draft msg happens by switching to new event system 2020-10-28 21:26:07 +01:00
csoler
b74e6dbe42 removed misplaced auto-download from subscribe button, and enable/disable subscribe for distant search results 2020-10-26 20:46:50 +01:00
csoler
874e095ee8 set comments scroll mode to continuous 2020-10-26 18:49:38 +01:00
csoler
74edefcc43 added infrastructure to track oingoing distant GXS group requests 2020-10-25 22:47:48 +01:00
csoler
30956f8de5
Merge pull request #2088 from defnax/stylesheet-fix-standard
Fixing some default stylesheets & the Layout for the ChatLobby info L…
2020-10-25 19:53:33 +01:00
defnax
1469be18aa Fixing some default stylesheets & the Layout for the ChatLobby info Labels 2020-10-25 19:06:51 +01:00
csoler
d086975d54 hide/show sync parameters if group is subscribed or not 2020-10-24 21:40:36 +02:00
csoler
c30107c248 added up-to-date info about sync period in group data details (channels, boards, forums) and warning when the sync period is too small w.r.t. the date of last post 2020-10-24 21:17:34 +02:00
csoler
709b323b03 improved layout in channel post widget 2020-10-24 14:19:34 +02:00
csoler
8903abe98c added pastFromClipboard button and confirmation when closing with ESC in channel post creation 2020-10-24 14:07:45 +02:00