Commit Graph

230 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
13707090eb feat: combine StatsKit and ModuleKit in the one framework: Kit 2021-06-04 19:37:29 +02:00
Serhiy Mytrovtsiy
ea4d55e0b7 feat: sort apple silicon sensors alphabetically (#488) 2021-05-24 18:07:42 +02:00
Serhiy Mytrovtsiy
0c7f5699ed feat: initialized swiftlint and fixed warnings and errors 2021-05-22 14:58:20 +02:00
Serhiy Mytrovtsiy
e768a42e12 feat: add button to reset network usage (#303) 2021-05-21 21:27:52 +02:00
Serhiy Mytrovtsiy
f92edd4851 fix: fix access race in the network module (#485) 2021-05-20 19:12:05 +02:00
Serhiy Mytrovtsiy
6dc1143543 feat: update "Refresh" icon in the Network popup view 2021-05-18 23:49:11 +02:00
Serhiy Mytrovtsiy
376eee80fd fix: removed empty space in the battery popup view 2021-05-16 13:29:25 +02:00
Serhiy Mytrovtsiy
1268891845 feat: separate disk activity reader from disk capacity reader (#468) 2021-05-15 11:37:18 +02:00
Serhiy Mytrovtsiy
281535bc17 fix: adjust details part in the battery popup to show battery level (#472) 2021-05-14 17:31:30 +02:00
Serhiy Mytrovtsiy
73c785313f feat: add bar chart widget to the Fans module (#462) 2021-05-13 22:16:41 +02:00
Serhiy Mytrovtsiy
65cf681eac fix: add information when the time to charge/discharge is unavailable 2021-05-10 19:49:32 +02:00
Serhiy Mytrovtsiy
c21508d223 fix: fixed memory leak in the Sensors module on Apple Silicon (#417) 2021-05-08 20:38:26 +02:00
Serhiy Mytrovtsiy
a5ac0d25dc feat: add information when last time charger was connected in the battery popup (#450) 2021-05-07 18:55:45 +02:00
Serhiy Mytrovtsiy
24d552f22d fix: adjust fans module width (#460) 2021-05-06 16:53:23 +02:00
Serhiy Mytrovtsiy
835e5511c9 fix: crop sensors values to int (#452) 2021-05-03 19:16:16 +02:00
Serhiy Mytrovtsiy
e5832af9e8 fix: escape temperature read in CPU module for apple silicon (#445) 2021-04-30 17:29:00 +02:00
Serhiy Mytrovtsiy
bc6a9930db feat: moved Sensors widget to the core graphics. Width of widget will be fixed from now (#348). Also fixed different graphics glitches (#374) 2021-04-29 19:28:45 +02:00
Serhiy Mytrovtsiy
ac4d816ab3 fix: removed test sensor from the Apple Silicon sensors reader (#440) 2021-04-26 19:01:25 +02:00
Pablo Pizarro R
57356910a5 feat: add refresh icon to the network (#422)
* Added refresh icon to network popup

* Move refresh icon to ModuleKit
2021-04-25 14:32:57 +02:00
Serhiy Mytrovtsiy
f4289c16e7 fix: another try to fix memory leak in the Apple Silicon Sensors reader (#417) 2021-04-15 21:12:33 +02:00
Serhiy Mytrovtsiy
f9c64ad488 feat: return label options for bar and pie charts. Revert changes of 3ac95f9. (#416) 2021-04-13 21:52:49 +02:00
Serhiy Mytrovtsiy
ebfbfeb09b feat: fix memory leak in the apple silicon sensors reader (#417) 2021-04-12 21:05:30 +02:00
Pablo Pizarro R
2528830a14 feat: fixed Spanish lang, network refresh button width fix (#393)
* Fixed spanish lang

* Compute refresh button width dynamically

* Added refresh button langs entries

* Fixed english lang update

* Fix update message vertical centering

* Format variable refresh name

Co-authored-by: Serhiy Mytrovtsiy <mitrovtsiy@ukr.net>
2021-04-11 16:49:30 +02:00
Serhiy Mytrovtsiy
e2de518b75 feat: init apple silicon sensors (#210) 2021-04-10 15:50:02 +02:00
Serhiy Mytrovtsiy
f7ec867cd3 fix: update battery high level notification message 2021-04-06 20:24:33 +02:00
Serhiy Mytrovtsiy
681ebeef23 fix: fixed memory leak in the Battery reader 2021-04-06 18:49:35 +02:00
Serhiy Mytrovtsiy
577b465d98 feat: add missing translations 2021-04-03 20:28:03 +02:00
Serhiy Mytrovtsiy
5eb709ccf3 feat: init Label widget (#376)
feat: removed labels option from `Bar, Line and Pie chart` widgets
feat: added `Label widget` to the all modules
feat: removed another UnsafeMutablePointer
2021-03-30 20:34:50 +02:00
Serhiy Mytrovtsiy
b802bd6b40 fix: enable battery top process reader (pipe was closed when setup) 2021-03-29 17:23:56 +02:00
Serhiy Mytrovtsiy
76500207c9 fix: fixed file descriptors leak (#384) 2021-03-26 21:56:28 +01:00
Serhiy Mytrovtsiy
adcb0da9ab feat: moved from UnsafePointer<SMCService> to sharable instance (SMC.shared) 2021-03-25 22:14:20 +01:00
Serhiy Mytrovtsiy
1af5ec1763 feat: add fan speed control panel to the popup (#152) 2021-03-23 20:51:46 +01:00
Serhiy Mytrovtsiy
cd689999ac feat: moved from UnsafePointer<Store> to sharable instance (Store.shared) 2021-03-20 16:33:14 +01:00
Serhiy Mytrovtsiy
5d0dc75b2f feat: add mode to the fan (#152) 2021-03-18 18:52:25 +01:00
Serhiy Mytrovtsiy
feb2c71118 fix: setup frequency reader when toggle on 2021-03-12 17:56:43 +01:00
Serhiy Mytrovtsiy
3b43e91c3d feat: add option to disable CPU frequency (IPG) (#379) 2021-03-12 17:51:29 +01:00
Serhiy Mytrovtsiy
03380fcccf feat: add an option to refresh public IP (#339) 2021-03-05 15:41:55 +01:00
Serhiy Mytrovtsiy
7e08fb901a feat: show both public IPs: v4 and v6 (#307) 2021-03-03 18:38:22 +01:00
Serhiy Mytrovtsiy
8604b08af1 fix: disable Battery high level notification by default 2021-02-28 13:03:46 +01:00
Tyson
000d36c89c Battery high notification (#362)
* adding notification for battery high

* squashing bug
2021-02-28 12:39:00 +01:00
Serhiy Mytrovtsiy
227352e8c8 fix: fixed 0% disk usage (#356) 2021-02-23 21:31:42 +01:00
Serhiy Mytrovtsiy
e2e0d02895 fix: set fan speed 0 when SMC returns nil (#351) 2021-02-21 11:15:51 +01:00
Serhiy Mytrovtsiy
b3dd770d6a fix: show both GPUs info when the same model (#329). Fixed by recognizing processed GPU with model and index of accelerator. Not with model only. 2021-02-20 18:54:02 +01:00
Serhiy Mytrovtsiy
a5f7e07464 feat: adjust RAM color zones (orange: 0.8, red: 0.95) in BarChart for utilization mode 2021-02-20 17:48:09 +01:00
Serhiy Mytrovtsiy
38e064d183 fix: correct widget ordering after restart (return reader readyHandler) (#347) 2021-02-16 20:01:46 +01:00
Serhiy Mytrovtsiy
7b2b786b86 feat: now few widgets can be enabled for one module 2021-02-13 16:39:11 +01:00
Serhiy Mytrovtsiy
1761d9cc59 Merge pull request #340 from Tai-Zhou/master
Add Localization to the Power Source
2021-02-08 17:45:38 +01:00
Serhiy Mytrovtsiy
7f42c6527f fix: removed arrow pointer and disabled selection option from public and local IP (#334) 2021-02-08 17:38:17 +01:00
Tai Zhou
ecc7b8a932 Add Localization to the Power Source
Add two terms to all the languages and add localizations of widgets to Bulgarian and Romanian.
2021-02-08 18:14:34 +08:00
Serhiy Mytrovtsiy
e66232ccbd v2.4.16 2021-02-07 12:05:00 +01:00