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
dcbcc95e41
fixed missing delete of Files delegate in channel model
2020-08-15 21:11:11 +02:00
csoler
243ba595f0
added missing virtual destructors possibly causing memory leaks
2020-08-15 13:41:21 +02:00
csoler
98edbc55d2
fixed memory leak in SharedFilesDialog where destructor was not freeing the tree models
2020-08-15 13:18:39 +02:00
csoler
9ae790e80b
fixed memory leak due to QPainter::save() called twice but restore() called only once
2020-08-15 12:56:27 +02:00
drbob
fe5a0e023e
Merge pull request #2038 from drbob/TheWire-fix-Show-Follow-Buttons
...
[TheWire] fix Show and Follow Buttons
2020-08-11 12:13:27 +10:00
thunder2
2a5b35fbca
Merge branch 'master' of github.com:RetroShare/RetroShare
2020-08-10 03:25:02 +02:00
drbob
d0104e0364
Get Republishing Pulses working
...
* Copy Original Pulse data for Republished Pulses
* Add LHS | to indicate republish
* Update Ref Icon in PulseTopLevel
* Add FollowParent button in PulseTopLevel
* display republished pulses as part of PulseFocus view
2020-08-08 15:52:31 +10:00
drbob
ca2da39167
TheWire fix Show and Follow Buttons
...
* Add Icons to Buttons
* Wire up Follow Buttons (add in a couple of places too)
* Show / Hide buttons depending on Following status
* Handle cases where Msgs / Groups unavailable
2020-08-07 23:54:14 +10:00
drbob
c64fb331f7
Add view history to WireDialog.
...
- record views as triggered.
- Back and Forward buttons above the view.
2020-08-05 21:17:44 +10:00
csoler
035010af76
Merge pull request #1970 from drbob/TheWire-rework-ui
...
TheWire rework UI, and update Data Messages.
2020-08-03 14:57:03 +02:00
drbob
5b19e994b5
Merge pull request #1 from defnax/wire-changes
...
Added to display the headshot images on the group item
2020-08-03 20:28:56 +10:00
drbob
3f9acd7ef8
Remove old Pulse display
...
Remove PulseItem / PulseDetails classes
Switch all Message retrieval away from TokenQueues
Remove Original PulseItem View
2020-08-03 19:30:29 +10:00
G10h4ck
9587cfd4d9
Merge pull request #2009 from hunbernd/feature/msys2enhancements
...
Reworked msys2 build scripts
2020-08-01 18:00:19 +02:00
drbob
0522c7907a
Merge branch 'master' into TheWire-rework-ui
2020-07-30 21:45:59 +10:00
csoler
7d12a7a085
switched to async loading of ids statistics
2020-07-11 22:26:24 +02:00
csoler
4af3f3742a
fixed text
2020-07-11 21:35:33 +02:00
csoler
6ea6e7f89e
added count for per usage and per service uses
2020-07-11 20:54:58 +02:00
csoler
de6b986c01
added histograms
2020-07-11 16:16:06 +02:00
csoler
a1c901e22a
added per-service stats
2020-07-10 22:39:17 +02:00
csoler
fcf8c57345
started display widget for GxsId statistics
2020-07-09 22:03:09 +02:00
csoler
bac8e0be70
added widget for displaying info about identities. Not ready yet
2020-07-08 23:35:44 +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
csoler
07655e287e
fixed cleaning up of search results
2020-07-04 00:05:29 +02:00
csoler
4d872d5778
added missing cleaning of distant search results in GUI
2020-07-03 22:48:33 +02:00
csoler
8d40224c37
fixed sizes in forums and removed duplicate text on distribution column
2020-06-30 18:10:28 +02:00
csoler
c58aa688d1
fixed proper display of group for context strings
2020-06-25 21:25:22 +02:00
csoler
ba486a0029
multiple improvements in distant channel search and general display of distant search results
2020-06-25 21:15:37 +02:00
csoler
500f572b98
merged with master
2020-06-25 16:53:18 +02:00
csoler
05d311e55c
Merge pull request #2022 from defnax/small-fixes-channels
...
[Channels] Fixed to get work selection color on dark stylesheets
2020-06-25 16:47:17 +02:00
defnax
ec92afa2fe
Fixed to get work selection color on darkstylesheets
...
* Fixed to get work selection color on dark stylesheets
* Show group icon on the tabs
2020-06-25 16:36:16 +02:00
defnax
598f9f1964
Fixing margins
2020-06-25 14:36:38 +02:00
defnax
7c89140bcc
Fixing layout issues on Channel Composer
2020-06-25 14:28:40 +02:00
G10h4ck
638ef80788
Merge pull request #2018 from G10h4ck/memory_optimization
...
Reduce memory usage due to copying in RsQThreadUtils::postToObject
2020-06-25 11:30:06 +02:00
csoler
69b51fecb7
Merge pull request #1994 from csoler/v0.6-ChannelsGUI
...
Abstract item model for channels
2020-06-24 23:22:44 +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
csoler
0eb8edf824
fixed open in new tab system
2020-06-23 22:00:14 +02:00
csoler
c23d994bfc
fixed update of channel data on tabs
2020-06-23 21:53:03 +02:00
csoler
b21193e460
tried to improve the logic in tab system. Not finished yet
2020-06-23 21:37:36 +02:00
csoler
d39b09c5bc
added zoom of thumbnails on control+wheel
2020-06-23 20:24:14 +02:00
csoler
97ad766863
fixed selection of current item from link in channels
2020-06-23 00:44:09 +02:00
csoler
1c2e094f20
removed tab system temporarily until we fix it
2020-06-22 23:52:59 +02:00
csoler
d0a373c14f
print more debug info and added missing emit to display the channel tab name after loading
2020-06-21 21:43:10 +02:00
csoler
800a7499d8
Merge pull request #15 from defnax/small-fixes
...
Clear more fields when blank tree is selected
2020-06-19 23:06:00 +02:00
csoler
6a3fe9ebf0
added copy link and navigate functions.
2020-06-19 23:03:13 +02:00
hunbernd
a5d23d0b3f
Merge remote-tracking branch 'remotes/retroshare/master' into feature/msys2enhancements
2020-06-19 22:48:43 +02:00
csoler
7bb56953bd
using shorter name for publish column
2020-06-18 18:54:43 +02:00