csoler
41a263eccc
removed std::unique_ptr in a few places where it made code far too complicated and less easy to debug
2020-12-24 00:45:19 +01:00
csoler
fd2eed8b24
fixed wrong display of error when creating a new GxsId
2020-12-04 14:39:48 +01:00
csoler
bce514115d
added proper notifications when a group is deleted
2020-11-25 23:35:20 +01:00
csoler
883dfd9c99
fixed quadratic cost in IdDialog::loadCircles().
2020-11-17 23:54:43 +01:00
csoler
5957a262d3
fixed 2 other missing postToObject causing GUI calls in async places
2020-11-15 16:17:44 +01:00
csoler
9e94057a66
added warning about number of destinations in msg composer and in IdDialog
2020-11-14 13:37:49 +01:00
csoler
e9c12f6aed
Merge pull request #2076 from defnax/Buttons-fixes
...
Changed the buttons to use QPushButton for Create & Post Buttons
2020-10-22 00:05:47 +02:00
defnax
4b9ef5d375
Hide the Tags frame on Edit Mode
2020-10-21 22:26:40 +02:00
csoler
a65c59aa2a
fixed bug causing some own identities to not be editable
2020-10-16 22:40:58 +02:00
defnax
df29e22be0
Changed the buttons to use QPushButton which is easier with stylesheets
...
* Changed the buttons to use QPushButton which is easier with stylesheets
* Use standard strings Create or Post or Update ( not more OK or Send)
*Added default stylesheet colors for Create & Post Buttons
2020-10-12 21:46:06 +02:00
defnax
28f1afb362
Show the rights tabs on Channels and People
2020-10-10 14:02:51 +02:00
csoler
c640fd779d
fixed comflicts with upstream
2020-09-27 20:51:05 +02:00
defnax
b84e58aa9a
cleanup old icons
2020-09-14 20:53:16 +02:00
csoler
76511479af
switched all explicit pixmap from files to shared FilesDefs::getPixmapFromQtResourcePath()
2020-08-19 16:19:42 +02:00
csoler
209355b9a5
converted all calls to QIcon("somefile.png") into FilesDefs::getIconFromQtResourcePath("somefile.png") to save memory duplicated by Qt
2020-08-15 22:17:52 +02:00
csoler
6d665868e8
fixed usage info statistics in identities
2020-07-08 12:56:40 +02:00
csoler
57a1c4bf5d
attempt to improve the info about GXS id usage
2020-07-07 23:01:20 +02:00
csoler
79fce47d75
added service mail in identity usage statistics
2020-07-07 19:45:53 +02:00
Gioacchino Mazzurco
3b37c1e9ad
Remove more copying of big structures in RsQThreadUtils::postToObject
2020-06-24 00:57:16 +02:00
Gioacchino Mazzurco
d2b9b9f094
Reduce memory usage due to copying in IdDialog::updateCircles
...
Heaptrack reported 141MB of RAM where used by this method most proably
due to the group metadata list being copied accross lambdas and
threads more then necessary.
Use an unique_ptr to safely avoid copying of big structure around.
2020-06-23 23:38:22 +02:00
defnax
58cfbbd823
Enabled sorting for gxs transport statistics, view details & small changes
...
* Enabled sorting for gxs transport statistics
* Context menu to view author details on gxs transport groups
* ui layout fixes for view boards details
* Display counting for people tree
2020-06-04 19:38:46 +02:00
defnax
fd6b69bcac
Merge pull request #1943 from PhenomRetroShare/Fix_RsElidedItemDelegateStyleSheet
...
Fix RSElidedItemDelegate to use StyleSheet as default but defined colors
2020-05-19 19:28:52 +02:00
csoler
d52d9c909b
Merge pull request #1875 from csoler/v0.6-GxsGroup
...
Add group change notifications (e.g. circle invites, forum moderation, etc)
2020-05-17 22:37:03 +02:00
Phenom
384ae46706
Fix RSElidedItemDelegate to use StyleSheet as default but defined colors
...
if they are.
If none, use Base Delegate.
2020-05-17 13:27:35 +02:00
csoler
2bfaadce0b
attempt to fix crash in revoke ids from circle
2020-05-11 19:02:33 +02:00
csoler
6f6e0de5f1
merged with upstreamm/master
2020-05-09 22:33:27 +02:00
csoler
0c3b8641af
fixing some bugs in circles backend
2020-05-09 18:07:56 +02:00
Phenom
546e87fd39
Fix warning: ‘op’ may be used uninitialized in this function
...
../../../trunk/retroshare-gui/src/gui/Identity/IdDetailsDialog.cpp: In
member function ‘void IdDetailsDialog::modifyReputation()’:
../../../trunk/retroshare-gui/src/gui/Identity/IdDetailsDialog.cpp:
327:30: warning: ‘op’ may be used uninitialized in this function [-
Wmaybe-uninitialized]
327 | rsReputations->setOwnOpinion(id,op);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
2020-05-09 14:36:06 +02:00
csoler
d7dab2ae88
fixed uninitialized memory read causing a crash (reportted y sehraf)
2020-05-09 10:55:19 +02:00
Phenom
0eaa121457
Fix RsElidedItemDelegate for StyleSheet
...
Now StyleSheet is applied well.
2020-05-04 11:35:33 +02:00
csoler
32baccae97
finished cleaning GxsCircle Notifications
2020-05-02 15:09:32 +02:00
csoler
39fe2f2211
added save/restore of hierarchy in circles
2020-05-01 21:36:26 +02:00
csoler
767440afc5
added circle invite notifications
2020-04-28 21:39:38 +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
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
36b5f18579
removed more dead code
2020-03-31 22:27:26 +02: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
csoler
70d0c7b1b3
quick workaround to avoid crash in loadCircles()
2020-03-12 22:12:06 +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
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
csoler
87e92e5229
simplified loginc in deleting duplicate items
2020-03-02 22:08:13 +01:00
csoler
a050669a93
remved tokenQueue from IdDetailsDialog and attempt to fix crash in Circles due to deleting an item that is still in the tree
2020-02-24 22:21:38 +01:00
csoler
737b846e23
Merge branch 'master' into v0.6-FT4
2020-02-22 21:11:00 +01:00
csoler
bb498c3dc0
Merge pull request #1803 from defnax/removed-old-unused-icons
...
Removed old unused icons
2020-02-22 17:47:32 +01:00
defnax
bb22b03b62
removed old icons & restored few back
2020-02-22 15:41:34 +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