csoler
3356509044
removed regular update of node info in friend list model as it does not seem to be needed
2021-02-21 20:55:38 +01:00
csoler
5f705686fa
removed connections to notifyQt in NewFriendList since they are now handled by rsEvents
2021-02-21 20:18:29 +01:00
csoler
dfa088acac
Merge pull request #2308 from csoler/v0.6-BugFixing_9
...
V0.6 bug fixing 9
2021-02-13 14:13:18 +01:00
defnax
1d5396d509
Fixed Avatar storing on Avatar Dialog
2021-02-10 23:29:33 +01:00
csoler
faadd24ef3
Merge remote-tracking branch 'upstream/master' into v0.6-BugFixing_8
2021-02-09 20:43:22 +01:00
csoler
7a4bd87fe9
attempt to fix random crash in boards
2021-02-08 23:14:43 +01:00
csoler
d9721746c3
Merge pull request #2287 from csoler/v0.6-BugFixing_8
...
Added early check of ExtAddrFinder and notify about its results
2021-02-08 09:45:31 +01:00
csoler
3f89a3300d
added event handling when peer discovery is received
2021-02-06 14:57:22 +01:00
csoler
104facdfe2
Merge pull request #2263 from csoler/v0.6-BugFixing_8
...
Attempt to improve BW graph
2021-02-03 21:57:07 +01:00
Phenom
010f98ac19
Fix ElidedLabel ToolTip background color.
2021-02-02 18:42:54 +01:00
csoler
d4141c493d
moved calls to setDynamicSortFilter(false) into constructors of sort proxy models
2021-02-02 12:37:15 +01:00
defnax
425b8dd5bb
Fixed text for Avatar/Sticker info
2021-01-31 19:04:59 +01:00
csoler
2e9408a386
Merge pull request #2259 from PhenomRetroShare/Fix_GxsGroupHeaderLastStretch
...
Fix to get Gxs Group last column stretchable.
2021-01-30 20:10:17 +01:00
csoler
60893e2344
first modifications to improve BW graph
2021-01-30 00:03:10 +01:00
Phenom
0dc6386d79
Fix Use ElidedLabel for Forum Name
2021-01-29 10:50:34 +01:00
Phenom
b6b5c513d6
Fix to get Gxs Group last column stretchable.
2021-01-28 09:47:18 +01:00
Phenom
6b519838b1
Fix Friend List Status
2021-01-25 20:15:04 +01:00
csoler
93e725e8aa
Merge pull request #2239 from PhenomRetroShare/Add_GxsGroupTreeColumnHeaderShow
...
Add GroupTreeWidget show header action.
2021-01-23 13:40:29 +01:00
defnax
85afe64086
Merge pull request #2237 from defnax/avatar-dialog-improvements
...
Added to load stickers in Avatars dialog to use as Avatar
2021-01-22 19:02:51 +01:00
defnax
c746af23ed
Fixed to load the stickers only one time
2021-01-21 22:57:27 +01:00
Phenom
a0bf49448d
Add GroupTreeWidget show header action.
...
It's not possible to resize them.
Friend's posts column can be shown too to understand sort.
Menu to show column is visible for all type of item.
2021-01-21 15:09:43 +01:00
defnax
55d8ff7b6d
Added scrollarea for the avatar/sticker widget to avoid to stretch dialog
2021-01-20 22:25:57 +01:00
defnax
53ab47cf4a
Added to use on AvatarWidget on click the Avatar Dialog
...
* Added to use the Avatar Dialog for the AvatarWidget too
* Fixed the info text
* Update stylesheet for the info frame
2021-01-19 22:30:35 +01:00
Phenom
24ab1d6929
Fix for running with Self-Built Qt
...
beginRemoveRows(QModelIndex(),0,-1);
Failed because:
void QAbstractItemModel::beginRemoveRows(const QModelIndex &parent, int
first, int last)
{
Q_ASSERT(first >= 0);
Q_ASSERT(last >= first);
Q_ASSERT(last < rowCount(parent));
Last assert is important too.
So prefer use beginResetModel().
2021-01-19 14:25:35 +01:00
defnax
ed228485d0
Added Stickers to load in Avatars Dialog to use a Avatar
...
* Added function to load stickers in Avatars Dialog to use a Avatars
* Added ZoomableLabel with crop image feature from PR #2236
2021-01-18 23:39:00 +01:00
defnax
17f32db687
Added Dark theme for the graphframe
...
* Added Dark theme for the graphframe
* Added Combobox for switch
* Added for other graphs the settings
* Added fix by phenom for get stored the configs for the statistics pages
* Removed uneeded line from the toolbar
* New icon for Identities stats page
2021-01-16 12:42:33 +01:00
Phenom
bfb1159ca0
Fix RSElidedItemDelegate
2021-01-15 12:04:02 +01:00
Phenom
480a99b9bb
Fix Distant Chat Avatar Status Update
2021-01-14 12:41:02 +01:00
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
f2b1cccf42
added missing delete in NewFriendList destructor
2020-12-22 22:51:35 +01:00
csoler
1a5a99f076
show last contact and IP on closed profiles to be the data of the most recent node
2020-12-17 21:17:17 +01:00
csoler
733b059571
Merge pull request #2161 from csoler/v0.6-BugFixing_5
...
V0.6 bug fixing 5
2020-12-15 20:50:14 +01:00
csoler
aad27ff94b
renamed "count" to "size" in DirDetails
2020-12-13 20:03:21 +01:00
csoler
d5d0314940
always show empty groups in FriendList so that they still can be deleted
2020-12-05 20:50:36 +01:00
Phenom
457206272c
Add Remove Only Selected in Network Keyring.
2020-11-24 15:51:39 +01:00
csoler
24735c2235
fixed keeping sort order in any case in network friend list
2020-11-12 23:44:12 +01:00
csoler
f8721ad60f
Merge remote-tracking branch 'upstream/master' into v0.6-BugFixing_2
2020-11-12 23:17:55 +01:00
Phenom
f8d7bd5d74
Fix Save Network Friends Headers Size
2020-11-12 19:02:40 +01:00
Phenom
9dcb4af645
Add View Source in RSTextBrowser
2020-11-10 16:28:15 +01:00
csoler
9a2749dbe5
added flags to invite system to unify the different variables and made sure the HomePage contains at least current IP (not fully tested)
2020-11-09 22:42:28 +01:00
Phenom
bfbee1bdec
Add View Source in RSTextBrowser
2020-11-09 15:26:08 +01:00
csoler
d2bd947252
fixed bug due to passing shared_ptr to RsThread::async() without making an explicit copy before
2020-11-08 18:25:20 +01:00
Phenom
47a2a78350
Fix RSTreeView Header first Painting
2020-11-06 11:05:08 +01:00
Phenom
d1c10d3c0e
Fix Forum Post Resize
...
[ ] forums: Clicking on diffent forum items causes changing of the width
of the left pane.
2020-11-04 12:09:50 +01:00
csoler
ca94fba8e3
removed deprecated Send message to whole group feature from FriendList
2020-11-02 20:17:23 +01:00
csoler
a59a9c2650
changed display menu icon to something more appropriate
2020-10-22 22:09:25 +02:00
csoler
c6b6a148ef
limit the size of group description in GroupTreeWidget tooltip
2020-10-14 20:44:54 +02:00
csoler
fa627e6347
Merge pull request #2069 from csoler/v0.6-ChannelsGUI
...
Fixes for channels GUI
2020-10-03 21:09:38 +02:00
csoler
c640fd779d
fixed comflicts with upstream
2020-09-27 20:51:05 +02:00
csoler
56f3df6737
removed "0 files" mention
2020-09-26 17:47:09 +02:00