Ignore:
Timestamp:
08/06/07 19:01:05 (17 years ago)
Author:
Nicholas Riley
Message:

Info.plist: Updated for 1.4njr1.

AntiRSI.xcodeproj: Disable prebinding.

AntiRSI.[hm]: Added session time support; consolidated break window update drawing; fixed -[AntiRSI validateMenuItem:] so it compares selectors rather than titles.

English.lproj/MainMenu.nib: Redid preferences window, menu bar, dock menu, etc.

Location:
trunk/Cocoa/AntiRSI/English.lproj
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/AntiRSI/English.lproj/MainMenu.nib/classes.nib

    r325 r330  
    22    IBClasses = (
    33        {
    4             ACTIONS = {breakNow = id; postpone = id; };
     4            ACTIONS = {
     5                breakNow = id;
     6                checkForUpdate = id;
     7                gotoWebsite = id;
     8                postpone = id;
     9                resetSession = id;
     10            };
    511            CLASS = AntiRSI;
    612            LANGUAGE = ObjC;
    713            OUTLETS = {
     14                "dock_menu" = NSMenu;
    815                "next_break" = NSTextField;
    916                postpone = NSButton;
    1017                progress = NSLevelIndicator;
     18                "session_time" = NSTextField;
     19                "session_time_item" = NSMenuItem;
    1120                status = NSTextField;
    1221                time = NSTextField;
     22                version = NSTextField;
    1323                view = AntiRSIView;
    1424            };
  • trunk/Cocoa/AntiRSI/English.lproj/MainMenu.nib/info.nib

    r329 r330  
    44<dict>
    55        <key>IBDocumentLocation</key>
    6         <string>35 23 441 309 0 0 1024 746 </string>
     6        <string>70 16 441 309 0 0 1680 1028 </string>
    77        <key>IBEditorPositions</key>
    88        <dict>
    99                <key>259</key>
    10                 <string>490 507 300 322 0 0 1280 1002 </string>
     10                <string>688 524 300 322 0 0 1680 1028 </string>
    1111                <key>29</key>
    12                 <string>194 823 330 44 0 0 1280 1002 </string>
     12                <string>276 845 249 44 0 0 1680 1028 </string>
    1313                <key>343</key>
    14                 <string>84 540 189 68 0 0 1280 1002 </string>
     14                <string>241 262 145 99 0 0 1680 1028 </string>
    1515        </dict>
    1616        <key>IBFramework Version</key>
    17         <string>443.0</string>
     17        <string>446.1</string>
     18        <key>IBOldestOS</key>
     19        <integer>4</integer>
    1820        <key>IBOpenObjects</key>
    1921        <array>
    20                 <integer>343</integer>
    21                 <integer>259</integer>
    22                 <integer>29</integer>
     22                <integer>21</integer>
    2323        </array>
    2424        <key>IBSystem Version</key>
    25         <string>8G32</string>
     25        <string>8R2232</string>
    2626</dict>
    2727</plist>
Note: See TracChangeset for help on using the changeset viewer.