Commit Graph

9 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
8dbafa40ac - add option to set up update interval for CPU module
- add setInterval() to reader protocol
- update reader start process (run initStoreValues() before start())

- add option to select update interval for RAM module

- add option to select update interval for Disk module
- small refactoring in cpu and ram settings

- add option to select update interval for Sensors module
2020-07-11 13:40:59 +02:00
Serhiy Mytrovtsiy
cb8ab6365c - add option to show removable disks in Disk module
- add notification when popup view size must be recalculated
2020-07-06 20:34:29 +02:00
Serhiy Mytrovtsiy
5e51770cbc - add an option to select a network interface
- update logic when the module is not available (now reader initializing after the module is initialized)
- update a Network popup view
2020-07-06 19:25:41 +02:00
Serhiy Mytrovtsiy
d206da1be6 - now Sensor module will disable if no sensor is selected
- click on application will open Settings
2020-07-01 18:36:03 +02:00
Serhiy Mytrovtsiy
aab85cfdfd - added RAM pressure to BarChart widget
- added RAM pressure to LineChart widget
2020-06-30 23:19:31 +02:00
Serhiy Mytrovtsiy
3f8ee3bd65 - update structure name in modules
- add arguments support (--reset, --disable)
- update a README
2020-06-28 23:58:37 +02:00
Serhiy Mytrovtsiy
a2d702b6c7 fix popup position with few displays 2020-06-24 14:18:06 +02:00
Serhiy Mytrovtsiy
c5ba0f885e - sensors module mvp
- improve module settings responsibility
- change labelText color to textColor
2020-06-24 00:23:06 +02:00
Serhiy Mytrovtsiy
4d6f759d3b v2.0.0 (#34)
* v2.0.0
* rewritten application from scratch
* new Settings
* new custom popup view
* moved to own implementation of chart
* added more option to configure a widget
* now each module has own widget in the menu bar
* a lot of new features...
2020-06-07 12:22:32 +02:00