]> git.sesse.net Git - vlc/commit
* added the progress dialogue to the set of widgets
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 19 Feb 2006 22:38:07 +0000 (22:38 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 19 Feb 2006 22:38:07 +0000 (22:38 +0000)
commit9f078d8b457694662387265df2f8e48b5d51a90c
tree490e12d9db3b431780d09cc46f76948545539abe
parent096fa3a90cf1aa93a2919936e5d40f61fbe77987
* added the progress dialogue to the set of widgets
- the Cancel-button is currently disabled because the core doesn't respond correctly (might be my fault though)
- note that the File's Owner of the nib-file is of type VLCInteraction because the class can't resolve its outlets otherwise

* WIDGET_TEXT and WIDGET_INPUT_TEXT are still missing, but will come in the next couple of days

As usual, comments on the implementation and the GUI-design are welcome :)
Makefile.am
extras/MacOSX/Resources/English.lproj/Interaction.nib/classes.nib [new file with mode: 0644]
extras/MacOSX/Resources/English.lproj/Interaction.nib/info.nib [new file with mode: 0644]
extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib [new file with mode: 0644]
modules/gui/macosx/interaction.h
modules/gui/macosx/interaction.m
modules/gui/macosx/intf.m