Phenom
b529de29e6
Add Ability to undock a chat lobby to a window.
2020-04-18 15:37:54 +02:00
csoler
27bbd50f1f
Merge pull request #1860 from csoler/v0.6-ImprovedGUI_5
...
fixed bug causing forums to collapse when browsing messages
2020-04-17 23:51:32 +02:00
csoler
27f2a191c8
Merge pull request #1830 from defnax/removing-some-default-stylesheet
...
Removing some default stylesheet froms Messages & ChatWidget & icon changes
2020-04-17 17:16:18 +02:00
csoler
e351b0353d
fixed bug causing forums to collapse when browsing messages
2020-04-17 17:12:23 +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
915e197223
Merge pull request #1857 from csoler/v0.6-GxsDbFix
...
Quick fix to allow plugin loading
2020-04-15 11:09:05 +02:00
csoler
59508d4c7e
fixed plugin loading
2020-04-14 21:38:52 +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
csoler
87790fe82b
Merge pull request #1856 from PhenomRetroShare/Fix_HideRSImageBlockWidgetWhenChangingForumPost
...
Hide RSImageBlockWidget when changing Forum Post.
2020-04-14 21:08:51 +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
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
bc748bf152
improved variable name and comment for GxsRequest::ansType
2020-04-13 13:35:35 +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
a8f94f9d74
cosmetic changes: std::cerr=>RsErr(), __PRETTY_FUNCTION__, removed debug flags, etc
2020-04-12 14:00:29 +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
eb14a5ed4c
Merge pull request #1852 from drbob/theWire-ui-improvements
...
Improvements for TheWire UI
2020-04-11 13:25:10 +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
csoler
b7363b4d4e
fixed supid bug causing msgs to not be correctly retrieved
2020-04-10 22:23:49 +02:00
csoler
e433a64bb2
implemented new version of selection for only latest messages
2020-04-10 22:09:34 +02: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
4e66455ac0
started to re-write the getMsgMeta and Ids in gxsdataaccess for better efficiency. Lastest msgs only net yet functional
2020-04-09 22:55:13 +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
b51520bccf
Merge pull request #1846 from G10h4ck/millisec_dbg_message
...
Add millisecond details to debug messages timestamp
2020-04-08 16:39:31 +02:00
G10h4ck
9b33e46ddb
Merge pull request #1850 from G10h4ck/GitlabCI
...
Support for GitlabCI
2020-04-08 12:45:36 +02:00
Gioacchino Mazzurco
ee86f88149
GitlabCI fix typo in test
2020-04-08 12:10:07 +02:00
Gioacchino Mazzurco
4968bb56ab
GitlabCI use better variable to determine source dir
2020-04-08 12:10:07 +02:00
Gioacchino Mazzurco
5f85a897ba
GitlabCI remove unuseful steps and fix variable
2020-04-08 12:10:07 +02:00
Gioacchino Mazzurco
490ac43d02
GitlabCI fix CI_REGISTRY_IMAGE for merge requests
2020-04-08 12:10:06 +02:00
Gioacchino Mazzurco
ac11ae9a40
GitlabCI install jq in outer docker image where it is executed
...
Export needed variable that is missing in merge requests
2020-04-08 12:10:06 +02:00
Gioacchino Mazzurco
4890411964
GitlabCI look for jq
2020-04-08 12:10:06 +02:00
Gioacchino Mazzurco
be28a1cbfb
Add Gitlab CI build status
2020-04-08 12:10:06 +02:00
Gioacchino Mazzurco
8303f42af0
GitlabCI fix some tests
2020-04-08 12:10:06 +02:00
Gioacchino Mazzurco
a95b99dcb4
GitlabCI install curl and jq in base image
2020-04-08 12:10:06 +02:00
Gioacchino Mazzurco
463d46a26f
GitlabCI add rules to trigger pipeline on merge requests
2020-04-08 12:10:05 +02:00
Gioacchino Mazzurco
31424cd2f0
GitlabCI remove extra indentation from yaml multiline
2020-04-08 12:10:05 +02:00
Gioacchino Mazzurco
8098eb1225
Initial work on GitlabCI
2020-04-08 12:10:05 +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
7c77e82b1e
added output to GxsRequest for debug purposes
2020-04-07 16:56:28 +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
65af73f8eb
fixed up new version of GxsDataAccess
2020-04-06 18:34:57 +02:00