Last change
on this file since 353 was 332, checked in by Nicholas Riley, 17 years ago |
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.
|
File size:
1.3 KB
|
Rev | Line | |
---|
[325] | 1 | {
|
---|
| 2 | IBClasses = (
|
---|
| 3 | {
|
---|
[330] | 4 | ACTIONS = {
|
---|
| 5 | breakNow = id;
|
---|
| 6 | checkForUpdate = id;
|
---|
| 7 | gotoWebsite = id;
|
---|
| 8 | postpone = id;
|
---|
| 9 | resetSession = id;
|
---|
| 10 | };
|
---|
[325] | 11 | CLASS = AntiRSI;
|
---|
| 12 | LANGUAGE = ObjC;
|
---|
| 13 | OUTLETS = {
|
---|
[330] | 14 | "dock_menu" = NSMenu;
|
---|
[325] | 15 | "next_break" = NSTextField;
|
---|
| 16 | postpone = NSButton;
|
---|
| 17 | progress = NSLevelIndicator;
|
---|
[332] | 18 | "reset_session_time" = NSDatePicker;
|
---|
[330] | 19 | "session_time" = NSTextField;
|
---|
| 20 | "session_time_item" = NSMenuItem;
|
---|
[325] | 21 | status = NSTextField;
|
---|
| 22 | time = NSTextField;
|
---|
[330] | 23 | version = NSTextField;
|
---|
[325] | 24 | view = AntiRSIView;
|
---|
| 25 | };
|
---|
| 26 | SUPERCLASS = NSObject;
|
---|
| 27 | },
|
---|
| 28 | {
|
---|
| 29 | CLASS = AntiRSILevelIndicator;
|
---|
| 30 | LANGUAGE = ObjC;
|
---|
| 31 | SUPERCLASS = NSLevelIndicator;
|
---|
| 32 | },
|
---|
| 33 | {CLASS = AntiRSIView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
|
---|
| 34 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
---|
[332] | 35 | {CLASS = NSDatePicker; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
|
---|
[325] | 36 | {CLASS = NSLevelIndicator; LANGUAGE = ObjC; SUPERCLASS = NSControl; }
|
---|
| 37 | );
|
---|
| 38 | IBVersion = 1;
|
---|
| 39 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.