]> git.sesse.net Git - vlc/commit
* Implements selection of a playlist item in the wizard
authorBenjamin Pracht <bigben@videolan.org>
Sat, 23 Jul 2005 22:14:19 +0000 (22:14 +0000)
committerBenjamin Pracht <bigben@videolan.org>
Sat, 23 Jul 2005 22:14:19 +0000 (22:14 +0000)
commit87c97ae1ea0c35449bbea9f48f528a157a8b6dce
tree265078bb28fde88ec89655b59a325281f052fb77
parent46fb23ef96d895215c4f15f72a71c4fd3d32df65
* Implements selection of a playlist item in the wizard
* The playlist in the wizard had to be displayed as a outlineview if we want to reuse existing code
* cosmetics could still be improved regarding this outline view
* I get this error

2005-07-24 00:08:55.940 VLC[6908] Could not connect the action t3_addressEntered: to target of class VLCWizard

When opening the wizard. I don't know if I messed up something or if it was already here before

* I needed to make some changes to the interface structure regarding the playlist for this : We know have a VLCPlaylist and a VLCPlaylistWizard class. Both are derivated from a VLCPlaylistCommon class that contains methods required by both classes (mostly the datasource, in fact).
extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib
extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
modules/gui/macosx/playlist.h
modules/gui/macosx/playlist.m
modules/gui/macosx/wizard.h
modules/gui/macosx/wizard.m