csoler
2b9a290a85
Merge pull request #2350 from csoler/v0.6-BugFixing_10
...
Bug fixing in FriendList
2021-02-28 19:59:57 +01:00
csoler
1f8b49ea29
removed debug info from NewFriendList
2021-02-28 15:56:27 +01:00
csoler
761a4ee3ef
fixed auto-scrolling in NewFriendList
2021-02-28 15:50:18 +01:00
csoler
b16c30bc3f
fixed registration of event handler
2021-02-26 23:20:48 +01:00
csoler
339948a15c
added missing event for FriendList when friends added now that notifyQt is not used anymore
2021-02-26 23:01:41 +01:00
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
Phenom
fb61186daa
Fix Uninitialised value in FriendListModel
2021-02-19 14:41:38 +01:00
Phenom
e2e89dc971
Fix UserNotify ToolTip
2021-02-18 18:39:21 +01:00
defnax
5ad2342922
Merge pull request #2281 from PhenomRetroShare/Add_RSTreeWidgetSortMenu
...
Add RsTreeWidget Sort Context Menu
2021-02-17 19:44:41 +01:00
Phenom
1293da2206
Fix NewFriendList item Font defined in QSS
2021-02-17 11:52:29 +01:00
Phenom
d3a0ed7690
Make Gxs categories not sortable, item sort by value and possibility for
...
null to be always at end.
2021-02-16 16:54:14 +01:00
Phenom
861feb113c
Add RsTreeWidget Sort Contect Menu
...
Now Header sort when visible or In context menu is hidden.
2021-02-16 16:54:14 +01:00
RetroPooh
7c5fe7e0a3
hide hashing status in statusbar after extrafiles done
2021-02-15 23:41:44 +03: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