csoler
7613fe1a44
Merge pull request #2245 from csoler/v0.6-BugFixing_7
...
Fixing the token queues
2021-01-25 20:48:48 +01:00
csoler
eef16461d6
async markRead in channels to make it faster
2021-01-24 22:33:23 +01:00
csoler
537957a2ea
added missing acknowledge token in channels and fasten up markAllRead by using async on each post
2021-01-24 22:17:02 +01:00
defnax
5fc31d2c32
Added new widgets for the Channels & Boards comments notify for Activity Stream
2021-01-22 21:31:51 +01:00
csoler
95fc1a56c8
Merge remote-tracking branch 'upstream/master' into v0.6-BugFixing_6
2021-01-21 18:15:08 +01:00
csoler
ccd6df5c5f
removed smiley substitution in Posted and other places where not strictly necessary
2021-01-21 17:58:23 +01:00
csoler
4fa5aa6c2c
Merge pull request #2238 from PhenomRetroShare/Fix_OldQtSplitCompil
...
Fix Old Qt Split Compil
2021-01-21 15:34:58 +01:00
Phenom
be33ca0f01
Fix Old Qt Split Compil
2021-01-20 17:12:13 +01:00
csoler
f491e3c20e
fixed conflict with master
2021-01-19 22:34:44 +01:00
Phenom
c3ab730dae
Fix Channel Files Sort Order
2021-01-19 19:56:08 +01:00
csoler
20082321e7
removed variable shadowing another
2021-01-19 19:42:24 +01:00
Phenom
24ab1d6929
Fix for running with Self-Built Qt
...
beginRemoveRows(QModelIndex(),0,-1);
Failed because:
void QAbstractItemModel::beginRemoveRows(const QModelIndex &parent, int
first, int last)
{
Q_ASSERT(first >= 0);
Q_ASSERT(last >= first);
Q_ASSERT(last < rowCount(parent));
Last assert is important too.
So prefer use beginResetModel().
2021-01-19 14:25:35 +01:00
csoler
af696639cc
fixed channel UI so that comment label is only shown when a new comment is here
2021-01-12 22:31:59 +01:00
csoler
5a1e6b8b60
added context menu with copy link in channel posts files
2021-01-09 15:40:15 +01:00
defnax
3dd7a2c2f6
Fixed to use for share on channel as file attachment
2020-12-29 15:23:42 +01:00
csoler
733b059571
Merge pull request #2161 from csoler/v0.6-BugFixing_5
...
V0.6 bug fixing 5
2020-12-15 20:50:14 +01:00
csoler
f8086d7b97
fixed text in CreateGxsChannelMsg
2020-12-15 20:42:17 +01:00
csoler
e493bdec8a
fixed typo
2020-12-15 09:33:49 +01:00
csoler
d4e5a2ea83
added warnign when channel post shares files from extra list
2020-12-14 22:10:55 +01:00
csoler
7e7f56440c
moved check about missing local files in channel post to a later stage in the post creation (just before send) so that it always captures it
2020-12-14 21:48:43 +01:00
csoler
b3a6ec67de
improved description of what Last Post means in boards and channels, added tooltips
2020-12-05 21:04:04 +01:00
csoler
a3b7dbe55e
fixed merge
2020-12-01 09:35:11 +01:00
csoler
ac7e2b5582
fixed redraw of channels and boards info when editing the group data
2020-11-28 23:10:40 +01:00
csoler
d842c6fe52
Merge remote-tracking branch 'upstream/master' into v0.6-BugFixing_4
2020-11-28 21:34:32 +01:00
csoler
6c13d4bf4d
attempt to fix default sorting in channel file list
2020-11-28 16:51:02 +01:00
csoler
b19c8116de
Merge pull request #2117 from defnax/channel-composer-improvements
...
[Channels] Improved the Channel Composer & small fixes
2020-11-27 19:52:33 +01:00
csoler
bce514115d
added proper notifications when a group is deleted
2020-11-25 23:35:20 +01:00
defnax
1bf251f8f7
Added a "Remove Thumbnail" button to remove a unwanted Thumbnail from the post easy & fast.
2020-11-22 15:41:06 +01:00
defnax
b900a79448
* moved the Title back to the old place
2020-11-19 20:38:51 +01:00
defnax
c50826e32f
Improved the Channel Composer & small fixes
...
* Fixed the issue with stretching of the RichTextEdit
* Improved the Layout
* Moved the Channel Name to the Top Right to be visible always
* Added option to hide the Thumbnail frame when needs more space for Post Edit/Blog Posting
2020-11-16 21:55:00 +01:00
csoler
6617946fbd
fixed bug causing missing of statistics update in channels, and missing of update when publish key is received
2020-11-15 20:49:48 +01:00
csoler
c32f90f84d
added security check to avoid crash in counting comments, when a comment refers to no post (due to sync limits)
2020-11-13 23:28:49 +01:00
csoler
f8721ad60f
Merge remote-tracking branch 'upstream/master' into v0.6-BugFixing_2
2020-11-12 23:17:55 +01:00
Phenom
68e027b227
Fix GXS (Forum/Channel/Boards) RSLink
...
Have to add ID: tag in Board Filter due to range view.
2020-11-10 15:33:44 +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
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
0a6e15c524
clear comments when switching channels
2020-11-08 15:38:37 +01:00
csoler
d472053960
fixed missing call to update comments in GxsChannelPostsModel
2020-11-08 14:57:17 +01:00
csoler
08e2987154
added icon over posts with comments in channels
2020-11-07 20:52:50 +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
207dfabbca
hide comments checkboxes in channel creation dialog since it is not used
2020-11-05 22:56:20 +01:00
csoler
31cde36d59
fixed re-setting current message as read when leaving a channel
2020-11-05 22:46:49 +01:00
csoler
de2499ce6e
fixed text and condition for post sync warning
2020-11-02 18:23:50 +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
defnax
bea5a9fa51
Added back counting on Subscribe button
2020-11-01 14:43:26 +01:00
csoler
a053bedca2
partial attempt to fix selection in comments tree
2020-10-30 23:22:52 +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