Commit Graph

41 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
51077508b2 - fix misspelling in the "Check for update" button 2020-10-25 21:51:42 +01:00
Serhiy Mytrovtsiy
e7a57ca64e - update readers update interval (moved to one list of intervals) 2020-10-23 15:17:51 +02:00
Serhiy Mytrovtsiy
86aaa57a21 - add support button
- add Paypal and Patreon to Github Sponsor providers
2020-10-23 14:31:03 +02:00
Serhiy Mytrovtsiy
2100c0b134 - move CPU frequency and temperature to the dedicated reader (less CPU consumption)
- add model identifier to the model name tooltip
2020-10-22 20:50:34 +02:00
Serhiy Mytrovtsiy
ebd901ec7b - fix crash when some information missing about battery (#88)
- add MacPro5,1 to the list of devices
2020-09-20 21:30:23 +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
8e003cf762 disable settings open onstart 2020-08-06 22:51:46 +02:00
Serhiy Mytrovtsiy
74413ea0f8 - rename Network widget to Speed 2020-08-06 21:27:56 +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
ad604789a4 - update a download view
- add a progress bar to download new version view
- small refactoring in upgrader

- remove Sensors config from Stats target
2020-07-18 21:40:51 +02:00
Serhiy Mytrovtsiy
85fb2964fd - add option to select an application automatic checks for new version (at start/once per day/once per week/once per month/never)
- adjust select box y position
2020-07-14 17:28:46 +02:00
Serhiy Mytrovtsiy
1621d8b3a0 - add tooltip to settings menu 2020-07-11 20:25:03 +02:00
Serhiy Mytrovtsiy
3147453628 - add cron task to check if a new version exists (every 12 hours) 2020-07-04 14:00:08 +02:00
Serhiy Mytrovtsiy
ec8f7a5a73 - adjust processor row height to fix processor name
v2.1.0
2020-06-24 16:35:15 +02:00
Serhiy Mytrovtsiy
a2d702b6c7 fix popup position with few displays 2020-06-24 14:18:06 +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
de64f943eb fix network reader after reconnection to the network 2020-06-21 16:44:31 +02:00
Serhiy Mytrovtsiy
b22c74196b fix toggle button for 10.14 2020-06-18 11:16:08 +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
Serhiy Mytrovtsiy
a30effcf31 - move to own LaunchAtLogin helper; 2020-04-08 18:15:05 +02:00
Serhiy Mytrovtsiy
0a3a4b2cd9 add a popup view for network module;
new reader in network module;
fix changing active popup view when switching the tabs;
2020-01-22 23:13:04 +01:00
Serhiy Mytrovtsiy
9f487e6964 small fixes in widgets for laptops; 2020-01-20 10:50:08 +01:00
Serhiy Mytrovtsiy
3bd9974ad9 improved widget updates;
now charts updates only if a popup is opened;
removed shortName from widget;
widgets refactoring;
2020-01-19 23:40:04 +01:00
Serhiy Mytrovtsiy
f00ae071bb finally remove observable from the project;
started rewriting modules from zero;
CPU mvp;
2020-01-13 23:11:54 +01:00
Serhiy Mytrovtsiy
dfccf058d8 fully rewritten menuBar;
removed observability from AppDelegate, MenuBar;
2020-01-13 16:47:43 +01:00
Serhiy Mytrovtsiy
57286c253f a new version will be download and mount automatically; 2020-01-13 13:36:06 +01:00
Serhiy Mytrovtsiy
ca1da4ffa2 fix CPU leak in network module (I hope for that);
fix GCD initialization;
starting to remove observable from project (because of memory leak);
2020-01-13 00:18:58 +01:00
Serhiy Mytrovtsiy
6ae8450b4d rewrited readers for Top Processes in CPU and Memory modules 2019-09-16 21:06:35 +02:00
Serhiy Mytrovtsiy
893a4df6bc added battery widget wich showing time to discharge or to charge (depends from the power source) 2019-09-13 22:29:08 +02:00
Andy Park
4ec67801b1 Add a menu item to open Activity Monitor. 2019-09-13 15:50:43 +02:00
Serhiy Mytrovtsiy
7a7dc328dd fixed view update 2019-09-11 15:24:40 +02:00
Serhiy Mytrovtsiy
2255776d8c fixes in battery widget 2019-09-11 14:59:23 +02:00
Serhiy Mytrovtsiy
e7235017fc view with empty text in popup when no active module 2019-09-10 19:28:32 +02:00
Serhiy Mytrovtsiy
735b432834 first implementation of view reloading when module is disabled 2019-09-10 19:16:08 +02:00
Serhiy Mytrovtsiy
65abcf5eb8 small refactoring; improved widgets draw algorithm 2019-09-05 16:54:04 +02:00
Serhiy Mytrovtsiy
a29b9e3e87 CPU hyperthreading mode disabled by default in bar chart widget 2019-09-05 15:56:42 +02:00
Serhiy Mytrovtsiy
53138f1cee created view for Battery module 2019-09-05 15:35:18 +02:00
Serhiy Mytrovtsiy
73efc7c1b3 new LaunchAtLogin mechanism (external library) 2019-09-04 21:37:23 +02:00
Serhiy Mytrovtsiy
d38a2bf36d cleaned up after remove StatsLauncher 2019-09-04 21:22:30 +02:00
Serhiy Mytrovtsiy
f2571989ac created view for CPU module 2019-09-04 00:38:56 +02:00
Serhiy Mytrovtsiy
5a0f8ce854 initialized new menu view 2019-09-02 23:47:08 +02:00