Commit Graph

121 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
262d4b25be fix: removed cores from the model name since there are few models with the same code but different cores (#2352) 2025-01-25 19:43:08 +01:00
Serhiy Mytrovtsiy
58ad6c568b feat: added feature to set keyboard shortcut to open/close popup window (#1976) 2025-01-20 17:04:55 +01:00
Serhiy Mytrovtsiy
08c4ab9f97 feat: added tooltips to the missing elements and enabled accessibility on some not natively supported (#2321) 2025-01-17 18:32:29 +01:00
Serhiy Mytrovtsiy
73e321ca8b feat: moved from serhiy.io domain name to mac-stats.com 2025-01-16 20:39:48 +01:00
Serhiy Mytrovtsiy
7edcee838e fix: fixed Mac16,8 screen size (#2324) 2025-01-11 15:41:48 +01:00
Serhiy Mytrovtsiy
3e056562b3 feat: added CPU frequency for m4 (#2285) 2025-01-10 22:45:08 +01:00
Ben
70900b18b8 feat: added M1 / M2 Mac Mini Icon (#2274) 2024-12-22 16:54:53 +01:00
Serhiy Mytrovtsiy
d68d691b18 feat: added efficiency and performance cores frequency and total cores frequency 2024-12-20 17:07:27 +01:00
Serhiy Mytrovtsiy
6d1baa5926 fix: fixed hiding all settings for combined modules 2024-12-10 22:49:14 +01:00
Serhiy Mytrovtsiy
ab34735381 fix: fixed mac mini 2024 icon name (#2246) 2024-12-02 17:18:40 +01:00
Serhiy Mytrovtsiy
f51e19ae69 feat: added M4 support 2024-11-26 20:46:14 +01:00
Serhiy Mytrovtsiy
8d8a51e57c feat: added new M4 Macs (MacBook Pro and new Mac Mini) 2024-11-25 16:14:40 +01:00
Serhiy Mytrovtsiy
9ed4ee5749 fix: fixed swiftlint error that appears in the new version of swiftlint 2024-10-18 16:44:03 +02:00
Serhiy Mytrovtsiy
5e342553b2 feat: added total IO in the Network module when the app is started (#2087) 2024-09-07 17:41:10 +02:00
Serhiy Mytrovtsiy
16678796ab fix: removed the tooltip feature for the IO chart (#2080) 2024-09-06 17:50:41 +02:00
Cornelius Roemer
d90f7a0208 fix: made log scale graph have a better dynamic range (#2090)
* fixup

* Apply suggestions from code review

Signed-off-by: Cornelius Roemer <cornelius.roemer@gmail.com>

---------

Signed-off-by: Cornelius Roemer <cornelius.roemer@gmail.com>
2024-09-01 17:00:54 +02:00
Serhiy Mytrovtsiy
94352723aa fix: fixed MacBookPro16,4 year, fixed negative height for the disk popup 2024-08-31 18:09:41 +02:00
Serhiy Mytrovtsiy
3c6856b169 feat: added missing MacBookPro16,4 to the devices list (#2093) 2024-08-29 19:03:32 +02:00
Serhiy Mytrovtsiy
b4ce41c3ce fix: adjusted tooltip to show the float number when the value is less than 1 (#2025) 2024-07-12 18:51:06 +02:00
Ryan Cao
0b2ff43b3d feat: added macOS 15 (Sequoia) string (#1992)
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
2024-06-16 12:13:16 +02:00
Serhiy Mytrovtsiy
eb882774bb feat: small codebase refactoring (mostly removed unused code and changes in access control) 2024-05-08 17:21:58 +02:00
Serhiy Mytrovtsiy
bfadf4eb9b feat: moved widgets settings to the new design 2024-04-25 18:04:19 +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
b016113447 fix: fixed bug with line chart offset in the menu bar (#1894) 2024-04-15 19:14:10 +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
Serhiy Mytrovtsiy
27891b0d5a feat: added main chart scale setting to the Network popup settings 2024-04-06 16:00:50 +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
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
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
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
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
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
dacbdc6f98 feat: added value tooltip to the network chart 2024-01-16 21:38:38 +01:00
Serhiy Mytrovtsiy
4754b6144a feat: added reverse order to the network chart (#1721) 2023-12-19 23:05:33 +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
e5628bf468 feat: added support for new m3 chips 2023-11-14 19:17:22 +01:00
Serhiy Mytrovtsiy
51bf0b4091 fix: moved from frame to dirtyRect origin for line chart 2023-10-22 13:34:01 +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
48322fc7e8 fix: fixed circles charts in the new version of Cocoa 2023-09-28 17:33:55 +02:00
Serhiy Mytrovtsiy
fc2f9ea653 feat: updated Report struct 2023-07-03 21:15:10 +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
7e90f65577 feat: added telemetry module 2023-06-23 17:23:46 +02:00