csoler
8d121a1038
fixed accepting connection attempts from unknown peers using short invite system
2019-12-14 18:24:46 +01:00
csoler
536c0852d4
fixed compilation
2019-12-13 23:58:17 +01:00
csoler
3a3fc25205
finished removing last AddFeedItem from msg, posted, forums and channels
2019-12-13 23:40:21 +01:00
csoler
eef5a5a8ef
added new events for circles
2019-12-12 00:00:51 +01:00
csoler
9790b98605
fixed "connexion refused by peer" message
2019-12-06 22:45:33 +01:00
csoler
b85be7cc8e
simplified the addIfUnique mechanism in NewsFeed by using a data-based identifier for items
2019-12-03 22:30:13 +01:00
csoler
31968f82f2
fixed a few typos
2019-12-02 22:34:14 +01:00
csoler
b3dddd117b
Merge pull request #1718 from defnax/Update-the-news-Feed-items-&-removed-the-default-old-stylesheets
...
Update the news feed items & removed the default old stylesheets
2019-11-26 22:07:30 +01:00
csoler
3834939eae
fixed size problem in channel feed items
2019-11-26 21:00:17 +01:00
defnax
01c5c270a7
Removed the old stylsheets from the news feeds & update the icons
2019-11-26 15:32:49 +01:00
defnax
13b8fe77f9
Improved Circle Feed Item
2019-11-24 17:32:51 +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
bc8adb74c4
Merge pull request #1502 from defnax/added-group-icons-for-posted-links
...
Added group icons for posted links
2019-04-18 21:56:07 +02:00
csoler
e76ad99f3b
removed explicit size on channel feed buttons that causes unbalanced items in high DPI screens
2019-03-24 19:59:43 +01:00
defnax
b6c7afe989
Added for posted links group icons
2019-03-22 11:13:07 +01:00
csoler
45a2d22b45
firther license cleaning/fixing
2018-12-27 16:35:21 +01:00
csoler
a506c80d80
fixed licenses in elastic+feeds
2018-11-13 22:02:26 +01:00
csoler
7ab7c7db93
added possibility to remove extra shared file
2018-09-27 16:53:08 +02:00
csoler
84699db744
changed std::vector into std::set in notification system, hence removing lots of std::find(std::vector::begin(),std::vector::end(),T), causing quadratic costs in multiple places.
2018-06-21 15:46:59 +02: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
csoler
3bc5b456a5
added a FeedItem to warn when publish permissions are received for a channel
2018-02-27 22:42:48 +01:00
csoler
49b321d132
fixed the text in invitation system
2018-02-23 14:39:08 +01:00
csoler
5a4d0f57d1
made the invite system non automatic, because it was confusing and could generate unwanted emails
2018-02-23 14:26:23 +01:00
csoler
3f8ff6489b
first attempt at creating a display model for transfers. Not finished yet.
2018-02-04 22:56:13 +01: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
ef13e03e5a
Fix SecurityIpItem isSame
2017-10-22 11:52:21 +02:00
Phenom
64899e40e8
Fix clang warning: unused variable 'SFI_DEFAULT_PERIOD'
...
/retroshare-gui/src/gui/feeds/SubFileItem.cpp:69: warning: unused
variable 'SFI_DEFAULT_PERIOD' [-Wunused-const-variable]
const uint32_t SFI_DEFAULT_PERIOD = (30 * 3600 * 24); /* 30 Days
*/
2017-07-16 21:40:29 +02: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
csoler
9a5e46dd49
Revert "attempt to delay channel post loading on demand when displayed"
2017-07-03 22:07:06 +02:00
csoler
b6d5c55516
attempt to delay channel post loading on demand when displayed
2017-07-03 21:48:17 +02:00
Phenom
adfc5949c0
Fix GxsChannelPostItem button, like "download" or "Play" never shown.
2017-06-23 20:33:43 +02:00
Phenom
aa64c4d3c5
Add Circle Feed Item.
2017-06-11 16:16:41 +02:00
csoler
7691a8ef2f
removed debug info
2017-06-07 21:41:20 +02:00
csoler
9da1e1ce05
fixed proper comment number in channels feeds
2017-05-20 17:53:25 +02:00
csoler
51710c10a0
merge comments between channel item versions
2017-05-20 17:33:05 +02:00
csoler
6b09fa0f67
allow GxsFeedItems to have versions. Unfinished (does not compile)
2017-05-18 22:31:52 +02:00
csoler
84e588b7e0
switch file to REMOTE state in subfileitem if the attachment has already been checked in the past but the file is not here anymore
2017-05-15 21:37:22 +02:00
csoler
18e37deba0
hide download buttons when the file is local in sub file item
2017-05-14 21:41:26 +02:00
csoler
f832f3dc82
added delete button to channel attached files
2017-05-14 21:26:45 +02:00