482 Commits

Author SHA1 Message Date
Ahmed Mahmoud
495b5b3b50 lang: added missing Process and Kill process translations (#1903) 2024-04-21 12:37:28 +02:00
Serhiy Mytrovtsiy
0f54422992 feat: added colorize option to the Memory widget (#1856) 2024-04-20 20:25:01 +02:00
Serhiy Mytrovtsiy
445b842087 fix: fixed in/out values position in the Network chart (#1900) 2024-04-19 23:45:35 +02:00
Serhiy Mytrovtsiy
0283bd6e21 feat: added an option to toggle the widget by clicking not only moving (a lot of new users are confused about how to enable widgets) 2024-04-18 20:13:03 +02:00
Serhiy Mytrovtsiy
b016113447 fix: fixed bug with line chart offset in the menu bar (#1894) 2024-04-15 19:14:10 +02:00
Serhiy Mytrovtsiy
5a34aea381 feat: redesigned App Settings to new style (Ventura-like) 2024-04-12 20:28:02 +02:00
Serhiy Mytrovtsiy
10c69b2bd3 feat: added an option to disable combined popup view 2024-04-11 19:05:50 +02:00
Serhiy Mytrovtsiy
a7cc898e16 feat: use temporary folder for lldb if support is locked 2024-04-10 21:07:26 +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
ShigemoriHakura
d40c2e231f fix: fixed Sensors align in combined view and added localizedString to PortalHeader (#1879)
* [fix] fix Sensors align

fix the align in Sensors combined view

* [feat] add localizedString to header
2024-04-07 12:43:36 +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
2a529f008c lang: added missing translations and fixed some names 2024-04-06 12:07:11 +02:00
Serhiy Mytrovtsiy
9d828bb663 feat: added chart scale setting to the CPU popup settings 2024-04-05 18:54:37 +02:00
Serhiy Mytrovtsiy
8a27539df1 feat: initialized fixed scale for charts (#1787) 2024-04-04 20:06:11 +02:00
Serhiy Mytrovtsiy
edca2a0e6d feat: added buttons for import/export application settings (#1837) 2024-03-28 21:13:44 +01:00
Serhiy Mytrovtsiy
6482a43dea feat: added public IP address to the network portal view (#1842) 2024-03-20 19:26:48 +01:00
Serhiy Mytrovtsiy
79ec0ed00f feat: added an option to select chart history range for line chart in the popup view (CPU module only for now) 2024-03-05 19:04:02 +01:00
Serhiy Mytrovtsiy
14e14d6be5 feat: added tooltip to the CPU efficient/performance bar charts in the popup view 2024-03-04 20:24:55 +01:00
Serhiy Mytrovtsiy
eb13efce03 feat: changed no value behavior on a line chart. Starting from now no value will not visible on the chart. Before no value was presented as 0 which caused a little confusion. 2024-03-02 14:43:42 +01:00
Serhiy Mytrovtsiy
298cdc24aa feat: prevented closing popup view if unattached when open activity monitor or module settings 2024-03-01 20:46:16 +01:00
Serhiy Mytrovtsiy
052845d480 feat: added a timestamp to the line chart
feat: added background for tooltip in the line chart
2024-02-29 18:30:45 +01:00
Serhiy Mytrovtsiy
82fd30668e fix: adjusted sensors portal width per row (#1819) 2024-02-20 20:12:20 +01:00
Serhiy Mytrovtsiy
ec52ddec56 fix: limited last reader write to the db only once in 30 seconds to prevent I/O spamming with last read (#1817) 2024-02-16 20:51:24 +01:00
Serhiy Mytrovtsiy
7e833176d9 feat: moved all modules to the new way of reader mode with a small refactoring 2024-02-10 17:03:47 +01:00
Serhiy Mytrovtsiy
1e9073424b feat: preparing a migration to the new reader activation mechanism. Right now module will be active when the first successful read will be achieved. From now the initial value for the module will be taken from the persistent storage (leveldb) that keeps the last read value. 2024-02-08 17:35:01 +01:00
Serhiy Mytrovtsiy
7869a6866c feat: updated leveldb library to x86 and arm arch 2024-02-07 18:46:48 +01:00
Serhiy Mytrovtsiy
45c1fc799d feat: added leveldb as a backend for historical data storage 2024-02-06 17:58:40 +01:00
Serhiy Mytrovtsiy
d6a88e5d78 feat: updated Disk portal view 2024-01-27 21:22:59 +01:00
Serhiy Mytrovtsiy
b392a9732c feat: updated GPU portal view 2024-01-23 19:12:14 +01:00
Serhiy Mytrovtsiy
7ed9b9f4d3 fix: adjusted network chart tooltip size (#1788) 2024-01-22 18:03:39 +01:00
Serhiy Mytrovtsiy
3b9a9f4bd6 feat: added details to the CPU portal view 2024-01-20 19:05:12 +01:00
Serhiy Mytrovtsiy
4c35eafd00 feat: added portal view (combined view mode) to the sensors module 2024-01-19 21:05:48 +01:00
Serhiy Mytrovtsiy
dacbdc6f98 feat: added value tooltip to the network chart 2024-01-16 21:38:38 +01:00
Serhiy Mytrovtsiy
b21630218c feat: initialized ProcessesView that will be common for all popups 2024-01-05 21:02:29 +01:00
Serhiy Mytrovtsiy
a62151f3ee fix: fixed network label color (#1753) 2024-01-01 14:28:46 +01:00
Serhiy Mytrovtsiy
72e38f426c feat: added portal to the Clock module (#1748) 2023-12-30 18:08:41 +01:00
Serhiy Mytrovtsiy
c3c44652c2 feat: added powermetrics read to the SMC helper (maybe will be used in the feature) 2023-12-21 18:18:54 +01:00
Serhiy Mytrovtsiy
119bc5b067 feat: adjusted battery notifications 2023-12-20 13:37:06 +01:00
Serhiy Mytrovtsiy
cedb16e2d6 feat: added notifications view to the Battery module 2023-12-20 13:20:08 +01:00
Serhiy Mytrovtsiy
4754b6144a feat: added reverse order to the network chart (#1721) 2023-12-19 23:05:33 +01:00
Serhiy Mytrovtsiy
fb4f57e0ae fix: fixed findAndCrop function that returns wrong remaining string after crop (#1725) 2023-12-16 12:41:53 +01:00
Serhiy Mytrovtsiy
fcf4d461ab feat: added notifications for the CPU module 2023-12-12 20:16:27 +01:00
Serhiy Mytrovtsiy
6c46f90d5f feat: initialized Notification settings view for the modules 2023-12-11 21:58:06 +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
de5b369839 fix: moved findAndCrop to non mutation function (#1700) 2023-12-06 17:55:35 +01:00
Serhiy Mytrovtsiy
9fa136cbe5 feat: added 60 seconds to the update interval for readers 2023-12-05 17:08:21 +01:00
Serhiy Mytrovtsiy
23a9541f32 fix: added m3 platform detection 2023-12-04 21:45:03 +01:00
Serhiy Mytrovtsiy
b3d1323240 feat: added new M3 Macs to the list of devices 2023-12-04 21:43:37 +01:00
Serhiy Mytrovtsiy
d144aa68de fix: set color for efficiency and performance cores in the BarChart widget based on the selected color in the popup view settings (#1686) 2023-11-25 22:31:50 +01:00