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

* (hopefully) commit the 0.8.6 nib to where it belongs

parent 54376409
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
prev = id; prev = id;
random = id; random = id;
repeat = id; repeat = id;
repeatButtonAction = id;
slower = id; slower = id;
stop = id; stop = id;
toggleVar = id; toggleVar = id;
...@@ -33,6 +34,10 @@ ...@@ -33,6 +34,10 @@
CLASS = VLCControls; CLASS = VLCControls;
LANGUAGE = ObjC; LANGUAGE = ObjC;
OUTLETS = { OUTLETS = {
"o_btn_addNode" = id;
"o_btn_repeat" = id;
"o_btn_shuffle" = id;
"o_fs_panel" = id;
"o_main" = id; "o_main" = id;
"o_specificTime_cancel_btn" = id; "o_specificTime_cancel_btn" = id;
"o_specificTime_enter_fld" = id; "o_specificTime_enter_fld" = id;
...@@ -98,6 +103,14 @@ ...@@ -98,6 +103,14 @@
}; };
SUPERCLASS = NSObject; SUPERCLASS = NSObject;
}, },
{CLASS = VLCFSPanel; LANGUAGE = ObjC; SUPERCLASS = NSWindow; },
{
ACTIONS = {faster = id; next = id; play = id; prev = id; slower = id; };
CLASS = VLCFSPanelView;
LANGUAGE = ObjC;
SUPERCLASS = NSView;
},
{CLASS = VLCFSTimeSlider; LANGUAGE = ObjC; SUPERCLASS = NSSlider; },
{ {
ACTIONS = { ACTIONS = {
createOutlineGroup = id; createOutlineGroup = id;
...@@ -225,6 +238,7 @@ ...@@ -225,6 +238,7 @@
"o_err_msg" = id; "o_err_msg" = id;
"o_error" = id; "o_error" = id;
"o_info" = id; "o_info" = id;
"o_main_pgbar" = id;
"o_messages" = id; "o_messages" = id;
"o_mi_about" = id; "o_mi_about" = id;
"o_mi_add_intf" = id; "o_mi_add_intf" = id;
...@@ -346,7 +360,6 @@ ...@@ -346,7 +360,6 @@
ACTIONS = { ACTIONS = {
addNode = id; addNode = id;
deleteItem = id; deleteItem = id;
handlePopUp = id;
playItem = id; playItem = id;
preparseItem = id; preparseItem = id;
recursiveExpandNode = id; recursiveExpandNode = id;
...@@ -362,7 +375,6 @@ ...@@ -362,7 +375,6 @@
"o_btn_addNode" = id; "o_btn_addNode" = id;
"o_controller" = id; "o_controller" = id;
"o_ctx_menu" = id; "o_ctx_menu" = id;
"o_loop_popup" = id;
"o_mi_addNode" = id; "o_mi_addNode" = id;
"o_mi_delete" = id; "o_mi_delete" = id;
"o_mi_info" = id; "o_mi_info" = id;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>IBDocumentLocation</key> <key>IBDocumentLocation</key>
<string>577 80 478 430 0 0 1440 878 </string> <string>572 94 478 430 0 0 1440 878 </string>
<key>IBEditorPositions</key> <key>IBEditorPositions</key>
<dict> <dict>
<key>1617</key> <key>1617</key>
...@@ -26,8 +26,8 @@ ...@@ -26,8 +26,8 @@
<key>IBOpenObjects</key> <key>IBOpenObjects</key>
<array> <array>
<integer>29</integer> <integer>29</integer>
<integer>2730</integer> <integer>21</integer>
<integer>2769</integer> <integer>2809</integer>
</array> </array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
<string>8L127</string> <string>8L127</string>
......
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