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
Phenom
c3ab730dae
Fix Channel Files Sort Order
2021-01-19 19:56:08 +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
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
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
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
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
csoler
fb89dbbfb2
renamed different chat types properly in preferences->chat
2021-01-15 22:48:07 +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
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
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
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
defnax
44fc3ea50c
Disable the Send button when the limit is exceeded
2021-01-11 21:31:42 +01:00
csoler
d92132d025
Merge pull request #2211 from csoler/v0.6-BugFixing_5
...
Various bug fixes
2021-01-11 20:12:01 +01:00
defnax
39a89dd2a9
Added to show the message length on Composer and Message Widget
2021-01-10 19:20:17 +01:00
defnax
db842d1f21
Rename Log to Activity
2021-01-10 16:24:08 +01:00
defnax
5c1c6caf68
Photo share ui fixes & removed some hardcoded stylsheets
...
* Removed some hardcoded stylesheets for Album & Photo items.
* Ui layout fixes
2021-01-09 16:47:04 +01:00
csoler
5a1e6b8b60
added context menu with copy link in channel posts files
2021-01-09 15:40:15 +01:00
csoler
453c656570
fixed the status of signature vs. making friends, and fixed the deadlock when signing a certificate
2021-01-09 14:24:04 +01:00
csoler
d7fbe29a56
sorted out the mess with various calls to clear/cache PGP passphrase that resulted in the passphrase staying in memory
2021-01-08 23:43:59 +01:00
defnax
cc15593202
Merge pull request #2210 from defnax/wiki-fixes
...
Added to store the splitter position for Wire Dialog & stylesheet fixes
2021-01-08 19:18:16 +01:00
defnax
371c303d19
Added to store the splitter position for Wire Dialog & stylesheet fixes
2021-01-07 21:24:46 +01:00
csoler
d0b8c7dd69
Merge pull request #2203 from csoler/v0.6-CacheTests_2
...
Cache tests 2
2021-01-07 18:07:55 +01:00
defnax
0345bac168
Merge pull request #2209 from defnax/wiki-fixes
...
Added temporary solution to update the Wiki tree
2021-01-06 19:09:06 +01:00
defnax
56462fd507
disabled timer & little small ui changes
...
* Set icons for some buttons
* Update tree on subscribe actions
2021-01-06 18:00:41 +01:00
defnax
1e803de32f
update wiki groups
2021-01-06 15:15:49 +01:00
defnax
c3fecb824d
Added temporary solution to update the Wiki tree
2021-01-06 14:54:19 +01:00
defnax
f2a5e2c7d9
Merge pull request #2207 from defnax/wire-fixes-7
...
Fixed to allow Wire profile account generation only with a Identity
2021-01-06 12:40:01 +01:00
defnax
cd747b204d
Fixing Wiki compile
2021-01-06 00:06:45 +01:00
defnax
78aa990e6d
Fixed to allow Wire profile account generation only with a Identity
2021-01-05 22:25:42 +01:00
defnax
1833e9a0b9
photoshare compile fixes
2021-01-05 20:40:54 +01:00
csoler
3a54b2de15
fixed bug in forum post addressing, causing bad update of what has changed when setting messages as read
2021-01-03 22:34:36 +01:00
csoler
92555caa25
ensure that IP filters and relays are also hidden in non auto tor mode
2021-01-03 21:56:23 +01:00
csoler
865c319978
remved non source file
2021-01-03 21:54:10 +01:00
csoler
346b0dcfc9
Merge pull request #2191 from defnax/share-on-channel
...
Fixed to use for share on channel as file attachment
2021-01-03 15:48:42 +01:00
csoler
ef21db0a0a
fixed bug causing bad cache update
2021-01-02 23:56:26 +01:00
defnax
e183ac75bd
Merge pull request #2198 from defnax/wire-ui-fixes-6
...
Wire ui fixes
2021-01-02 14:39:51 +01:00