Commit f2188843 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* various fixes and additions -- the wizard is usable now

still todo:
- testing (streaming part is untested for now)
- implement the playlist-table on the input-tab (I would be glad for some help there)
- update the playlist-table in the main-window after adding the new item
- add i18n on the Summary-tab
- string fixes
- some minor stuff here and there
parent f5357ec1
......@@ -15,10 +15,10 @@
</array>
<key>IBOpenObjects</key>
<array>
<integer>268</integer>
<integer>6</integer>
<integer>268</integer>
</array>
<key>IBSystem Version</key>
<string>8C40</string>
<string>8C46</string>
</dict>
</plist>
......@@ -28,8 +28,8 @@
#import <Cocoa/Cocoa.h>
@interface VLCWizard : NSObject
{
/* general items */
{
/* general items */
IBOutlet id o_btn_backward;
IBOutlet id o_btn_cancel;
IBOutlet id o_btn_forward;
......@@ -142,7 +142,8 @@
NSArray * o_videoCodecs;
NSArray * o_audioCodecs;
NSArray * o_encapFormats;
NSString * o_mrl;
NSArray * o_strmgMthds;
NSString * o_opts;
}
- (IBAction)cancelRun:(id)sender;
- (IBAction)nextTab:(id)sender;
......@@ -169,5 +170,5 @@
- (void)showWizard;
- (void)showSummary;
- (void)resetWizard;
- (void)createMrl;
- (void)createOpts;
@end
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment