Ignore:
Timestamp:
08/05/07 00:15:30 (17 years ago)
Author:
Nicholas Riley
Message:

AntiRSI changes for "something" called 1.4, with much of the code but not the same UI as Onne Gorter's released 1.4.

Info.plist, English.lproj/InfoPlist.strings: Updated for 1.4.

AntiRSI.[hm]: Some of Onne Gorter's changes, update checking, "go to Web site" and crediting idle time to work break, and "AntiRSI Help". Most of these are not hooked up in the UI as above. Default to smooth sampling.

AntiRSI.xcodeproj: Build fat (i386/ppc).

English.lproj/MainMenu.nib: Some changes...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/AntiRSI/AntiRSI.h

    r327 r329  
    2222#import "AntiRSIView.h"
    2323
     24#define sLatestVersionURL @"http://tech.inhelsinki.nl/antirsi/antirsi_version.txt"
     25#define sURL @"http://tech.inhelsinki.nl/antirsi/"
     26#define sVersion @"1.4"
     27
    2428typedef enum _AntiRSIState {
    2529        s_normal = 0,
     
    3741        IBOutlet NSTextField *next_break;
    3842    IBOutlet NSTextField *status;
     43        IBOutlet NSTextField *version;
    3944   
    4045        // dock icon image
     
    5358        double micro_pause_taking_t;
    5459        double work_break_taking_t;
     60        double work_break_taking_cached_t;
     61        double work_break_taking_cached_date;
    5562        double date;
    5663               
     
    9299- (void)setBackground:(NSColor *)c;
    93100
     101// goto website button
     102- (IBAction)gotoWebsite:(id)sender;
     103
     104// check updates
     105- (IBAction)checkForUpdate:(id)sender;
    94106
    95107// postpone button
Note: See TracChangeset for help on using the changeset viewer.