Changeset 3502

Show
Ignore:
Timestamp:
01/16/06 22:13:04 (3 years ago)
Author:
morris
Message:

Add WISearchField, an NSSearchField that has a default recent searches menu

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredAdditions/trunk/English.lproj/Localizable.strings

    r3419 r3502  
    8787"Cancel" = "Cancel"; 
    8888 
     89/* Default search menu template item */ 
     90"Clear Recent Searches" = "Clear Recent Searches"; 
     91 
    8992/* WIApplication: termination delay panel */ 
    9093"If you do nothing, %@ will quit automatically in %.0f seconds." = "If you do nothing, %1$@ will quit automatically in %2$.0f seconds."; 
     94 
     95/* Default search menu template item */ 
     96"No Recent Searches" = "No Recent Searches"; 
    9197 
    9298/* WITableViewManager: configuration panel */ 
     
    95101/* WIApplication: termination delay panel */ 
    96102"Quit" = "Quit"; 
     103 
     104/* Default search menu template item */ 
     105"Recent Searches" = "Recent Searches"; 
    97106 
    98107/* WITableViewManager: configuration panel */ 
  • WiredAdditions/trunk/WiredAdditions.xcodeproj/project.pbxproj

    r3483 r3502  
    159159                A56B9EFB075B865F00B3B6AA /* WIApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = A56B9EF9075B865F00B3B6AA /* WIApplication.h */; settings = {ATTRIBUTES = (Public, ); }; }; 
    160160                A56B9EFC075B865F00B3B6AA /* WIApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = A56B9EFA075B865F00B3B6AA /* WIApplication.m */; }; 
     161                A5782BE3097C40470016261E /* WISearchField.h in Headers */ = {isa = PBXBuildFile; fileRef = A5782BE1097C40470016261E /* WISearchField.h */; }; 
     162                A5782BE4097C40470016261E /* WISearchField.m in Sources */ = {isa = PBXBuildFile; fileRef = A5782BE2097C40470016261E /* WISearchField.m */; }; 
    161163                A57FDFC607C8257A00AC49F2 /* WIReadWriteLock.h in Headers */ = {isa = PBXBuildFile; fileRef = A57FDFC407C8257A00AC49F2 /* WIReadWriteLock.h */; settings = {ATTRIBUTES = (Public, ); }; }; 
    162164                A57FDFC707C8257A00AC49F2 /* WIReadWriteLock.m in Sources */ = {isa = PBXBuildFile; fileRef = A57FDFC507C8257A00AC49F2 /* WIReadWriteLock.m */; }; 
     
    359361                A56B9EF9075B865F00B3B6AA /* WIApplication.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WIApplication.h; sourceTree = "<group>"; }; 
    360362                A56B9EFA075B865F00B3B6AA /* WIApplication.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WIApplication.m; sourceTree = "<group>"; }; 
     363                A5782BE1097C40470016261E /* WISearchField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WISearchField.h; sourceTree = "<group>"; }; 
     364                A5782BE2097C40470016261E /* WISearchField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WISearchField.m; sourceTree = "<group>"; }; 
    361365                A57FDFC407C8257A00AC49F2 /* WIReadWriteLock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WIReadWriteLock.h; sourceTree = "<group>"; }; 
    362366                A57FDFC507C8257A00AC49F2 /* WIReadWriteLock.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WIReadWriteLock.m; sourceTree = "<group>"; }; 
     
    575579                                A5983830096C894500EC0FC4 /* WIProgressIndicator.m */, 
    576580                                A598382F096C894500EC0FC4 /* WIProgressIndicator.h */, 
     581                                A5782BE2097C40470016261E /* WISearchField.m */, 
     582                                A5782BE1097C40470016261E /* WISearchField.h */, 
    577583                                A544C1200758DFA9008446CF /* WISplitView.m */, 
    578584                                A544C1210758DFA9008446CF /* WISplitView.h */, 
     
    867873                                A544C23F0758E1EE008446CF /* WIWindowController.h in Headers */, 
    868874                                A5E4B43807A97AF100BD6812 /* prefix.pch in Headers */, 
     875                                A5782BE3097C40470016261E /* WISearchField.h in Headers */, 
    869876                        ); 
    870877                        runOnlyForDeploymentPostprocessing = 0; 
     
    12501257                                A544C14D0758DFA9008446CF /* WIWindowController.m in Sources */, 
    12511258                                77B7C4AC0973FF5E009367B0 /* NSApplication-WIAdditions.m in Sources */, 
     1259                                A5782BE4097C40470016261E /* WISearchField.m in Sources */, 
    12521260                        ); 
    12531261                        runOnlyForDeploymentPostprocessing = 0;