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
csoler
01bb4b09a9
added ifdefs around debug info and fixed a few bugs in channel post edit
2017-05-13 20:41:56 +02:00
csoler
5044ac12ca
moved the edit button from top bar to each channel post
2017-05-11 23:44:57 +02:00
Phenom
19b4fb892c
Add Friend Time Offset news feed.
2017-04-27 16:42:25 +02:00
RetroPooh
c9ddd04925
channel item display layout fix correct comments view
2017-03-02 19:00:54 +03:00
RetroPooh
939b5b4ad0
fix channel item display layout
2017-03-02 18:08:35 +03:00
RetroPooh
e408751919
newsfeed item layout for new channel made uniform with forums
2017-03-02 15:49:12 +03:00
defnax
9226ccc5ca
Added invite info frame for Friend Request Messages.
2017-02-07 17:01:36 +01:00
defnax
bc8aac1ca6
Added warn messagebox before send invite
2017-02-02 17:15:32 +01:00
defnax
7861b092c3
Fixed to display Avatars and nickname on news feeds Messages Item for Distant Messages.
...
Added for Invite Message RS_MSG_USER_REQUEST flag & auto send invites to outbox.
Optimized Messages Item for Invite Messages, display a Send Invite Button, to send back own rs cert link via Distant Message.
2017-01-29 19:01:38 +01:00
csoler
7bbb993769
disabled emoticons from messages and toasters, since they significantly slow down the whole software
2017-01-20 23:00:05 +01:00
csoler
f3b3d2b262
disabled emoticon replacement in GxsChannelPostItem and chat lobby toaster and chat toaster, where there are not needed as compare to how problematic they can be
2017-01-19 14:01:54 +01:00
csoler
cb61d58b12
disabled emoticon replacement in channel title because it causes channels to load extremely slowly due to the enormous amount of emoticons
2017-01-19 13:49:17 +01:00
Phenom
674b6de381
Fix Some gcc warnings 383 to 208 lines
...
Left explicit #warning and deprecated.
Some lines are wrong indented and produce mal formed code.
2016-11-30 22:01:01 +01:00
defnax
6682a7a491
added new mainwindow icons for RetroShare.
2016-08-16 22:02:30 +02:00
Phenom
ea6bbac732
Add Comment Number On Button.
2016-08-07 14:40:04 +02:00
Phenom
7c7da7e6d1
Fix Posted Feed Item when received comment.
2016-07-23 01:48:35 +02:00
Phenom
d84fdff2e1
Fix GxsChannelPostItem when received comment.
2016-06-18 20:10:14 +02:00
csoler
d512c4a35a
enabled new link type for posted (patch from Fanch)
2016-04-12 22:59:12 -04:00
Phenom
e639dc57ce
Fix connect for avatar updateAvatar in ChatMsgItem and MessengerWindow.
...
As it is already connected in AvatarWidget's constructor.
2016-02-18 11:48:58 +01:00
electron128
7cd880e1e4
removed member gxs_id from ChatId class, because ChatId now uses tunnel ids stored in distant_chat_id for distant chat.
...
reverted naming confusion in in libresapi ChatHandler and fixed author of distant chat messages (distant chat is still unfinished)
2015-12-05 17:00:57 +01:00
thunder2
737da1201d
Fixed crash in ChatMsgItem::removeItem when "mParent == NULL".
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8605 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-07-12 21:56:12 +00:00
csoler
ebc8bb072c
fixed a few icons and sizeHint functions. Removed unused SFListDelegate files from compilation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8571 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-29 16:08:17 +00:00
thunder2
846d5f4f50
Optimized fill of feed items by moving the fill of the hidden area to the first expand of the frame.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8514 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-17 18:59:12 +00:00