Changeset a99dcf71d19a9f4e9ac28992b326bae766484d1c

Show
Ignore:
Timestamp:
04/09/03 22:53:28 (5 years ago)
Author:
Derk-Jan Hartman <hartman@videolan.org>
git-committer:
Derk-Jan Hartman <hartman@videolan.org> 1049921608 +0000
git-parent:

[dbade9bda19e1c03767770991469b82bfbdcee74]

git-author:
Derk-Jan Hartman <hartman@videolan.org> 1049921608 +0000
Message:

* All : added an about VLC panel. It scrolls the names and the work of the

AUTHORS file.

* AUTHORS: updated my own info

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AUTHORS

    rec556fc ra99dcf7  
    1 # $Id: AUTHORS,v 1.92 2003/02/27 12:44:01 marcari Exp $ 
     1# $Id: AUTHORS,v 1.93 2003/04/09 20:53:28 hartman Exp $ 
    22#  
    33# The format of this file was inspired by the Linux kernel CREDITS file. 
     
    148148 
    149149N: Derk-Jan Hartman 
    150 E: pjotr@sidekick.student.utwente.nl 
     150E: thedj@users.sourceforge.net 
    151151C: hartman 
    152152D: Mac OS X interface 
     153D: Dutch translation 
     154D: Directory input 
    153155S: Netherlands 
    154156 
  • Makefile.am

    rd9ca68f ra99dcf7  
    264264    extras/MacOSX/Resources/stop.png \ 
    265265    extras/MacOSX/Resources/vlc_hg.png \ 
     266    extras/MacOSX/Resources/about_bg.png \ 
    266267    extras/MacOSX/Resources/vlc.scriptSuite \ 
    267268    extras/MacOSX/Resources/README \ 
  • extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib

    r11eecc2 ra99dcf7  
    22    IBClasses = ( 
    33        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },  
     4        { 
     5            ACTIONS = {showPanel = id; };  
     6            CLASS = VLAboutBox;  
     7            LANGUAGE = ObjC;  
     8            OUTLETS = { 
     9                "o_about_window" = id;  
     10                "o_copyright_field" = id;  
     11                "o_credits_scrollview" = id;  
     12                "o_credits_textview" = id;  
     13                "o_name_version_field" = id;  
     14            };  
     15            SUPERCLASS = NSObject;  
     16        },  
    417        {CLASS = VLBrushedMetalImageView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; },  
    518        {CLASS = VLCApplication; LANGUAGE = ObjC; SUPERCLASS = NSApplication; },  
  • extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib

    r11eecc2 ra99dcf7  
    88    <dict> 
    99        <key>29</key> 
    10         <string>14 602 419 44 0 0 1152 746 </string> 
     10        <string>16 822 419 44 0 0 1280 1002 </string> 
    1111        <key>303</key> 
    1212        <string>60 509 104 114 0 0 1280 1002 </string> 
     
    2424    <key>IBOpenObjects</key> 
    2525    <array> 
     26        <integer>1345</integer> 
    2627        <integer>29</integer> 
    27         <integer>636</integer> 
    2828    </array> 
    2929    <key>IBSystem Version</key> 
  • extras/MacOSX/vlc.pbproj/project.pbxproj

    r08c9b32 ra99dcf7  
    467467                A0E6B59904407FBD0080DD97, 
    468468                8EDAC3440440F72D0059A3A7, 
     469                8EE1AFA40444660F0059A3A7, 
    469470            ); 
    470471            isa = PBXResourcesBuildPhase; 
     
    507508                A064F9E903CB9EE000B21232, 
    508509                8E88833C03DD6E870059A3A7, 
     510                8EE1AFA30444660F0059A3A7, 
    509511                F69B0CA602E24F6401A80112, 
    510512                8ED6C29D03E2F32E0059A3A7, 
     
    527529        08FB77AFFE84173DC02AAC07 = { 
    528530            children = ( 
     531                8EE1AF9F044465080059A3A7, 
     532                8EE1AFA0044465080059A3A7, 
    529533                8E6BC6F6041643860059A3A7, 
    530534                8E6BC6F7041643860059A3A7, 
     
    827831            }; 
    828832        }; 
     833        8EE1AF9F044465080059A3A7 = { 
     834            fileEncoding = 30; 
     835            isa = PBXFileReference; 
     836            name = about.h; 
     837            path = ../../modules/gui/macosx/about.h; 
     838            refType = 2; 
     839        }; 
     840        8EE1AFA0044465080059A3A7 = { 
     841            fileEncoding = 30; 
     842            isa = PBXFileReference; 
     843            name = about.m; 
     844            path = ../../modules/gui/macosx/about.m; 
     845            refType = 2; 
     846        }; 
     847        8EE1AFA30444660F0059A3A7 = { 
     848            isa = PBXFileReference; 
     849            name = about_bg.png; 
     850            path = Resources/about_bg.png; 
     851            refType = 2; 
     852        }; 
     853        8EE1AFA40444660F0059A3A7 = { 
     854            fileRef = 8EE1AFA30444660F0059A3A7; 
     855            isa = PBXBuildFile; 
     856            settings = { 
     857            }; 
     858        }; 
    829859        8EF1600B03FC62560059A3A7 = { 
    830860            fileEncoding = 4; 
  • modules/gui/macosx/Modules.am

    rf3dd07b ra99dcf7  
    11SOURCES_macosx = \ 
     2    modules/gui/macosx/about.h \ 
     3    modules/gui/macosx/about.m \ 
    24    modules/gui/macosx/applescript.h \ 
    35    modules/gui/macosx/applescript.m \