Andy Chong
a69627f135
fix: fixed race condition crashes in Chart and Stack widgets ( #2944 )
...
Ensure data mutations from background readers are dispatched to the main thread to prevent conflicts with drawing logic (which runs on main thread). This resolves SIGTRAP and SIGABRT crashes observed during extended runtime.
2026-02-01 17:39:00 +01:00
Serhiy Mytrovtsiy
3c0b1939ca
fix: fixed race conditions in the Network Chart widget ( #2594 )
2025-08-19 18:37:10 +02:00
Serhiy Mytrovtsiy
56bbd566ba
fix: fixed missing underline fill of network chart when combined widgets or modules are enabled ( #2478 )
2025-05-24 22:35:03 +02:00
Serhiy Mytrovtsiy
da4ab07db1
fix: fixed logarithmic scaling in different than Network charts ( #2418 )
2025-03-27 20:15:49 +01:00
Guanzhou Hu
bca8ba545e
fix: added missing NetworkChart restoreGState & combinedView separators ( #2444 )
2025-03-16 11:39:24 +01:00
Serhiy Mytrovtsiy
d85f148cc3
feat: renamed Color and Widget to SColor and SWidget to be compatible with SwiftUI
2024-07-04 19:52:52 +02:00
Serhiy Mytrovtsiy
7ee3d9673e
fix: fixed upload/download positions in the Network widget ( #1916 )
2024-05-01 15:59:49 +02:00
Serhiy Mytrovtsiy
bfadf4eb9b
feat: moved widgets settings to the new design
2024-04-25 18:04:19 +02:00
Serhiy Mytrovtsiy
2ec21de043
feat: moved network chart to the network chart widget. Replaced NetworkChart with NetworkChartV2.
2024-04-09 18:42:28 +02:00
Serhiy Mytrovtsiy
f2d9a491fa
feat: added a new NetworkChartViewV2 chart. Which merges 2 line charts. Moved the disk and network charts in the popup to the new chart.
2024-04-08 16:44:26 +02:00
Serhiy Mytrovtsiy
27891b0d5a
feat: added main chart scale setting to the Network popup settings
2024-04-06 16:00:50 +02:00
Serhiy Mytrovtsiy
d6a88e5d78
feat: updated Disk portal view
2024-01-27 21:22:59 +01:00
Serhiy Mytrovtsiy
a62151f3ee
fix: fixed network label color ( #1753 )
2024-01-01 14:28:46 +01:00
Serhiy Mytrovtsiy
4754b6144a
feat: added reverse order to the network chart ( #1721 )
2023-12-19 23:05:33 +01:00
Serhiy Mytrovtsiy
4b68b8e8e6
fix: preinitialize the label string for the network widget ( #1706 )
2023-12-07 17:04:29 +01:00
Serhiy Mytrovtsiy
c0cf0b2011
fix: adjusted network chart frame origin ( #1636 )
2023-10-03 19:33:04 +02:00
Serhiy Mytrovtsiy
5030d22ec5
fix: trying to fix the crash by fixing some data racing in the widgets ( #1578 )
2023-08-19 09:39:18 +02:00
Serhiy Mytrovtsiy
b996853471
fix: fixed default colors in the network chart ( #1341 )
2023-03-05 14:23:13 +01:00
Serhiy Mytrovtsiy
ebc548996c
feat: added options to select colors in the Network popup ( #565 )
2022-10-07 16:00:44 +02:00
Serhiy Mytrovtsiy
064840187a
fix: corrected the order of the colors in the Network chart after restart ( #1080 )
2022-09-12 16:58:53 +02:00
Serhiy Mytrovtsiy
22c84ff305
feat: added an option to separate download and upload scale in the Network chart ( #966 )
...
fix: restore the scale in the Network chart after a restart
2022-08-30 18:18:18 +02:00
Serhiy Mytrovtsiy
0ba2af6c3a
feat: added an option to select a scaling for line chart and network chart widgets ( #844 )
2022-08-02 11:06:53 +02:00
Serhiy Mytrovtsiy
ca8d601f89
fix: corrected the order of the colors in the Network chart ( #869 )
2022-04-05 17:11:22 +02:00
Serhiy Mytrovtsiy
fbbbc4b28c
feat: added translation for download/upload colors
2022-01-08 19:09:15 +01:00
Serhiy Mytrovtsiy
caac121708
feat: added download/upload colors selector for Network widget ( #772 )
2022-01-07 15:06:12 +01:00
Serhiy Mytrovtsiy
3fd48af9b7
feat: added an option to select the number of reads to visualize in the chart to the Network Chart widget ( #669 )
2021-12-07 18:36:49 +01:00
Serhiy Mytrovtsiy
b6c45c53b9
feat: redesigned settings view. Each module has two views: module settings and widget settings. The previous widget settings view was too complicated and weird
2021-11-04 17:38:53 +01:00
Serhiy Mytrovtsiy
487e68438e
feat: added monochrome accent for network chart ( #634 )
2021-09-28 21:03:06 +02:00
Serhiy Mytrovtsiy
d37636a5bd
fix: adjust network chart width when the label is enabled ( #644 )
2021-09-26 12:44:13 +02:00
Serhiy Mytrovtsiy
a8f48fef3d
fix: adjusted network graph offsets ( #624 )
2021-09-17 21:13:08 +02:00
Serhiy Mytrovtsiy
4d0123ea09
feat: added Label option to the Network chart widget ( #572 )
2021-08-12 14:48:31 +03:00
Serhiy Mytrovtsiy
13707090eb
feat: combine StatsKit and ModuleKit in the one framework: Kit
2021-06-04 19:37:29 +02:00