482 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
987a709a48 feat: adjusted width of the box with top process value 2023-11-21 22:17:11 +01:00
Serhiy Mytrovtsiy
e5628bf468 feat: added support for new m3 chips 2023-11-14 19:17:22 +01:00
Serhiy Mytrovtsiy
7ba4882cbf fix: changed top process value view to static width. To prevent strange glitches when the value view does not fit the value. Because the process name takes too much space. 2023-11-11 16:43:20 +01:00
Serhiy Mytrovtsiy
7f66ec3be9 feat: added reverse order of items in the Speed widget for one row mode (#1674) 2023-11-10 21:13:01 +01:00
Serhiy Mytrovtsiy
1cdb4095dc feat: initialized reverse order of items in the Speed widget for two rows mode (#1674) 2023-11-09 17:58:19 +01:00
Serhiy Mytrovtsiy
3f4a44c2fe fix: fixed out of bound the number in the process view (#1667) 2023-11-02 18:30:10 +01:00
Serhiy Mytrovtsiy
51bf0b4091 fix: moved from frame to dirtyRect origin for line chart 2023-10-22 13:34:01 +02:00
justinharrell
24b29ccbfe feat: moved network base setting to module from widget (#1635)
Co-authored-by: Justin Harrell <justin@harrell.io>
2023-10-21 18:28:58 +02:00
Serhiy Mytrovtsiy
66641a1817 fix: fixed CPU line chart baseline in the popup view 2023-10-12 20:51:32 +02:00
Serhiy Mytrovtsiy
c0cf0b2011 fix: adjusted network chart frame origin (#1636) 2023-10-03 19:33:04 +02:00
Serhiy Mytrovtsiy
80b39144b1 fix: moved battery widget and popup view from dirtyRect to the frame 2023-09-30 18:02:47 +02:00
Serhiy Mytrovtsiy
30f799d6f1 fix: fixed a few data races that prevent correct widget activation (#1605) 2023-09-30 12:36:51 +02:00
Serhiy Mytrovtsiy
48322fc7e8 fix: fixed circles charts in the new version of Cocoa 2023-09-28 17:33:55 +02:00
Serhiy Mytrovtsiy
97e0a1158e fix: adding new value to the chart in the line chart widget (#1591) 2023-08-21 17:15:01 +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
a7ac638ac8 feat: added an alert that informs that turning off the fan is not recommended action before turning off the fan (#1567) 2023-08-15 13:45:06 +02:00
Serhiy Mytrovtsiy
e9f4ab9a43 fix: adjusted popup height for MacBook with a screen less than 15" 2023-08-08 21:16:22 +02:00
Serhiy Mytrovtsiy
8789531c80 feat: removed Low power mode status from the battery module since it does not work. The API does not provide updates via the notification center. Read ProcessInfo does not updates the value too. pmset returns only manually managed mode. So it cannot be used to determine if low power mode is enabled. 2023-07-07 16:52:37 +02:00
Serhiy Mytrovtsiy
8a98cfd645 feat: added releasing all processes when closing the popup view 2023-07-06 18:21:29 +02:00
Serhiy Mytrovtsiy
fc2f9ea653 feat: updated Report struct 2023-07-03 21:15:10 +02:00
Serhiy Mytrovtsiy
32bd6ff32c feat: added module types to the readers 2023-06-29 17:46:40 +02:00
Serhiy Mytrovtsiy
1a76eb7b97 fix: moved Repeater thread from background QoS to default. Because the background thread will be blocked when full load. It makes the app unuseful when the system is loaded because the reader is not triggered and there is no live data about system usage. 2023-06-28 19:00:02 +02:00
Serhiy Mytrovtsiy
1e0ba3b61f feat: moved all reader's values to the Codable protocol 2023-06-27 17:09:38 +02:00
Serhiy Mytrovtsiy
3df6654c3d lang: renamed tabs in the module settings
lang: added translation for telemetry
2023-06-24 12:41:26 +02:00
Serhiy Mytrovtsiy
7e90f65577 feat: added telemetry module 2023-06-23 17:23:46 +02:00
Serhiy Mytrovtsiy
55f14febb8 feat: added new macs released on WWDC 2023 2023-06-21 20:20:38 +02:00
Serhiy Mytrovtsiy
ff6b0ed865 feat: moved from the HEX colors to the RGB 2023-06-20 16:51:19 +02:00
Serhiy Mytrovtsiy
9e2517dcbb feat: dropped macOS 10.14 support. From now the minimum supporting version is macOS 10.15. 2023-06-19 17:35:31 +02:00
Serhiy Mytrovtsiy
881c61b30e feat: adjusted battery unknown status position 2023-06-16 18:42:09 +02:00
Serhiy Mytrovtsiy
9b09c80d05 feat: removed disabling module when nothing shows in the Speed widget (#1514) 2023-06-10 13:53:11 +02:00
Serhiy Mytrovtsiy
8671456f88 feat: adjusted Speed widget size when only icon is enabled 2023-06-09 20:36:29 +02:00
Serhiy Mytrovtsiy
36b89ea79c fix: prevented multi-line mode in the label view for the process view (#1506) 2023-06-06 18:29:42 +02:00
Serhiy Mytrovtsiy
e1d1ecf663 feat: added new macOS 14 Sonoma to the system kit 2023-06-05 21:18:54 +02:00
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
5a974e38cf feat: added a header with title and settings button to the portals (#1467) 2023-05-19 18:13:06 +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
0397b1b5f4 feat: set up a background QoS for Repeater 2023-04-26 18:03:50 +02:00
Serhiy Mytrovtsiy
cbb0d02306 feat: removed based on cluster color from the line chart 2023-04-26 16:52:59 +02:00
Serhiy Mytrovtsiy
7e4d36b569 feat: improved SMC helper service initialization 2023-04-15 21:20:32 +02:00
Serhiy Mytrovtsiy
b6bba2d2cc feat: added new grid chart 2023-04-11 20:47:17 +02:00
Serhiy Mytrovtsiy
208ca77d74 fix: changed monospacedSystemFont to the monospacedDigitSystemFont with the hope that this font does not cause the crash (#1395) 2023-04-07 16:37:14 +02:00
Serhiy Mytrovtsiy
ac084bca28 feat: added missing time zones to the clock 2023-04-04 18:56:10 +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
895eaba528 feat: added random Color and data type to the Store 2023-03-25 16:28:21 +01:00
Serhiy Mytrovtsiy
5105c8c20d feat: created PopupWrapper for the popup view 2023-03-25 14:54:30 +01:00