795 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
10dedf6fb1 - fix Fans popup view size
- fix scroll position when open popup view
2020-10-31 20:03:01 +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
9d2010ad6b - add some missing sensors (#128)
- add missing sensors group translation
2020-10-31 16:38:23 +01:00
Serhiy Mytrovtsiy
8ac2d90e1e - add missing translation to the Pictogram setting in the Network module
- reset Network module settings!
2020-10-31 16:03:07 +01:00
Serhiy Mytrovtsiy
f8ba0b8bf7 - improve performance when changing the widget
- move trigger process.read when changing the number of top processes to the background
2020-10-29 16:46:22 +01:00
Serhiy Mytrovtsiy
e1e7825b18 - add top view initialization to the network popup
- add an option to select number of top processes to the Battery module
2020-10-29 16:33:24 +01:00
Serhiy Mytrovtsiy
08374eb04a - add an option to select number of top processes in the Network module 2020-10-27 20:12:01 +01:00
Serhiy Mytrovtsiy
9316a7bf7b - change layout in the CPU and Memory popups (moved to NSGridView) 2020-10-26 18:05:04 +01:00
Serhiy Mytrovtsiy
d1cb36c212 - add an option to select number of top processes in the Memory module 2020-10-25 17:00:14 +01:00
Serhiy Mytrovtsiy
1910e4a53a - add an option to select number of top processes in the CPU module (#79) 2020-10-24 17:30:46 +02:00
Serhiy Mytrovtsiy
e7a57ca64e - update readers update interval (moved to one list of intervals) 2020-10-23 15:17:51 +02:00
Serhiy Mytrovtsiy
2100c0b134 - move CPU frequency and temperature to the dedicated reader (less CPU consumption)
- add model identifier to the model name tooltip
2020-10-22 20:50:34 +02:00
Serhiy Mytrovtsiy
2b48cad76a - add Fans popup
- add option to show/hide a label to fans widget
2020-10-22 10:54:43 +02:00
Serhiy Mytrovtsiy
e2e575d0e4 - add Fans reader
- add Fans settings
- add pictogram to the sensors widget (temperature and fans only)
- remove unnecessary sensors from the sensors list
2020-10-20 17:10:17 +02:00
Serhiy Mytrovtsiy
a9ae275354 - init Fans module 2020-10-20 09:26:56 +02:00
Serhiy Mytrovtsiy
b9f0697dc6 - disable library validation (fix Intel Power Gadget check)
- adjust CPU frequency visibility
2020-10-15 17:25:22 +02:00
Serhiy Mytrovtsiy
52c8871573 - fix runtime check for IPG framework
- add CPU frequency to the popup view
2020-10-15 16:38:19 +02:00
Serhiy Mytrovtsiy
40c436252e - initialize the CPU frequency 2020-10-14 12:28:37 +02:00
Serhiy Mytrovtsiy
c17e6469f2 - fix disk name visibility when doesn't fit in the popup view (#108) 2020-10-12 16:06:36 +02:00
Serhiy Mytrovtsiy
7c11d82914 - fix hyperthreading cores option CPU without hyperthreading on the CPU module (#104) 2020-10-10 14:11:57 +02:00
Serhiy Mytrovtsiy
4ad776d908 - adjust bar chart widget in the battery module 2020-10-09 10:26:03 +02:00
Serhiy Mytrovtsiy
6c41edab7f - add bar chart widget to the battery module (#100) 2020-10-08 19:05:51 +02:00
Serhiy Mytrovtsiy
ddaaf1a8c9 - remove recovery disk from list (#96) 2020-10-03 13:20:10 +02:00
Serhiy Mytrovtsiy
ac0c292f02 - add an option to select a base (byte or bit) for speed (87) 2020-09-29 18:55:52 +02: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
91d2450f62 - fix battery module enabling when disabled (#89) 2020-09-23 19:22:51 +02:00
Serhiy Mytrovtsiy
ebd901ec7b - fix crash when some information missing about battery (#88)
- add MacPro5,1 to the list of devices
2020-09-20 21:30:23 +02:00
Serhiy Mytrovtsiy
6a2bb06673 - fix widget showing when module is disabled (possible it's happened only in the Network module) (#83)
- update CPU temperature modules (#81)
2020-09-05 13:03:39 +02:00
Serhiy Mytrovtsiy
9660f8c201 - add an option to show battery percentage and time in the widget (#82)
- remove temperature sensors which report more than 110 C (more probably it's a problem with SMC) (81)
2020-09-05 10:55:05 +02:00
Serhiy Mytrovtsiy
fbf2e56cab - update image in README (#39)
- fix a translation in Disk
- fix misspelling in Battery popup
2020-08-30 22:12: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
ab1f7ff86e - fix crash when GPU module is enabled (#74) 2020-08-26 12:45:15 +02:00
Serhiy Mytrovtsiy
1ce9e57b6c - add toolTip to the network popup view (value which can be copied by click) 2020-08-24 16:53:49 +02:00
Serhiy Mytrovtsiy
2ddf555755 - redraw Network chart
- add max visible axis value to the Network chart (#70)
2020-08-18 21:05:46 +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
Serhiy Mytrovtsiy
0d63ae1061 init gpu module 2020-08-17 17:30:09 +02:00
Serhiy Mytrovtsiy
d7b8be2dce - add pressure level graph to RAM module 2020-08-17 09:31:12 +02:00
Serhiy Mytrovtsiy
731c36d3f2 - add color upload/download identification to the Network popup 2020-08-15 12:47:12 +02:00
Serhiy Mytrovtsiy
c7f1fb8ce4 - add chart (usage history) to Network popup 2020-08-14 14:52:12 +02:00
Serhiy Mytrovtsiy
6a3b5afc8a - write Disks reader from scratch
- add disk read/write state to popup
2020-08-14 00:04:51 +02:00
Serhiy Mytrovtsiy
9e65322659 - rename Disk widget to Memory
- add Memory widget to RAM module
2020-08-13 16:43:45 +02:00
Serhiy Mytrovtsiy
beec19ceff - rename History to Usage history 2020-08-13 16:38:31 +02:00
Serhiy Mytrovtsiy
919f7a2007 - update dashboard in Memory popup 2020-08-13 16:37:24 +02:00
Serhiy Mytrovtsiy
cd1684dc09 - add HalfCircleGraphView
- add temperature circle chart to the CPU popup
2020-08-12 20:22:57 +02:00
Serhiy Mytrovtsiy
8cb76cd832 - add CircleChart
- add a dashboard to CPU popup (move chart below, add circle chart in the dashboard)
2020-08-11 23:31:01 +02:00
Serhiy Mytrovtsiy
9edb29a78b - fix temperature converting (#67) 2020-08-10 18:19:10 +02:00
Serhiy Mytrovtsiy
2904b090a4 - disk IO stats (mvp) 2020-08-08 20:42:53 +02:00
Serhiy Mytrovtsiy
e4e91f8e8f - fix widget ordering in widget selector (now there will be ordering) 2020-08-06 21:52:02 +02:00