Ignore:
Timestamp:
08/09/07 05:48:07 (17 years ago)
Author:
Nicholas Riley
Message:

version.plist: Not needed.

Info.plist: Updated for 1.4njr2.

AUTHORS: Updated Onne Gorter's email address and added mine.

AntiRSI.[hm]: Added dock badge session timer display and auto-reset options. Updated URLs to point to my Web site; should probably just switch to Sparkle.

CTBadge: Added customized version.

English.lproj/InfoPlist.strings: Updated for 1.4njr2; credit myself and Chad; remove Onne Gorter's URL.

English.lproj/MainMenu.nib: Preference changes; add cmd-R for manual reset.

Location:
trunk/Cocoa/AntiRSI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/AntiRSI

    • Property svn:ignore set to
      build
  • trunk/Cocoa/AntiRSI/AntiRSI.h

    r331 r332  
    2121#import <Cocoa/Cocoa.h>
    2222#import "AntiRSIView.h"
     23#import "CTBadge.h"
    2324
    24 #define sLatestVersionURL @"http://tech.inhelsinki.nl/antirsi/antirsi_version.txt"
    25 #define sURL @"http://tech.inhelsinki.nl/antirsi/"
    26 #define sVersion @"1.4"
     25#define sLatestVersionURL @"http://web.sabi.net/nriley/software/AntiRSI-version.txt"
     26#define sURL @"http://web.sabi.net/nriley/software/#antirsi"
     27#define sVersion @"1.4njr2"
    2728
    2829typedef enum _AntiRSIState {
     
    4344    IBOutlet NSTextField *status;
    4445        IBOutlet NSTextField *version; // XXX unused?
     46    IBOutlet NSDatePicker *reset_session_time;
    4547   
    4648    // dock menu
     
    5153        NSImage* dock_image;
    5254        NSImage* original_dock_image;
     55    CTBadge* dock_badge;
    5356       
    5457        // window to display the views in
     
    6770    double session_t;
    6871        double date;
     72    double reset_session_date;
    6973               
    7074        // various timing lengths
     
    7983        bool lock_focus;
    8084        bool draw_dock_image;
     85        bool draw_dock_badge;
    8186        bool draw_dock_image_q;
     87    bool reset_session_timer_daily;
     88    bool reset_session_timer_after;
     89    NSDate *reset_session_timer_time;
     90    int reset_session_timer_after_hours;
    8291       
    8392        // various colors
Note: See TracChangeset for help on using the changeset viewer.