Serhiy Mytrovtsiy
8feabfea23
fix: fixed border color in the widget selector
2021-03-31 19:37:39 +02:00
Serhiy Mytrovtsiy
5eb709ccf3
feat: init Label widget ( #376 )
...
feat: removed labels option from `Bar, Line and Pie chart` widgets
feat: added `Label widget` to the all modules
feat: removed another UnsafeMutablePointer
2021-03-30 20:34:50 +02:00
Serhiy Mytrovtsiy
cd689999ac
feat: moved from UnsafePointer<Store> to sharable instance (Store.shared)
2021-03-20 16:33:14 +01:00
Serhiy Mytrovtsiy
82fb0ae0c1
fix: fixed widget initialization when first start
2021-02-21 10:41:27 +01:00
Serhiy Mytrovtsiy
b573cb65ee
feat: show widget settings button only for active widget
2021-02-19 20:51:56 +01:00
Serhiy Mytrovtsiy
38e064d183
fix: correct widget ordering after restart (return reader readyHandler) ( #347 )
2021-02-16 20:01:46 +01:00
Serhiy Mytrovtsiy
7b2b786b86
feat: now few widgets can be enabled for one module
2021-02-13 16:39:11 +01:00
Serhiy Mytrovtsiy
c7476a7c40
feat: small refactoring of widget protocol. Preparing to allow a few widget per module).
2021-02-01 19:48:58 +01:00
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