[vlc-devel] vlc-soc.git: Mac OS X Framework: Provide NSOutlineView data source functionality from a new class VLCPlaylistDataSource. (pdherbemont_branch) 
    Pierre d'Herbemont 
    pdherbemont at free.fr
       
    Sat Apr 28 15:12:14 CEST 2007
    
    
  
commit b85eb1b0013f5a21b3a65e8c38672fe7797e2a85
Pierre d'Herbemont, Sat, 28 Apr 2007 15:11:38 +0200
Mac OS X Framework: Provide NSOutlineView data source functionality from a new class VLCPlaylistDataSource.
> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=b85eb1b0013f5a21b3a65e8c38672fe7797e2a85 
commit 5ae6b6b737f11f0d188fbec5fb39fb4b186595f5
Pierre d'Herbemont, Sat, 28 Apr 2007 12:23:51 +0200
MediaControl: Make sure we delete the callback in libvlc too.
> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=5ae6b6b737f11f0d188fbec5fb39fb4b186595f5 
 extras/MacOSX/Framework/Examples/test/Controller.m |   10 ++-
 extras/MacOSX/Framework/Headers/VLC/VLC.h          |    3 +-
 extras/MacOSX/Framework/Headers/VLC/VLCPlaylist.h  |   16 ---
 .../VLC/{VLCPlaylist.h => VLCPlaylistDataSource.h} |   41 +++----
 extras/MacOSX/Framework/Makefile                   |    2 +
 extras/MacOSX/Framework/Sources/VLCPlaylist.m      |  109 --------------------
 .../{VLCPlaylist.m => VLCPlaylistDataSource.m}     |   78 ++++++--------
 src/control/mediacontrol_core.c                    |    5 +
 8 files changed, 70 insertions(+), 194 deletions(-)
 copy extras/MacOSX/Framework/Headers/VLC/{VLCPlaylist.h => VLCPlaylistDataSource.h} (68%)
 copy extras/MacOSX/Framework/Sources/{VLCPlaylist.m => VLCPlaylistDataSource.m} (76%)
-- 
This is an automated email from vlc-soc.git/hooks/post-receive (VLC Developement tree mirror used by SoC students to publish their work.).
-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
    
    
More information about the vlc-devel
mailing list