csoler
fd85965e7d
added preview widget when creating pochannel posts
2020-06-13 16:14:15 +02:00
csoler
f1092b4a29
added post editing
2020-06-13 15:00:30 +02:00
csoler
f8deebfc5a
fixed updating of data after read status change
2020-06-13 14:31:39 +02:00
csoler
ebaf5e63c3
added star for new posts
2020-06-13 13:38:19 +02:00
csoler
f40d7a75b3
fixed a few UI bugs in channel posts
2020-06-12 11:00:51 +02:00
defnax
2b8d65b31f
Fixing default stylesheet for Channel label
2020-06-11 22:48:21 +02:00
csoler
67e8b87750
attempt to fix UI bug that automatically deselected after setting msg as read
2020-06-11 22:17:33 +02:00
csoler
2faaccbb7a
fixed a few cosmetic details in channels model and UI
2020-06-11 21:55:52 +02:00
defnax
92379b3534
Added open file feature for file status widget
...
* Added open file feature for file status widget
2020-06-11 16:32:55 +02:00
csoler
ebbdc082c0
implemented sorting manually in channel files lists
2020-06-10 23:16:32 +02:00
csoler
8c3c973d02
changed filtering model to a hand-made solution
2020-06-10 22:04:34 +02:00
csoler
85ce2c0f33
fixed bug in files model
2020-06-10 20:08:23 +02:00
csoler
cbf4ce6670
fixed some errors in model
2020-06-10 19:05:41 +02:00
csoler
3412bb2a8f
fixed compilation
2020-06-10 18:30:43 +02:00
csoler
ba6269311d
minor changes to files view
2020-06-10 18:24:02 +02:00
defnax
2baa551348
added stretch factor for the splitter
2020-06-09 23:32:18 +02:00
csoler
c9019a7e99
added sorting and filtering for files using a QPSortFilterProxyModel but it doesnt work yet
2020-06-09 21:08:21 +02:00
defnax
dc61167733
store splitter position
2020-06-09 21:03:55 +02:00
csoler
32050af8da
fixed bug causing impossibility to display thumbnails with one post only
2020-06-08 21:26:48 +02:00
csoler
405fd2b5ca
removed some unused buttons
2020-06-08 21:09:23 +02:00
csoler
730a3be2e4
added filtering for posts
2020-06-08 20:56:59 +02:00
csoler
1cb6369cb6
added comments
2020-06-07 22:50:17 +02:00
csoler
944c5b3592
added list of files for the whole channel
2020-06-07 14:50:31 +02:00
csoler
591ffc2fa7
added display of selected item and empty widget for channel files
2020-06-06 22:37:44 +02:00
csoler
baf7b06e4c
fixed double click problem on files
2020-06-06 21:51:40 +02:00
csoler
fecd4369ec
fixed a few bugs in posts model
2020-06-06 21:32:06 +02:00
csoler
129ffdd6c5
fixed auto-layout of thumbnails
2020-06-06 19:07:03 +02:00
csoler
3106157ab0
fixed layout for thumbnails
2020-06-06 13:58:14 +02:00
csoler
89fc77ef8e
fixed bug causing crash when clicking on non channel entries
2020-06-05 22:47:29 +02:00
csoler
facad382cf
fixed a few UI glitches
2020-06-05 22:43:43 +02:00
csoler
d39c476131
fixed entering editing event.
2020-06-05 18:07:33 +02:00
csoler
b9c41b31d4
added QStyledItemDelegate based on ChannelFilesStatusWidget. Not working yet.
2020-06-05 17:34:56 +02:00
csoler
a5dd33e085
improved widgets. Added file list (with dump delegate), labels, etc
2020-06-04 21:50:27 +02:00
csoler
e0cf9768fc
improved layout
2020-06-04 19:50:34 +02:00
csoler
a38d5aba14
added missing files
2020-06-03 22:49:13 +02:00
csoler
da968379d6
improved design: moved channel details+posts into tabs, and added tabs for comments+post details
2020-06-03 21:06:37 +02:00
csoler
5a6c8de005
fixed abstract item model for channels. Display still missing
2020-06-02 22:22:36 +02:00
csoler
198733a763
started implementing an abstract item model for channels
2020-06-01 22:00:49 +02:00
Phenom
ee0cc25b13
Fix Channels Mark All as Un/Read.
2020-05-22 12:33:54 +02:00
csoler
2a5adddc3b
Merge pull request #1881 from PhenomRetroShare/Add_VotesOn_getPostData
...
Add Votes when calling getPostData.
2020-05-21 22:38:06 +02:00
Phenom
f6260a95ae
Add Votes when calling getPostData.
2020-05-13 00:36:14 +02:00
csoler
ce6abe5d66
made GxsNotify for messages with more granularity. Removed RsGxsCircleMsg class that was not used.
2020-05-03 23:20:13 +02:00
csoler
f5af7dfeb3
fixed up top bar tooltips to display what the numbers actually mean
2020-04-27 21:56:43 +02:00
csoler
5120f693be
Merge pull request #1859 from csoler/v0.6-ImprovedGUI_4
...
Making channels faster to load
2020-04-21 19:30:49 +02:00
csoler
38e89d4055
fixed merge with upstream/master
2020-04-19 21:53:02 +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
fa8968797c
added some tests to insertGroupData() to avoid inconsistent calls
2020-04-16 21:35:57 +02:00
csoler
ac02b68b34
first step of partial channel loading: only load all posts from meta data
2020-04-15 21:55:16 +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
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
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
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
28a21392ca
removed TokenQueue from UserNotify
2020-04-04 22:54:54 +02:00
csoler
72a22bcc88
removed more dead code
2020-04-03 10:54:06 +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
csoler
55c810f848
first pass for converting GxsMessageFrameWidget to blocking API
2020-03-29 23:21:48 +02:00
csoler
6c1f09a53b
completely removed TokenQueue from GxsGroupDialog and GxsGroupFrameDialog
2020-03-22 21:47:14 +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
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
54a0319f33
fixing missed icon
2020-02-26 22:26:07 +01:00
defnax
e19f97f820
more cleanup
2020-02-22 13:24:30 +01:00
defnax
87f64a1e2b
removed old unused icons
2020-02-22 01:26:20 +01:00
csoler
8e153b4acc
started removal of GxsBroadcastBase class
2020-02-06 19:57:23 +01:00
csoler
595df99310
fixed notifications for distant search results in channels
2020-02-03 21:39:05 +01:00
csoler
0cdce37af4
added proper unregister calls in destructors of classes that register a event handler
2020-01-31 22:37:21 +01:00
csoler
90bb6c0011
fixed notifications in forums, posted and channels
2020-01-27 21:38:57 +01:00
csoler
fb9282f588
moved UserNotify to MainPage level, and added RsEvent handling code in Posted
2020-01-26 23:19:20 +01:00
csoler
c75d372f24
merged upstream/master
2020-01-17 22:16:24 +01:00
csoler
c552890459
attempt to sort out the mess in item deletion in FeedHolder widgets
2020-01-14 21:43:29 +01:00
csoler
2bd5bb5a3e
fixed merge with master
2020-01-11 00:08:36 +01:00
Gioacchino Mazzurco
37b5d8f307
Fix few glitches in Cyril PR
2020-01-07 00:54:49 +01:00
Gioacchino Mazzurco
c96223a2a8
Merge "Switched security items to new notification system #1735 " csoler-v0.6-SecNotification
2020-01-06 15:09:06 +01:00
csoler
c544b1da7c
changed RsEvents so that it takes event types when registering handlers, which limits the number of handlers called for each event
2019-12-29 13:50:54 +01:00
defnax
824fc5049b
update the licence & added the changes for Channel message composer
2019-12-23 21:26:54 +01:00
csoler
3d7ae59df7
changed enum to enum class and made names globally more consistent for RsEvents
2019-12-17 21:41:21 +01:00
csoler
c348366eef
added notifications for channel posts
2019-12-16 23:52:09 +01:00
csoler
a54cf981a6
fixed forum/channel subscribe notifications
2019-12-16 22:44:37 +01:00
defnax
d6b67bc41b
updated authors & website links & on channel files view to move Download/Status button to the middle
2019-12-09 21:13:51 +01:00
defnax
fd04d386ce
Added to display the created time to display & feed ui fixes
2019-12-03 23:59:40 +01:00
defnax
836a872fd6
Added for Channel Messages to checkt the length
2019-11-18 18:52:27 +01: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
csoler
b6b840a673
added missing explicit sizes for some pixmaps
2019-06-04 13:41:51 +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
e0af46eb85
added new method to create a channel with more explicit parameters and JSon API for it
2019-03-30 22:53:14 +01:00
defnax
94997bd0d3
Added infoframe for Posted List Widget
...
* Added infoframe for Posted List Widget
* Fixed channels infoframe look both same
2019-03-28 02:00:42 +01:00
defnax
c2ebd10aa6
Count subscribers on the channels subscribe button like Youtube
2019-03-27 19:33:10 +01:00
csoler
450fcbb0e7
Merge pull request #1459 from defnax/master
...
Improved Posted Links & Subscribe button look like Youtube/Reddit style
2019-03-19 23:44:14 +01:00
Phenom
1e65089930
Fix Warnings for class 'RsGxsChannelPost' was previously declared as a
...
struct
In file included from ../../../trunk/retroshare-gui/src/gui/gxschannels/
GxsChannelPostsWidget.cpp:27:
In file included from temp/ui/ui_GxsChannelPostsWidget.h:31:
../../../trunk/retroshare-gui/src/gui/gxschannels/
GxsChannelFilesWidget.h:28:1: warning: class 'RsGxsChannelPost' was
previously declared as a struct [-Wmismatched-tags]
class RsGxsChannelPost;
^
../../../trunk/libretroshare/src/retroshare/rsgxschannels.h:65:8: note:
previous use is here
struct RsGxsChannelPost : RsSerializable
^
../../../trunk/retroshare-gui/src/gui/gxschannels/
GxsChannelFilesWidget.h:28:1: note: did you mean struct here?
class RsGxsChannelPost;
^~~~~
struct
2019-02-15 00:06:48 +01:00
defnax
ef451b9b92
Merge pull request #5 from RetroShare/master
...
update to latest master
2019-01-23 15:28:26 +01:00
csoler
9c24f5c718
Revert "removed HeaderFrame where it's not needed"
2019-01-19 22:36:19 +01:00
defnax
36022edbc1
Merge pull request #4 from RetroShare/master
...
update fork
2019-01-19 17:19:34 +01:00
zapek
bb038ab3e0
removed HeaderFrame where it's not needed; changed the font of top
...
tooltips to be the same
2019-01-18 23:30:52 +01:00
defnax
97299347f0
Restored back the changes
...
Removed attach image button
2019-01-18 15:14:42 +01:00