30 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
abbdfc1e75 feat: added ANE utilization to the GPU module (#2897) 2026-04-09 17:46:26 +02:00
Serhiy Mytrovtsiy
765ead915d feat: replaced HalfCircleGraphView with PieChart 2026-04-08 16:31:36 +02:00
Serhiy Mytrovtsiy
5a8d3b0545 feat: disabled tooltip for the GPU popup charts (#2651) 2025-08-23 18:42:28 +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
68d1a0c86f fix: fixed GPU temperature value in the chart (#1984) 2024-06-13 18:25:31 +02:00
Serhiy Mytrovtsiy
fb63ece91b fix: fixed GPU temperature converting in the popup chart (#1809) 2024-02-23 19:15:27 +01:00
Serhiy Mytrovtsiy
48322fc7e8 fix: fixed circles charts in the new version of Cocoa 2023-09-28 17:33:55 +02:00
Serhiy Mytrovtsiy
ff6b0ed865 feat: moved from the HEX colors to the RGB 2023-06-20 16:51:19 +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
42515ca1b5 feat: initialized popup settings (#565) 2022-10-04 21:44:27 +02:00
Serhiy Mytrovtsiy
c7a1a92490 fix: fixed disks duplicating on startup (could also happen with Bluetooth and GPU devices) 2022-07-15 17:36:38 +02:00
Serhiy Mytrovtsiy
d44dac0c06 feat: show a current temperature unit in the GPU chart toolTip (#947)
fix: return a current temperature unit for the temperature sensor
2022-05-27 16:38:50 +02:00
Serhiy Mytrovtsiy
843760c654 feat: added missing translations 2022-01-21 22:37:36 +01:00
Serhiy Mytrovtsiy
cb52aaee34 feat: added render and tiler utilization charts to the GPU view 2022-01-15 14:47:59 +01:00
Serhiy Mytrovtsiy
476ddf912b feat: added better GPU name, render, and tiler utilization for Apple Silicon graphics 2022-01-14 17:26:06 +01: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
Tai Zhou
51ad681677 Add Missing L10n for GPU Popup toolTip 2021-01-31 14:39:52 +01:00
Serhiy Mytrovtsiy
fe7fa5ca02 fix: add missing localizations in the GPU popup (#312) 2021-01-23 16:38:09 +01:00
Serhiy Mytrovtsiy
28155fb9df feat: rewrite GPU popup view from scratch. Was added more information about each GPU (#191). Only available chart (temperature and usage) will be visible for GPU. 2021-01-09 12:37:15 +01:00
Serhiy Mytrovtsiy
91c32d8ad2 - fix GPU popup initialization (GPU not showing in the popup) (#185) 2020-11-26 15:35:30 +01:00
Serhiy Mytrovtsiy
d62ebabb2b - fix GPU detecting when 2 cards have the same driver (#143)
- processing GPUs with a generic model name (#109)
- add debug argument which allows saving some logs to the file (/Documents/log.txt)
2020-11-06 08:40:48 +01:00
Serhiy Mytrovtsiy
e5808b8556 - rewrite Popup view
- improve popup view updates and resizes
- add scrollView to popup view (need to display a lot of sensors)
2020-10-31 19:34:28 +01:00
Serhiy Mytrovtsiy
bbca0f6fa3 - add an option to select the unit for temperature sensor (#73) 2020-09-24 19:39:38 +02:00
Serhiy Mytrovtsiy
a424dc871e i18n (#77)
* - initialize localization with English
- add i18n to app settings

* - add translation to widget settings

* - add translation to CPU

* - add translation to GPU

* - add translation to Memory

* - add translation to Disk

* - add translation to Sensors
- add translation to Network

* - add translation to Battery

* - add Polish language
- small fixes in translation

* - add Ukrainian language
2020-08-30 13:23:40 +02:00
Serhiy Mytrovtsiy
1530c24c87 - fix popup processes when open for first time
- update GPU popup view
2020-08-18 00:04:48 +02:00
Serhiy Mytrovtsiy
95f941149f - fix unnecessary popup interface update (when popup closed)
GPU module MVP
2020-08-17 22:51:21 +02:00
Serhiy Mytrovtsiy
98fb84163e add GPU reader and settings
init GPU popup
2020-08-17 20:37:20 +02:00