Serhiy Mytrovtsiy
c5ea8563dd
feat: added chart scale setting to the RAM popup settings
2024-04-06 11:35:21 +02:00
Serhiy Mytrovtsiy
c54e68201f
lang: added translation for chart duration
2024-03-09 22:06:11 +01:00
Serhiy Mytrovtsiy
c2419f62e1
feat: added an option to select chart history range for line chart in the popup view for RAM module
2024-03-07 17:25:16 +01:00
Serhiy Mytrovtsiy
7e833176d9
feat: moved all modules to the new way of reader mode with a small refactoring
2024-02-10 17:03:47 +01:00
Serhiy Mytrovtsiy
a2a9b1aee3
feat: updated RAM portal view
2024-01-26 18:44:48 +01:00
Serhiy Mytrovtsiy
d2f080e104
feat: moved all popups to new ProcessesView for top processes
2024-01-06 10:29:43 +01:00
Serhiy Mytrovtsiy
b21630218c
feat: initialized ProcessesView that will be common for all popups
2024-01-05 21:02:29 +01:00
Serhiy Mytrovtsiy
c3ee6c6b29
fix: fixed RAM pressure level notification key
2023-12-26 17:59:33 +01:00
Serhiy Mytrovtsiy
96f007641a
lang: added translation for notifications menu
2023-12-23 15:41:52 +01:00
Serhiy Mytrovtsiy
f7452dcb2d
feat: added notifications for the RAM module
2023-12-13 22:08:37 +01:00
Serhiy Mytrovtsiy
48322fc7e8
fix: fixed circles charts in the new version of Cocoa
2023-09-28 17:33:55 +02:00
Serhiy Mytrovtsiy
9115329767
fix: changed reference from unowned to weak in the modules (prevents crash in some cases)
2023-08-13 13:15:27 +02:00
Serhiy Mytrovtsiy
8a98cfd645
feat: added releasing all processes when closing the popup view
2023-07-06 18:21:29 +02:00
Serhiy Mytrovtsiy
32bd6ff32c
feat: added module types to the readers
2023-06-29 17:46:40 +02:00
Serhiy Mytrovtsiy
1e0ba3b61f
feat: moved all reader's values to the Codable protocol
2023-06-27 17:09:38 +02:00
Serhiy Mytrovtsiy
94bf62ae70
feat: added information when network data was reset last in the Network popup ( #1495 )
2023-05-29 19:15:36 +02:00
Serhiy Mytrovtsiy
5a974e38cf
feat: added a header with title and settings button to the portals ( #1467 )
2023-05-19 18:13:06 +02:00
Serhiy Mytrovtsiy
5105c8c20d
feat: created PopupWrapper for the popup view
2023-03-25 14:54:30 +01:00
Serhiy Mytrovtsiy
13b897f0ec
feat: added portal view to the CPU module
...
feat: added portal view to the RAM module
2023-02-24 22:43:29 +01:00
Serhiy Mytrovtsiy
6c991de101
feat: removed check for macOS 10.14
2023-01-31 18:27:43 +01:00
Serhiy Mytrovtsiy
25e7e38eb9
feat: added icons to the modules in the sidebar menu (starting from macOS 11.0)
2022-12-03 12:25:45 +01:00
Serhiy Mytrovtsiy
40535e2f41
fix: fixed RAM top processes reader regex ( #1145 )
2022-11-03 19:38:12 +01:00
Serhiy Mytrovtsiy
3229ec8a79
fix: adjusted RAM top process parser (when the process has 0 PID and 0 in the usage)
2022-10-29 11:12:41 +02:00
Serhiy Mytrovtsiy
74a832a835
feat: added RAM widgets colorizing according to the popup colors ( #565 )
2022-10-26 18:17:43 +02:00
Serhiy Mytrovtsiy
0346964857
feat: added options to select colors in the RAM popup ( #565 )
2022-10-06 18:18:50 +02:00
Serhiy Mytrovtsiy
42515ca1b5
feat: initialized popup settings ( #565 )
2022-10-04 21:44:27 +02:00
Serhiy Mytrovtsiy
a2a4b93db4
feat: added an Based on cluster colorize option. It will colorize efficiency and performance cores in the bar chart chart widget.
2022-08-12 18:56:43 +02:00
Serhiy Mytrovtsiy
900600ce7b
feat: adjusted RAM top process parser ( #1029 )
2022-08-11 18:00:48 +02:00
Serhiy Mytrovtsiy
64fffc07e8
fix: fixed wrong ram pressure levels colorizing. Moved from int to the internal levels variable (DispatchSource.MemoryPressureEvent) ( #1010 )
2022-07-26 18:00:59 +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
31b68e439e
feat: added a notification to the RAM usage ( #913 )
2022-07-06 20:26:12 +02:00
Serhiy Mytrovtsiy
6fba3c01d9
fix: fixed replacing PID string in the usage string ( #910 )
2022-04-16 12:29:20 +02:00
Serhiy Mytrovtsiy
f22e615341
feat: added an option to lock the top process
2022-01-04 12:09:54 +01:00
Serhiy Mytrovtsiy
76166f2f53
fix: fixed RAM top processes parsing ( #697 )
2021-11-18 16:59:48 +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
4168862287
feat: added Tachometer widget to the CPU, GPU, and RAM module ( #631 )
2021-10-13 18:27:31 +02:00
Serhiy Mytrovtsiy
787efb6b1a
fix: fixed order of top processes in the CPU, RAM, and Battery modules ( #594 )
2021-08-26 19:49:40 +02:00
Serhiy Mytrovtsiy
bf5b4c406e
feat: redraw ProcessView to the NSStackView ( #569 )
2021-08-17 18:25:22 +02:00
Serhiy Mytrovtsiy
3b8c468137
fix: hide Split the value option in the RAM module if bar chart is not enabled
2021-08-15 13:05:37 +02:00
Serhiy Mytrovtsiy
f12b123e3d
fix: fixed enabling widget when toggling some option in the settings when the module is disabled
2021-08-15 13:03:28 +02:00
Serhiy Mytrovtsiy
0fe2c0dd98
feat: add an option to enable split value (System/User) for CPU and RAM in the BarChart ( #441 )
2021-08-03 20:11:18 +02:00
Serhiy Mytrovtsiy
918a07150b
feat: change value type from Double to ColorValue in the BarChart ( #441 )
2021-08-02 20:11:48 +02:00
Serhiy Mytrovtsiy
62f253ec3a
feat: add an option to select update interval for top processes to the RAM ( #552 )
2021-07-29 19:39:04 +02:00
Serhiy Mytrovtsiy
1797d72de5
fix: fixed wrong top process size in the RAM module ( #523 )
2021-07-04 18:18:35 +02:00
Serhiy Mytrovtsiy
a3a002a2d3
feat: removed os.log and moved to NextLog
2021-06-26 13:38:45 +02:00
Serhiy Mytrovtsiy
c599484138
fix: fixed top processes usage in the RAM when top returns additional + ( #499 )
2021-06-12 09:14:29 +02:00
Serhiy Mytrovtsiy
13707090eb
feat: combine StatsKit and ModuleKit in the one framework: Kit
2021-06-04 19:37:29 +02:00
Serhiy Mytrovtsiy
0c7f5699ed
feat: initialized swiftlint and fixed warnings and errors
2021-05-22 14:58:20 +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
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