Commit Graph

7145 Commits

Author SHA1 Message Date
csoler
ac02b68b34
first step of partial channel loading: only load all posts from meta data 2020-04-15 21:55:16 +02:00
csoler
b03ddda6c3
Merge pull request #1858 from csoler/v0.6-ImprovedGUI_4
attempt to fix bug in forum search
2020-04-15 20:10:51 +02:00
csoler
d31f5d1159
attempt to fix bug in forum search 2020-04-15 11:31:26 +02:00
csoler
05e3ab9dcd
Merge pull request #1854 from PhenomRetroShare/Fix_ForumMarkAllAsRead
Fix Forum Mark All As Read.
2020-04-14 21:22:41 +02:00
csoler
1d875d13fa
Merge pull request #1855 from PhenomRetroShare/Fix_MessageDeleteButton
Fix Message Delete Button.
2020-04-14 21:11:03 +02:00
Phenom
92b4097fe5 Hide RSImageBlockWidget when changing Forum Post. 2020-04-14 16:13:51 +02:00
Phenom
69a0fa64da Fix Forum Mark All As Read.
Now only mark changed post to reduce DB access.
2020-04-14 14:32:53 +02:00
Phenom
2dc2b3598d Fix Message Delete Button.
Now, frame is cleared and next message selected.
2020-04-14 14:29:37 +02:00
Gioacchino Mazzurco
37854c8f23
Fix compiler error on 32bit platforms 2020-04-14 12:26:21 +02:00
Gioacchino Mazzurco
dc9ba74bdd
Add missing postToObjcted in RsGxsUpdateBroadcast
Deprecate RsGxsUpdateBroadcast each service should handle its own event
2020-04-14 12:24:57 +02:00
Gioacchino Mazzurco
4c0baa1ec3
Fix JSON API event handler registering behavior
As a bonus the behaviour is now homogeneous between C++ API and JSON API
Fix a bunch of compiler warning
RsEvents implementation is now safer
mHandlerMaps size is known at compile time, so use an std::array instead
  of vector
