Commit Graph

13 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
1f8bdfeab0 - adjust Mini widget to borderless
- adjust LineChart widget to borderless
- adjust BarChart widget to borderless

- improve Mini, LineChart, and BarChart widgets borders on low resolution displays (#105)
2020-12-03 17:58:59 +01:00
Serhiy Mytrovtsiy
2f062ddb1e - add new Pie chart widget
- add Pie chart widget to the CPU module
- add Pie chart widget to the RAM module
2020-12-01 17:19:56 +01: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
8cded0e7bb - width of settings will be the same with the scroll as without 2020-08-06 21:55:57 +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
53ee554380 - add toolTip to widget selector
- update toolTip in main settings menu
2020-07-23 16:22:10 +02:00
Serhiy Mytrovtsiy
c5df430a06 - adjust widget selection views
- adjust disk widget (F/U)
2020-07-10 18:45:55 +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
c5ba0f885e - sensors module mvp
- improve module settings responsibility
- change labelText color to textColor
2020-06-24 00:23:06 +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
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