]> git.sesse.net Git - vlc/commit
* support for applying the same settings to multiple files in single run of the wizar...
authorFelix Paul Kühne <fkuehne@videolan.org>
Sat, 11 Feb 2006 17:42:40 +0000 (17:42 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sat, 11 Feb 2006 17:42:40 +0000 (17:42 +0000)
commit890c6db3ed25ad944111497c11952d9b53c75858
tree6d498fc47f437c8ec520533b586633614c36c055
parentd057acfbb60397eaed1b425a9c8015f7259c4d48
* support for applying the same settings to multiple files in single run of the wizard (just select multiple items in the playlist)
    - note: due to this, the types of some objects in the main dictionary changed from NSString to NSArray. Additionally, this code does neither run nor compile on 10.2 anymore.
    - various loops are being performed during the run of the wizard now. Please shout if this is noticeably slower on older Macs
* solved a UTF-8-issue which prevented the usage of certain files which were added to the playlist previously
* optimised the existing code here and there
* make sure that all settings are kept for a session

Thanks to zorglub for the playlist-hint :)
extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib
extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib
modules/gui/macosx/wizard.h
modules/gui/macosx/wizard.m