Commit Graph

39 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
28a1b1987b feat: added Widget activation threshold option to the Network module (#931) 2022-09-03 13:32:01 +02:00
Serhiy Mytrovtsiy
486d40670e feat: added blurred background to the popup view (only when dark mode is enable) (#964) 2022-08-01 17:29:33 +02:00
Serhiy Mytrovtsiy
ec49193bcc fix: fixed "Merge widgets" string key 2022-07-28 22:41:23 +02:00
Serhiy Mytrovtsiy
35a25a050f fix: fixed resizing the widget view when it was resized but waiting for the main thread 2022-07-18 17:29:36 +02:00
Serhiy Mytrovtsiy
e6ab321c75 feat: show Merge widgets into one option only if more than 1 widget is available 2022-07-13 19:53:34 +02:00
Serhiy Mytrovtsiy
a83901d3a9 feat: added No available widgets to configure text when no widgets are available to configure in the widget settings 2022-07-13 18:37:34 +02:00
Serhiy Mytrovtsiy
0b7be467e1 feat: added option to show all widgets per module as one item in the menu bar. It's an early feature, so there is a bugs. To work fine with this feature a lot of widgets must be adjusted. It supports organizing the elements right from the widget selector settings already. IT'S AN EARLY FEATURE! 2022-07-09 11:37:00 +02:00
Serhiy Mytrovtsiy
ea71cb6abc feat: moved to the custom Repeater plugin 2022-06-30 20:39:03 +02:00
Serhiy Mytrovtsiy
02dd72db42 fix: hide the popup close button when the popup is disappearing (it was visible in some cases) 2022-05-06 17:09:40 +02:00
Serhiy Mytrovtsiy
e88a432533 feat: approve the popup scroll when resizing the popup 2022-04-29 18:12:37 +02:00
Serhiy Mytrovtsiy
b55baadca1 feat: saving the position of the widgets in the widget selector 2022-04-25 19:32:14 +02:00
Serhiy Mytrovtsiy
c7f7a93c09 fix: fixed a scroll when resizing the popup view (#907) 2022-04-22 17:37:45 +02:00
Serhiy Mytrovtsiy
5a05f701ee feat: added animation when moving the widget in the settings 2022-04-14 17:34:37 +02:00
Serhiy Mytrovtsiy
6fb2c9b11b feat: changed function_body_length swiftlint rule from 60/80 to 80/100 2022-04-02 12:45:41 +02:00
Serhiy Mytrovtsiy
1038a67b78 fix: corrected moving the widgets in the settings on the macOS10.15+ 2022-03-28 17:53:13 +02:00
Serhiy Mytrovtsiy
2011af3468 feat: changed the way of how widget could be enabled/disabled. Drag the widget to enable or disable it. 2022-03-26 13:27:29 +01:00
Serhiy Mytrovtsiy
69219a2902 feat: added Bar chart view to the Sensors module (for Fans only!) (#839) 2022-03-08 17:04:10 +01:00
Serhiy Mytrovtsiy
64a02161ae fix: fixed popup view scroll after the resize 2022-03-03 19:37:22 +01:00
Serhiy Mytrovtsiy
879df4c410 feat: added chart to the sensors (#630) 2022-03-03 19:16:39 +01:00
Serhiy Mytrovtsiy
755fc3ff67 feat: adjusting the height of window size to the active screen size when open 2022-02-01 21:55:51 +01:00
Serhiy Mytrovtsiy
ce114a2874 fix: adjusted popup window size to the active screen size (#813) 2022-02-01 21:55:39 +01:00
Serhiy Mytrovtsiy
edd3d97917 fix: fixed missing checkbox on the macOS 10.13 (#716) 2021-11-27 11:23:50 +01:00
Serhiy Mytrovtsiy
d7f075ab7b feat: adjusted Battery widgets preview size 2021-11-24 17:53:22 +01:00
Serhiy Mytrovtsiy
4a7b9dd44a feat: small redesign of widget settings container 2021-11-19 17:46:19 +01:00
Serhiy Mytrovtsiy
054648e26c feat: added option to hide symbols in the Memory widget (#686) 2021-11-15 18:15:56 +01:00
Serhiy Mytrovtsiy
642f110765 fix: fixed empty widget preview (#690) 2021-11-11 19:04:29 +01:00
Serhiy Mytrovtsiy
0a0fe3284d fix: added watcher for toggle button in the module settings (#693);
reverted (3006160);
2021-11-10 17:30:06 +01:00
Serhiy Mytrovtsiy
5bd7df98e1 feat: adjusted widget preview sizes 2021-11-07 12:04:26 +01:00
Serhiy Mytrovtsiy
716b6a6a26 fix: fixed widget preview sizes 2021-11-05 19:12:20 +01:00
Serhiy Mytrovtsiy
b6c45c53b9 feat: redesigned settings view. Each module has two views: module settings and widget settings. The previous widget settings view was too complicated and weird 2021-11-04 17:38:53 +01:00
Serhiy Mytrovtsiy
9163b35ecf feat: initialized Tachometer widget (#631) 2021-10-12 17:30:52 +02:00
Serhiy Mytrovtsiy
925d40439e feat: changed layout of settings view. Widget selector and settings are in the separate views 2021-09-19 12:23:55 +02:00
Serhiy Mytrovtsiy
7b9598861b feat: rewrite BLE reader. Improve battery levels for Apple BLE devices (Mouse/Keyboard/Trackpad) (#557) 2021-08-13 11:33:04 +03:00
Serhiy Mytrovtsiy
d499b9d020 fix: fixed popup view behavior when pinned. Now a pinned popup will not close if click on the settings window. Additionally fixed bug when popup view does not hide if previously was pinned and closed. 2021-07-31 15:39:46 +02:00
Serhiy Mytrovtsiy
22386a4ae1 feat: initialized Bluetooth module (#277) 2021-07-08 23:03:02 +02:00
Serhiy Mytrovtsiy
178b713353 feat: prepare to support macOS 10.13 2021-07-07 19:15:47 +02:00
Serhiy Mytrovtsiy
f136a2f9c8 feat: add translation to the modules name (#496) 2021-07-01 21:22:59 +02:00
Serhiy Mytrovtsiy
a3a002a2d3 feat: removed os.log and moved to NextLog 2021-06-26 13:38:45 +02:00
Serhiy Mytrovtsiy
13707090eb feat: combine StatsKit and ModuleKit in the one framework: Kit 2021-06-04 19:37:29 +02:00