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
e24a9ef2a2
- update settings view (moved all view to one scroll view)
2020-08-01 19:56:57 +02:00
Serhiy Mytrovtsiy
0ab7457694
- add top processes to Battery module
2020-07-30 17:22:34 +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
5b3898672a
- add top processes to RAM module
2020-07-29 18:09:52 +02:00
Serhiy Mytrovtsiy
cc58c16316
- remove top process option from settings (top process will be available always)
2020-07-28 21:38:54 +02:00
Serhiy Mytrovtsiy
6a609c6f04
CPU top processes MVP
2020-07-27 20:57:16 +02:00
Serhiy Mytrovtsiy
383f4195bb
- fix battery charging state in a popup view
...
- add a visualization of battery level when charging (vertical bar)
2020-07-24 10:28:14 +02:00
Serhiy Mytrovtsiy
dac3ccd957
- remove Recovery disk from disks list
2020-07-20 17:54:19 +02:00
Serhiy Mytrovtsiy
095e60499a
- update battery low level notification algorithm
...
- fix showing a low level notification on each measurement lower than set
2020-07-20 17:51:49 +02:00
Serhiy Mytrovtsiy
1d09a11409
- add lightning to battery when power cable connected (now the battery widget have the same behavior as default macos)
...
- fix battery reader (app gets to know that AC is connected after the second read)
- updated selection in Network and Battery module
- update default color for mini widget in battery module
2020-07-19 01:27:40 +02:00
Serhiy Mytrovtsiy
e3324b2177
- change default widget mode for CPU. Now in bar chart will be total CPU usage, not per core)
...
- add option to switch between usage per core and total usage for CPU in bar chart widget
2020-07-18 16:05:59 +02:00
Serhiy Mytrovtsiy
b19bb824cd
- fix sensors order in the widget (now the orders in the widget the same as in popup and settings)
2020-07-16 19:43:43 +02:00
Serhiy Mytrovtsiy
706e8219ce
- add low battery notification with option to select battery level (disabled/3%/5%/10%/15%/20%/30%/40%/50%)
2020-07-15 22:18:24 +02:00
Serhiy Mytrovtsiy
85fb2964fd
- add option to select an application automatic checks for new version (at start/once per day/once per week/once per month/never)
...
- adjust select box y position
2020-07-14 17:28:46 +02:00
Serhiy Mytrovtsiy
1621d8b3a0
- add tooltip to settings menu
2020-07-11 20:25:03 +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
3edc15d352
- update default color in some of modules
2020-07-10 13:41:27 +02:00
Serhiy Mytrovtsiy
4cb405f0de
- fix network speed update in popup window ( #57 )
2020-07-09 09:41:48 +02:00
Serhiy Mytrovtsiy
8b9698006f
- add an option to select a color for each module (from a predefined list)
...
- add a separator to select color menu
2020-07-08 18:14:38 +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
40d44248d9
- fix Sensors module path
2020-07-06 15:52:57 +02:00
Serhiy Mytrovtsiy
4e29364d39
- get network interface from store
2020-07-06 15:47:19 +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
5b6b393c3f
- added a new widget for Disk module (F: 123GB and U: 122GB)
2020-06-30 21:45:59 +02:00
Serhiy Mytrovtsiy
225aed962d
- add option to copy network values (public IP, local IP, network name, and physical address)
...
- small fix
2020-06-30 18:18:19 +02:00
Serhiy Mytrovtsiy
f562d965de
- update a CPU temperature sensor key
...
- log missing sensor key in dict
- fix network type detection
- small fixes
2020-06-29 21:05:38 +02:00
Tobias Schaefer
d36e1bb3d7
Fix typos in application and README.md ( #49 )
...
* Fix typo 'Temperatrure' on battery details
* Fix typos in README.md
2020-06-29 20:07:32 +02:00
Serhiy Mytrovtsiy
0f8e9ea739
fix crash on start (the problem with self.window in popup)
...
- fix crash when missing wifi network name
2020-06-29 17:39:34 +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
8669bb0c2b
clean mini widget
...
- make Colorize works in Mini (text) widget
- now Colorize properly works (line chart/bar chart)
- main color is system color accent
- fix box visibility in dark mode
- fix colors in chart
2020-06-28 23:58:37 +02:00
Serhiy Mytrovtsiy
ec8f7a5a73
- adjust processor row height to fix processor name
...
v2.1.0
2020-06-24 16:35:15 +02:00
Serhiy Mytrovtsiy
d88f5d1e1a
fix temperature visibility in popup
2020-06-24 00:53:36 +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
c3368ddd19
init Sensors module
2020-06-23 00:03:00 +02:00
Serhiy Mytrovtsiy
de64f943eb
fix network reader after reconnection to the network
2020-06-21 16:44:31 +02:00
Serhiy Mytrovtsiy
a9342d10b7
fix battery widget visibility in darkmode
2020-06-10 09:29:15 +02:00
Serhiy Mytrovtsiy
be6886a5af
fix battery level visibility when mini widget
2020-06-08 16:32:58 +02:00
Serhiy Mytrovtsiy
249ba521a6
fix data update in battery popup
2020-06-08 13:20:24 +02:00
Serhiy Mytrovtsiy
658545fad2
small fix in battery module
2020-06-08 13:03:00 +02:00
Serhiy Mytrovtsiy
af7f91afd6
add charging state to battery widget
2020-06-08 13:00:00 +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