defnax
01f02f2138
Fixed to use colored links for labels
2025-06-27 19:55:16 +02:00
csoler
234a510d6f
fixed possible crash in channel feed item being deleted during async loading
2023-08-10 23:28:03 +02:00
csoler
ac4b9b2971
removed token system from GxsCommentDialog
2022-07-09 22:33:42 +02:00
thunder2
3dfe4e1288
Fixed unused variable warning
2022-01-03 01:03:16 +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
ccd6df5c5f
removed smiley substitution in Posted and other places where not strictly necessary
2021-01-21 17:58:23 +01:00
csoler
906c1f03e4
Merge pull request #2147 from csoler/v0.6-BugFixing_2
...
Still bug fixing 0.6.6-RC1
2020-12-09 22:58:13 +01:00
csoler
af76cf028c
always hide edit post button in channel feeds. Feed is not the place for editing posts
2020-12-05 16:31:23 +01:00
defnax
15d1b1c4fc
Fixed that the images are not deformed
2020-12-05 14:58:27 +01:00
defnax
f67153538f
removed scale contents
2020-12-05 13:39:42 +01:00
defnax
fa64fd0362
Added ZoomableLabel for the Channel Post Feeds
2020-11-29 16:46:02 +01:00
defnax
edf83f0eb3
Hide the Subscribe Button on the Channel Post & Forum MSG Feeds
...
* Hide the Subscribe Button on the Channel Post & Forum MSG Feeds
* Fixed to enabled the RS Links for Channel Names back.
2020-11-19 22:24:03 +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
csoler
1dddff9e5b
added back links to posts in channel feeditems
2020-09-27 20:08:36 +02:00
Phenom
ee0cc25b13
Fix Channels Mark All as Un/Read.
2020-05-22 12:33:54 +02:00
Phenom
f6260a95ae
Add Votes when calling getPostData.
2020-05-13 00:36:14 +02:00
defnax
6dec124131
Fixing comments button icon
2020-05-05 17:56:52 +02:00
Phenom
e0e1411ab9
Fix PR#1907 by setting bool in the place that other.
2020-05-05 09:36:44 +02:00
defnax
2c0cdf398a
Channel loading issue fix by ET
2020-05-04 22:27:57 +02:00
Phenom
e8b8119174
Fix Channel Post Comments Number
2020-04-29 00:52:19 +02:00
csoler
958db27eaa
started improving Boards the same way than Channels. Not working yet
2020-04-21 20:59:14 +02:00
csoler
5b761c72ba
removed debug info
2020-04-19 21:07:53 +02:00
csoler
c84016c3b0
force Qt to use implicit data sharing in icons and pixmaps by using our own cache, and apply this to GxsChannelPostItem
2020-04-19 13:10:30 +02:00
csoler
2a046eacb3
have GxsChannelPostItem only keep a copy of the group meta data instead of the full group data to save memory
2020-04-18 13:45:55 +02:00
csoler
678bcf5830
improved efficiency of channel posts loading
2020-04-17 23:23:59 +02:00
csoler
8cf78b072b
added more info when loading forums
2020-03-26 17:10:29 +01:00
csoler
7e08d24b64
removed most of the token queue system from GxsFeedItems
2020-02-18 20:15:23 +01:00
csoler
ab2e116fd2
properly hide the msgFrame when msg is empty in channel post item
2020-01-18 18:20:29 +01:00
csoler
99a106d277
moved the "new" button on top right position and file label to the right
2020-01-18 17:42:28 +01:00
csoler
765664b4f8
tried to sorted out the layout of channel item
2020-01-18 15:42:04 +01:00
csoler
5df7f7667f
fixed crash in NewFeed when attempting to find a widget using its identifier
2020-01-16 20:33:34 +01:00
csoler
137cb5271d
fixed feed bug by moving away from std::string as a return type to uniqueIdentifier(). Now uint64_ hash is used and cached
2019-12-21 14:33:53 +01:00
csoler
856d1b62a7
moved to QueuedConnection to update the feed count
2019-12-19 21:04:18 +01:00
csoler
3834939eae
fixed size problem in channel feed items
2019-11-26 21:00:17 +01:00
defnax
b62dbb6461
fixed the font metrics
2019-10-12 23:41:18 +02:00
defnax
2df4a1a3e8
changed icons on othe feeds too
...
* changed the icons on other feeds too
* Show on Forum Message Feed the Avatars
2019-10-09 18:06:30 +02:00
defnax
98f35cf8af
Changed the Channed feeds icons
...
Changed the Channed feeds icons
2019-10-06 21:23:19 +02:00
defnax
d089762e12
Changes for thumbnail display & subcribe buttons
...
* Changes for Thumbnail display & subscribe buttons
* Display Poster thumbnails without wasted empty space
*Display the thumbnail as Poster, 1:1 or 16:9 format
*Moved the Subscribe buttons to the left
2019-10-05 21:13:15 +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
a506c80d80
fixed licenses in elastic+feeds
2018-11-13 22:02:26 +01:00
sehraf
428b331d8e
fix for Qt 5.11
...
Quote from Arch mailing list:
- there's been a huge header cleanup in Qt modules. Expect build failures for applications that rely on transitive includes instead of declaring all required headers. Those need to be fixed upstream by explicitely adding the missing includes.
2018-05-25 23:57:11 +02:00
Phenom
f27d312885
Move some Fixed Color to Qss files
2017-11-04 23:37:02 +01:00
Phenom
a4eedf7287
Hide zero File Label (size) in channel post.
2017-10-30 18:35:56 +01:00
Phenom
dcb8a352df
Fix warning: unused variable ‘self’
...
and misleading-indentation
/retroshare-gui/src/gui/feeds/GxsChannelPostItem.cpp:54: warning: unused
variable ‘self’ [-Wunused-variable]
bool self = false;
/retroshare-gui/src/gui/feeds/GxsChannelPostItem.cpp:225: warning: this
‘if’ clause does not guard... [-Wmisleading-indentation]
if(!IS_GROUP_PUBLISHER(mGroup.mMeta.mSubscribeFlags))
2017-07-16 21:07:47 +02:00
csoler
987c10522a
Merge pull request #945 from PhenomRetroShare/Add_RSLinkCreateAsStatic
...
Change RetroShareLink creation methodes as static
2017-07-16 20:16:31 +02:00
csoler
1e98de76a1
fixed filtering for channels when loading items on the fly
2017-07-16 16:56:23 +02:00
Phenom
82addce867
Change RetroShareLink creation methodes as static
...
And remove this warning:
2017-07-16 13:12:07 +02:00
Gioacchino Mazzurco
a97ba803d8
Fix missing include
...
The missing include was causing compilation error
since d876bb721b
2017-07-04 16:41:14 +02:00
csoler
d876bb721b
fixing async loading of channels. To be tested.
2017-07-03 23:21:31 +02:00