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
Phenom
be33ca0f01
Fix Old Qt Split Compil
2021-01-20 17:12:13 +01:00
csoler
f491e3c20e
fixed conflict with master
2021-01-19 22:34:44 +01:00
csoler
41727210cd
Merge pull request #2221 from PhenomRetroShare/Fix_ForSelfBuiltQtQAssert
...
Fix for running with Self-Built Qt
2021-01-19 22:30:55 +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
csoler
0757b161ba
patched BroadcastDiscivery and GxsNetTunnel so that they respond faster to shutdown
2021-01-19 20:44:21 +01:00
csoler
5fc3108533
removed crash on exit because of double delete
2021-01-19 20:33:30 +01:00
Phenom
c3ab730dae
Fix Channel Files Sort Order
2021-01-19 19:56:08 +01:00
csoler
20082321e7
removed variable shadowing another
2021-01-19 19:42:24 +01:00
csoler
e56add841a
removed useless reload of channel data. Fixed default implicit conversion from pointer to shared_ptr
2021-01-19 19:38:38 +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
csoler
8a506fad9f
Merge pull request #2230 from defnax/graphframe-darkmode-v2
...
Added Dark theme for the graphframe
2021-01-18 21:57:53 +01:00
csoler
80ed4e0e25
Merge pull request #2235 from PhenomRetroShare/Fix_QMakeErrorMessage
...
Fix qmake error:
2021-01-18 21:52:51 +01:00
csoler
ddc0a8c1ec
fixed update of identity list when avatar is changed and changed avatar to use ZoomableLabel
2021-01-18 21:49:03 +01:00
defnax
783c92738a
Merge pull request #2234 from defnax/update.links
...
update links
2021-01-18 19:11:08 +01:00
csoler
5ec3ae8640
Merge pull request #2224 from csoler/v0.6-BugFixing_5
...
continue bug fixing for 0.6.6 (See commits)
2021-01-18 13:24:31 +01:00
csoler
5d805e3798
fixed compilation, removing implicit cast from nullptr to uninitialized std::shared_ptr
2021-01-18 13:23:43 +01:00
Phenom
da02bf8ca1
Fix qmake error:
...
Please specify at least one package name on the command line.
2021-01-18 11:57:38 +01:00
csoler
e73e3232f6
fixed update of avatar/name in signed identities
2021-01-17 23:53:49 +01:00
defnax
dc8e53b2ac
enable copy text for card view
2021-01-17 17:40:09 +01:00
defnax
a21ce4e53b
update links
2021-01-17 17:10:35 +01:00
defnax
7861dcb32e
Merge pull request #2232 from defnax/ui-fixes-7
...
Fixed Group Chat toaster to use No Frame
2021-01-16 23:02:39 +01:00
defnax
66ecc8df76
Fixed Group Chat toaster to use No Frame
...
* Fixed Group Chat toaster to use No Frame
* Hide unused widget on People Dialog
2021-01-16 21:53:19 +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
defnax
f904de68c3
Merge pull request #2226 from PhenomRetroShare/Fix_RSElidedItemDelegate
...
Fix RSElidedItemDelegate
2021-01-16 11:22:15 +01:00
defnax
ac7482baed
Merge pull request #2225 from PhenomRetroShare/Fix_MainWindowDestructorDeleteOrder
...
Fix MainWindow Destructor delete order.
2021-01-16 11:19:22 +01:00
defnax
25116d0dfa
Merge pull request #2229 from PhenomRetroShare/Fix_PhotoServiceCompil
...
Fix Compil with Photo Service
2021-01-16 11:18:42 +01:00
csoler
217aa119ff
limit distant search results to non circle-restricted groups
2021-01-15 22:48:31 +01:00
csoler
fb89dbbfb2
renamed different chat types properly in preferences->chat
2021-01-15 22:48:07 +01:00
Phenom
31acef55d3
Fix Compil with Photo Service
...
CONFIG+=gxsphotoshare
2021-01-15 22:29:59 +01:00
csoler
d6f02e28a7
Merge pull request #2228 from PhenomRetroShare/Fix_RsPostedPostsModelHandleEvent
...
Fix RsPostedPostsModel::handleEvent_main_thread
2021-01-15 22:02:31 +01:00
Phenom
8ee8e68b61
Fix RsPostedPostsModel::handleEvent_main_thread
2021-01-15 21:50:59 +01:00
Phenom
bfb1159ca0
Fix RSElidedItemDelegate
2021-01-15 12:04:02 +01:00
Phenom
a86f409298
Fix MainWindow Destructor delete order.
2021-01-15 11:48:20 +01:00
csoler
dca8a5a91d
fixed bug in chat history causing lots of gibberish output to the console
2021-01-14 22:35:08 +01:00
csoler
7f5f03bcda
Merge pull request #2141 from PhenomRetroShare/Fix_DataAccessReqDelWhenFailed
...
Fix RsGxsDataAccess req delete when failed.
2021-01-14 21:42:35 +01:00
csoler
2f1b4e1995
Merge pull request #2215 from defnax/checkmessage
...
Added to show the message length on Composer and Message Widget
2021-01-14 21:41:16 +01:00
csoler
3decd2b768
Merge pull request #2137 from PhenomRetroShare/Add_HandleTokenStatus
...
Add ability to manage canceled token in Gxs.
2021-01-14 19:50:55 +01:00
csoler
8bfdbe6af8
Merge pull request #2220 from csoler/v0.6-BugFixing_5
...
Bug fixing for 0.6.6
2021-01-14 13:45:18 +01:00
csoler
f26d5ebc2e
Merge pull request #2222 from PhenomRetroShare/Fix_DistantChatAvatarStatusUpdate
...
Fix Distant Chat Avatar Status Update
2021-01-14 13:44:25 +01:00
csoler
63d8aa1785
Merge pull request #2223 from PhenomRetroShare/Fix_logScale
...
Fix default LogScale in BandwidthStatsWidget
2021-01-14 13:43:19 +01:00
Phenom
4e7411362e
Fix default LogScale in BandwidthStatsWidget
2021-01-14 12:51:52 +01:00
Phenom
480a99b9bb
Fix Distant Chat Avatar Status Update
2021-01-14 12:41:02 +01:00
csoler
1bbde46c4a
giving 30 secs of time to create identity before clearing PGP passphrase cache
2021-01-13 23:13:37 +01:00
csoler
af696639cc
fixed channel UI so that comment label is only shown when a new comment is here
2021-01-12 22:31:59 +01:00
csoler
7b2f6a3439
Merge pull request #2213 from jolavillette/bandwidthOptim
...
bandwith management optimization
2021-01-12 19:35:43 +01:00
jolavillette
df7de80914
restore smooth increase of up bw, and restore the use of the maximum down bw advertised by peer via BwCtrl
2021-01-12 10:12:11 +01:00
defnax
44fc3ea50c
Disable the Send button when the limit is exceeded
2021-01-11 21:31:42 +01:00