2020-04-14 12:24:57 +02:00
Gioacchino Mazzurco
55d466f79b
Initial work on RsFiles links support in libretroshare 2020-04-14 12:17:01 +02:00
csoler
b6c5e2f188
Merge pull request #1847 from csoler/v0.6-GxsDbFix
This branch aims at fixing the requests problems in RsGxsDataAccess
2020-04-13 14:13:33 +02:00
csoler
54f8ef1ffe
fixed small bug causing read/unread and new msgs to not update immediately 2020-04-12 23:07:42 +02:00
csoler
f74c65fcc0
created a specific GxsEvent for Group Statistics changes and handle it in the GUI for all friends at once every 2 min at most 2020-04-11 20:52:35 +02:00
drbob
0113aed20f Disable follow / rate buttons, and fix time filter periods 2020-04-11 16:23:12 +10:00
drbob
7d8323f3e2 Cleanup WireDialog
Cleanup WIreDialog UI, removing unused bits
Switch Groups to LHS and Add Simple Time Filter.
2020-04-11 16:07:40 +10:00
drbob
124781c1e0 Fixup PulseAddDialog and underlying datatypes
Cleaned up UI, removing unnecessary sidebar.
Added cleanup of Dialog to reset properly
Disabled URL adder, until it is complete
Added ComboBox for reply sentiment
Only enable Post button when length between 1 and 999 characters
Add Icon to WireGroup (future proofing datatype)
2020-04-11 12:55:04 +10:00
drbob
9e0d56f408 TheWire UI Improvements
Ensure that PulseAddDialog updates ReplyTo pulse correcly.
PulseDetails actions enabled correctly.
Allow selection of WireGroup by clicking in list.
2020-04-10 21:36:31 +10:00
csoler
37074d81ff
fixed uninitialized memory read 2020-04-09 22:56:59 +02:00
csoler
b0e61376f1
removed calls to getServiceStatistics from GxsUserNotify and replaced by info collected by GxsGroupFrameDialog 2020-04-08 21:11:53 +02:00
csoler
c60f1d1331
fixed merge with upstream/master 2020-04-08 10:41:47 +02:00
csoler
e0462b8411
Merge pull request #1845 from csoler/v0.6-FT4
Removed TokenQueue from GxsTransportStatistics
2020-04-08 10:25:41 +02:00
csoler
ebee69df96
fixed up display of GroupStatisticsReq and moved priorities to RsTokReqOptions 2020-04-07 22:42:01 +02:00
csoler
bddd90df43
fixed bug causing some GxsGroupFrameDialog not to show content 2020-04-06 22:11:32 +02:00
csoler
5c71a46c52
fixed up the update of message count using a flag to only update when necessary, which limits drastically the calls to getGroupsStatistics() 2020-04-06 21:55:07 +02:00
csoler
25467dda9f
Merge pull request #1831 from drbob/thewire_fix_message_display
TheWire fixup up display of messages
2020-04-05 11:33:27 +02:00
csoler
5fd355f0f7
fixed compilation 2020-04-05 10:47:27 +02:00
drbob
1c20d75a03 Update photo/wire/wiki interfaces to support Blocking Group API.
Add blocking API Group Interfaces for photo,wire and wiki services.
Add service blocking API calls for createGroup/updateGroup/getGroupData.
Update GUI classes to match new GxsGroupDialog Interfaces.
2020-04-05 15:04:39 +10:00
csoler
28a21392ca
removed TokenQueue from UserNotify 2020-04-04 22:54:54 +02:00
csoler
4653f18dd1
removed TokenQueue from GxsTransportStatistics 2020-04-04 22:00:52 +02:00
csoler
72a22bcc88
removed more dead code 2020-04-03 10:54:06 +02:00
csoler
cd98f02246
removed askForDeferredSelfSignature() and made IdEditDialog comply with this 2020-04-02 22:24:14 +02:00
csoler
0cc871da60
removed TokenQueue from IdEditDialog PGP Signed identities still not working 2020-04-01 22:34:47 +02:00
csoler
d9b74beb44
removed more dead code and fixed a bug in GxeMessageFramePostWidget 2020-03-31 22:51:53 +02:00
csoler
36b5f18579
removed more dead code 2020-03-31 22:27:26 +02:00
csoler
9b42940cd7
removed dead code 2020-03-31 22:21:14 +02:00
csoler
4e3cb16535
removed token queue from CreateGxsChannelMsg 2020-03-31 22:10:11 +02:00
csoler
cf7a77e512
finished converting GxsMessageFrameWidget to blocking API 2020-03-31 20:21:16 +02:00
drbob
3402aa861f Merge branch 'master' into thewire_fix_message_display 2020-03-31 21:23:51 +11:00
csoler
55c810f848
first pass for converting GxsMessageFrameWidget to blocking API 2020-03-29 23:21:48 +02:00
csoler
c18dfb39c3
added some more debug info and proper error output to GxsDb 2020-03-26 23:19:34 +01:00
csoler
8cf78b072b
added more info when loading forums 2020-03-26 17:10:29 +01:00
csoler
5dcbb978c3
improvement of autoloading of GxsGroupFrameDialog 2020-03-26 16:47:37 +01:00
defnax
3115a3f307 update search icon 2020-03-24 16:05:47 +01:00
defnax
09b7e00b9f fixed missed icons 2020-03-24 14:41:37 +01:00
defnax
858d8142b0 rename some notify settings strings links to boards
* rename some notify settings strings links/posted to boards
* connect attempt to Friend requests
2020-03-24 13:31:50 +01:00
defnax
a630d1b6ac update the chat window icons 2020-03-23 18:31:56 +01:00
csoler
0f5fd198a4
removed debug info in db access 2020-03-22 22:06:49 +01:00
csoler
6c1f09a53b
completely removed TokenQueue from GxsGroupDialog and GxsGroupFrameDialog 2020-03-22 21:47:14 +01:00
csoler
7ba83272cf
re-enabled GroupMetaCache in GxsGroupFrameDialog and only reload fully when needed 2020-03-22 02:33:51 +01:00
csoler
83b130fa90
fixed icon for own forums 2020-03-22 02:11:56 +01:00
csoler
05afc40804
fixed a few bugs 2020-03-21 17:44:58 +01:00
csoler
b8ec91aac5
fixed missing returns 2020-03-21 15:46:52 +01:00
csoler
2387150f64
1/4 convertion of GxsGroupFrameDialog to blocking API 2020-03-21 15:25:34 +01:00
csoler
cd4594d0a3
merged with upstream/master 2020-03-19 09:15:45 +01:00
csoler
5408427ea8
added auto delete active token feature to RsGxsIfaceHelper 2020-03-17 00:13:29 +01:00
defnax
ea214d18e6 Removed a unnecessary frame from WikiDialog & correcting indentations
* Removed a unnecessary frame from WikiDialog & correcting indentations
* Removed unused icons
2020-03-15 17:29:05 +01:00
csoler
4c4b7ce754
Merge pull request #1826 from csoler/v0.6-FT4
attempt to solve GXS data access problems in new blocking API
2020-03-13 14:37:53 +01:00
drbob
fc53af2646 TheWire fixup up display of messages
Process messages to group replies correctly and sort by age.
Expand message display to include replies.
Add coloring to distinguish between replies and actual msgs.
Enable subscribe / unsubscribe buttons.
Add Selection of which set of groups are visible.
Add missing setNetworkExchangeService calls for photo + wire services.
2020-03-13 16:44:15 +11:00
csoler
70d0c7b1b3
quick workaround to avoid crash in loadCircles() 2020-03-12 22:12:06 +01:00
defnax
9a5f839550 fixing some layout issues on the search frame 2020-03-12 21:43:58 +01:00
defnax
5708be6472 Removed some default stylesheets from ChatWidget & Messages 2020-03-12 19:53:37 +01:00
csoler
aa05348d55
removed token queue from PostedCreatePostDialog 2020-03-11 22:41:19 +01:00
csoler
b8cab68885
Merge pull request #1821 from defnax/Cleanup-&-remove-old-with-new-icons
Cleanup & remove old with new icons
2020-03-10 19:04:04 +01:00
defnax
10c20ae2c6 restored the tab icon size to the default for Messages 2020-03-10 16:55:16 +01:00
defnax
3cc0adab22 Added to count own groups too 2020-03-09 23:22:52 +01:00
csoler
401c4f26ba
Merge pull request #1820 from defnax/fixing-settings-pages
Fixing settings pages
2020-03-09 22:47:45 +01:00
csoler
dc3c3488df
added blocking API for createComment() in GxsCommentService and removed token queue from GxsCreateCommentDialog 2020-03-09 21:01:55 +01:00
defnax
15afbc32cf Removed unnecessary icons from main tree Channel & Forums
* Removed unnecessary icons from the main tree Channel & Forums
* Fixed to display the Flag icon for the Distribution column
2020-03-09 16:53:27 +01:00
defnax
cff0fad937 Put the Login Dialog in the acreen center of the window 2020-03-09 14:12:20 +01:00
csoler
4031b081c5
Merge pull request #1824 from drbob/photos_improve_sharing
Updates to PhotoSharing service
2020-03-08 23:14:38 +01:00
csoler
1f0678075f
merged upstream/master 2020-03-06 22:12:06 +01:00
defnax
991c07116b added missed icon 2020-03-06 16:16:32 +01:00
drbob
88f76c5fbb Update the data in photoitems
Update PhotoItem members
 - remove excessive fields in Photo
 - add RsGxsFile to Photo
 - update ShareMode for Album
 - renamed photo.mThumbnail to mLowResImage
