Last change
on this file since 447 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
|
Line | |
---|
1 | {
|
---|
2 | IBClasses = (
|
---|
3 | {
|
---|
4 | ACTIONS = {
|
---|
5 | breakNow = id;
|
---|
6 | checkForUpdate = id;
|
---|
7 | gotoWebsite = id;
|
---|
8 | postpone = id;
|
---|
9 | resetSession = id;
|
---|
10 | };
|
---|
11 | CLASS = AntiRSI;
|
---|
12 | LANGUAGE = ObjC;
|
---|
13 | OUTLETS = {
|
---|
14 | "dock_menu" = NSMenu;
|
---|
15 | "next_break" = NSTextField;
|
---|
16 | postpone = NSButton;
|
---|
17 | progress = NSLevelIndicator;
|
---|
18 | "reset_session_time" = NSDatePicker;
|
---|
19 | "session_time" = NSTextField;
|
---|
20 | "session_time_item" = NSMenuItem;
|
---|
21 | status = NSTextField;
|
---|
22 | time = NSTextField;
|
---|
23 | version = NSTextField;
|
---|
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; },
|
---|
35 | {CLASS = NSDatePicker; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
|
---|
36 | {CLASS = NSLevelIndicator; LANGUAGE = ObjC; SUPERCLASS = NSControl; }
|
---|
37 | );
|
---|
38 | IBVersion = 1;
|
---|
39 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.