Commit Graph

528 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
94bf62ae70 feat: added information when network data was reset last in the Network popup (#1495) 2023-05-29 19:15:36 +02:00
Serhiy Mytrovtsiy
9f9321dbc2 feat: renamed sensors widget to the stack widget 2023-05-25 17:29:50 +02:00
Serhiy Mytrovtsiy
991e02ff48 feat: added bar view to the fan view (#1461) 2023-05-23 17:53:48 +02:00
Serhiy Mytrovtsiy
c6fa3f4592 feat: moved from IO in the Network portal to the network chart 2023-05-20 13:58:33 +02:00
Serhiy Mytrovtsiy
5a974e38cf feat: added a header with title and settings button to the portals (#1467) 2023-05-19 18:13:06 +02:00
Serhiy Mytrovtsiy
0b6f4bd49f feat: added an option to select what value to show in the popup for fan: RPM or percentage 2023-05-05 20:12:41 +02:00
Serhiy Mytrovtsiy
5d2e8b5a7e fix: removed check if the popup is open when updating the Battery portal view (#1447) 2023-05-03 21:16:22 +02:00
Serhiy Mytrovtsiy
550cd7ad35 feat: added a button to show/hide a fan control panel (#1416) 2023-05-02 17:56:14 +02:00
Serhiy Mytrovtsiy
ba1672fa32 fix: hiding the Top processes separator when 0 processes is selected in the Disk settings 2023-05-01 20:47:16 +02:00
Serhiy Mytrovtsiy
d08e8be203 fix: fixed fan mode restore after sleep (#1436) 2023-04-28 21:03:32 +02:00
Serhiy Mytrovtsiy
d810915e54 fix: removed the old way to read the disk capacity because of the very high CPU impact (revert of 0e4df5d) 2023-04-27 17:44:37 +02:00
Serhiy Mytrovtsiy
9403de9bc6 feat: remove the SMART data (temperature and life) if no new value is available 2023-04-27 17:44:16 +02:00
Serhiy Mytrovtsiy
ab3761ac19 feat: added an option to rearrange the clocks in the popup view (#1417) 2023-04-25 18:36:26 +02:00
Serhiy Mytrovtsiy
a8e14cb74a feat: fixed crash when releasing NVMe interface 2023-04-24 18:43:25 +02:00
Serhiy Mytrovtsiy
0cce45e854 fix: fixed user color for the CPU widget (#1429) 2023-04-22 15:46:41 +02:00
Serhiy Mytrovtsiy
f176e494ad feat: changing the fans speed will be synchronized via percentage, not RPM (#1414) 2023-04-21 17:25:50 +02:00
Serhiy Mytrovtsiy
d02233ff2e feat: added temperature and life values to the Disks popup (#1407) 2023-04-20 18:14:43 +02:00
Serhiy Mytrovtsiy
3b5dcd5056 feat: initialized SMART reads for disks that are SMART capable (#1407) 2023-04-18 17:32:15 +02:00
Serhiy Mytrovtsiy
7e4d36b569 feat: improved SMC helper service initialization 2023-04-15 21:20:32 +02:00
Serhiy Mytrovtsiy
b2e5bbc1a6 feat: unified the logic of clocks with sensors. Now all clocks will be visible in the popup, enabling/disabling some of the clock will remove the clock from the widget (#1405) 2023-04-14 17:02:01 +02:00
Serhiy Mytrovtsiy
0e4df5dd9d fix: reverted disk free space reader (Apple finally fixed the bug) (#1189) 2023-04-13 16:39:53 +02:00
Serhiy Mytrovtsiy
efdbff5424 feat: added grid chart to the network popup for connectivity history (#1397) 2023-04-11 21:51:03 +02:00
Serhiy Mytrovtsiy
fd150778db fix: run disk top processes reader only when popup is opened 2023-04-10 19:38:49 +02:00
Serhiy Mytrovtsiy
a1758c3233 feat: added top processes to the Disk module (#1370) 2023-04-06 18:17:25 +02:00
Serhiy Mytrovtsiy
ac084bca28 feat: added missing time zones to the clock 2023-04-04 18:56:10 +02:00
Serhiy Mytrovtsiy
d79085fe4a fix: fixed initial clock format 2023-04-04 18:55:45 +02:00
Serhiy Mytrovtsiy
e40cf2112f feat: added an option to change read/write colors for the disk popup (#1374) 2023-04-03 20:06:53 +02:00
Serhiy Mytrovtsiy
b061e6dcc9 v2.8.15 2023-04-02 12:26:52 +02:00
Serhiy Mytrovtsiy
3c9a3722bf fix: fixed swiftlint warnings (#1386) 2023-04-01 16:58:05 +02:00
Serhiy Mytrovtsiy
4314de533c feat: added Clock module (#929) 2023-03-31 20:17:36 +02:00
Serhiy Mytrovtsiy
926838c52a feat: moved Sensors widget to the Stack_t (preparing for Sensors -> Stack widget migration) 2023-03-30 18:29:12 +02:00
Zhizhen He
001f787e41 fix: fixed some typo (#1373) 2023-03-25 23:01:46 +01:00
Serhiy Mytrovtsiy
d70b424211 feat: added fieldSettingRow for setting with text field 2023-03-25 17:29:06 +01:00
Serhiy Mytrovtsiy
5105c8c20d feat: created PopupWrapper for the popup view 2023-03-25 14:54:30 +01:00
Serhiy Mytrovtsiy
4ddb45e4e1 fix: added check if fan value is less than minimum value (#1365) 2023-03-21 18:22:24 +01:00
Marc
0e867e9b1c feat: increased DC In Voltage cutoff to match real world measurements (#1356) 2023-03-19 16:34:31 +01:00
Serhiy Mytrovtsiy
698357b57d feat: added an option to hide sensors in the popup view (#1216) 2023-03-18 19:23:51 +01:00
Serhiy Mytrovtsiy
7dd4e0ecf3 feat: added isBatteryPowered field to the Battery_Usage struct. It allows removing the check if the power source is Battery Power in the different parts of the Battery module 2023-03-16 18:00:52 +01:00
Serhiy Mytrovtsiy
c46aa38f3f feat: added portal for the Battery module 2023-03-16 17:50:29 +01:00
Serhiy Mytrovtsiy
f0fd2f961c feat: cut off low dc in voltage and current (#1343) 2023-03-10 20:25:38 +01:00
Serhiy Mytrovtsiy
3ee65acbcc feat: added an option to specify the public IP address auto-refresh interval. Never will be a default option. 2023-03-09 18:37:17 +01:00
Serhiy Mytrovtsiy
938554f738 feat: changed Sensor type to the Fan for the Fastest Fan. That allows showing RPM or percentage for the Fastest Fan based on the Fan value setting (#1335) 2023-03-07 20:54:50 +01:00
Serhiy Mytrovtsiy
eb3b6eb681 feat: changed RPM to the percentage for the hottest fan (#1335) 2023-03-07 18:22:39 +01:00
Serhiy Mytrovtsiy
78ca5d5793 feat: initialized battery details widget (#1293) 2023-03-03 19:52:10 +01:00
Vojtěch Svědiroh
4012529c16 lang: fixed typo in the unit (#1325) 2023-02-26 16:08:11 +01:00
Serhiy Mytrovtsiy
b8c0844d10 feat: added portal view to the GPU module
feat: added portal view to the Network module
feat: added portal view to the Disk module
2023-02-25 11:46:59 +01:00
Serhiy Mytrovtsiy
13b897f0ec feat: added portal view to the CPU module
feat: added portal view to the RAM module
2023-02-24 22:43:29 +01:00
Serhiy Mytrovtsiy
03c30606cf fix: fixed BatteryWidget misspelling 2023-02-21 20:40:18 +01:00
Serhiy Mytrovtsiy
97fdf58e6b feat: added color tile to the efficiency and performance cores in the CPU popup view with the option to change the colors (#1313) 2023-02-20 19:57:42 +01:00
Serhiy Mytrovtsiy
03e37cfc4a feat: removed macOS 10.14* checks 2023-02-16 19:44:10 +01:00