Update Photo GUI
 - enable setting of AlbumExtra parameters.
 - added data for Ordering of photos
 - stop showing duplicates in PhotoSlideShow
2020-03-07 00:13:25 +11:00
defnax
a480d995d6 Set the TextBrowser transparent for better look 2020-03-06 00:22:53 +01:00
defnax
6ac03ecf7c moved share flags label to the Directories tab 2020-03-05 22:31:16 +01:00
defnax
5eb62a96a6 added back the changes for icons.qrc 2020-03-05 21:25:12 +01:00
defnax
e11c83f833
Merge pull request #89 from RetroShare/master
update to master
2020-03-05 21:22:24 +01:00
defnax
a0f151b252 restore icons back 2020-03-05 21:20:16 +01:00
defnax
4acbb062eb removed unused defines 2020-03-05 21:11:16 +01:00
defnax
06b0600e6a update icons 2020-03-05 16:09:00 +01:00
defnax
22fa7b15e9 update icon & screenshots 2020-03-05 15:36:19 +01:00
defnax
a1ca048082 cleanup & update some icons 2020-03-05 02:10:45 +01:00
csoler
48d09b5867
fixed bug in calling setItemWidget on a possibly null item 2020-03-04 22:43:17 +01:00
defnax
eb96350a5f cleanup & remove old icons with new one 2020-03-03 16:26:47 +01:00
defnax
fedd0b22e5 Set back the right tab by default
* Set back show the right tabs by default
* Added for Files Tabs it taked to much space before
2020-03-03 14:05:52 +01:00
drbob
70d1d65cbf enforce AuthorID requirement for Albums
Improve GxsGroupDialog to support required AuthorID.
Remove unused AlbumCreateDialog
Update Defaults for PhotoShare
2020-03-03 21:56:35 +11:00
csoler
87e92e5229
simplified loginc in deleting duplicate items 2020-03-02 22:08:13 +01:00
defnax
0529c5d1aa added some icons for photos 2020-03-02 21:47:18 +01:00
defnax
08e3401503 attempting to fix layout issues 2020-03-02 19:40:44 +01:00
defnax
a57632c1b4 fixing the Album create icon 2020-03-01 20:13:18 +01:00
csoler
5ffa5aacd2
Merge pull request #1810 from defnax/messages-improvements
Messages improvements
2020-03-01 19:03:46 +01:00
csoler
97e7df82c5
Merge pull request #1816 from csoler/v0.6-FT4
TokenQueue cleanup
2020-03-01 17:29:44 +01:00
defnax
34f6a6ecf1 corrected the news feed 2020-03-01 16:30:49 +01:00
csoler
d96ce490d4
improved Circle editor ID selection list 2020-03-01 11:35:24 +01:00
csoler
8be92f24b6
removed TokenQueue from CircleCreationDialog 2020-02-29 23:48:37 +01:00
drbob
a089bc6e06 add missing files to retroshare-gui.pro 2020-03-01 09:37:42 +11:00
csoler
5ccc59e2ea
removed TokenQueue from FriendSelectionWidget 2020-02-29 23:07:01 +01:00
csoler
34fc132003
removed misleading warning about null circle id in newsfeed 2020-02-29 12:13:51 +01:00