]> git.sesse.net Git - vlc/commit
* new CheckForUpdate panel (closes #310)
authorFelix Paul Kühne <fkuehne@videolan.org>
Sat, 18 Feb 2006 18:40:04 +0000 (18:40 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sat, 18 Feb 2006 18:40:04 +0000 (18:40 +0000)
commit155ea0e45f8b0d11b4012cb6fd421f4227df17f7
tree29faa55a2d1c53a4344ed11d6774a7e6d20dba56
parent8ca8d34604ec47d5ec63351755d1e049255a72e2
* new CheckForUpdate panel (closes #310)
- the actual download is currently done by your default browser since the needed notification window isn't available on OSX yet
    - download through VLC is implemented, but commented for the moment
- needs some checking once a complete Status.xml is available
12 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/keyedobjects.nib
extras/MacOSX/Resources/English.lproj/Update.nib/classes.nib [new file with mode: 0644]
extras/MacOSX/Resources/English.lproj/Update.nib/info.nib [new file with mode: 0644]
extras/MacOSX/Resources/English.lproj/Update.nib/keyedobjects.nib [new file with mode: 0644]
extras/MacOSX/vlc.pbproj/project.pbxproj
modules/gui/macosx/intf.h
modules/gui/macosx/intf.m
modules/gui/macosx/update.h [new file with mode: 0644]
modules/gui/macosx/update.m [new file with mode: 0644]