Commit Graph

132 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
3900950b09 feat: added option to hide units in the Speed widget (#475) 2021-05-27 21:51:27 +02:00
Serhiy Mytrovtsiy
0c7f5699ed feat: initialized swiftlint and fixed warnings and errors 2021-05-22 14:58:20 +02:00
Serhiy Mytrovtsiy
6dc1143543 feat: update "Refresh" icon in the Network popup view 2021-05-18 23:49:11 +02:00
Serhiy Mytrovtsiy
5fd53d717f feat: add an option to switch between fixed and dynamic Sensors/Fans widget width (#483) 2021-05-17 22:55:28 +02:00
Serhiy Mytrovtsiy
73c785313f feat: add bar chart widget to the Fans module (#462) 2021-05-13 22:16:41 +02:00
Serhiy Mytrovtsiy
24d552f22d fix: adjust fans module width (#460) 2021-05-06 16:53:23 +02:00
Serhiy Mytrovtsiy
7ce7e38d36 fix: fixed crashes on some macs (#453) 2021-05-05 21:40:50 +02:00
Serhiy Mytrovtsiy
bc6a9930db feat: moved Sensors widget to the core graphics. Width of widget will be fixed from now (#348). Also fixed different graphics glitches (#374) 2021-04-29 19:28:45 +02:00
Pablo Pizarro R
57356910a5 feat: add refresh icon to the network (#422)
* Added refresh icon to network popup

* Move refresh icon to ModuleKit
2021-04-25 14:32:57 +02:00
Serhiy Mytrovtsiy
0e5c747389 fix: fixed widget settings reset after restart in GPU module (#432) 2021-04-22 21:32:27 +02:00
Serhiy Mytrovtsiy
05091a9b12 feat: add colors translation 2021-04-16 11:11:47 +02:00
Serhiy Mytrovtsiy
f9c64ad488 feat: return label options for bar and pie charts. Revert changes of 3ac95f9. (#416) 2021-04-13 21:52:49 +02:00
Serhiy Mytrovtsiy
3ac95f9952 fix: removed label from bar and pie charts 2021-04-09 19:11:16 +02:00
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
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
adcb0da9ab feat: moved from UnsafePointer<SMCService> to sharable instance (SMC.shared) 2021-03-25 22:14:20 +01:00
Serhiy Mytrovtsiy
cd689999ac feat: moved from UnsafePointer<Store> to sharable instance (Store.shared) 2021-03-20 16:33:14 +01:00
Serhiy Mytrovtsiy
7095f52c30 v2.5.4 2021-03-07 14:08:25 +01:00
Serhiy Mytrovtsiy
557c6b919c feat: add a close button to detached popup view (#282). The activity monitor button will be replaced by the close button when the window will be detached.
fix: remove not using icons
2021-03-06 22:14:56 +01:00
Serhiy Mytrovtsiy
2aebc91fb4 v2.5.3
fix: removed phantom space in the menu bar (#368)
2021-02-28 21:25:51 +01:00
Serhiy Mytrovtsiy
8c6b3df30c fix: fixed manuBarItem initialization size and add tracker if menuBarItem was removed from menu bar 2021-02-26 00:25:55 +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
63107ffe41 fix: removed spacing from menu bar if module is disabled 2021-02-21 11:01:53 +01:00
Serhiy Mytrovtsiy
82fb0ae0c1 fix: fixed widget initialization when first start 2021-02-21 10:41:27 +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
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
4dd4af1a4f fix: battery module freeze when disabling (#336) 2021-02-05 18:59:57 +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
f997094dc4 feat: small refactoring of popup HeaderView 2021-01-22 21:43:23 +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
1cf35f62ba fix: prevent a crash when opening the battery popup for the first time (#295). Fixed by removing overridden start function. 2021-01-20 18:38:19 +01:00
Serhiy Mytrovtsiy
4b0e63a19d fix: do not stop popup readers when popup view is detached (#285) 2021-01-15 17:03:14 +01:00
Serhiy Mytrovtsiy
1f03c42b52 fix: hide header button focus in the popup view 2021-01-05 18:00:28 +01:00
Serhiy Mytrovtsiy
b85ae53da6 feat: allow to detach popup view and leave it opened (MVP) (#272) 2021-01-05 17:12:21 +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
8260f5d40c feat: remove additional spacing on Big Sur 2020-12-14 16:51:19 +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