76 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
5bf6f67ff0 feat: added CPU average load to the Remote protocol and moved from the list of Double to the struct 2025-09-27 19:28:42 +02:00
Serhiy Mytrovtsiy
f524f86429 feat: moved from JSON objects of metrics to simplified strings for the Stats Remote 2025-04-05 22:54:01 +02: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
68c71f18f1 fix: fixed CPU popup view resize when changing the number of top processes (#2288) and hide the frequency block if no frequency is read (#2285) 2025-01-04 15:26:46 +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
5649f24d07 v2.11.7 2024-08-25 14:30:10 +02:00
Serhiy Mytrovtsiy
598dc2d5dd feat: small cleanup in the popup views 2024-07-24 19:15:15 +02: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
f873fdaa3d feat: moved all modules settings to the new design 2024-04-24 06:10:27 +02:00
Serhiy Mytrovtsiy
bd810e87b8 feat: added system uptime to the CPU popup (#1398) 2024-04-22 12:54:49 +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
c54e68201f lang: added translation for chart duration 2024-03-09 22:06:11 +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
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
3b9a9f4bd6 feat: added details to the CPU portal view 2024-01-20 19:05:12 +01:00
Serhiy Mytrovtsiy
d2f080e104 feat: moved all popups to new ProcessesView for top processes 2024-01-06 10:29:43 +01:00
Serhiy Mytrovtsiy
987a709a48 feat: adjusted width of the box with top process value 2023-11-21 22:17:11 +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
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
8a98cfd645 feat: added releasing all processes when closing the popup view 2023-07-06 18:21:29 +02:00
Serhiy Mytrovtsiy
66f5502d6f feat: adjusted CPU line chart height in the popup view 2023-06-20 19:05:03 +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
3c9a3722bf fix: fixed swiftlint warnings (#1386) 2023-04-01 16:58:05 +02:00
Serhiy Mytrovtsiy
5105c8c20d feat: created PopupWrapper for the popup view 2023-03-25 14:54:30 +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
51ba576ccb fix: added intel based support for usage per core bar chart in the popup view (#1304) 2023-02-08 19:45:08 +01:00
Serhiy Mytrovtsiy
732fb5829c feat: added a new BarChart for usage per core visualization in the CPU popup 2023-02-04 16:45:46 +01:00
Serhiy Mytrovtsiy
43b80fe751 feat: added options to select colors in the CPU popup (#565) 2022-10-05 20:55:10 +02:00
Serhiy Mytrovtsiy
42515ca1b5 feat: initialized popup settings (#565) 2022-10-04 21:44:27 +02:00
Serhiy Mytrovtsiy
266bc0e3cf feat: added translation for efficiency and performance cores 2022-08-13 19:38:33 +02:00
Serhiy Mytrovtsiy
4f480a082a feat: show efficiency and performance cores usage in the popup view (#863) 2022-08-13 17:48:54 +02:00
Serhiy Mytrovtsiy
c93f9f4e1e fix: removed GHz from the frequency value (#945) 2022-05-24 23:26:27 +02:00
Serhiy Mytrovtsiy
da08c0f1fc fix: removed scheduler and speed limits for Apple Silicon (#749) 2022-01-14 20:31:16 +01:00
Serhiy Mytrovtsiy
f22e615341 feat: added an option to lock the top process 2022-01-04 12:09:54 +01:00
Serhiy Mytrovtsiy
3bf846fa0f fix: fixed wrong components adjustment when changing the number of top processes (#673) 2021-10-26 17:02:44 +02:00
Serhiy Mytrovtsiy
58be03d807 feat: added average CPU load to the details 2021-09-07 19:53:13 +02:00
Serhiy Mytrovtsiy
d2efc1f264 feat: added CPU scheduler and speed limits to the popup (#540) 2021-08-24 21:38:23 +02:00
Serhiy Mytrovtsiy
bf5b4c406e feat: redraw ProcessView to the NSStackView (#569) 2021-08-17 18:25:22 +02:00
Serhiy Mytrovtsiy
13707090eb feat: combine StatsKit and ModuleKit in the one framework: Kit 2021-06-04 19:37:29 +02:00
Serhiy Mytrovtsiy
0c7f5699ed feat: initialized swiftlint and fixed warnings and errors 2021-05-22 14:58:20 +02:00
Serhiy Mytrovtsiy
cd689999ac feat: moved from UnsafePointer<Store> to sharable instance (Store.shared) 2021-03-20 16:33:14 +01:00
Serhiy Mytrovtsiy
3b43e91c3d feat: add option to disable CPU frequency (IPG) (#379) 2021-03-12 17:51:29 +01:00
Serhiy Mytrovtsiy
cc1d9459e1 feat: was added option to disable the top processes (0 - option in the number of processes) 2021-01-07 16:29:03 +01:00
Serhiy Mytrovtsiy
347be6a86d - hide temperature indicator from the CPU popup if not available (#222) 2020-12-11 19:09:51 +01:00
Serhiy Mytrovtsiy
cb267ad89e - rename CircleGraphView to PieWidget
- add option to show/hide the value in PieWidget
- add option to fill full pie in PieWidget
2020-11-30 17:27:20 +01:00
Serhiy Mytrovtsiy
5974548d56 - remove C bridge for IntelPowerGadget framework
- remove IntelPowerGadget framework dependency
- add IntelPowerGadget dynamic load if x86
- enable universal build (from now supports Apple Silicon) (#181)
2020-11-24 00:11:02 +01:00
NanoSector
aff3406450 Partially fix duplicate entries in RAM module (#174)
* Do not create more ProcessView instances than necessary

Signed-off-by: NanoSector <rick@nanosector.nl>

* Clear out any potentially leftover ProcessView instances in RAM module

Signed-off-by: NanoSector <rick@nanosector.nl>

* Add clear() method to ProcessView

Signed-off-by: NanoSector <rick@nanosector.nl>

* Add attachProcess helper method

Signed-off-by: NanoSector <rick@nanosector.nl>

* Memory: Refactor processCallback method

Signed-off-by: NanoSector <rick@nanosector.nl>

* Battery: Refactor processCallback method

Signed-off-by: NanoSector <rick@nanosector.nl>

* CPU: Refactor processCallback method

Signed-off-by: NanoSector <rick@nanosector.nl>

* Network: Refactor processCallback method

Signed-off-by: NanoSector <rick@nanosector.nl>

* Set exclusive process range for other popups

Signed-off-by: NanoSector <rick@nanosector.nl>

* Process code review: Remove unnecessary semicolons

Signed-off-by: NanoSector <rick@nanosector.nl>

* Process code review: Remove more unnecessary semicolons

Signed-off-by: NanoSector <rick@nanosector.nl>
2020-11-20 22:08:07 +01:00