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
9fe3c54805
feat: add new icon to the battery widget. Plug icon - visible when charger is connected, but buttery not charging ( #386 )
2021-03-29 20:38:15 +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
40b408ca20
fix: next try to make properly working widget ordering in the menu bar
2021-02-22 16:58:08 +01:00
Serhiy Mytrovtsiy
d19f21ac9f
fix: fixed visual bug of Mini widget ( #326 ). Text rotated when turned on
2021-02-20 19:54:29 +01:00
Serhiy Mytrovtsiy
a5f7e07464
feat: adjust RAM color zones (orange: 0.8, red: 0.95) in BarChart for utilization mode
2021-02-20 17:48:09 +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
1f991ee874
fix: adjusted Network Chart size
2021-01-23 17:19:40 +01:00
Serhiy Mytrovtsiy
e524df7d5e
feat: add new widget Network Chart ( #189 ) for Network module.
2021-01-21 21:56:06 +01:00
Serhiy Mytrovtsiy
8a99b767ce
fix: adjust one row height in the sensors widget
2020-12-28 12:00:06 +01:00
Serhiy Mytrovtsiy
1ad88b46f2
fix: arrows positions in the Speed widget ( #248 )
2020-12-25 13:46:23 +01:00
Serhiy Mytrovtsiy
eef4b1b1c2
fix: save value option state in the Speed widget ( #242 )
2020-12-24 16:19:55 +01:00
Serhiy Mytrovtsiy
8902efbea9
fix: disk memory conversion (macOS report not bytes) ( #233 )
2020-12-19 21:37:01 +01:00
Serhiy Mytrovtsiy
bd3298e7aa
feat: allow to change widget title for Mini widget ( #111 , #232 )
2020-12-19 19:26:49 +01:00
Serhiy Mytrovtsiy
51bcfd8434
feat: adjust the LineBar chart width
2020-12-14 16:38:54 +01:00
Serhiy Mytrovtsiy
b1a048585d
- fix the label width on some widgets ( #223 )
2020-12-11 19:04:59 +01:00
Serhiy Mytrovtsiy
22a8c2aff5
- adjust Mini widget width when 100% and no label
2020-12-07 17:50:18 +01:00
Serhiy Mytrovtsiy
1e85f2bf4a
- improve Battery widget on low resolution displays ( #105 )
...
- make Battery widget more similar to Big Sur
2020-12-05 21:31:03 +01:00
Serhiy Mytrovtsiy
8eae4bce2d
- adjust size of bar in the BarChart widget
...
- adjust size between value and chart in the LineChart widget
2020-12-03 18:13:08 +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
d655da3841
- adjust label margin in the pie chart
2020-12-01 17:22:47 +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
a8e68c6231
- change Constants.Widget.margin from CGFloat to CGPoint
2020-11-28 13:31:39 +01:00
Serhiy Mytrovtsiy
e31f9934f6
- fix Network stats base in the popup view ( #176 )
2020-11-20 17:15:10 +01:00
Serhiy Mytrovtsiy
44d229c34f
- move back from CALayer to Core Graphics in Mini widget (CG using less CPU)
2020-11-16 20:05:44 +01:00
Serhiy Mytrovtsiy
bc4bdf9043
- fix Sensors updates in one of the screens in multi-monitor configuration ( #168 )
2020-11-16 19:50:13 +01:00
Serhiy Mytrovtsiy
da1b68a4b1
v2.4.3
2020-11-15 13:23:19 +01:00
Serhiy Mytrovtsiy
6069ea23e8
- add an option to hide additional information when the battery is full ( #138 )
2020-11-14 16:21:46 +01:00
Serhiy Mytrovtsiy
3b47c09906
- update settings view and layout
2020-11-13 16:29:44 +01:00
Serhiy Mytrovtsiy
b843ff4cbf
- add total upload/download stats to the Network widget ( #153 )
2020-11-13 13:57:33 +01:00
Serhiy Mytrovtsiy
5b649df28c
- fix disk name for macOS Big Sur
...
- fix label color in Mini widget for macOS Big Sur
- fix colors in Sensors widget for macOS Big Sur
- adjust label size in Mini widget
- fix temperature unit format for macOS Big Sur
2020-11-13 13:43:42 +01:00
Serhiy Mytrovtsiy
88a0062170
- move Sensors widget to the CALayout ( #125 )
2020-11-12 19:03:32 +01:00
Serhiy Mytrovtsiy
762afd1763
- adjust Mini widget sizes
2020-11-09 22:31:56 +01:00
Serhiy Mytrovtsiy
3ab1fb0156
- adjust value and layout updates (updateLayer() and layout()) in Mini widget
2020-11-09 21:45:06 +01:00
Serhiy Mytrovtsiy
d05b47ec0d
- fix out of bounds when changing to the chart widget (happens only when empty history)
2020-11-05 13:30:50 +01:00
Serhiy Mytrovtsiy
f9b90bc3ba
- move from core graphics to CALayout in Mini widget
2020-11-05 13:24:20 +01:00
Serhiy Mytrovtsiy
85742785e7
- fix app crash when start ( #136 ) (font bug)
2020-11-03 22:10:52 +01:00
Serhiy Mytrovtsiy
c39b91c0b8
- fix Battery module settings visibility
...
- add option to select the battery time: short (01:25) and long (1h 25min) (#129 )
- add missing translations
2020-10-31 21:13:31 +01:00
Serhiy Mytrovtsiy
8ac2d90e1e
- add missing translation to the Pictogram setting in the Network module
...
- reset Network module settings!
2020-10-31 16:03:07 +01:00
Serhiy Mytrovtsiy
ca98ce4ebb
- add an option to select the sensors widget layout (automatic/one row/two rows)
...
- improved translations
2020-10-31 00:04:01 +01:00
Serhiy Mytrovtsiy
9316a7bf7b
- change layout in the CPU and Memory popups (moved to NSGridView)
2020-10-26 18:05:04 +01:00
Serhiy Mytrovtsiy
2b48cad76a
- add Fans popup
...
- add option to show/hide a label to fans widget
2020-10-22 10:54:43 +02:00
Serhiy Mytrovtsiy
e2e575d0e4
- add Fans reader
...
- add Fans settings
- add pictogram to the sensors widget (temperature and fans only)
- remove unnecessary sensors from the sensors list
2020-10-20 17:10:17 +02:00
Serhiy Mytrovtsiy
6ddab8ccfa
- remove clear background color sensors widget ( #103 )
2020-10-08 19:27:42 +02:00
Serhiy Mytrovtsiy
ac0c292f02
- add an option to select a base (byte or bit) for speed (87)
2020-09-29 18:55:52 +02:00
Serhiy Mytrovtsiy
8c9f0dfd19
- update the visibility of sensors value in the widget when one value in row ( #90 )
2020-09-23 21:07:09 +02:00
Serhiy Mytrovtsiy
9660f8c201
- add an option to show battery percentage and time in the widget ( #82 )
...
- remove temperature sensors which report more than 110 C (more probably it's a problem with SMC) (81)
2020-09-05 10:55:05 +02: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
9e65322659
- rename Disk widget to Memory
...
- add Memory widget to RAM module
2020-08-13 16:43:45 +02:00