Commit Graph

15 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
e524df7d5e feat: add new widget Network Chart (#189) for Network module. 2021-01-21 21:56:06 +01:00
Serhiy Mytrovtsiy
19e20ea063 - add option to select the network reader (interface based or process based)
- small refactoring in Network reader
2020-11-27 18:11:14 +01:00
Serhiy Mytrovtsiy
b843ff4cbf - add total upload/download stats to the Network widget (#153) 2020-11-13 13:57:33 +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
ac0c292f02 - add an option to select a base (byte or bit) for speed (87) 2020-09-29 18:55:52 +02:00
Serhiy Mytrovtsiy
74413ea0f8 - rename Network widget to Speed 2020-08-06 21:27:56 +02:00
Serhiy Mytrovtsiy
946ecdd71e - add icon to top processes 2020-08-01 20:50:41 +02:00
Serhiy Mytrovtsiy
2c8a464d2d - add top processes to Network module
- add application names to CPU and RAM top processes view
2020-07-29 21:37:02 +02:00
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
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
4e29364d39 - get network interface from store 2020-07-06 15:47:19 +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
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