Commit Graph

45 Commits

Author SHA1 Message Date
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
1d98b8cb8e - fix module enabling (when disabled in old version of app) (#75) 2020-08-26 11:57:58 +02:00
Serhiy Mytrovtsiy
9ec457eac5 - add activity monitor button to popup view (#72) 2020-08-24 16:49:43 +02:00
Serhiy Mytrovtsiy
c51c828ee6 - fix widget ordering when disable/enable the module 2020-08-17 17:12:45 +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
2904b090a4 - disk IO stats (mvp) 2020-08-08 20:42:53 +02:00
Serhiy Mytrovtsiy
8cded0e7bb - width of settings will be the same with the scroll as without 2020-08-06 21:55:57 +02:00
Serhiy Mytrovtsiy
e4e91f8e8f - fix widget ordering in widget selector (now there will be ordering) 2020-08-06 21:52:02 +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
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
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
53ee554380 - add toolTip to widget selector
- update toolTip in main settings menu
2020-07-23 16:22:10 +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
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
c5df430a06 - adjust widget selection views
- adjust disk widget (F/U)
2020-07-10 18:45:55 +02:00
Serhiy Mytrovtsiy
196cd82051 - add frame option to bar chart
- add frame option to line chart
2020-07-10 18:45:51 +02:00
Serhiy Mytrovtsiy
0e0530bcf0 - now Network module will be disabled if the icon is none and value is disabled (there is nothing to show in the widget) 2020-07-08 18:47:15 +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
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
1e8737734c hot fix (set RAM pressure to false by default) 2020-06-30 23:39:21 +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
8f1afba91d - update a color accent in bar chart and network widget 2020-06-29 22:51:43 +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
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
c3368ddd19 init Sensors module 2020-06-23 00:03:00 +02:00
Serhiy Mytrovtsiy
b22c74196b fix toggle button for 10.14 2020-06-18 11:16:08 +02:00
Serhiy Mytrovtsiy
d7ec2b77eb fix settings background color in darkmode 2020-06-10 17:06:41 +02:00
Serhiy Mytrovtsiy
a9342d10b7 fix battery widget visibility in darkmode 2020-06-10 09:29:15 +02:00
Serhiy Mytrovtsiy
064515e8da critical fix in network module: uncomment data usage in the widget 2020-06-09 20:08:37 +02:00
Serhiy Mytrovtsiy
46b2c1c467 adjust network width (again) 2020-06-09 14:42:08 +02:00
Serhiy Mytrovtsiy
14eefec806 adjust network width 2020-06-08 21:17:16 +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