Commit Graph

8 Commits

Author SHA1 Message Date
3dbea4bd98 Fix compile warning
Fix crash if smc failed to get current authorization during first use
2014-03-25 15:13:47 -04:00
063d53b06c Changes for 2.5beta Release 2014-02-28 16:28:58 +01:00
d52a71e091 Testing different temperature readout method 2014-02-23 17:37:28 +01:00
3328c0018f No longer read unnecessary data in -readFanData
-readFanData was always reading the temperature and the speeds of all
of the fans regardless of what data was displayed in the menu bar. Now,
-readFanData only reads the data necessary to update the text in the
menubar, so, if only the temp is displayed, only the temp is read. The
updating of the fan speeds in the menu is now only done when the user
clicks on the menu. Also: cleaned up some test code and deleted an
unnecessary comment.
2013-12-25 09:47:10 -05:00
c537db9fdd Dramatically reduced energy impact by improving code efficiency
Cached various information to reduce calls to get information from
hardware. Avoided dynamic memory allocation. Added brief comments and
TODOs.
2013-12-21 09:26:27 -05:00
6f29638f97 Changed compiler for 10.5 compatibility 2012-08-21 12:57:30 +02:00
275fff1886 Updated copyright 2012-08-21 00:05:39 +02:00
9661b06959 2.4 Beta
Initial Commit
2012-08-20 21:34:54 +02:00