]> git.sesse.net Git - vlc/commit
* ALL: basic skeleton for a streaming-wizard (refs #13)
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 19 Jun 2005 19:37:42 +0000 (19:37 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 19 Jun 2005 19:37:42 +0000 (19:37 +0000)
commit94d20dd3cd674ee73fe6221091df82b55c4107cc
tree90476982664dfc02623ded3ebd6a211ff2e3dfd7
parent362e6fdfafb3125d2ca4b530a8a6b5c2c9a100b4
* ALL: basic skeleton for a streaming-wizard (refs #13)

    done:
    - all items are included with complete l10n support
    - checkboxes and select-file-buttons behave as they are supposed to

    todo:
    - implementation of the logic, i.e. handling of the collected values, respective manipulation of the GUI, start of the stream
    - move some arrays to an external header file
    - some GUI things (e.g. radio buttons on page 2, etc. - see FIXMEs)
    - implementation of some help-dialogues (it might be necessary to create a re-usable window in the nib for that, since NSAlert is Panther and Tiger only)
    - l10n string fixes (both in OSX and WX)
    => most of the work still needs to be done
13 files changed:
Makefile.am
extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib [new file with mode: 0644]
extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib [new file with mode: 0644]
extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib [new file with mode: 0644]
extras/MacOSX/vlc.pbproj/project.pbxproj
modules/gui/macosx/Modules.am
modules/gui/macosx/intf.h
modules/gui/macosx/intf.m
modules/gui/macosx/wizard.h [new file with mode: 0644]
modules/gui/macosx/wizard.m [new file with mode: 0644]